changeset 7:4048d82f0c88 draft

"planemo upload commit 22186dcfbe33d17fabd4a3c4fa39d4313978fc9c"
author iuc
date Mon, 17 Aug 2020 06:50:18 -0400
parents 1e62c28ba91d
children 602fb8e63aa7
files busco.xml macros.xml test-data/arthropoda/ancestral test-data/arthropoda/clade_parameters test-data/arthropoda/hmms/BUSCOaEOG7B0HST.hmm test-data/arthropoda/lengths_cutoff test-data/arthropoda/prfl/BUSCOaEOG7B0HST.prfl test-data/arthropoda/scores_cutoff test-data/busco.loc test-data/genome.fa test-data/genome_results/full_table test-data/genome_results/missing_buscos_list test-data/genome_results/short_summary test-data/proteome_results/full_table test-data/proteome_results/missing_buscos_list test-data/proteome_results/short_summary test-data/transcriptome_results/full_table test-data/transcriptome_results/missing_buscos_list test-data/transcriptome_results/short_summary tool-data/busco.loc.sample tool_data_table_conf.xml.sample tool_data_table_conf.xml.test
diffstat 22 files changed, 7316 insertions(+), 4762 deletions(-) [+]
line wrap: on
line diff
--- a/busco.xml	Wed Dec 04 13:45:35 2019 -0500
+++ b/busco.xml	Mon Aug 17 06:50:18 2020 -0400
@@ -1,17 +1,14 @@
-<tool id="busco" name="Busco" profile="18.01" version="@TOOL_VERSION@+galaxy2">
+<tool id="busco" name="Busco" profile="18.01" version="@TOOL_VERSION@">
     <description>assess genome assembly and annotation completeness</description>
     <macros>
-        <token name="@TOOL_VERSION@">3.0.2</token>
+        <import>macros.xml</import>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">busco</requirement>
-        <requirement type="package" version="3.5.1">r-base</requirement>
-        <requirement type="package" version="3.3.2">augustus</requirement>
-        <requirement type="package" version="1.29">tar</requirement>
+        <requirement type="package" version="1.32">tar</requirement>
     </requirements>
     <command><![CDATA[
-export BUSCO_CONFIG_FILE='busco_config.ini' &&
-if [ -z "\$AUGUSTUS_CONFIG_PATH" ] ; then BUSCO_PATH=\$(dirname \$(which run_BUSCO.py)) ; export AUGUSTUS_CONFIG_PATH=\$(realpath \${BUSCO_PATH}/../config) ; fi &&
+if [ -z "\$AUGUSTUS_CONFIG_PATH" ] ; then BUSCO_PATH=\$(dirname \$(which busco)) ; export AUGUSTUS_CONFIG_PATH=\$(realpath \${BUSCO_PATH}/../config) ; fi &&
 cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&
 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
 
@@ -21,9 +18,10 @@
     tar -C 'augustus_dir/species/' -xzf '${adv.aug_prediction.augustus_model}' &&
 #end if
 
-run_BUSCO.py
+busco
 --in '${input}'
---lineage_path '${lineage_path.fields.path}/${lineage_path.fields.value}'
+--lineage_dataset '${lineage_dataset}'
+--update-data
 --mode '${mode}'
 -o busco_galaxy
 --cpu \${GALAXY_SLOTS:-4}
@@ -31,11 +29,10 @@
 ${adv.long}
 --limit ${adv.limit}
 #if $adv.aug_prediction.augustus_mode == 'builtin':
-    --species '${adv.aug_prediction.augustus_species}'
+    --augustus_species '${adv.aug_prediction.augustus_species}'
 #else if $adv.aug_prediction.augustus_mode == 'history':
-    --species local
+    --augustus_species local
 #end if
---tarzip
     ]]></command>
 
     <inputs>
@@ -46,11 +43,8 @@
             <option value="prot">Proteome</option>
         </param>
 
-        <param argument="--lineage_path" type="select" label="Lineage">
-            <options from_data_table="busco">
-                <filter type="sort_by" column="2" />
-                <validator type="no_options" message="No indexes are available" />
-            </options>
+        <param argument="--lineage_dataset" type="select" label="Lineage">
+            <expand macro="lineages"/>
         </param>
 
         <section name="adv" title="Advanced Options" expanded="False">
@@ -69,102 +63,7 @@
                 </when>
                 <when value="builtin">
                     <param name="augustus_species" type="select" label="Augustus species model">
-                        <!-- If you update this list, please also update it in maker and augustus tools (../maker/maker.xml and ../augustus/augustus.xml) -->
-                        <option value="human">Homo sapiens</option>
-                        <option value="fly">Drosophila melanogaster</option>
-                        <option value="arabidopsis">Arabidopsis thaliana</option>
-                        <option value="brugia ">Brugia malayi</option>
-                        <option value="aedes">Aedes aegypti</option>
-                        <option value="tribolium2012">Tribolium castaneum</option>
-                        <option value="schistosoma">Schistosoma mansoni</option>
-                        <option value="tetrahymena">Tetrahymena thermophila</option>
-                        <option value="galdieria">Galdieria sulphuraria</option>
-                        <option value="maize">Zea mays</option>
-                        <option value="toxoplasma">Toxoplasma gondii</option>
-                        <option value="caenorhabditis ">Caenorhabditis elegans</option>
-                        <option value="aspergillus_fumigatus">Aspergillus fumigatus</option>
-                        <option value="aspergillus_nidulans ">Aspergillus nidulans</option>
-                        <option value="aspergillus_oryzae ">Aspergillus oryzae</option>
-                        <option value="aspergillus_terreus">Aspergillus terreus</option>
-                        <option value="botrytis_cinerea ">Botrytis cinerea</option>
-                        <option value="candida_albicans ">Candida albicans</option>
-                        <option value="candida_guilliermondii ">Candida guilliermondii</option>
-                        <option value="candida_tropicalis ">Candida tropicalis</option>
-                        <option value="chaetomium_globosum">Chaetomium globosum</option>
-                        <option value="coccidioides_immitis">Coccidioides immitis</option>
-                        <option value="coprinus">Coprinus cinereus</option>
-                        <option value="coprinus_cinereus">Coprinus cinereus</option>
-                        <option value="cryptococcus_neoformans_gattii">Cryptococcus neoformans gattii</option>
-                        <option value="cryptococcus_neoformans_neoformans_B">Cryptococcus neoformans neoformans</option>
-                        <option value="cryptococcus_neoformans_neoformans_JEC21">Cryptococcus neoformans neoformans</option>
-                        <option value="cryptococcus">Cryptococcus neoformans</option>
-                        <option value="debaryomyces_hansenii">Debaryomyces hansenii</option>
-                        <option value="encephalitozoon_cuniculi_GB">Encephalitozoon cuniculi</option>
-                        <option value="eremothecium_gossypii">Eremothecium gossypii</option>
-                        <option value="fusarium_graminearum ">Fusarium graminearum</option>
-                        <option value="histoplasma_capsulatum ">Histoplasma capsulatum</option>
-                        <option value="histoplasma">Histoplasma capsulatum</option>
-                        <option value="kluyveromyces_lactis ">Kluyveromyces lactis</option>
-                        <option value="laccaria_bicolor ">Laccaria bicolor</option>
-                        <option value="lamprey">Petromyzon marinus</option>
-                        <option value="leishmania_tarentolae">Leishmania tarentolae</option>
-                        <option value="lodderomyces_elongisporus">Lodderomyces elongisporus</option>
-                        <option value="magnaporthe_grisea ">Magnaporthe grisea</option>
-                        <option value="neurospora_crassa">Neurospora crassa</option>
-                        <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
-                        <option value="pichia_stipitis">Pichia stipitis</option>
-                        <option value="rhizopus_oryzae">Rhizopus oryzae</option>
-                        <option value="saccharomyces_cerevisiae_S288C">Saccharomyces cerevisiae</option>
-                        <option value="saccharomyces_cerevisiae_rm11-1a_1">Saccharomyces cerevisiae</option>
-                        <option value="saccharomyces">Saccharomyces cerevisiae</option>
-                        <option value="schizosaccharomyces_pombe">Schizosaccharomyces pombe</option>
-                        <option value="trichinella">Trichinella spiralis</option>
-                        <option value="ustilago_maydis">Ustilago maydis</option>
-                        <option value="yarrowia_lipolytica">Yarrowia lipolytica</option>
-                        <option value="nasonia">Nasonia vitripennis</option>
-                        <option value="tomato">Solanum lycopersicum</option>
-                        <option value="chlamydomonas">Chlamydomonas reinhardtii</option>
-                        <option value="amphimedon">Amphimedon queenslandica</option>
-                        <option value="pneumocystis">Pneumocystis jirovecii</option>
-                        <option value="chicken">Gallus gallus domesticus (chicken)</option>
-                        <option value="cacao">Theobroma cacao (cacao)</option>
-                        <option value="heliconius_melpomene1">Heliconius melpomene</option>
-                        <option value="xenoturbella">Xenoturbella</option>
-                        <option value="E_coli_K12">E coli K12</option>
-                        <option value="c_elegans_trsk">c elegans trsk</option>
-                        <option value="camponotus_floridanus">Camponotus floridanus</option>
-                        <option value="coyote_tobacco">Coyote tobacco</option>
-                        <option value="s_aureus">Staphylococcus aureus</option>
-                        <option value="thermoanaerobacter_tengcongensis">Thermoanaerobacter tengcongensis</option>
-                        <option value="wheat">wheat</option>
-                        <option value="zebrafish">Danio rerio</option>
-                        <option value="anidulans">Aspergillus nidulans</option>
-                        <option value="bombus_impatiens1">Bombus impatiens1</option>
-                        <option value="bombus_terrestris2">Bombus terrestris2</option>
-                        <option value="botrytis_cinerea">Botrytis cinerea</option>
-                        <option value="brugia_malayi">Brugia malayi</option>
-                        <option value="conidiobolus_coronatus">Conidiobolus coronatus</option>
-                        <option value="cryptococcus_neoformans">Cryptococcus neoformans</option>
-                        <option value="culex_pipiens">Culex pipiens</option>
-                        <option value="elephant_shark">Callorhinchus milii</option>
-                        <option value="honeybee1">Apis mellifera</option>
-                        <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
-                        <option value="pea_aphid">Acyrthosiphon pisum</option>
-                        <option value="rhodnius_prolixus">Rhodnius prolixus</option>
-                        <option value="ustilago_maydis">Ustilago maydis</option>
-                        <option value="verticillium_albo_atrum1">Verticillium albo atrum1</option>
-                        <option value="verticillium_longisporum1">Verticillium longisporum1</option>
-                        <option value="Xipophorus_maculatus">Xipophorus_maculatus</option>
-                        <option value="adorsata">adorsata</option>
-                        <option value="ancylostoma_ceylanicum">ancylostoma_ceylanicum</option>
-                        <option value="maker2_athal1">maker2_athal1</option>
-                        <option value="maker2_c_elegans1">maker2_c_elegans1</option>
-                        <option value="maker2_dmel1">maker2_dmel1</option>
-                        <option value="maker2_spomb1">maker2_spomb1</option>
-                        <option value="parasteatoda">parasteatoda</option>
-                        <option value="rice">rice</option>
-                        <option value="schistosoma2">schistosoma2</option>
-                        <option value="sulfolobus_solfataricus">sulfolobus_solfataricus</option>
+                        <expand macro="augustus_species"/>
                     </param>
                 </when>
             </conditional>
@@ -172,14 +71,14 @@
         </section>
     </inputs>
     <outputs>
-        <data name='busco_sum' format='txt' label="${tool.name} on ${on_string}: short summary" from_work_dir="run_busco_galaxy/short_summary_busco_galaxy.txt"/>
-        <data name='busco_table' format='tabular' label="${tool.name} on ${on_string}: full table" from_work_dir="run_busco_galaxy/full_table_busco_galaxy.tsv"/>
-        <data name='busco_missing' format='tabular' label="${tool.name} on ${on_string}: missing buscos" from_work_dir="run_busco_galaxy/missing_busco_list_busco_galaxy.tsv"/>
+        <data name='busco_sum' format='txt' label="${tool.name} on ${on_string}: short summary" from_work_dir="busco_galaxy/run_*/short_summary.txt"/>
+        <data name='busco_table' format='tabular' label="${tool.name} on ${on_string}: full table" from_work_dir="busco_galaxy/run_*/full_table.tsv"/>
+        <data name='busco_missing' format='tabular' label="${tool.name} on ${on_string}: missing buscos" from_work_dir="busco_galaxy/run_*/missing_busco_list.tsv"/>
     </outputs>
     <tests>
         <test>
             <param name="input" value="genome.fa"/>
-            <param name="lineage_path" value="arthropoda"/>
+            <param name="lineage_dataset" value="arthropoda_odb10"/>
             <param name="mode" value="geno"/>
             <output name="busco_sum" file="genome_results/short_summary" compare="diff" lines_diff="4"/>
             <output name="busco_table" file="genome_results/full_table" compare="diff" lines_diff="4"/>
@@ -187,7 +86,7 @@
         </test>
         <test>
             <param name="input" value="proteome.fa"/>
-            <param name="lineage_path" value="arthropoda"/>
+            <param name="lineage_dataset" value="arthropoda_odb10"/>
             <param name="mode" value="prot"/>
             <output name="busco_sum" file="proteome_results/short_summary" compare="diff" lines_diff="4"/>
             <output name="busco_table" file="proteome_results/full_table" compare="diff" lines_diff="4"/>
@@ -195,7 +94,7 @@
         </test>
         <test>
             <param name="input" value="transcriptome.fa"/>
-            <param name="lineage_path" value="arthropoda"/>
+            <param name="lineage_dataset" value="arthropoda_odb10"/>
             <param name="mode" value="tran"/>
             <output name="busco_sum" file="transcriptome_results/short_summary" compare="diff" lines_diff="4"/>
             <output name="busco_table" file="transcriptome_results/full_table" compare="diff" lines_diff="4"/>
@@ -203,7 +102,7 @@
         </test>
         <test>
             <param name="input" value="genome.fa"/>
-            <param name="lineage_path" value="arthropoda"/>
+            <param name="lineage_dataset" value="arthropoda_odb10"/>
             <param name="mode" value="geno"/>
             <param name="adv|aug_prediction|augustus_mode" value="builtin"/>
             <param name="adv|aug_prediction|augustus_species" value="human"/>
@@ -213,7 +112,7 @@
         </test>
         <test>
             <param name="input" value="genome.fa"/>
-            <param name="lineage_path" value="arthropoda"/>
+            <param name="lineage_dataset" value="arthropoda_odb10"/>
             <param name="mode" value="geno"/>
             <param name="adv|aug_prediction|augustus_mode" value="history"/>
             <param name="adv|aug_prediction|augustus_model" value="local.tar.gz" ftype="augustus"/>
@@ -227,7 +126,5 @@
 
 .. _BUSCO: http://busco.ezlab.org/
     </help>
-     <citations>
-        <citation type="doi">doi:10.1093/bioinformatics/btv351</citation>
-    </citations>
+    <expand macro="citations"/>
 </tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Mon Aug 17 06:50:18 2020 -0400
@@ -0,0 +1,278 @@
+<?xml version="1.0"?>
+<macros>
+    <token name="@TOOL_VERSION@">4.1.2</token>
+
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1093/bioinformatics/btv351</citation>
+        </citations>
+    </xml>
+
+    <xml name="augustus_species">
+        <!-- If you update this list, please also update it in maker and augustus tools (../maker/maker.xml and ../augustus/augustus.xml) -->
+        <option value="human">Homo sapiens</option>
+        <option value="fly">Drosophila melanogaster</option>
+        <option value="arabidopsis">Arabidopsis thaliana</option>
+        <option value="brugia ">Brugia malayi</option>
+        <option value="aedes">Aedes aegypti</option>
+        <option value="tribolium2012">Tribolium castaneum</option>
+        <option value="schistosoma">Schistosoma mansoni</option>
+        <option value="tetrahymena">Tetrahymena thermophila</option>
+        <option value="galdieria">Galdieria sulphuraria</option>
+        <option value="maize">Zea mays</option>
+        <option value="toxoplasma">Toxoplasma gondii</option>
+        <option value="caenorhabditis ">Caenorhabditis elegans</option>
+        <option value="aspergillus_fumigatus">Aspergillus fumigatus</option>
+        <option value="aspergillus_nidulans ">Aspergillus nidulans</option>
+        <option value="aspergillus_oryzae ">Aspergillus oryzae</option>
+        <option value="aspergillus_terreus">Aspergillus terreus</option>
+        <option value="botrytis_cinerea ">Botrytis cinerea</option>
+        <option value="candida_albicans ">Candida albicans</option>
+        <option value="candida_guilliermondii ">Candida guilliermondii</option>
+        <option value="candida_tropicalis ">Candida tropicalis</option>
+        <option value="chaetomium_globosum">Chaetomium globosum</option>
+        <option value="coccidioides_immitis">Coccidioides immitis</option>
+        <option value="coprinus">Coprinus cinereus</option>
+        <option value="coprinus_cinereus">Coprinus cinereus</option>
+        <option value="cryptococcus_neoformans_gattii">Cryptococcus neoformans gattii</option>
+        <option value="cryptococcus_neoformans_neoformans_B">Cryptococcus neoformans neoformans</option>
+        <option value="cryptococcus_neoformans_neoformans_JEC21">Cryptococcus neoformans neoformans</option>
+        <option value="cryptococcus">Cryptococcus neoformans</option>
+        <option value="debaryomyces_hansenii">Debaryomyces hansenii</option>
+        <option value="encephalitozoon_cuniculi_GB">Encephalitozoon cuniculi</option>
+        <option value="eremothecium_gossypii">Eremothecium gossypii</option>
+        <option value="fusarium_graminearum ">Fusarium graminearum</option>
+        <option value="histoplasma_capsulatum ">Histoplasma capsulatum</option>
+        <option value="histoplasma">Histoplasma capsulatum</option>
+        <option value="kluyveromyces_lactis ">Kluyveromyces lactis</option>
+        <option value="laccaria_bicolor ">Laccaria bicolor</option>
+        <option value="lamprey">Petromyzon marinus</option>
+        <option value="leishmania_tarentolae">Leishmania tarentolae</option>
+        <option value="lodderomyces_elongisporus">Lodderomyces elongisporus</option>
+        <option value="magnaporthe_grisea ">Magnaporthe grisea</option>
+        <option value="neurospora_crassa">Neurospora crassa</option>
+        <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
+        <option value="pichia_stipitis">Pichia stipitis</option>
+        <option value="rhizopus_oryzae">Rhizopus oryzae</option>
+        <option value="saccharomyces_cerevisiae_S288C">Saccharomyces cerevisiae</option>
+        <option value="saccharomyces_cerevisiae_rm11-1a_1">Saccharomyces cerevisiae</option>
+        <option value="saccharomyces">Saccharomyces cerevisiae</option>
+        <option value="schizosaccharomyces_pombe">Schizosaccharomyces pombe</option>
+        <option value="trichinella">Trichinella spiralis</option>
+        <option value="ustilago_maydis">Ustilago maydis</option>
+        <option value="yarrowia_lipolytica">Yarrowia lipolytica</option>
+        <option value="nasonia">Nasonia vitripennis</option>
+        <option value="tomato">Solanum lycopersicum</option>
+        <option value="chlamydomonas">Chlamydomonas reinhardtii</option>
+        <option value="amphimedon">Amphimedon queenslandica</option>
+        <option value="pneumocystis">Pneumocystis jirovecii</option>
+        <option value="chicken">Gallus gallus domesticus (chicken)</option>
+        <option value="cacao">Theobroma cacao (cacao)</option>
+        <option value="heliconius_melpomene1">Heliconius melpomene</option>
+        <option value="xenoturbella">Xenoturbella</option>
+        <option value="E_coli_K12">E coli K12</option>
+        <option value="c_elegans_trsk">c elegans trsk</option>
+        <option value="camponotus_floridanus">Camponotus floridanus</option>
+        <option value="coyote_tobacco">Coyote tobacco</option>
+        <option value="s_aureus">Staphylococcus aureus</option>
+        <option value="thermoanaerobacter_tengcongensis">Thermoanaerobacter tengcongensis</option>
+        <option value="wheat">wheat</option>
+        <option value="zebrafish">Danio rerio</option>
+        <option value="anidulans">Aspergillus nidulans</option>
+        <option value="bombus_impatiens1">Bombus impatiens1</option>
+        <option value="bombus_terrestris2">Bombus terrestris2</option>
+        <option value="botrytis_cinerea">Botrytis cinerea</option>
+        <option value="brugia_malayi">Brugia malayi</option>
+        <option value="conidiobolus_coronatus">Conidiobolus coronatus</option>
+        <option value="cryptococcus_neoformans">Cryptococcus neoformans</option>
+        <option value="culex_pipiens">Culex pipiens</option>
+        <option value="elephant_shark">Callorhinchus milii</option>
+        <option value="honeybee1">Apis mellifera</option>
+        <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
+        <option value="pea_aphid">Acyrthosiphon pisum</option>
+        <option value="rhodnius_prolixus">Rhodnius prolixus</option>
+        <option value="ustilago_maydis">Ustilago maydis</option>
+        <option value="verticillium_albo_atrum1">Verticillium albo atrum1</option>
+        <option value="verticillium_longisporum1">Verticillium longisporum1</option>
+        <option value="Xipophorus_maculatus">Xipophorus_maculatus</option>
+        <option value="adorsata">adorsata</option>
+        <option value="ancylostoma_ceylanicum">ancylostoma_ceylanicum</option>
+        <option value="maker2_athal1">maker2_athal1</option>
+        <option value="maker2_c_elegans1">maker2_c_elegans1</option>
+        <option value="maker2_dmel1">maker2_dmel1</option>
+        <option value="maker2_spomb1">maker2_spomb1</option>
+        <option value="parasteatoda">parasteatoda</option>
+        <option value="rice">rice</option>
+        <option value="schistosoma2">schistosoma2</option>
+        <option value="sulfolobus_solfataricus">sulfolobus_solfataricus</option>
+    </xml>
+
+    <xml name="lineages">
+        <option value="acidobacteria_odb10">Acidobacteria</option>
+        <option value="aconoidasida_odb10">Aconoidasida</option>
+        <option value="actinobacteria_class_odb10">Actinobacteria class</option>
+        <option value="actinobacteria_phylum_odb10">Actinobacteria phylum</option>
+        <option value="actinopterygii_odb10">Actinopterygii</option>
+        <option value="agaricales_odb10">Agaricales</option>
+        <option value="agaricomycetes_odb10">Agaricomycetes</option>
+        <option value="alphaproteobacteria_odb10">Alphaproteobacteria</option>
+        <option value="alteromonadales_odb10">Alteromonadales</option>
+        <option value="alveolata_odb10">Alveolata</option>
+        <option value="apicomplexa_odb10">Apicomplexa</option>
+        <option value="aquificae_odb10">Aquificae</option>
+        <option value="arachnida_odb10">Arachnida</option>
+        <option value="archaea_odb10">Archaea</option>
+        <option value="arthropoda_odb10">Arthropoda</option>
+        <option value="ascomycota_odb10">Ascomycota</option>
+        <option value="aves_odb10">Aves</option>
+        <option value="bacillales_odb10">Bacillales</option>
+        <option value="bacilli_odb10">Bacilli</option>
+        <option value="bacteria_odb10">Bacteria</option>
+        <option value="bacteroidales_odb10">Bacteroidales</option>
+        <option value="bacteroidetes-chlorobi_group_odb10">Bacteroidetes-chlorobi group</option>
+        <option value="bacteroidetes_odb10">Bacteroidetes</option>
+        <option value="bacteroidia_odb10">Bacteroidia</option>
+        <option value="basidiomycota_odb10">Basidiomycota</option>
+        <option value="betaproteobacteria_odb10">Betaproteobacteria</option>
+        <option value="boletales_odb10">Boletales</option>
+        <option value="brassicales_odb10">Brassicales</option>
+        <option value="burkholderiales_odb10">Burkholderiales</option>
+        <option value="campylobacterales_odb10">Campylobacterales</option>
+        <option value="capnodiales_odb10">Capnodiales</option>
+        <option value="carnivora_odb10">Carnivora</option>
+        <option value="cellvibrionales_odb10">Cellvibrionales</option>
+        <option value="cetartiodactyla_odb10">Cetartiodactyla</option>
+        <option value="chaetothyriales_odb10">Chaetothyriales</option>
+        <option value="chlamydiae_odb10">Chlamydiae</option>
+        <option value="chlorobi_odb10">Chlorobi</option>
+        <option value="chloroflexi_odb10">Chloroflexi</option>
+        <option value="chlorophyta_odb10">Chlorophyta</option>
+        <option value="chromatiales_odb10">Chromatiales</option>
+        <option value="chroococcales_odb10">Chroococcales</option>
+        <option value="clostridia_odb10">Clostridia</option>
+        <option value="clostridiales_odb10">Clostridiales</option>
+        <option value="coccidia_odb10">Coccidia</option>
+        <option value="coriobacteriales_odb10">Coriobacteriales</option>
+        <option value="coriobacteriia_odb10">Coriobacteriia</option>
+        <option value="corynebacteriales_odb10">Corynebacteriales</option>
+        <option value="cyanobacteria_odb10">Cyanobacteria</option>
+        <option value="cyprinodontiformes_odb10">Cyprinodontiformes</option>
+        <option value="cytophagales_odb10">Cytophagales</option>
+        <option value="cytophagia_odb10">Cytophagia</option>
+        <option value="delta-epsilon-subdivisions_odb10">Delta-epsilon-subdivisions</option>
+        <option value="deltaproteobacteria_odb10">Deltaproteobacteria</option>
+        <option value="desulfobacterales_odb10">Desulfobacterales</option>
+        <option value="desulfovibrionales_odb10">Desulfovibrionales</option>
+        <option value="desulfurococcales_odb10">Desulfurococcales</option>
+        <option value="desulfuromonadales_odb10">Desulfuromonadales</option>
+        <option value="diptera_odb10">Diptera</option>
+        <option value="dothideomycetes_odb10">Dothideomycetes</option>
+        <option value="embryophyta_odb10">Embryophyta</option>
+        <option value="endopterygota_odb10">Endopterygota</option>
+        <option value="enterobacterales_odb10">Enterobacterales</option>
+        <option value="entomoplasmatales_odb10">Entomoplasmatales</option>
+        <option value="epsilonproteobacteria_odb10">Epsilonproteobacteria</option>
+        <option value="euarchontoglires_odb10">Euarchontoglires</option>
+        <option value="eudicots_odb10">Eudicots</option>
+        <option value="euglenozoa_odb10">Euglenozoa</option>
+        <option value="eukaryota_odb10">Eukaryota</option>
+        <option value="eurotiales_odb10">Eurotiales</option>
+        <option value="eurotiomycetes_odb10">Eurotiomycetes</option>
+        <option value="euryarchaeota_odb10">Euryarchaeota</option>
+        <option value="eutheria_odb10">Eutheria</option>
+        <option value="fabales_odb10">Fabales</option>
+        <option value="firmicutes_odb10">Firmicutes</option>
+        <option value="flavobacteriales_odb10">Flavobacteriales</option>
+        <option value="flavobacteriia_odb10">Flavobacteriia</option>
+        <option value="fungi_odb10">Fungi</option>
+        <option value="fusobacteria_odb10">Fusobacteria</option>
+        <option value="fusobacteriales_odb10">Fusobacteriales</option>
+        <option value="gammaproteobacteria_odb10">Gammaproteobacteria</option>
+        <option value="glires_odb10">Glires</option>
+        <option value="glomerellales_odb10">Glomerellales</option>
+        <option value="halobacteria_odb10">Halobacteria</option>
+        <option value="halobacteriales_odb10">Halobacteriales</option>
+        <option value="haloferacales_odb10">Haloferacales</option>
+        <option value="helotiales_odb10">Helotiales</option>
+        <option value="hemiptera_odb10">Hemiptera</option>
+        <option value="hymenoptera_odb10">Hymenoptera</option>
+        <option value="hypocreales_odb10">Hypocreales</option>
+        <option value="insecta_odb10">Insecta</option>
+        <option value="lactobacillales_odb10">Lactobacillales</option>
+        <option value="laurasiatheria_odb10">Laurasiatheria</option>
+        <option value="legionellales_odb10">Legionellales</option>
+        <option value="leotiomycetes_odb10">Leotiomycetes</option>
+        <option value="lepidoptera_odb10">Lepidoptera</option>
+        <option value="liliopsida_odb10">Liliopsida</option>
+        <option value="mammalia_odb10">Mammalia</option>
+        <option value="metazoa_odb10">Metazoa</option>
+        <option value="methanobacteria_odb10">Methanobacteria</option>
+        <option value="methanococcales_odb10">Methanococcales</option>
+        <option value="methanomicrobia_odb10">Methanomicrobia</option>
+        <option value="methanomicrobiales_odb10">Methanomicrobiales</option>
+        <option value="micrococcales_odb10">Micrococcales</option>
+        <option value="microsporidia_odb10">Microsporidia</option>
+        <option value="mollicutes_odb10">Mollicutes</option>
+        <option value="mollusca_odb10">Mollusca</option>
+        <option value="mucorales_odb10">Mucorales</option>
+        <option value="mucoromycota_odb10">Mucoromycota</option>
+        <option value="mycoplasmatales_odb10">Mycoplasmatales</option>
+        <option value="natrialbales_odb10">Natrialbales</option>
+        <option value="neisseriales_odb10">Neisseriales</option>
+        <option value="nematoda_odb10">Nematoda</option>
+        <option value="nitrosomonadales_odb10">Nitrosomonadales</option>
+        <option value="nostocales_odb10">Nostocales</option>
+        <option value="oceanospirillales_odb10">Oceanospirillales</option>
+        <option value="onygenales_odb10">Onygenales</option>
+        <option value="oscillatoriales_odb10">Oscillatoriales</option>
+        <option value="passeriformes_odb10">Passeriformes</option>
+        <option value="pasteurellales_odb10">Pasteurellales</option>
+        <option value="planctomycetes_odb10">Planctomycetes</option>
+        <option value="plasmodium_odb10">Plasmodium</option>
+        <option value="pleosporales_odb10">Pleosporales</option>
+        <option value="poales_odb10">Poales</option>
+        <option value="polyporales_odb10">Polyporales</option>
+        <option value="primates_odb10">Primates</option>
+        <option value="propionibacteriales_odb10">Propionibacteriales</option>
+        <option value="proteobacteria_odb10">Proteobacteria</option>
+        <option value="pseudomonadales_odb10">Pseudomonadales</option>
+        <option value="rhizobiales_odb10">Rhizobiales</option>
+        <option value="rhizobium-agrobacterium_group_odb10">Rhizobium-agrobacterium group</option>
+        <option value="rhodobacterales_odb10">Rhodobacterales</option>
+        <option value="rhodospirillales_odb10">Rhodospirillales</option>
+        <option value="rickettsiales_odb10">Rickettsiales</option>
+        <option value="saccharomycetes_odb10">Saccharomycetes</option>
+        <option value="sauropsida_odb10">Sauropsida</option>
+        <option value="selenomonadales_odb10">Selenomonadales</option>
+        <option value="solanales_odb10">Solanales</option>
+        <option value="sordariomycetes_odb10">Sordariomycetes</option>
+        <option value="sphingobacteriia_odb10">Sphingobacteriia</option>
+        <option value="sphingomonadales_odb10">Sphingomonadales</option>
+        <option value="spirochaetales_odb10">Spirochaetales</option>
+        <option value="spirochaetes_odb10">Spirochaetes</option>
+        <option value="spirochaetia_odb10">Spirochaetia</option>
+        <option value="stramenopiles_odb10">Stramenopiles</option>
+        <option value="streptomycetales_odb10">Streptomycetales</option>
+        <option value="streptosporangiales_odb10">Streptosporangiales</option>
+        <option value="sulfolobales_odb10">Sulfolobales</option>
+        <option value="synechococcales_odb10">Synechococcales</option>
+        <option value="synergistetes_odb10">Synergistetes</option>
+        <option value="tenericutes_odb10">Tenericutes</option>
+        <option value="tetrapoda_odb10">Tetrapoda</option>
+        <option value="thaumarchaeota_odb10">Thaumarchaeota</option>
+        <option value="thermoanaerobacterales_odb10">Thermoanaerobacterales</option>
+        <option value="thermoplasmata_odb10">Thermoplasmata</option>
+        <option value="thermoproteales_odb10">Thermoproteales</option>
+        <option value="thermoprotei_odb10">Thermoprotei</option>
+        <option value="thermotogae_odb10">Thermotogae</option>
+        <option value="thiotrichales_odb10">Thiotrichales</option>
+        <option value="tissierellales_odb10">Tissierellales</option>
+        <option value="tissierellia_odb10">Tissierellia</option>
+        <option value="tremellomycetes_odb10">Tremellomycetes</option>
+        <option value="verrucomicrobia_odb10">Verrucomicrobia</option>
+        <option value="vertebrata_odb10">Vertebrata</option>
+        <option value="vibrionales_odb10">Vibrionales</option>
+        <option value="viridiplantae_odb10">Viridiplantae</option>
+        <option value="xanthomonadales_odb10">Xanthomonadales</option>
+    </xml>
+</macros>
--- a/test-data/arthropoda/ancestral	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
->BUSCOaEOG7B0HST
-MAADQAQFQQLLVSLLSTDNEVRKQAEEAYNNLPVESKVTFLLGAIANGQLSEEVRQLAA
-VLLRRLFSSEFLEFYKKLPAEAQAQLKEQILLAVQQEVSEQLRRKVCEVVAEVARNLIDE
-DGNNQWPEFLQFLFQCANSPSPQLKESALRIFTSVPGIFGNQEAQYLDLIKQMLAKSLED
-TEDAEVRLQAVRAVGAFILLHDKEKEIQKHFADLLPALLQVVAESIEKQDDDALLKVLID
-LAEATPKFLRPQLETILELCLKVLSEEDVEDSWRHLALEVLVTLAETAPAMVRKRAEKYI
-VALVPLVLKMMTDLEEDEDWSVADEITEDDNDSNNVVAESALDRLACGLGGKVVLPLVVE
-AIPAMLSSSDWKKRHAALMAISAIGEGCHKQMEALLDQVLDGVLKYLQDPHPRVRYAACN
-AIGQMSTDFAPIFEKKFHDKVIPGLLLLLDDEANPRVQAHAGAALVNFSEDCPKNILTRY
-LDAIMAKLEAILTSKFKELVEKGTKLVLEQVVTTIASVADTAEEEFVAYYDRLMPCLKYI
-IQNANSEELKLLRGKTIECVSLIGLAVGREKFIADASEVMDLLLKTHTEGAELPDDDPQT
-SYLISAWARICKILGKQFEQYLPLVMGPVLRTASLKPEVALLDNEDLEDIEGDVDWQFVS
-LGEQQNFGIRTAGLEDKASACEMLVCYARELKEGFAEYAEEVVRLMVPLLKFYFHDGVRT
-AAAESLPYLLDCAKIKGPQYLEGMWAYICPELLKAIDTEPEKEVLSELLSSLAKCIETLG
-AGCLSEEALKELLRILDKLLKEHFERAEKRLEKRKDEDYDEVVEEELAEEDDEDVYILSK
-VADILHALFATYKEAFLPAFDQVVPHFVKLLEPERPLADRQWALCVFDDVIEFGGPACVK
-YQEIFLRALLQYVSDKSAEVRQAAAYGCGVLGQFGGEQFAEACAEALPKLVEVINDPESR
-ELENINATENAISAVTKILKYNKSAITNVDELLAVWLSWLPVVEDEEEAAHVYGYLCDLI
-EANHPVVLGANNANLPRIVSILAEAFLREVVEAESAVAKRLLSIVKQIESNEELLQACIS
-ELSAEQQQALKEALRELAA
--- a/test-data/arthropoda/clade_parameters	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-#ARTHROPODA Clade parameters for BUSCOS
-Z	102785
-sp1	fly
-sp2	nasonia
-sp3	generic
-flank	5000
--- a/test-data/arthropoda/hmms/BUSCOaEOG7B0HST.hmm	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3319 +0,0 @@
-HMMER3/f [3.1b1 | May 2013]
-NAME  BUSCOaEOG7B0HST
-LENG  1099
-ALPH  amino
-RF    no
-MM    no
-CONS  yes
-CS    no
-MAP   yes
-DATE  Tue Apr 15 12:38:52 2014
-NSEQ  23
-EFFN  0.603638
-CKSUM 3500044453
-STATS LOCAL MSV      -12.8285  0.69537
-STATS LOCAL VITERBI  -13.9416  0.69537
-STATS LOCAL FORWARD   -6.9634  0.69537
-HMM          A        C        D        E        F        G        H        I        K        L        M        N        P        Q        R        S        T        V        W        Y   
-            m->m     m->i     m->d     i->m     i->i     d->m     d->d
-  COMPO   2.48078  4.06146  2.86181  2.63028  3.29447  3.05836  3.78580  2.74928  2.73520  2.31160  3.52187  3.11102  3.40692  3.07770  2.99944  2.73817  2.93658  2.56860  4.67180  3.56430
-          2.68613  4.42194  2.77509  2.73133  3.46348  2.40518  3.72504  3.29351  2.67743  2.69350  4.24642  2.90347  2.73745  3.18156  2.89802  2.37884  2.77522  2.98518  4.58487  3.61513
-          0.08969  2.57172  4.66890  1.68962  0.20406  0.00000        *
-      1   2.57261  4.35167  3.86119  3.40692  3.39776  3.63900  4.23782  2.41302  3.22676  2.05613  1.62924  3.68308  4.13489  3.59563  3.47552  3.02060  2.87665  2.31461  5.12383  3.92328     24 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      2   1.67850  4.50203  3.03694  2.37498  3.89784  3.30262  3.77719  3.19331  2.62660  2.92462  3.55380  3.06800  3.81401  2.99279  3.01679  2.53568  2.82599  2.89438  5.25006  3.96735     25 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      3   1.72593  4.51596  3.03450  2.62358  3.94870  3.02850  3.77178  3.31742  2.58759  2.83773  3.85577  3.06024  3.80166  2.49425  2.96418  2.62424  2.82773  2.99569  5.27761  3.99238     26 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      4   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674     27 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      5   2.80194  4.77013  3.14922  2.71763  3.71311  3.52519  3.75923  3.19152  2.43092  2.26797  3.77243  3.16939  3.97062  1.69754  2.73211  2.88896  3.05024  3.01368  5.15367  3.80747     28 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      6   1.96528  5.02402  2.30355  2.05596  4.32542  3.05196  3.65086  3.77327  2.51296  3.33530  4.14888  2.71539  3.78621  2.65549  3.01420  2.66175  2.94409  3.40418  5.54285  4.15135     29 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      7   2.80616  5.09448  2.63904  2.23927  4.35587  3.37371  3.36290  3.83921  2.30093  3.36613  4.20407  2.73502  3.85607  1.67901  2.66401  2.77836  3.04199  3.48843  5.49783  4.14714     30 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      8   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657     31 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-      9   2.68428  4.93240  2.75661  2.27527  4.13583  3.37631  3.61400  3.62539  2.35338  3.19331  4.01910  2.49496  3.81768  2.00927  2.76557  2.68592  2.91854  3.28974  5.36245  3.35762     32 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     10   2.21446  4.72578  2.87497  2.56165  4.15264  3.29558  3.77087  3.54563  2.47982  3.15770  4.07280  3.02162  3.84264  1.65143  2.82189  2.71225  2.96002  3.21897  5.42656  4.11435     33 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     11   3.21659  4.62504  4.52845  4.04117  3.08461  4.32670  4.66047  2.04409  3.80930  0.91750  2.98074  4.31950  4.61925  4.09078  3.98566  3.72282  3.47063  2.19915  5.10143  3.87978     34 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     12   3.22342  4.64281  4.51459  4.00921  3.06279  4.32395  4.63593  2.19405  3.76030  0.89516  2.75390  4.29820  4.60485  4.04707  3.93777  3.70913  3.47147  2.28240  5.08723  3.89004     35 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     13   2.40167  4.37066  3.23841  2.71943  3.69305  3.17006  3.77361  2.86062  2.69369  2.74787  3.61867  2.61565  3.81701  3.02386  3.08451  2.38755  2.59927  2.27952  5.08360  3.82376     36 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     14   2.36266  4.36811  3.06406  2.72979  4.14631  3.08255  3.91355  3.55430  2.79471  3.21930  4.05467  2.62098  3.72352  3.13094  3.17588  1.80186  1.95420  3.12204  5.46161  4.18426     37 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     15   3.21890  4.62193  4.54438  4.05183  3.08736  4.34076  4.67187  2.02002  3.82498  0.92340  2.97617  4.33115  4.62632  4.09957  4.00094  3.73289  3.47080  2.18678  5.10852  3.89414     38 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     16   2.79390  4.45673  3.60610  3.23150  3.27723  3.63323  4.05218  2.61515  3.03794  1.24469  3.45653  3.15211  4.12170  3.47147  3.28831  3.05228  3.09197  2.49642  4.91985  3.55274     39 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     17   2.33140  4.29839  3.09013  2.89782  4.17308  2.99352  4.07889  3.71832  3.01006  3.40873  4.27360  2.98510  3.71980  3.35279  3.33150  1.13841  2.79725  3.21735  5.53144  4.21550     40 s - - -
-          2.68618  4.42207  2.77520  2.73123  3.46354  2.40513  3.72495  3.29354  2.67741  2.69355  4.24690  2.90347  2.73740  3.18146  2.89801  2.37887  2.77520  2.98518  4.58477  3.61503
-          0.04477  3.36982  4.66890  0.56125  0.84512  0.48576  0.95510
-     18   2.48525  4.31008  3.37289  2.83625  3.61102  3.37944  3.82697  2.72333  2.77125  2.64332  3.32813  3.22465  3.49698  3.10758  3.13375  2.49967  1.92438  2.56620  5.03860  3.79310     42 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     19   2.94662  5.48734  1.28220  1.73271  4.77355  3.19915  3.76421  4.28636  2.79857  3.80611  4.67542  2.67146  3.83099  2.93786  3.39485  2.83040  3.24085  3.87011  5.95859  4.46121     43 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     20   2.67158  4.83040  2.56949  2.40280  4.31673  3.20730  3.78709  3.83034  2.51506  3.43315  4.29309  1.48284  3.81292  2.98097  2.99956  2.51809  3.00818  3.43022  5.57098  4.19662     44 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     21   2.90478  5.48259  1.58383  1.52725  4.76441  3.20195  3.72747  4.28414  2.72974  3.77922  4.62151  2.50464  3.81492  2.88985  3.32027  2.79021  3.18916  3.85519  5.93789  4.43109     45 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     22   2.67607  4.28556  4.33756  3.80006  3.50426  4.07837  4.54707  1.60519  3.69994  2.08776  3.35752  4.06691  4.43749  3.97907  3.94342  3.41225  2.89745  1.33787  5.26311  4.06030     46 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     23   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810     47 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     24   2.34877  4.77391  2.78398  2.39827  4.08759  3.33952  3.63119  3.50359  2.31774  3.10293  3.92102  2.91134  3.78310  2.44519  2.86618  2.32690  2.43362  3.16502  5.33733  4.00420     48 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     25   2.72844  5.00923  2.82992  2.40059  4.33941  3.40259  3.60115  3.76393  2.15611  3.29213  4.10845  2.61166  3.48128  1.88856  2.46397  2.71810  2.95614  3.40796  5.44803  4.12759     49 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     26   1.05234  4.15708  3.50347  3.26396  4.12548  2.99550  4.28723  3.19966  3.26672  3.10868  4.09038  3.38558  3.74463  3.59669  3.52932  2.47631  2.62374  2.82552  5.57497  4.35892     50 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     27   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801     51 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     28   2.73357  5.17650  2.18774  1.67418  4.47617  3.28102  3.63838  3.93906  2.26483  3.46464  4.26746  2.75628  3.78927  2.77713  2.98087  2.67913  2.64517  3.54457  5.63857  4.22022     52 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     29   1.72510  4.22998  3.48745  2.99598  3.71885  3.25774  3.96467  2.86701  2.93116  2.44840  3.65262  3.30279  3.82656  3.25956  3.26763  2.46729  2.37057  2.47996  5.16150  3.92887     53 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     30   3.33326  4.71230  4.30123  3.88842  1.89589  4.17404  3.52343  3.05320  3.74310  2.28399  3.69532  3.88694  4.50252  3.86662  3.89079  3.51127  3.56162  2.96945  3.74080  1.13207     54 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     31   2.65302  5.12440  1.99259  2.18461  4.54514  2.81510  3.72748  4.03010  2.67068  3.57383  4.40043  1.73647  3.79051  2.89011  3.20717  2.70186  3.04744  3.61024  5.75367  4.31733     55 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     32   2.41830  4.87050  2.48922  2.31318  4.28542  2.83469  3.67613  3.72782  2.47523  3.30203  4.11242  2.05024  3.76915  2.82964  3.01195  2.50477  2.73030  3.34260  5.51322  4.14344     56 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     33   3.21647  4.57584  4.66517  4.14406  3.13277  4.42845  4.76484  1.73046  3.95990  1.03727  2.97449  4.41950  4.67408  4.18469  4.12855  3.79971  3.45716  2.05517  5.17279  4.00800     57 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     34   2.32254  4.44655  3.01035  2.65075  4.10423  3.15065  3.84149  3.50599  2.69221  3.15278  3.99271  3.05565  2.02035  2.86516  3.08144  2.21456  2.60719  3.11072  5.40982  4.12815     58 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     35   2.35070  3.90887  3.45893  2.89463  3.49555  3.49247  3.82573  2.71027  2.78888  2.38241  3.44117  3.28475  3.91026  3.13668  2.53235  2.76443  2.67184  2.12993  4.94546  3.71135     59 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     36   2.82983  5.32137  2.05358  1.42923  4.62241  2.73824  3.69941  4.11353  2.63946  3.62885  4.45626  2.70112  3.80544  2.76655  3.18879  2.74626  3.10416  3.70457  5.80166  4.34081     60 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     37   2.37453  4.33948  3.28603  2.77407  3.69054  3.32655  3.80641  3.00794  2.72784  2.33218  3.62360  2.97021  3.81974  3.06730  3.10185  2.13386  2.42416  2.61682  5.08955  3.83526     61 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     38   3.00571  5.10864  3.37104  2.75523  4.54097  3.61661  3.60567  3.90283  1.23464  3.36531  4.24150  3.16462  4.00239  2.74611  1.83423  3.00738  3.18427  3.58718  5.42134  4.24111     62 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     39   2.28308  4.27921  4.15642  3.67559  3.59835  3.79956  4.49593  1.90571  3.57223  2.29565  3.46575  3.91041  4.28652  3.88214  3.83166  3.17773  3.06051  1.24587  5.33179  4.11135     63 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     40   2.47215  4.29714  3.38364  2.86717  3.63124  3.35081  3.85478  2.88640  2.79881  2.30993  3.57257  3.23940  3.26449  3.13954  3.15198  2.55137  2.01819  2.50288  5.06290  3.81866     64 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     41   3.04621  4.60412  3.87688  3.38461  1.82066  3.91678  2.06173  3.12207  3.28090  2.45565  3.70338  3.59537  4.26776  3.51397  3.54323  3.20423  3.27163  2.95111  3.89186  2.00030     65 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     42   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096     66 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     43   3.13272  4.58407  4.43119  3.96774  3.13048  4.19316  4.62300  2.16532  3.74835  0.95238  3.03174  4.23147  4.54645  4.04605  3.93379  3.60103  3.40875  2.07520  5.12003  3.89471     67 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     44   2.07721  4.27804  3.14042  2.81840  4.21668  1.84229  3.99272  3.63492  2.91844  3.28952  4.11050  2.84742  3.68707  3.21838  3.29830  2.15662  2.34690  3.14828  5.53195  4.27668     68 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     45   1.86254  4.38696  3.06419  2.71423  4.10882  3.11661  3.89571  3.45193  2.77493  3.15948  4.00709  2.28667  3.73900  3.11099  3.16177  2.51457  2.09360  3.05431  5.43370  4.15735     69 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     46   3.12736  4.45588  4.72434  4.19632  3.33307  4.43703  4.86697  1.25954  4.05964  1.57720  3.14739  4.45168  4.70023  4.29207  4.24687  3.80051  3.37520  1.66496  5.33326  4.16524     70 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     47   2.47050  3.42005  3.19320  2.63222  3.66486  3.45069  2.96171  3.04643  2.53762  2.71954  3.58656  3.09300  3.84496  2.55080  2.79990  2.68962  2.79566  2.57334  5.03448  3.76419     71 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     48   2.59200  4.68322  2.63804  2.50242  4.23261  3.13874  3.87702  3.83578  2.76107  3.47172  4.34892  1.36554  3.79539  3.10242  3.15198  2.45335  2.97966  3.40224  5.54917  4.15377     72 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     49   2.26311  4.51811  3.00011  2.57596  4.02764  2.16381  3.76005  3.42775  2.60132  3.06837  3.90527  3.01993  3.18202  2.61561  3.01447  2.56363  2.79001  2.87295  5.33233  4.03773     73 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.06070  3.94655  3.22960  0.61958  0.77255  0.48576  0.95510
-     50   2.38083  4.84439  2.58632  2.33127  4.18412  3.11070  3.63116  3.61419  2.44385  3.19659  4.00822  2.71795  3.76828  2.23512  2.90854  2.60829  2.48292  3.25517  5.41534  4.06031     74 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03004  3.91590  4.63825  0.61958  0.77255  0.46789  0.98436
-     51   2.32423  4.41665  3.36392  2.80895  3.52153  3.54208  3.80233  2.77407  2.70326  2.06307  3.25964  3.24176  3.93304  2.50172  3.06170  2.79891  2.85255  2.48322  5.00294  3.75862     75 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     52   2.12709  4.55059  2.90644  2.28945  4.09837  2.50414  3.76606  3.50405  2.62842  3.13946  3.96823  2.98543  3.75317  2.95216  3.06207  2.08654  2.80023  3.01524  5.39249  4.08523     76 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     53   2.90896  5.39782  1.92270  1.24278  4.69195  3.21901  3.74902  4.18738  2.73365  3.72020  4.58062  2.70092  3.82935  2.91859  3.29423  2.81093  3.19561  3.78393  5.87376  4.40707     77 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     54   2.84344  5.34845  2.06392  1.41130  4.63083  3.24101  3.69094  4.12448  2.60307  3.63168  4.46045  2.70525  3.81114  2.48747  3.13345  2.75547  3.11149  3.71809  5.79545  4.33727     78 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     55   1.95717  4.27218  3.86167  3.32046  3.42778  3.70371  4.15729  2.25281  3.22670  2.15706  2.81400  3.63924  4.12890  3.52902  3.51946  3.01844  2.95056  1.80556  5.06089  3.85240     79 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     56   3.01245  5.02614  3.43235  2.83956  4.43437  3.60677  3.65361  3.82588  1.85663  3.31951  4.22611  3.22457  4.02042  2.81181  1.18717  3.04204  3.21039  3.52682  5.38531  4.20861     80 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     57   2.53280  4.64647  3.02895  2.41221  3.88548  3.40629  3.64123  3.25846  2.43774  2.90801  3.53841  2.99162  3.81246  2.18900  2.85422  2.53780  2.65391  2.71387  5.19178  3.89089     81 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     58   2.94462  4.41256  4.24595  3.68389  3.17909  4.07009  4.39230  2.09848  3.53491  1.54572  1.86690  3.98894  4.38039  3.79773  3.76019  3.38221  2.93704  2.16738  5.03625  3.88931     82 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     59   1.23579  4.12303  3.38794  3.11603  4.23894  2.64024  4.18925  3.61832  3.18434  3.33897  4.17352  3.26849  3.65915  3.46946  3.49113  1.97248  2.67493  3.09225  5.59319  4.38240     83 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     60   1.07323  4.13536  3.43435  3.20063  4.17197  2.94284  4.24452  3.41977  3.23516  3.25615  4.15982  3.32780  3.69914  3.54991  3.50865  2.23398  2.71855  2.96956  5.57525  4.34701     84 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     61   2.95890  4.38369  4.47161  4.01421  3.52428  4.12123  4.77560  1.75033  3.86892  2.09956  3.39192  4.23625  4.54367  4.18996  4.09213  3.52722  3.25970  1.03087  5.42255  4.17139     85 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     62   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096     86 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     63   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096     87 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     64   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810     88 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     65   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810     89 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     66   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096     90 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     67   3.29024  4.67535  4.43767  4.05181  1.16741  4.19398  3.90599  2.60635  3.90226  1.83410  3.32162  4.10395  4.54883  4.04435  4.02779  3.60842  3.55167  2.63182  4.13699  2.50253     91 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     68   1.86358  4.15596  3.41174  3.05580  4.15280  2.96512  4.10924  3.48684  3.06476  3.22473  4.06908  3.25335  3.67896  3.37235  3.39209  1.63072  1.98751  3.01780  5.51026  4.28971     92 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     69   2.23774  4.38338  3.06366  2.70135  4.13863  3.09768  3.88621  3.53852  2.76599  3.19742  4.02758  2.49446  3.72230  3.09492  3.16128  1.92149  2.04216  3.11330  5.44802  4.17049     93 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     70   2.91966  5.46305  1.63207  1.40488  4.75031  3.20708  3.74483  4.25968  2.75113  3.77289  4.62835  2.67587  3.82414  2.91198  3.33558  2.80871  3.20702  3.84172  5.92633  4.43511     94 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     71   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657     95 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     72   2.46460  4.39898  2.81111  2.68278  3.18827  3.47447  3.51452  2.91845  2.65485  2.45353  2.74125  3.13520  3.63304  2.97823  3.05105  2.70952  2.78272  2.67801  4.95356  3.68682     96 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     73   2.84045  5.37619  1.74290  1.62581  4.66690  3.23691  3.68555  4.16183  2.31396  3.65988  4.48047  2.69583  3.80595  2.83506  3.14257  2.74728  3.10781  3.74429  5.81816  4.35114     97 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     74   2.83196  3.26788  4.29643  3.76183  1.72469  3.90008  4.07460  2.35528  3.62307  1.81081  3.16874  3.91131  4.27460  3.81581  3.78491  3.23230  3.08788  2.26761  4.52599  3.09154     98 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     75   3.14792  4.60793  4.07008  3.62734  1.70666  4.01581  3.52736  3.07409  3.50746  2.54206  3.67257  3.73636  4.36386  3.21485  3.70550  3.33412  3.37622  2.93823  3.81775  1.39374     99 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     76   2.66264  4.82569  2.90823  2.37808  4.12577  3.39542  3.63121  3.52269  1.98310  2.93384  3.95478  2.95521  2.43817  2.78995  2.68739  2.62960  2.90189  3.20031  5.33756  4.02974    100 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     77   2.72018  5.06215  2.64782  1.94932  4.39875  2.90818  3.62057  3.83600  1.80969  3.36442  4.17393  2.84523  3.51868  2.75821  2.74214  2.69366  2.96236  3.46115  5.52839  4.17061    101 k - - -
-          2.68618  4.42225  2.77520  2.73123  3.46354  2.40513  3.72495  3.29354  2.67741  2.69355  4.24690  2.90347  2.73740  3.18146  2.89801  2.37887  2.77520  2.98514  4.58477  3.61503
-          0.04489  3.36644  4.66890  0.56085  0.84566  0.48576  0.95510
-     78   3.20119  4.54827  4.69340  4.16990  3.16639  4.43999  4.79103  1.56837  3.99588  1.14139  3.00167  4.43830  4.68423  4.21590  4.16337  3.80954  3.44189  1.98548  5.20045  4.03877    103 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     79   2.40411  4.40096  3.01786  2.72226  4.14178  3.10353  3.91413  3.54950  2.76930  3.20869  4.06459  3.09245  1.73048  3.01777  3.12892  2.29832  2.60034  3.13416  5.46010  4.18256    104 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     80   2.35819  4.31501  3.37284  2.83721  3.28899  3.41826  3.82288  2.82241  2.78920  2.43433  3.50729  3.23424  2.41556  3.11325  3.15524  2.64312  2.72720  2.45255  5.00135  3.74935    105 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     81   2.48965  5.25049  2.04239  1.43683  4.56850  3.23266  3.70480  4.02061  2.63841  3.57482  4.40909  2.72080  3.80567  2.86264  3.17877  2.73772  3.08420  3.62648  5.76471  4.31767    106 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     82   1.89520  4.54380  2.89478  2.55076  4.12782  3.18535  3.78954  3.54742  2.63855  3.17726  4.00984  2.62117  3.75678  2.77672  3.05216  1.98822  2.81678  3.15931  5.41798  4.11337    107 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     83   2.79948  4.91746  3.06025  2.57713  4.15777  3.48932  3.63008  3.59421  2.11924  2.91720  4.02218  3.04458  3.90885  1.68054  2.35176  2.82677  3.01870  3.29836  5.32318  4.03729    108 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     84   2.11256  4.71385  2.71055  2.32454  4.01711  3.32895  3.67033  3.39652  2.51724  3.04576  3.88276  2.39836  3.79354  2.84526  2.97096  2.63242  2.84397  2.69144  5.31268  3.98574    109 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     85   2.69801  4.87606  2.93029  2.36228  4.09264  3.43082  3.32692  3.54531  2.26922  3.11361  3.57657  2.96013  3.84577  1.83432  2.62875  2.71952  2.92282  3.23140  5.30698  3.98431    110 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     86   3.21891  4.62191  4.54447  4.05189  3.08738  4.34084  4.67194  2.01988  3.82507  0.92344  2.97615  4.33122  4.62636  4.09963  4.00103  3.73295  3.47080  2.18671  5.10856  3.89422    111 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     87   2.81497  4.82648  3.30279  2.70785  4.05338  3.56392  3.64167  3.40813  1.55864  2.34433  3.90683  3.14174  3.94851  2.81529  2.26947  2.87835  3.02085  3.14955  5.24551  4.00071    112 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     88   2.74786  5.20749  2.19908  1.75548  4.50512  3.27600  3.64214  3.97721  2.48776  3.49335  4.29705  2.74747  3.79125  2.16268  2.99248  2.68740  2.81158  3.57787  5.66221  4.23722    113 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     89   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    114 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     90   3.12562  4.45113  4.73437  4.20025  3.32249  4.44076  4.86317  1.34012  4.07286  1.50767  3.13044  4.45453  4.69677  4.29074  4.25607  3.79954  3.37053  1.63300  5.32194  4.16690    115 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     91   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    116 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     92   3.18218  4.57517  4.58676  4.03217  3.08522  4.36502  4.67744  2.13923  3.86666  1.01322  2.41486  4.32691  4.60332  4.06931  4.04482  3.70525  3.41432  2.10352  5.11965  4.01103    117 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     93   1.56011  4.14184  3.40872  3.05901  4.18847  2.67441  4.11972  3.57571  3.09007  3.27342  4.10036  3.24667  3.66218  3.38167  3.42185  1.75523  2.32339  3.07097  5.53500  4.31871    118 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     94   3.07059  4.39919  4.69259  4.16695  3.44482  4.39876  4.87034  1.51556  4.05121  1.80079  3.25882  4.41737  4.68458  4.30210  4.25635  3.76000  3.32332  1.21617  5.39679  4.20854    119 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     95   2.86979  4.94632  2.92412  2.61070  4.16680  3.42310  3.74070  3.73915  2.31402  3.24291  4.19477  3.07504  3.93399  1.34207  2.51537  2.89731  3.13613  3.43969  5.37773  4.06484    120 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     96   2.50107  4.76319  2.94542  2.44325  4.03281  3.38642  3.62211  3.43267  2.36988  2.97448  3.55583  2.44812  3.80494  2.18136  2.78197  2.64171  2.76165  3.11542  5.28708  3.96656    121 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     97   2.89190  5.44577  1.81297  1.37118  4.73039  3.20830  3.72343  4.24319  2.71026  3.74610  4.58703  2.53094  3.81472  2.88529  3.28799  2.78432  3.17444  3.82066  5.90618  4.41085    122 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     98   2.59424  4.55380  3.08912  2.52081  3.79570  3.42365  3.71352  3.08527  2.52585  2.80491  3.69392  3.07315  3.85477  2.35957  2.90548  2.70689  2.48138  2.25614  5.15247  3.87566    123 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-     99   2.40376  4.44571  3.10948  2.65431  3.92771  3.24429  3.78212  3.17036  2.56638  2.97619  3.82497  2.87915  3.77545  2.99407  3.02540  2.04132  2.06440  2.96467  5.26089  3.98440    124 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    100   2.68980  5.11839  2.38024  1.93096  4.41926  3.11055  3.62266  3.88694  2.46189  3.41314  4.20687  2.50414  2.75748  2.61991  2.97112  2.52504  2.94034  3.49238  5.59109  4.17825    125 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    101   2.56277  4.74184  2.83592  2.42306  4.15506  3.07423  3.66834  3.57892  2.45560  3.17156  3.98856  2.77751  3.59241  2.15075  2.88733  2.40363  2.39488  3.21575  5.39419  4.06432    126 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    102   3.21725  4.56027  4.72741  4.17181  3.12391  4.47337  4.78978  1.69912  4.01791  1.07246  2.75451  4.45197  4.68222  4.19568  4.17907  3.81933  3.44567  2.06310  5.17869  4.07192    127 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    103   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    128 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    104   2.98717  5.10417  3.37929  2.73362  4.48496  3.62808  3.26635  3.87318  1.67620  3.33529  4.19834  3.14847  3.99445  2.72252  1.41967  2.98715  3.15670  3.55883  5.39033  4.19403    129 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    105   3.00571  5.10864  3.37104  2.75523  4.54097  3.61661  3.60567  3.90283  1.23464  3.36531  4.24150  3.16462  4.00239  2.74611  1.83423  3.00738  3.18427  3.58718  5.42134  4.24111    130 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    106   3.05614  4.38676  4.68868  4.15539  3.42619  4.37938  4.84312  1.36164  4.04311  1.92510  2.96087  4.40078  4.66329  4.28106  4.24135  3.73489  3.30633  1.34283  5.36709  4.19659    131 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    107   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    132 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    108   2.91535  5.44809  1.72065  1.34808  4.73676  3.20990  3.74414  4.24308  2.74443  3.75984  4.61522  2.68092  3.82454  2.91127  3.32356  2.80733  3.20209  3.82794  5.91348  4.42752    133 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    109   2.83565  3.29686  4.43247  3.88378  3.41622  4.05061  4.51833  1.77663  3.77074  2.13334  3.08864  4.09548  4.41137  4.01605  3.97045  3.38691  3.09481  1.25599  5.15412  3.95710    134 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    110   1.89445  4.23725  3.87449  3.36077  3.57670  3.60434  4.22367  2.05306  3.28069  2.40705  3.47377  3.64226  4.09739  3.58524  3.57667  2.95089  2.73810  1.69977  5.18069  3.96378    135 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    111   1.07317  4.13538  3.43436  3.20066  4.17195  2.94286  4.24454  3.41968  3.23518  3.25611  4.15981  3.32782  3.69916  3.54994  3.50866  2.23415  2.71857  2.96951  5.57524  4.34699    136 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    112   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    137 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    113   2.90164  4.38498  4.50521  3.96919  3.37718  4.24445  4.68107  1.78864  3.84663  1.56405  3.20723  4.23658  4.55715  4.10440  4.06401  3.58884  3.25455  1.34705  5.27440  4.09667    138 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    114   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    139 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    115   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    140 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    116   2.55395  4.08058  2.95237  2.51096  4.07829  3.30091  3.69302  3.49066  2.24626  3.11265  3.94514  1.91926  3.79162  2.86629  2.84455  2.46951  2.84101  3.14261  5.33844  4.02732    141 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    117   2.90557  4.52599  3.70154  3.27330  3.02156  3.76280  3.40398  2.71130  3.00233  1.20912  3.36857  3.59804  4.18281  3.45092  3.23862  3.15435  3.16281  2.64720  4.68408  3.24277    142 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    118   3.13849  4.48736  4.64109  4.14802  3.30518  4.38478  4.80997  1.16005  3.96472  1.64564  3.17003  4.40366  4.67980  4.24840  4.15311  3.77434  3.39534  1.80090  5.29051  4.06682    143 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    119   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    144 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    120   2.88542  5.45006  1.61582  1.56191  4.72703  3.21467  3.71271  4.23949  2.68499  3.73370  4.56983  2.67102  3.81267  2.66202  3.25737  2.77743  3.16289  3.81682  5.89448  4.40169    145 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    121   2.97495  5.35266  1.03204  2.10556  4.68087  3.21142  3.84247  4.19848  2.90383  3.77865  4.69455  2.75011  3.86094  3.03976  3.47674  2.88682  3.29131  3.80884  5.88535  4.44967    146 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    122   1.89070  3.11909  3.70615  3.34627  4.10742  1.44358  4.25718  3.41837  3.29640  3.19763  4.05706  3.38376  3.66682  3.57937  3.56040  2.36566  2.64898  2.94572  5.50037  4.31571    147 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    123   2.53437  4.56177  2.88313  2.62462  4.06186  3.19626  3.86532  3.42986  2.70509  3.17815  4.08987  1.52555  3.80697  3.08731  3.07634  2.63489  2.79878  2.82259  5.42105  4.06777    148 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    124   2.78555  4.78419  2.75062  2.64366  4.15939  3.23420  3.98192  3.88592  2.89192  3.52445  4.47942  1.03333  3.88978  3.25497  3.24895  2.85002  3.16996  3.50064  5.45683  4.10253    149 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    125   2.72666  4.91120  2.90834  2.37803  4.09068  3.43592  3.08195  3.58885  2.25633  2.88814  3.99514  2.95978  3.85656  1.87547  2.60616  2.74151  2.95001  3.27274  5.30490  3.96836    150 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    126   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    151 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    127   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    152 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    128   2.87564  5.42772  1.77834  1.45103  4.70614  3.21967  3.70814  4.21456  2.66860  3.71192  4.54611  2.67774  3.81192  2.65991  3.23282  2.77198  3.15123  3.79522  5.87338  4.38775    153 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    129   3.07788  4.46060  4.53342  4.01603  1.69712  4.21938  4.32440  1.80793  3.88900  1.72486  3.06912  4.19335  4.51654  4.04780  4.04095  3.56178  3.31976  2.11875  4.68440  3.26211    154 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    130   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    155 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    131   2.88413  5.07366  2.90967  2.52549  4.40307  3.46710  3.63967  3.83606  1.85873  3.33947  4.21250  3.00581  3.92066  1.63100  2.40637  2.87538  3.10515  3.50824  5.45792  4.18151    156 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    132   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    157 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    133   3.22745  4.64120  4.53235  4.01813  3.06066  4.34136  4.64672  2.18958  3.77792  0.89988  2.69465  4.31018  4.61102  4.05255  3.95485  3.71949  3.47162  2.28239  5.09197  3.90928    158 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    134   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    159 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    135   2.70747  4.98123  2.72539  2.26215  4.27144  3.36836  3.38082  3.70686  2.32302  3.26008  4.08090  2.72509  3.82127  1.90571  2.72048  2.69969  2.63612  3.35867  5.44207  4.10034    160 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    136   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    161 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    137   1.23516  4.36629  3.16143  2.87673  3.88705  3.15298  3.48058  3.36473  2.87012  3.06728  3.99078  3.20549  3.79930  3.25837  3.18789  2.60379  2.84982  3.01185  5.29253  3.97378    162 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    138   2.53488  4.62971  2.68218  2.50951  4.27150  3.12104  3.86785  3.81738  2.75074  3.44072  4.29316  1.54500  3.76990  3.07909  3.15487  2.13165  2.92181  3.36987  5.56807  4.19943    163 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    139   1.73119  4.15234  3.35774  3.09344  4.23351  2.92754  4.17946  3.58748  3.15046  3.33407  4.19037  3.26405  3.67396  3.45519  3.45754  1.32403  2.69763  3.08217  5.59549  4.36488    164 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    140   2.30004  4.48812  2.93944  2.62064  4.13306  3.15626  3.83970  3.54705  2.68176  3.18683  4.03268  3.03719  1.92266  2.81005  3.06662  2.27496  2.81944  3.15134  5.43364  4.14254    165 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    141   2.52901  4.54685  2.89216  2.54279  3.82610  3.36235  3.68701  3.20041  2.54815  2.57698  3.72086  2.78658  3.80260  2.88798  2.97590  2.30317  2.34870  2.77580  5.16699  3.87257    166 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    142   2.25947  4.33643  3.18803  2.81007  3.97013  3.14955  3.92096  3.27986  2.80858  3.02550  3.90587  2.92719  1.85793  3.16266  3.16740  2.54308  2.77365  2.57643  5.34004  4.07186    167 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    143   2.36163  4.73762  2.89036  2.30463  4.00715  3.36867  3.63446  3.40767  2.42875  3.02807  3.85846  2.79764  3.79862  2.29397  2.86101  2.53206  2.83579  2.68712  5.28072  3.95995    168 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    144   3.21890  4.62193  4.54438  4.05183  3.08736  4.34076  4.67187  2.02002  3.82498  0.92340  2.97617  4.33115  4.62632  4.09957  4.00094  3.73289  3.47080  2.18678  5.10852  3.89414    169 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    145   2.92017  5.12506  3.20705  2.62170  4.53077  3.56870  3.57624  3.90410  1.51808  3.36283  4.20627  3.07161  3.94819  2.08747  2.00542  2.90557  3.10274  3.56765  5.43831  4.21679    170 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    146   2.91006  5.32232  2.10392  1.16547  4.62865  3.23459  3.76708  4.10859  2.72815  3.66873  4.54337  2.74057  3.84232  2.94331  3.25636  2.82835  3.19919  3.72366  5.81659  4.38301    171 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    147   1.71882  3.40321  3.67932  3.27870  4.07893  2.93223  4.20392  3.39750  3.21978  3.16602  4.02085  3.35535  3.66808  3.51010  3.50435  1.41418  2.64400  2.93502  5.47091  4.27251    172 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    148   1.02460  4.15937  3.41905  3.19845  4.23139  2.63186  4.26112  3.51021  3.26295  3.31890  4.21084  3.33812  3.70706  3.56711  3.53889  2.44374  2.74645  3.04097  5.59473  4.40096    173 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    149   3.21890  4.62193  4.54438  4.05183  3.08736  4.34076  4.67187  2.02002  3.82498  0.92340  2.97617  4.33115  4.62632  4.09957  4.00094  3.73289  3.47080  2.18678  5.10852  3.89414    174 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    150   2.94523  5.04791  3.27452  2.71063  4.40084  3.57364  3.61814  3.82570  1.97571  3.29976  4.18498  3.13494  3.97671  2.19188  1.43584  2.95624  3.14123  3.51530  5.38740  4.16727    175 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    151   3.08625  4.46798  4.56341  4.02301  3.19288  4.29402  4.66348  1.49988  3.86335  1.65265  2.00402  4.28773  4.57185  4.09163  4.04412  3.64212  3.32841  1.99705  5.15697  4.01441    176 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    152   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    177 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    153   2.00020  4.16029  3.40683  3.05870  4.12892  2.97743  4.10875  3.44382  3.06244  3.19729  4.05076  3.25891  3.68857  3.37673  3.38411  1.86429  1.64104  2.99165  5.49405  4.27307    178 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    154   2.25644  4.20022  3.28148  3.04693  4.21203  2.95483  4.15589  3.59318  3.09448  3.33552  4.21420  3.24865  3.69651  3.43202  3.39541  1.15142  2.50255  3.10462  5.57963  4.32164    179 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    155   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    180 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    156   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    181 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    157   2.25158  4.21859  3.16227  2.96532  4.33944  1.55803  4.15434  3.81105  3.13244  3.48051  4.31028  3.19870  3.67589  3.41777  3.46385  1.67459  2.73801  3.24313  5.65793  4.41683    182 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    158   3.05596  4.39375  4.69685  4.20237  3.50945  4.36151  4.92763  1.27206  4.08332  2.01537  3.32466  4.43271  4.68838  4.35496  4.28935  3.74752  3.32516  1.29207  5.46767  4.26162    183 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    159   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    184 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    160   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    185 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    161   2.78555  4.78419  2.75062  2.64366  4.15939  3.23420  3.98192  3.88592  2.89192  3.52445  4.47942  1.03333  3.88978  3.25497  3.24895  2.85002  3.16996  3.50064  5.45683  4.10253    186 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    162   2.86250  4.96885  2.97832  2.60019  4.22915  3.45347  3.68790  3.74808  2.20772  3.25304  4.16844  3.06263  3.92949  1.45277  2.32878  2.88248  3.10668  3.43956  5.38309  4.08974    187 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    163   2.83403  5.17109  2.50970  1.79426  4.46391  3.33128  3.67215  3.92535  2.39498  3.44597  4.30067  2.83305  3.85087  1.80941  2.78978  2.78867  3.08435  3.56598  5.60331  4.23526    188 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    164   1.75747  4.30202  3.17972  2.79855  4.10145  3.06676  3.93680  3.49014  2.84188  3.16631  3.99979  2.68036  3.71066  3.16196  3.22250  2.07447  2.18830  3.06113  5.43084  4.17215    189 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    165   2.71162  5.05026  2.80896  2.27304  4.36472  3.39731  3.21191  3.80313  2.21874  3.31716  4.11918  2.36018  3.81999  2.19276  2.38352  2.68955  2.93497  3.43448  5.46294  4.12375    190 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    166   2.98417  4.72415  3.40743  3.01766  2.48720  3.73463  2.83016  3.33575  2.90802  2.85926  3.87658  3.02695  4.14478  3.27609  3.20888  3.07282  3.22099  3.11865  4.09956  1.44912    191 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    167   3.21885  4.56380  4.71989  4.16982  3.13080  4.47089  4.79042  1.69291  4.00632  1.06577  2.83935  4.44975  4.68587  4.19762  4.17051  3.82125  3.44984  2.04924  5.18419  4.06292    192 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    168   2.86686  5.33002  1.25529  2.07025  4.66814  3.19486  3.75198  4.17324  2.75808  3.70852  4.56194  2.59406  3.41781  2.92439  3.33053  2.78097  3.16655  3.75774  5.87775  4.39896    193 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    169   3.15217  4.51711  4.63785  4.07363  3.12917  4.38781  4.71057  1.96640  3.94866  1.10898  2.53562  4.35742  4.61436  4.11812  4.12179  3.71888  3.37991  1.90097  5.14699  4.05518    194 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    170   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    195 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    171   3.00571  5.10864  3.37104  2.75523  4.54097  3.61661  3.60567  3.90283  1.23464  3.36531  4.24150  3.16462  4.00239  2.74611  1.83423  3.00738  3.18427  3.58718  5.42134  4.24111    196 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    172   2.86250  4.96885  2.97832  2.60019  4.22915  3.45347  3.68790  3.74808  2.20772  3.25304  4.16844  3.06263  3.92949  1.45277  2.32878  2.88248  3.10668  3.43956  5.38309  4.08974    197 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    173   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    198 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    174   3.24966  4.65187  4.51942  4.04688  2.73375  4.32031  4.52348  2.24610  3.87805  0.88836  2.97143  4.30117  4.60843  4.08973  4.04509  3.72080  3.49855  2.33889  4.88476  3.54434    199 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-    175   2.21579  4.54260  3.11402  2.47522  3.73183  3.43711  3.66207  2.94860  2.48576  2.63151  3.40985  3.04632  3.83151  2.45308  2.88307  2.67593  2.80265  2.80864  5.09196  3.81138    200 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    176   2.79161  5.00746  2.88412  2.46690  4.36445  3.42263  3.59738  3.77777  1.73053  3.29700  4.13967  2.95447  3.86519  2.04666  2.41953  2.61971  3.01539  3.43562  5.42807  4.14358    201 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    177   2.32968  4.33594  3.13894  2.75888  3.84977  3.15605  3.85920  3.25638  2.75426  2.96582  3.84801  3.12324  3.75281  3.11233  3.11337  1.60106  2.57854  2.91336  5.23584  3.52991    202 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    178   3.05418  4.45370  4.47068  3.90743  3.12778  4.25362  4.57657  2.01614  3.78088  1.32453  2.23160  4.20099  4.51199  3.98496  3.97850  3.57629  3.28567  1.84207  5.09089  3.97404    203 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    179   2.49002  4.69286  2.56826  2.26954  3.91116  3.38114  3.61385  3.11497  2.43637  2.54696  3.77271  2.93137  3.78774  2.67425  2.88469  2.62067  2.80223  2.92385  5.21418  3.89382    204 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    180   2.41341  4.91503  2.04936  2.24939  4.34288  3.20497  3.68241  3.79209  2.57280  3.36842  4.18796  2.58387  2.49078  2.84220  3.07399  2.62351  2.92358  3.39752  5.57306  4.18265    205 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.05735  3.88362  3.34772  0.61958  0.77255  0.54401  0.86849
-    181   2.42149  4.39021  3.19163  2.65492  3.66691  2.97160  3.71349  2.94311  2.60712  2.71811  3.34611  3.09221  3.80048  2.80917  2.99975  2.49513  2.29304  2.68622  5.04776  3.78347    206 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03186  3.85812  4.58047  0.61958  0.77255  0.52862  0.89018
-    182   2.50963  4.77364  2.73050  2.19200  4.11577  3.18757  3.64224  3.53586  2.45946  3.13504  3.95871  2.72728  3.76811  2.66248  2.90830  2.21347  2.44540  3.19063  5.36974  4.03172    207 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    183   2.54443  5.04910  1.88617  2.18599  4.44511  3.20433  3.66910  3.91557  2.57191  3.46086  4.27418  2.20863  3.35541  2.82221  3.09507  2.49466  2.96590  3.50739  5.64852  4.22992    208 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    184   2.40842  4.56389  2.98083  2.41930  3.76192  3.38928  3.65843  3.16809  2.51396  2.82444  3.68232  2.99952  3.13462  2.76760  2.92681  2.55524  2.80866  2.89071  5.11129  2.80721    209 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    185   2.59112  5.08133  2.40596  1.45960  4.39925  3.25857  3.68335  3.81923  2.49902  3.39288  4.26046  2.78321  3.81086  2.65695  2.93533  2.74251  3.04871  3.46743  5.60510  4.22050    210 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.45099  1.01335
-    186   2.93965  4.39787  4.36567  3.92875  3.47433  4.03624  4.67952  1.91267  3.76024  1.98420  3.38834  4.15309  4.48330  4.10341  3.98040  3.45535  3.24832  1.05613  5.34388  4.06929    211 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    187   2.97911  5.00477  3.36462  2.80647  4.34043  3.58261  3.65574  3.79961  1.99018  3.27638  4.19562  3.20151  4.00592  2.60551  1.22085  3.01002  3.18679  3.50468  5.36020  4.14741    212 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    188   2.97386  4.37460  4.45294  3.89510  1.89505  4.14303  4.38254  2.07653  3.77863  1.70975  2.80203  4.11898  4.43666  3.95439  3.94854  3.46228  3.20807  1.82163  4.85175  3.57912    213 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    189   2.39345  4.68222  3.06164  2.59408  3.93335  3.40618  3.71176  3.27412  2.42294  2.88567  3.46182  3.06016  3.86235  1.81594  2.77554  2.71929  2.90313  3.01073  5.26510  3.96725    214 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    190   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    215 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    191   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    216 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    192   3.02356  5.06927  3.43849  2.81543  4.49250  3.62698  3.62501  3.86058  1.74252  3.33758  4.22976  3.20592  4.02016  2.77396  1.25315  3.04045  3.20613  3.55719  5.39819  4.22799    217 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    193   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    218 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    194   2.65383  4.25691  4.22113  3.67681  3.36734  3.98316  4.37132  1.67619  3.56584  2.12623  3.28090  3.94388  4.33907  3.83726  3.79873  3.30239  3.06487  1.41888  5.07411  3.52617    219 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    195   2.25601  4.22038  3.15422  2.97022  4.34311  1.43579  4.16386  3.81764  3.14611  3.49025  4.32326  3.20203  3.67854  3.43128  3.47335  1.81103  2.74480  3.24869  5.66256  4.42178    220 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    196   1.12407  4.12833  3.42764  3.17998  4.18802  2.93146  4.22802  3.47439  3.21953  3.27894  4.16115  3.31151  3.68602  3.52656  3.50147  2.09364  2.70298  3.00317  5.57751  4.35443    221 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    197   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    222 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    198   3.12602  4.45173  4.73371  4.20029  3.32406  4.44085  4.86427  1.32792  4.07189  1.51711  3.13263  4.45473  4.69759  4.29145  4.25561  3.80021  3.37127  1.63762  5.32379  4.16728    223 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    199   2.62737  4.27823  3.72309  3.21457  3.40972  3.58639  4.05211  2.40208  3.06673  1.56320  3.36422  3.52942  4.04499  3.42096  3.34619  2.73902  2.51857  2.29829  4.99935  3.76662    224 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    200   2.50065  4.13423  3.85678  3.28434  2.86512  3.66936  3.73340  2.41996  3.18530  1.88617  3.18356  3.55962  4.03393  3.43420  3.42504  2.94689  2.83751  2.17333  4.60940  2.69109    225 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    201   3.07775  4.88174  3.19967  2.96728  3.33782  3.51116  0.99538  3.79210  2.80837  3.27669  4.32558  3.37353  4.06788  3.33454  3.06954  3.14782  3.38371  3.52582  4.80187  3.28664    226 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    202   2.94329  5.48907  1.31586  1.69133  4.77463  3.19959  3.76060  4.28787  2.79177  3.80482  4.67147  2.67016  3.82953  2.93299  3.38779  2.82683  3.23636  3.87023  5.95767  4.45927    227 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    203   2.98774  5.06766  3.26924  2.74064  4.47892  3.57342  3.64313  3.86639  1.14039  3.35557  4.24788  3.15802  3.99408  2.79445  2.08319  2.99862  3.18808  3.55392  5.42298  4.22664    228 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    204   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    229 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    205   2.58824  4.87970  2.78734  2.16878  4.15321  3.36295  3.58003  3.58421  2.16173  3.15378  3.64256  2.63826  3.50737  2.71464  2.80838  2.59379  2.44972  3.23254  5.36293  4.00781    230 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    206   2.34133  5.09969  2.41808  1.89943  4.39744  3.29074  3.62668  3.85896  2.46209  3.39300  4.19189  2.40696  3.78065  2.51864  2.96329  2.53020  2.94296  3.47209  5.57641  4.17080    231 e - - -
-          2.68609  4.42229  2.77523  2.73127  3.46357  2.40516  3.72498  3.29358  2.67744  2.69358  4.24693  2.90350  2.73743  3.18150  2.89804  2.37887  2.77504  2.98495  4.58481  3.61507
-          0.17376  1.89631  4.66890  0.66058  0.72681  0.48576  0.95510
-    207   3.08606  4.43298  4.67164  4.17369  3.42537  4.36799  4.88309  1.13201  4.02660  1.87686  3.25486  4.41699  4.68356  4.30435  4.22856  3.75157  3.35188  1.58199  5.40378  4.19567    234 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    208   2.68817  4.64668  3.18449  2.65175  3.29175  3.52226  2.68067  3.23164  2.50197  2.58765  3.73514  3.10837  3.90966  2.43808  2.86668  2.77494  2.91397  2.97295  4.76095  2.66652    235 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    209   3.01042  5.11562  3.38977  2.75985  4.55216  3.62379  3.60112  3.91016  1.26579  3.36823  4.24280  3.16739  4.00463  2.74014  1.76865  3.01077  3.18578  3.59416  5.42157  4.24443    236 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    210   2.71124  4.65688  3.16900  2.67756  3.51514  3.50643  2.00335  3.22267  2.43924  2.80232  3.13326  3.12623  3.92028  2.80327  2.76345  2.80672  2.94576  2.98169  4.94212  3.53679    237 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    211   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    238 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    212   1.60690  4.14563  3.38381  3.04750  4.22042  2.50872  4.12389  3.61894  3.09420  3.30753  4.12982  3.23796  3.65759  3.38219  3.42910  1.68181  2.45611  3.09838  5.56045  4.34266    239 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    213   2.90698  5.46842  1.37423  1.80169  4.74013  3.20815  3.72691  4.25473  2.71903  3.75390  4.60086  2.66618  3.81843  2.67122  3.29788  2.79501  3.18923  3.83536  5.91786  4.41969    240 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    214   2.72228  4.30592  3.85727  3.31599  3.23948  3.73824  4.08095  2.42363  3.16261  1.49764  2.61180  3.63402  4.12934  3.48629  3.42418  2.68250  2.97669  2.32452  4.90331  3.68016    241 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    215   3.09540  4.52295  4.47773  3.98284  3.19006  4.22035  4.65566  2.07210  3.79995  1.08155  3.05690  4.24779  4.55471  4.07082  3.99328  3.60299  3.36253  1.78706  5.16961  3.97484    242 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    216   2.37326  4.44935  3.09740  2.70823  3.86984  3.24379  3.47720  3.29800  2.67102  2.96659  3.85723  3.11123  1.86931  3.06130  3.03062  2.61621  2.82523  2.76858  5.24164  3.93757    243 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    217   2.21057  4.60035  3.09366  2.55636  3.90041  3.38121  3.66766  3.28173  2.43731  2.92329  3.77168  3.02762  3.09771  2.75076  2.35855  2.64258  2.81326  2.69995  5.20128  3.91389    244 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    218   3.14169  4.52924  4.56714  3.99961  2.78946  4.32875  4.57841  2.10624  3.87838  1.32204  1.75675  4.27917  4.55728  4.03128  4.04697  3.64933  3.36368  2.27562  5.00164  3.85566    245 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    219   3.11916  4.45250  4.71263  4.15601  3.22973  4.41362  4.78257  1.57604  4.04261  1.34678  2.79811  4.41308  4.64924  4.21680  4.21037  3.75316  3.35241  1.70048  5.22230  4.11059    246 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    220   2.60949  4.72701  3.02550  2.47930  3.95065  3.42651  3.26342  3.36048  2.27282  2.97425  3.58150  2.86003  3.81930  2.17761  2.74230  2.66139  2.83650  2.69261  5.21786  3.91045    247 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    221   2.77417  4.25094  4.19171  3.68130  3.47565  3.45899  4.41919  1.50870  3.56866  2.23788  3.37604  3.92829  4.31238  3.86168  3.80702  3.24431  3.05351  1.46543  5.17380  3.95414    248 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    222   2.75316  4.29841  3.96103  3.41415  3.43154  3.83404  4.24169  1.92660  3.31449  2.00233  3.31954  3.74037  4.22353  3.61840  3.60249  3.14269  2.06299  1.83180  5.10630  3.89653    249 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    223   1.84822  4.26160  3.35622  2.86645  3.81935  2.39899  3.89604  3.15496  2.83418  2.87946  3.35236  3.19994  3.76129  3.15618  3.20129  2.27742  2.72184  2.64717  5.20703  3.96221    250 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    224   2.81726  5.28580  2.21223  1.50976  4.57354  3.26238  3.67464  4.05594  2.53978  3.56828  4.39263  2.73217  3.81141  2.24566  3.03963  2.74227  3.07843  3.65858  5.73121  4.29602    251 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    225   2.24836  4.19049  3.33199  3.03112  4.17493  2.97218  4.11464  3.52380  3.04834  3.26437  4.12622  3.24334  3.69302  3.37958  3.36484  1.40154  1.98341  3.05442  5.53465  4.29460    252 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    226   3.05678  4.43740  4.58343  4.12650  3.43034  4.26412  4.84642  1.08549  3.96660  1.94266  3.28578  4.35603  4.63347  4.27010  4.16759  3.67391  3.34105  1.65992  5.39412  4.16199    253 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    227   2.87103  5.22608  2.38783  1.31740  4.50501  3.29268  3.71120  3.98142  2.51128  3.51014  4.38455  2.79667  3.85237  2.51519  2.93861  2.81271  3.13717  3.62079  5.67626  4.28172    254 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    228   2.00012  4.72405  3.00277  2.52426  4.04421  3.28994  3.65688  3.42246  1.95943  2.90747  3.89261  3.00361  3.83425  2.70383  2.70431  2.69097  2.88230  3.11113  5.28797  3.99801    255 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    229   2.50717  4.69792  2.98307  2.55028  3.98077  3.17844  3.69503  3.36500  2.41505  2.65815  3.88344  3.02347  3.84618  1.85523  2.77282  2.70672  2.90087  3.07146  5.27646  3.97124    256 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    230   2.95320  5.47783  1.21865  1.81861  4.76686  3.19888  3.77324  4.27820  2.81387  3.80591  4.68172  2.67660  3.83464  2.95001  3.40935  2.83861  3.25025  3.86587  5.95670  4.46363    257 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    231   2.80650  5.14248  1.23026  2.20088  4.62271  2.86218  3.80280  4.12729  2.81091  3.68303  4.53847  2.75947  3.37923  2.98411  3.36351  2.76051  3.13276  3.69677  5.82869  4.40412    258 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.06070  3.94655  3.22960  0.61958  0.77255  0.48576  0.95510
-    232   2.82754  5.25952  1.57459  2.15556  4.52886  3.23018  3.70245  4.05487  2.61851  3.57814  4.42940  2.72454  3.80783  2.07801  3.13462  2.75509  3.10550  3.66228  5.72887  4.28234    259 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03004  3.91590  4.63825  0.61958  0.77255  0.46789  0.98436
-    233   2.13717  4.45151  3.14902  2.63848  3.80575  3.32176  3.74198  2.97353  2.61552  2.71143  3.71087  2.60546  3.79822  2.95998  3.02190  2.25874  2.60610  2.85730  5.16304  3.88547    260 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    234   2.71069  4.42239  4.24290  3.74611  3.28866  3.99473  4.49435  2.11887  3.58643  1.20393  3.15062  4.01800  4.39083  3.88623  3.81250  3.36020  3.20457  1.87555  5.16681  3.98111    261 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    235   3.16168  4.52130  4.65334  4.09434  3.15734  4.40864  4.74413  1.89852  3.96464  1.09108  2.78296  4.37970  4.63735  4.14644  4.14285  3.74532  3.39262  1.85148  5.18279  4.07981    262 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    236   2.84669  5.01857  2.98642  2.55557  4.40941  3.46560  3.63405  3.81113  1.32598  3.32424  4.18321  3.02405  3.44591  2.64507  2.38111  2.85044  3.07211  3.47509  5.44845  4.18909    263 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    237   2.60741  3.06390  4.06506  3.51445  3.31509  3.66998  4.15867  2.23097  3.38986  1.84499  3.27842  3.72707  4.10656  3.65205  3.60673  2.81889  2.88534  1.73165  4.90315  3.69590    264 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    238   3.25982  4.63915  4.58520  4.09106  2.43344  4.36187  4.45769  2.26576  3.94343  0.93809  2.94797  4.31935  4.61965  4.10372  4.09497  3.73614  3.49658  2.37114  4.77215  3.39117    265 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    239   3.06074  4.41983  4.64669  4.16738  3.46162  4.31804  4.89088  1.12485  4.02770  1.96040  3.29216  4.39887  4.66344  4.31168  4.23118  3.71422  3.33683  1.53898  5.43057  4.21738    266 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    240   2.93783  5.48876  1.37452  1.62531  4.77389  3.20063  3.75559  4.28739  2.78147  3.80107  4.66400  2.66931  3.82755  2.92623  3.37634  2.82159  3.22926  3.86817  5.95420  4.45531    267 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    241   3.20900  4.58259  4.64320  4.07908  3.05993  4.41398  4.69839  2.04740  3.92098  1.08036  2.09075  4.37194  4.62590  4.09735  4.08622  3.74868  3.43270  2.23584  5.10550  4.01166    268 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    242   1.32863  4.14150  3.51988  3.19968  4.09342  2.99990  4.20753  3.20483  3.17982  3.09618  4.02168  3.34735  3.72554  3.50037  3.46847  2.45007  1.97919  2.81999  5.51485  4.30557    269 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    243   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    270 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    244   2.20216  4.48226  3.06535  2.59874  3.96080  3.06695  3.75521  3.10243  2.61366  3.00626  3.84381  2.29718  3.76272  2.95246  3.03276  2.35574  2.44420  3.00166  5.28184  3.99210    271 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    245   2.22003  2.28498  3.92348  3.44377  3.63306  3.23212  4.20122  2.61486  3.33641  2.61876  3.58287  3.55009  3.86425  3.61090  3.57718  2.63220  2.05450  2.13855  5.14780  3.95358    272 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    246   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    273 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    247   2.94992  5.07311  3.32343  2.71378  4.50413  3.59039  3.59809  3.85288  1.29897  3.33395  4.20001  3.13382  3.97765  2.73676  1.87943  2.95525  3.03142  3.53308  5.41735  4.22207    274 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    248   3.41596  4.74206  4.42107  4.06409  1.05858  4.23104  3.54574  3.04291  3.92398  2.38886  3.67022  3.98129  4.56348  3.99028  4.02014  3.60441  3.65093  2.99494  3.72761  1.82358    275 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    249   3.25814  4.63173  4.59796  4.10087  2.29519  4.36263  4.42105  2.27939  3.95653  0.97248  2.95039  4.31520  4.61671  4.10391  4.10163  3.73151  3.49248  2.38537  4.72273  3.32164    276 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    250   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    277 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    251   2.47304  4.51826  3.03704  2.58462  3.46171  2.76312  3.40103  3.25451  2.59914  2.90714  3.76476  3.04176  2.29523  2.94404  3.00970  2.62657  2.80614  2.94908  5.15791  3.84166    278 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    252   2.84191  5.00472  2.84080  2.49956  3.99732  3.43648  2.97666  3.75640  2.27503  3.26720  4.15577  2.98959  3.90722  1.58609  2.58761  2.84252  3.07922  3.43774  5.26121  3.85859    279 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    253   3.18090  4.54925  4.63844  4.08973  2.95962  4.40087  4.69903  1.97053  3.96381  1.02180  2.94268  4.36968  4.63475  4.13606  4.14031  3.74160  3.41399  1.95941  5.11013  3.94576    280 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    254   2.72484  5.17920  1.91556  1.81173  4.46849  3.27724  3.63463  3.94156  2.48930  3.22102  4.26256  2.74923  3.42014  2.62441  3.00523  2.66915  2.97724  3.54444  5.63718  4.21201    281 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    255   2.54323  4.35532  3.29049  2.73543  2.99804  3.47758  3.73061  2.87770  2.69775  2.53876  3.46471  2.81400  3.23021  3.01877  3.08006  2.72060  2.44362  2.54322  4.91350  3.35635    282 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    256   3.03053  4.38190  4.60747  4.07530  3.42480  4.32193  4.77957  1.28954  3.95376  1.78198  3.24144  4.33039  4.62114  4.20955  4.16230  3.67409  3.13124  1.54526  5.34284  4.16581    283 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    257   2.95834  4.39430  4.27891  3.73989  1.95919  4.03046  4.03483  2.45660  3.61065  1.80196  2.03487  3.93385  4.34150  3.79097  3.78454  3.33945  3.18644  2.45311  4.44705  2.79883    284 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    258   2.80382  5.25724  2.26035  1.63772  4.54796  3.27317  3.66587  4.02554  2.50857  3.53936  4.36102  2.74542  3.81110  2.05118  2.99522  2.73484  3.06155  3.63154  5.70139  4.27642    285 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    259   3.09046  4.43957  4.66041  4.09622  3.17955  4.35391  4.70063  1.70933  3.98266  1.39275  2.35142  4.35001  4.59502  4.14648  4.14469  3.68466  3.32044  1.76853  5.14866  4.04493    286 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    260   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    287 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    261   3.13314  4.52718  4.54199  3.98161  3.10700  4.32385  4.62537  1.92749  3.82302  1.42059  1.72101  4.27357  4.56916  4.03358  4.00750  3.65459  3.36284  2.16123  5.10068  3.97858    288 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    262   2.85902  5.07896  3.06282  2.55421  4.46930  3.50533  3.59299  3.86598  1.47205  3.35199  4.18882  2.51333  3.91407  2.72803  2.10075  2.84843  3.06285  3.52056  5.44639  4.19288    289 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    263   2.94962  4.38277  4.45378  4.00206  3.52515  4.09807  4.76476  1.77066  3.85427  2.10695  3.39861  4.22100  4.53022  4.17923  4.07731  3.50745  3.25427  1.02742  5.41869  4.16351    290 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    264   3.09528  4.46147  4.59471  4.04801  1.82307  4.27857  4.41980  1.87210  3.92359  1.50715  2.98654  4.24917  4.53859  4.06536  4.06817  3.60804  3.32471  2.11869  4.78724  3.44866    291 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    265   2.36011  4.37147  3.10966  2.73829  4.16199  2.45736  3.89623  3.58019  2.74168  3.22169  4.04998  3.09789  3.72165  3.10539  2.85183  1.60208  2.57122  3.14080  5.45836  4.18965    292 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    266   2.69143  5.09395  2.18681  2.04448  4.41388  3.27209  3.64174  3.87807  2.50066  3.41516  4.21596  2.38940  3.77808  2.78253  3.01422  2.17969  2.66384  3.48519  5.60109  4.18957    293 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    267   2.51377  4.94623  2.62955  2.15613  4.23443  3.34944  3.56754  3.67977  2.21457  3.15351  4.00931  2.84343  3.29167  2.41578  2.80713  2.57947  2.71662  3.17188  5.41474  4.04162    294 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    268   2.76101  5.19744  1.65589  1.97706  4.53530  3.00827  3.68673  4.01073  2.60811  3.54254  4.35893  2.72782  3.79078  2.83867  3.14977  2.40302  2.82657  3.60484  5.72677  4.28673    295 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    269   2.51025  4.14108  3.89972  3.33484  2.52696  3.37376  4.00087  2.41445  3.23582  2.13501  2.38439  3.60721  4.05513  3.48818  3.47401  2.96442  2.85321  2.10028  4.75418  3.53745    296 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    270   2.58316  4.73592  2.91452  2.00572  3.99619  3.37360  3.62946  3.39024  2.42419  2.88939  3.54335  2.93813  2.87286  2.79309  2.86152  2.48543  2.82623  3.07683  5.27416  3.94916    297 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    271   2.92780  5.49194  1.28525  1.86339  4.77364  3.19309  3.74716  4.29630  2.77591  3.80193  4.65851  2.47178  3.82174  2.91716  3.37450  2.81061  3.22001  3.87144  5.96312  4.45085    298 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    272   2.56415  4.72159  2.73968  2.30556  4.19322  3.24158  3.71938  3.61397  2.55386  3.22250  4.04884  2.35277  3.77450  2.89061  2.99496  1.96891  2.44928  3.24012  5.45111  4.11669    299 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    273   3.20211  4.67045  4.14816  3.73782  2.44240  3.92763  3.75582  3.03077  3.39981  2.26830  3.67650  3.85879  4.35701  3.77046  3.56228  3.41672  3.47027  2.95387  1.26263  2.45838    300 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    274   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    301 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    275   2.83253  4.97647  2.86405  2.51112  3.88162  3.44577  1.99534  3.71080  2.29346  3.23129  4.12039  2.99864  3.90943  2.15696  2.60984  2.83900  3.06820  3.39842  5.18617  3.75923    302 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    276   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    303 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    277   1.65335  3.13465  3.97077  3.49259  3.64281  3.29935  4.25999  2.46913  3.39399  2.57449  3.57865  3.60772  3.92196  3.66646  3.63847  2.69961  2.79288  1.80180  5.19313  3.99316    304 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    278   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    305 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    279   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    306 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    280   2.60052  4.26047  4.09201  3.55052  3.48754  3.87410  4.34200  1.92821  3.45238  2.24564  3.15273  3.84079  4.27372  3.74624  3.72219  3.19760  2.65496  1.35876  5.16334  3.95566    307 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    281   3.07839  4.49444  4.47020  3.91315  3.13027  4.24700  4.57614  2.13029  3.76327  1.38673  1.85089  4.20331  4.51935  3.98383  3.95842  3.57662  3.31454  1.95801  5.09388  3.96742    308 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    282   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    309 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    283   2.25620  4.18980  3.34863  3.03590  4.13644  2.98700  4.10631  3.46943  3.04116  3.22027  4.08725  3.25029  3.70067  3.37501  3.35606  1.72480  1.60600  3.01930  5.50356  4.26568    310 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    284   3.21439  4.64439  4.47954  3.99230  3.06615  4.28842  4.61527  2.20570  3.73105  0.88991  2.84025  4.27501  4.59102  4.03738  3.90878  3.68767  3.46991  2.28668  5.07676  3.85464    311 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    285   1.41278  3.38637  3.70771  3.30369  4.05173  2.93619  4.21119  3.36132  3.24166  3.13725  3.99548  3.36867  3.67136  3.52664  3.52021  1.72876  2.64245  2.90923  5.45104  4.25661    312 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    286   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    313 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    287   2.53397  4.47616  3.14599  2.66451  3.77516  3.36205  3.75908  3.08594  2.61205  2.80668  2.96946  2.33893  3.83448  2.98599  2.99552  2.66364  2.20673  2.81282  5.15438  3.87257    314 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    288   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    315 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    289   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    316 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    290   1.11494  4.12259  3.38888  3.14686  4.23475  2.63575  4.21734  3.57474  3.21620  3.33524  4.18599  3.28671  3.66903  3.50875  3.50731  2.24614  2.68898  3.06514  5.60037  4.38930    317 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    291   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    318 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    292   2.99284  4.38784  4.49872  3.97771  3.43865  4.21934  4.71531  1.78681  3.83919  1.98102  2.99144  4.23824  4.56266  4.12721  4.06496  3.57950  3.25926  1.11063  5.33738  4.13330    319 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    293   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    320 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    294   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    321 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    295   2.51878  4.56914  3.12044  2.57151  3.81368  3.22306  3.66453  3.19353  2.45809  2.56228  3.70312  2.78198  3.82572  2.86394  2.33186  2.56120  2.80921  2.65606  5.13792  3.85545    322 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    296   1.34214  4.13531  3.47199  3.13267  4.09378  2.23896  4.15517  3.35474  3.14137  3.15469  4.02992  3.30038  3.69633  3.44150  3.45012  2.41627  2.69015  2.66154  5.48487  4.26843    323 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    297   2.53064  5.11620  2.23519  1.89770  4.44008  2.42455  3.65068  3.90803  2.52405  3.44225  4.24523  2.61340  3.41147  2.79346  3.04513  2.66101  2.96736  3.51162  5.62791  4.21010    324 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    298   2.88326  5.11912  2.81892  2.33714  4.49670  3.44432  3.63265  3.89737  1.34329  3.40566  4.25578  2.75424  3.90729  2.77873  2.42485  2.86083  3.10494  3.55138  5.51329  4.23370    325 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    299   2.69659  4.56244  3.62337  3.15018  2.39672  3.76292  2.92059  3.10362  3.05111  2.67420  3.68853  3.44917  4.14710  3.35221  3.34724  3.05936  3.14117  2.90442  4.08528  1.51971    326 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    300   3.10270  4.43225  4.70431  4.16285  3.34426  4.41933  4.83774  1.23448  4.03941  1.72900  2.92388  4.42176  4.67802  4.26338  4.23024  3.77080  3.34609  1.63454  5.32400  4.17179    327 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    301   2.23878  4.36713  3.27259  2.64121  3.57424  3.23740  3.75743  2.82113  2.69154  2.57702  3.51129  3.17185  3.86791  2.88059  3.06746  2.71542  2.69736  2.13669  4.98854  3.73679    328 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    302   1.97394  4.51918  3.07811  2.59751  3.85137  3.33745  3.72089  3.22793  2.55323  2.61609  3.75192  3.05229  3.62467  2.53573  2.94786  2.41449  2.80487  2.92825  5.18978  3.90640    329 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    303   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    330 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    304   2.94189  4.32902  4.50520  3.99467  3.54519  4.18569  4.74146  1.43674  3.88305  2.13521  3.37294  4.23521  4.54995  4.16773  4.11023  3.54997  2.94893  1.26135  5.39569  4.19140    331 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    305   2.54880  4.57108  2.89145  2.61070  3.97802  3.21493  3.34196  3.56234  2.64493  3.18411  4.05440  3.04116  1.70868  3.04715  3.00521  2.47570  2.89697  3.19291  5.32004  3.96532    332 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    306   2.73072  4.58966  3.16603  2.58942  3.63954  3.53741  3.77283  2.98579  2.53410  1.73196  3.59261  3.18288  3.95737  2.53830  2.84640  2.86947  2.96533  2.80255  5.08622  3.81402    333 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    307   3.07190  4.40061  4.69221  4.16499  3.43568  4.39916  4.86509  1.52568  4.04949  1.77223  3.24944  4.41597  4.68268  4.29740  4.25339  3.75913  3.32368  1.22812  5.38841  4.20297    334 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    308   3.25982  4.63915  4.58520  4.09106  2.43344  4.36187  4.45769  2.26576  3.94343  0.93809  2.94797  4.31935  4.61965  4.10372  4.09497  3.73614  3.49658  2.37114  4.77215  3.39117    335 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    309   2.56764  5.05565  2.58433  2.25095  4.36102  3.35669  3.28358  3.80667  2.05011  3.32885  4.12378  2.84087  3.79568  2.08161  2.72802  2.65524  2.91474  3.42949  5.49162  4.12581    336 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    310   3.06681  4.54157  4.30757  3.80703  2.79683  4.11210  4.40520  2.29759  3.64908  1.62612  1.47924  4.08162  4.44937  3.89911  3.85238  3.47758  3.32393  2.35052  4.91021  3.61763    337 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    311   3.07146  4.56315  4.27787  3.78351  3.12284  4.09821  4.46492  2.27126  3.53604  1.57175  1.47869  4.07393  4.45140  3.87305  3.73954  3.48207  3.33556  2.31423  5.05179  3.82948    338 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    312   2.27499  3.54261  3.81737  3.32670  3.67895  3.27131  4.16743  2.58575  3.23512  2.63294  3.61016  3.50657  3.88326  3.52990  3.51462  2.65833  1.72004  2.00107  5.19410  3.98750    339 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    313   2.91826  5.44577  1.25388  1.98142  4.71498  3.20599  3.74264  4.23014  2.74514  3.74422  4.60530  2.67352  3.82542  2.68263  3.31917  2.81010  3.20627  3.82083  5.91094  4.41742    340 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    314   3.22708  4.64140  4.53057  4.01723  3.06090  4.33965  4.64565  2.18997  3.77606  0.89929  2.70129  4.30898  4.61044  4.05199  3.95306  3.71848  3.47164  2.28231  5.09153  3.90733    341 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    315   2.84080  5.35649  1.71588  1.60043  4.66223  3.21695  3.70702  4.15961  2.66848  3.67240  4.50121  2.68814  3.80442  2.86368  3.23464  2.41321  3.11985  3.74170  5.84155  4.36510    342 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    316   2.92521  5.47557  1.53858  1.47406  4.76167  3.20447  3.74712  4.27336  2.75997  3.78476  4.64160  2.67209  3.82457  2.91490  3.34899  2.81178  3.21362  3.85370  5.93806  4.44272    343 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    317   2.95778  5.46365  1.17472  1.88405  4.75680  3.19944  3.78217  4.26673  2.82724  3.80287  4.68477  2.68367  3.83820  2.96189  3.42060  2.84583  3.25755  3.85838  5.95079  4.46367    344 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    318   2.77582  5.20460  2.16928  1.55221  4.52012  3.24896  3.68466  3.99179  2.58577  3.52751  4.34930  2.73979  2.67188  2.83708  3.11051  2.71574  3.04559  3.59601  5.70606  4.27570    345 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    319   2.77525  5.29263  1.85867  1.96289  4.59237  3.03707  3.65187  4.08347  2.19098  3.57955  4.37990  2.36126  3.78967  2.79078  3.06049  2.69797  3.03364  3.66528  5.73749  4.28721    346 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    320   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    347 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    321   1.70660  4.25070  3.17422  2.88112  4.20573  2.99083  4.03759  3.61272  2.96838  3.29869  4.13208  2.85886  3.69079  3.27961  3.32352  1.56482  2.72444  3.12767  5.53740  4.28289    348 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    322   2.55534  4.19747  3.57567  2.88484  2.90820  3.56751  3.85329  2.58261  2.94290  2.33140  3.11387  3.37406  3.95093  3.23607  3.25871  2.71189  2.35992  2.10596  4.81299  3.58926    349 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    323   1.86496  4.35088  3.15816  2.75008  4.02553  3.13221  3.87946  3.40551  2.75959  3.08045  3.92472  3.11580  3.73760  2.86017  3.14014  1.97092  2.27119  3.01820  5.35928  4.09578    350 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    324   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    351 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.04260  3.94655  3.79953  0.61958  0.77255  0.48576  0.95510
-    325   2.62333  4.76006  2.86195  1.87739  4.00914  3.38324  3.64222  3.25905  2.35679  3.02144  3.86742  2.79273  3.81524  2.81161  2.84788  2.66718  2.86369  2.57954  5.28889  3.96687    352 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02951  3.93347  4.65582  0.61958  0.77255  0.47790  0.96780
-    326   2.74068  4.34321  4.52043  4.01981  3.53567  4.19125  4.76931  1.25757  3.90800  2.10234  3.35974  4.25598  4.56124  4.19087  4.13193  3.56322  3.23093  1.44175  5.40975  4.20785    353 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    327   2.54969  4.51534  2.74658  2.57305  3.72619  3.42329  3.68495  2.63492  2.56523  2.67443  3.63203  2.88191  3.82902  2.90060  2.98870  2.56525  2.42658  2.68803  5.09314  3.80812    354 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    328   2.91771  5.45707  1.66984  1.37972  4.74489  3.20823  3.74436  4.25307  2.74809  3.76757  4.62284  2.67783  3.82421  2.91143  3.33042  2.80793  3.20477  3.83616  5.92109  4.43194    355 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    329   2.94763  5.48646  1.27228  1.74544  4.77296  3.19905  3.76540  4.28560  2.80073  3.80633  4.67652  2.67199  3.83147  2.93947  3.39701  2.83154  3.24223  3.86984  5.95866  4.46171    356 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    330   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    357 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    331   2.36450  4.76042  2.80217  2.41160  4.11429  3.30416  2.72184  3.55548  2.46650  3.15394  3.97831  2.27075  3.78652  2.83214  2.89969  2.45067  2.74237  3.20508  5.37120  4.03264    358 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    332   2.75919  5.15617  1.64840  2.07393  4.52106  3.22189  3.70832  3.98780  2.64163  3.53854  4.36529  2.73775  3.79445  2.86752  3.17852  2.09602  2.94213  3.58544  5.72921  4.29415    359 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    333   2.41460  4.24754  2.31713  2.48329  4.03430  3.27809  3.69657  3.41660  2.53540  2.89373  3.89946  2.96523  3.76695  2.86857  2.98389  2.01116  2.79563  3.07186  5.32756  4.00399    360 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    334   2.75380  5.10443  2.10215  2.20632  4.49455  3.21293  3.73197  3.99390  2.66252  3.54690  4.38176  1.59434  3.34548  2.89964  3.18124  2.71448  3.05344  3.58592  5.71388  4.28571    361 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    335   2.60018  4.73978  2.78064  2.42968  4.01751  3.29903  3.68824  3.53037  2.52023  3.14033  3.98021  1.88340  3.15780  2.87454  2.95027  2.51725  2.88087  3.18854  5.32129  3.53798    362 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    336   2.95890  4.38369  4.47161  4.01421  3.52428  4.12123  4.77560  1.75033  3.86892  2.09956  3.39192  4.23625  4.54367  4.18996  4.09213  3.52722  3.25970  1.03087  5.42255  4.17139    363 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    337   2.73941  4.33343  4.52848  4.02324  3.55223  4.19992  4.77177  1.40514  3.91718  2.13194  3.37637  4.25964  4.56541  4.19797  4.14293  3.56856  3.22484  1.27021  5.41554  4.21084    364 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    338   1.16109  4.15204  3.37655  3.14198  4.25660  2.21009  4.22749  3.58841  3.22908  3.35015  4.21330  3.29773  3.68515  3.51840  3.52441  2.41217  2.71951  3.08665  5.60791  4.40878    365 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    339   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    366 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    340   2.11293  4.19390  3.27433  3.06081  4.22596  2.94301  4.17889  3.61853  3.13697  3.36275  4.24321  3.25390  3.69336  3.46131  3.43594  1.12469  2.73901  3.11909  5.59694  4.33692    367 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    341   1.42285  4.13704  3.39800  3.12003  4.21370  2.92645  4.18618  3.55626  3.16631  3.30925  4.16482  3.27722  3.67227  3.46642  3.47037  1.59947  2.68864  3.05767  5.58043  4.35711    368 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    342   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    369 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    343   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    370 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    344   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    371 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    345   3.22745  4.64120  4.53235  4.01813  3.06066  4.34136  4.64672  2.18958  3.77792  0.89988  2.69465  4.31018  4.61102  4.05255  3.95485  3.71949  3.47162  2.28239  5.09197  3.90928    372 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    346   1.07658  3.34891  3.86470  3.50313  4.00050  2.99586  4.34145  3.05875  3.39979  3.00525  3.96663  3.49765  3.74099  3.69713  3.63110  2.45550  2.70993  2.69991  5.46854  4.27831    373 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    347   2.42734  1.40742  4.16190  3.78254  3.65190  3.25362  4.43530  2.55952  3.58612  2.57298  3.69202  3.74604  3.94521  3.89970  3.75796  2.72272  2.87209  2.17215  5.26520  4.01770    374 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    348   2.06996  4.18007  3.19453  3.00051  4.34731  1.38583  4.17701  3.77092  3.16482  3.46251  4.29122  3.20799  3.66241  3.44358  3.48789  2.05384  2.71138  3.20303  5.67839  4.44777    375 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    349   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    376 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    350   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    377 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    351   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    378 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    352   2.96673  5.07238  3.08751  2.66344  4.43570  3.52428  3.65946  3.85655  1.15567  3.35234  4.25731  3.10442  3.97536  2.68157  2.28418  2.97140  3.18276  3.54480  5.44145  4.20809    379 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    353   2.69759  4.28672  3.84411  3.29284  3.42394  3.74291  4.14134  2.11235  3.20068  2.20862  2.95529  3.63149  4.14339  3.50591  3.50147  3.04328  1.98355  1.90361  5.05511  3.84562    380 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    354   3.02949  4.37969  4.62175  4.07311  3.32151  4.31058  4.71999  1.51953  3.95921  1.82607  2.46290  4.31877  4.59051  4.17244  4.14530  3.65068  3.27215  1.47387  5.23811  4.08986    381 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    355   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    382 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    356   2.54167  4.56852  2.85504  2.61728  4.19599  2.86264  3.87707  3.65809  2.70805  3.28040  4.14953  3.04479  1.59021  2.81183  3.07186  2.63666  2.91239  3.26021  5.47774  4.18680    383 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    357   2.61769  4.60652  3.10883  2.57778  3.72258  3.45835  2.91815  3.18885  2.43954  2.30942  3.69834  2.90300  3.85436  2.49757  2.81298  2.71086  2.84696  2.78405  5.07354  3.75710    384 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    358   3.03300  4.37106  4.65829  4.12730  3.06966  4.33465  4.76432  1.45266  4.02797  1.92823  3.22586  4.35891  4.62736  4.24706  4.21954  3.68653  3.28305  1.30164  5.27141  4.06013    385 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    359   2.82643  4.31019  4.20846  3.67840  3.37910  3.93988  4.41840  2.04237  3.54526  2.02192  2.41925  3.94513  4.33163  3.83500  3.78204  3.28025  2.89828  1.39767  5.14701  3.96014    386 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    360   2.68634  5.02749  2.55539  2.17490  4.36043  2.70651  3.64254  3.81180  2.45058  3.35787  4.16687  2.27547  3.79010  2.31280  2.91846  2.44312  2.94392  3.43286  5.54593  4.16346    387 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    361   2.11108  3.45291  3.12944  2.65088  3.88930  3.25682  3.76925  3.27713  2.63192  2.94392  3.79159  2.20288  3.77496  2.80558  3.03159  2.47805  2.76739  2.94664  5.22936  3.95103    388 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    362   3.10534  4.42949  4.72816  4.19120  3.34365  4.42756  4.85476  1.45625  4.07385  1.51664  3.14988  4.44201  4.68662  4.28889  4.25869  3.78265  3.34978  1.49237  5.32598  4.17175    389 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    363   2.35515  4.31400  3.12087  2.89892  4.19354  3.02346  4.07101  3.65652  2.98481  3.33794  4.21592  3.18977  1.44955  3.33373  3.30985  2.14196  2.80835  3.18789  5.53124  4.25972    390 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    364   2.27961  4.71992  2.90717  2.33636  4.02434  2.95413  3.63046  3.43955  2.44169  3.04807  3.86688  2.82335  3.49806  2.56785  2.89508  2.50477  2.58082  2.98694  5.29428  3.96556    391 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    365   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    392 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    366   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    393 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    367   2.12464  4.50330  2.96478  2.57495  4.10471  2.75612  3.78918  3.52025  2.64834  2.97146  3.98029  2.28916  3.74271  2.97848  3.07195  2.12248  2.78245  3.12764  5.39974  4.09807    394 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    368   2.63510  4.82290  2.72764  2.39810  4.08768  3.29892  2.65719  3.64916  2.47743  3.22955  4.06266  2.34846  3.80321  2.85418  2.89904  2.05527  2.91327  3.29047  5.36568  3.98337    395 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    369   2.21426  4.73233  2.82984  2.23231  4.09155  3.30588  3.66020  3.50802  2.47788  3.11415  3.93537  2.91683  3.29605  2.68666  2.92724  2.16386  2.71665  3.16216  5.35459  4.02332    396 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    370   2.91265  5.28901  1.08725  2.16557  4.61274  3.18715  3.82499  4.20201  2.88548  3.77400  4.67115  2.58631  3.84106  3.02342  3.45736  2.83663  3.24009  3.78884  5.85777  4.38460    397 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    371   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    398 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    372   3.00551  5.10832  3.37021  2.75504  4.54046  3.61629  3.60589  3.90251  1.23346  3.36518  4.24145  3.16451  4.00230  2.74640  1.83687  3.00725  3.18423  3.58687  5.42133  4.24096    399 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    373   2.71719  4.71657  3.14485  2.62469  3.41506  3.51612  2.45319  3.33051  2.40460  2.92536  3.81104  3.08592  3.90865  2.64652  2.61257  2.78573  2.93951  3.05893  4.84663  2.53028    400 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    374   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    401 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    375   3.04230  4.68683  3.66286  3.24377  1.84276  3.82100  1.75201  3.21436  3.13155  2.68749  3.79186  3.51665  4.22442  3.44218  3.40934  3.16598  3.28859  3.04769  4.01494  2.34492    402 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    376   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    403 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    377   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    404 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    378   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    405 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    379   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    406 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    380   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    407 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    381   3.09151  4.41845  4.71934  4.20400  3.43879  4.41604  4.90786  1.20604  4.07695  1.84869  3.25215  4.45005  4.70555  4.33366  4.27754  3.78791  3.34836  1.46953  5.41589  4.22492    408 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    382   2.35219  4.27347  3.27155  3.09092  4.15038  3.00201  4.19865  3.68309  3.16967  3.39767  4.31769  3.30374  3.74696  3.51324  3.45331  0.98463  2.83789  3.20197  5.51699  4.23434    409 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    383   1.19147  4.11618  3.46283  3.17295  4.18173  2.93344  4.20545  3.45103  3.19067  3.25077  4.11725  3.30636  3.67878  3.49498  3.48151  2.10413  2.48807  2.98220  5.56231  4.35434    410 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    384   2.25803  4.28806  4.25724  3.74603  3.52647  3.95332  4.52427  1.45370  3.64772  2.19949  3.38424  3.99931  4.37143  3.93581  3.89788  3.30834  3.10215  1.58166  5.28341  4.07642    411 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    385   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    412 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    386   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    413 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    387   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    414 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    388   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    415 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    389   2.89639  4.90912  2.91865  2.63839  3.50883  3.46190  1.50620  3.66899  2.44658  3.18000  4.13845  3.09496  3.96772  2.79414  2.73937  2.92838  3.15932  3.38464  4.94276  3.43259    416 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    390   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    417 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    391   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    418 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    392   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    419 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    393   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    420 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    394   1.50214  4.34833  3.11461  2.74789  4.05103  2.89345  3.89743  3.44284  2.78802  3.11038  3.95331  3.11102  3.49799  2.86896  3.16526  2.41530  2.60253  3.04523  5.38355  4.12237    421 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    395   3.17374  4.52175  4.70557  4.14030  3.10718  4.42249  4.73634  1.69344  4.00408  1.23063  2.23835  4.40884  4.63643  4.15921  4.15666  3.75797  3.39891  2.09828  5.13408  4.04512    422 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    396   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    423 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    397   2.78176  5.16917  1.72688  2.10038  4.51562  3.23094  3.71759  3.98635  2.65129  3.53921  4.37448  2.74698  2.22009  2.88015  3.18309  2.72912  3.06628  3.59194  5.72244  4.29529    424 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    398   2.81856  5.15196  2.52306  2.02273  4.45618  3.33252  3.66007  3.91683  2.37191  3.44223  4.28193  2.69046  3.84603  1.70537  2.76200  2.77651  3.06691  3.55191  5.58976  4.22359    425 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    399   3.04350  4.38216  4.65942  4.11721  3.37119  4.34806  4.78089  1.42176  4.00522  1.87268  2.71605  4.36216  4.62775  4.22797  4.19594  3.69488  3.28911  1.41118  5.29914  4.14182    426 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    400   3.04779  4.47014  4.44864  3.90020  3.17970  4.21349  4.58044  1.90388  3.75004  1.64318  1.68767  4.18463  4.50840  3.98694  3.95241  3.54973  3.29240  1.98547  5.12677  3.98798    427 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    401   2.73813  5.14947  1.79260  2.09539  4.46799  3.25379  3.66929  3.93570  2.56055  3.47432  4.28799  2.74824  3.78975  2.68757  3.08366  2.13996  2.84942  3.54247  5.66236  4.23889    428 d - - -
-          2.68620  4.42227  2.77522  2.73120  3.46356  2.40507  3.72497  3.29356  2.67743  2.69357  4.24666  2.90349  2.73736  3.18149  2.89803  2.37889  2.77522  2.98506  4.58479  3.61506
-          0.05624  3.09443  4.66890  1.04967  0.43086  0.48576  0.95510
-    402   2.18423  4.32196  3.30412  2.87479  3.70873  1.72418  3.88659  3.19389  2.81870  2.87959  3.77267  3.21756  3.80528  3.17893  3.15837  2.60761  2.79385  2.87712  4.00062  3.82183    436 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    403   3.04353  4.39773  4.61594  4.10191  3.47133  4.33100  4.83226  1.63408  3.97366  1.90732  3.30137  4.35578  4.64956  4.25352  4.19249  3.69893  3.30605  1.11043  5.40525  4.19253    437 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    404   3.21952  4.58356  4.65306  4.13378  3.12455  4.42185  4.75501  1.77575  3.94535  1.01381  2.96990  4.41102  4.66983  4.17409  4.11494  3.79439  3.46076  2.07465  5.16470  3.99639    438 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    405   2.68788  4.98571  2.85996  2.38804  4.30531  3.39933  3.58596  3.73153  2.02680  3.26376  4.06985  2.24770  3.81774  2.39278  2.51113  2.56423  2.91420  3.26958  5.42726  4.09791    439 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    406   3.50499  4.79529  4.46582  4.12121  1.47532  4.27739  3.45305  3.22275  3.97928  2.58008  3.83207  3.97267  4.59846  4.00587  4.05859  3.64018  3.73140  3.14156  3.61582  1.14237    440 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    407   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    441 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    408   2.67999  4.84045  3.06503  2.51997  4.16906  3.43559  3.61114  3.56580  2.20607  3.13609  3.97002  3.00054  3.84663  2.08147  2.12056  2.61427  2.75755  3.07646  5.33052  4.04351    442 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    409   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    443 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    410   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    444 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    411   2.84845  4.86394  2.87222  2.62622  3.47744  3.40782  1.48526  3.70378  2.53858  3.24658  4.18480  2.83411  3.94485  3.04189  2.84979  2.88674  3.13757  3.39076  4.92865  3.39784    445 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    412   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    446 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    413   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    447 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    414   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    448 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    415   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    449 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    416   3.35493  4.81389  3.94790  3.69136  2.29778  3.91666  3.65449  3.35388  3.54675  2.78866  4.02127  3.81523  4.38887  3.83499  3.71521  3.48419  3.64202  3.22796  3.94432  0.85098    450 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    417   1.05889  4.13975  3.43803  3.20884  4.16380  2.94923  4.25093  3.39481  3.24092  3.24383  4.15788  3.33520  3.70567  3.55892  3.51148  2.27983  2.72622  2.95441  5.57327  4.34263    451 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    418   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    452 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    419   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    453 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    420   2.78555  4.78419  2.75062  2.64366  4.15939  3.23420  3.98192  3.88592  2.89192  3.52445  4.47942  1.03333  3.88978  3.25497  3.24895  2.85002  3.16996  3.50064  5.45683  4.10253    454 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    421   1.08376  4.14717  3.51070  3.25562  4.12938  2.98979  4.27492  3.20132  3.25266  3.11335  4.07982  3.37712  3.73651  3.57993  3.51956  2.46364  2.52919  2.82185  5.57228  4.36050    455 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    422   3.09032  4.40916  4.73453  4.20681  3.42137  4.43065  4.89454  1.35459  4.09156  1.74489  3.22902  4.45346  4.70337  4.32890  4.28696  3.79261  3.34030  1.37572  5.39130  4.21506    456 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    423   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    457 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    424   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    458 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    425   3.06471  4.56193  4.26337  3.77459  3.12814  4.08176  4.45856  2.27888  3.52488  1.59161  1.46586  4.06336  4.44309  3.86726  3.72869  3.47025  3.33191  2.31920  5.05202  3.82547    459 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    426   1.84687  4.16021  3.33729  3.08517  4.23894  2.92898  4.18020  3.59706  3.14796  3.34406  4.20412  3.26053  3.67683  3.45628  3.45369  1.25137  2.70507  3.09115  5.60140  4.36604    460 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    427   2.15751  4.19981  3.45899  3.17790  4.06348  3.05329  4.20747  3.12767  3.14032  3.03369  4.01476  3.35818  3.77089  3.50118  3.41804  2.51852  1.26339  2.78340  5.50916  4.28416    461 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    428   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    462 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    429   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    463 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    430   1.32483  4.13239  3.40860  3.13385  4.20726  2.92603  4.19412  3.54190  3.17821  3.30220  4.16091  3.28438  3.67348  3.47814  3.47815  1.72461  2.68884  3.04734  5.57791  4.35618    464 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    431   2.63161  4.59272  2.96403  2.75095  4.10464  3.22020  3.95896  3.62866  2.78074  3.22364  4.18183  3.15657  1.31193  2.90742  3.10243  2.74066  3.01231  3.27653  5.42131  4.13695    465 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    432   2.53175  4.31352  3.14039  2.83038  3.54670  3.02892  3.82264  2.26096  2.80248  2.57941  3.48900  3.23862  3.89143  3.11798  3.17138  2.73647  2.33798  2.33384  4.99027  3.74461    466 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    433   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    467 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    434   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    468 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    435   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    469 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    436   2.99795  5.09429  3.33453  2.74815  4.51862  3.60206  3.61653  3.88870  1.19236  3.36026  4.24083  3.16069  3.99879  2.76028  1.93722  3.00262  3.18342  3.57405  5.42116  4.23510    470 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    437   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    471 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    438   3.07775  4.88174  3.19967  2.96728  3.33782  3.51116  0.99538  3.79210  2.80837  3.27669  4.32558  3.37353  4.06788  3.33454  3.06954  3.14782  3.38371  3.52582  4.80187  3.28664    472 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    439   2.84143  5.32354  1.46708  1.92149  4.64552  3.20920  3.72306  4.13824  2.69977  3.66545  4.50303  2.69332  3.80729  2.88586  3.26661  2.31746  3.12823  3.72511  5.84161  4.36906    473 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    440   2.92394  5.12802  3.23146  2.63049  4.53833  3.57593  3.57336  3.90849  1.55650  3.36420  4.20695  3.07768  3.95092  2.08613  1.92671  2.90926  3.10425  3.57196  5.43668  4.21885    474 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    441   2.95890  4.38369  4.47161  4.01421  3.52428  4.12123  4.77560  1.75033  3.86892  2.09956  3.39192  4.23625  4.54367  4.18996  4.09213  3.52722  3.25970  1.03087  5.42255  4.17139    475 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    442   3.06113  4.40943  4.67402  4.18665  3.48055  4.34222  4.91073  1.16221  4.05687  1.97871  3.30229  4.41813  4.67723  4.33337  4.26114  3.73326  3.33357  1.45552  5.44774  4.24017    476 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    443   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    477 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    444   2.31029  4.25747  3.13098  2.99664  4.33870  1.14557  4.20300  3.83659  3.19446  3.52927  4.39017  3.23185  3.70902  3.49183  3.50056  2.25985  2.80497  3.28137  5.65523  4.41547    478 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    445   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    479 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    446   2.53074  4.43173  4.11710  3.59849  3.24411  3.94798  4.36276  2.23448  3.42294  1.20155  2.92276  3.90240  4.32699  3.74154  3.66238  3.29122  3.16761  2.19693  5.08575  3.90195    480 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    447   2.56281  4.29265  3.41162  2.86169  3.39656  3.51527  3.48071  2.79013  2.75514  2.17413  2.54821  3.11569  3.90861  3.10593  3.08735  2.52183  2.80022  2.56763  4.84770  3.58870    481 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    448   3.06503  4.48138  4.48514  3.98326  3.24127  4.21812  4.66449  2.01273  3.81507  1.21693  3.10330  4.24457  4.55316  4.08460  4.01366  3.59400  3.33073  1.58297  5.19891  4.00355    482 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    449   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    483 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    450   2.90412  5.44594  1.37816  1.75774  4.75133  2.90966  3.74203  4.26198  2.75669  3.77018  4.61883  2.66874  3.81761  2.90878  3.34896  2.79591  3.19427  3.83761  5.93297  4.43700    484 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    451   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    485 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    452   2.62651  4.88702  2.60856  2.15927  4.13531  3.34584  3.14393  3.56985  2.42628  3.15607  3.97074  2.34591  3.78643  2.76436  2.89497  2.63267  2.86622  2.65071  5.37727  4.01833    486 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    453   2.09068  4.12909  2.97432  2.25319  3.94799  3.36329  3.64732  3.34183  2.45430  2.97540  3.80897  2.90531  3.79381  2.49408  2.88433  2.61913  2.69064  3.02940  5.24070  3.93053    487 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    454   2.77315  5.03162  2.61058  2.34429  4.13373  3.34535  2.81731  3.79417  2.40574  3.33483  4.18251  1.78543  3.84630  2.66332  2.79925  2.75588  3.02565  3.44439  5.39178  3.97560    488 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    455   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    489 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    456   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    490 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    457   2.71174  4.29458  4.11223  3.72882  3.66200  3.68018  4.56746  2.04679  3.60138  2.34307  3.55166  3.90879  4.24839  3.95032  3.83477  3.11500  2.80559  1.08655  5.42191  4.18237    491 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    458   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    492 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    459   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    493 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    460   3.07775  4.88174  3.19967  2.96728  3.33782  3.51116  0.99538  3.79210  2.80837  3.27669  4.32558  3.37353  4.06788  3.33454  3.06954  3.14782  3.38371  3.52582  4.80187  3.28664    494 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    461   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    495 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    462   2.12626  4.25361  3.21242  3.06963  4.35163  1.10565  4.24834  3.74836  3.24502  3.48378  4.37329  3.28486  3.72548  3.54388  3.53896  2.49690  2.82263  3.23053  5.66066  4.46416    496 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    463   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    497 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    464   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    498 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    465   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    499 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    466   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    500 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    467   2.78555  4.78419  2.75062  2.64366  4.15939  3.23420  3.98192  3.88592  2.89192  3.52445  4.47942  1.03333  3.88978  3.25497  3.24895  2.85002  3.16996  3.50064  5.45683  4.10253    501 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    468   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    502 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    469   2.29649  4.27551  3.37176  2.95613  2.93928  3.21412  3.93613  3.08006  2.94704  2.81034  3.74716  3.26447  3.81225  3.26405  3.28882  1.53865  2.78461  2.78163  5.08006  3.73514    503 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    470   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    504 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    471   2.96475  5.42147  1.10593  1.99318  4.72751  3.20271  3.80414  4.23655  2.85638  3.79224  4.68771  2.70574  3.84662  2.99062  3.44243  2.86131  3.27100  3.83670  5.92858  4.45928    505 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    472   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    506 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    473   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    507 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    474   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    508 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    475   2.66101  4.90231  2.68436  2.34764  4.21161  3.32009  3.25699  3.66993  2.42780  3.24244  4.06565  1.96757  3.80232  2.65898  2.85788  2.41977  2.75892  3.31585  5.43471  4.07835    509 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    476   3.06074  4.41983  4.64669  4.16738  3.46162  4.31804  4.89088  1.12485  4.02770  1.96040  3.29216  4.39887  4.66344  4.31168  4.23118  3.71422  3.33683  1.53898  5.43057  4.21738    510 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    477   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    511 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    478   2.48816  4.30554  3.67238  3.15161  3.53301  3.57837  4.06580  2.23900  3.04462  2.16621  3.44505  3.49545  4.04117  3.38891  3.36038  2.90151  1.87283  2.22047  5.10908  3.87965    512 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    479   2.66289  4.87859  2.95588  2.45208  4.21341  3.40293  3.60464  3.62719  2.24200  3.18555  4.00399  2.80008  2.72920  2.50636  2.13252  2.68029  2.76947  3.28311  5.37056  4.06200    513 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    480   3.35493  4.81389  3.94790  3.69136  2.29778  3.91666  3.65449  3.35388  3.54675  2.78866  4.02127  3.81523  4.38887  3.83499  3.71521  3.48419  3.64202  3.22796  3.94432  0.85098    514 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    481   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    515 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    482   2.85241  5.27409  1.23583  2.13362  4.67905  2.86946  3.78229  4.21195  2.81330  3.74889  4.60675  2.50380  3.81335  2.96201  3.39119  2.77759  3.17173  3.77706  5.89638  4.41937    516 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    483   1.72408  4.47797  2.72185  2.57846  4.16303  2.57545  3.82985  3.58274  2.72638  3.21500  4.03782  3.00581  3.03446  3.02314  3.16248  2.39169  2.77988  3.16416  5.46028  4.15833    517 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    484   3.10967  4.43568  4.72417  4.20050  3.38592  4.43098  4.88772  1.22347  4.07024  1.71130  3.19872  4.45230  4.70452  4.31335  4.26448  3.79715  3.36103  1.56693  5.37431  4.19626    518 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    485   2.62880  4.35505  4.09165  3.57790  3.31360  3.83838  4.34531  2.22257  3.42889  1.91516  1.75700  3.85387  4.26117  3.73336  3.67092  3.18900  3.09092  1.95434  5.10360  3.92415    519 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    486   1.91941  4.27782  3.39423  2.86559  3.58374  3.04568  3.83777  2.86811  2.80555  2.30560  3.26410  3.24052  3.84953  3.13390  3.15962  2.56350  2.65319  2.61247  5.01398  3.77445    520 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    487   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    521 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    488   3.22346  4.60055  4.61779  4.10530  3.10757  4.39922  4.72732  1.87749  3.90425  0.96900  2.96522  4.38552  4.65679  4.14673  4.07655  3.77661  3.46723  2.11930  5.14454  3.96311    522 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    489   2.91202  5.12809  2.43161  1.06021  4.54025  3.05913  3.84224  4.00584  2.73327  3.60141  4.50457  2.88198  3.87830  3.03684  3.17649  2.88030  3.21818  3.63900  5.70122  4.37175    523 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    490   1.91178  4.35637  3.17608  2.72608  3.97522  2.75712  3.84678  3.36810  2.73877  2.86699  3.87272  2.82976  3.73751  3.06572  3.13608  2.21351  2.33376  2.99230  5.31307  4.04548    524 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    491   3.06074  4.41983  4.64669  4.16738  3.46162  4.31804  4.89088  1.12485  4.02770  1.96040  3.29216  4.39887  4.66344  4.31168  4.23118  3.71422  3.33683  1.53898  5.43057  4.21738    525 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    492   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    526 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    493   2.41145  4.45211  2.96649  2.63675  4.16541  3.12013  3.85889  3.57904  2.72365  3.22915  4.06146  2.27057  3.73591  3.06113  3.12321  2.02829  2.01928  3.15831  5.46411  4.16915    527 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    494   1.66245  4.19701  3.29273  2.96780  4.18874  2.97192  4.07373  3.56864  3.01603  3.27106  4.10439  3.03583  3.68026  3.32477  3.35788  1.58593  2.53257  3.08313  5.52880  4.29491    528 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    495   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    529 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    496   3.13722  4.55144  4.42937  3.94163  1.42852  4.17506  4.12922  2.41490  3.79766  1.72410  2.59889  4.10472  4.48910  3.96448  3.95440  3.52906  3.38150  2.46116  4.45207  2.93954    530 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    497   2.83661  5.05470  3.02781  2.52854  4.37697  3.49847  2.92043  3.80320  1.48266  3.30419  4.14192  3.00690  3.90356  2.52596  2.34937  2.82882  2.94911  3.46711  5.41156  4.13745    531 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    498   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    532 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    499   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    533 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    500   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    534 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    501   2.83077  5.14455  2.51748  1.37858  4.44285  3.33118  3.67641  3.89822  2.39616  3.42902  4.28579  2.84016  3.85323  2.73906  2.60891  2.79144  3.08329  3.54309  5.59108  4.22803    535 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    502   2.73733  4.84680  3.02468  2.60224  4.33241  3.39116  3.68428  3.68783  1.36970  3.27834  4.14053  3.04866  3.88074  2.84430  2.48321  2.60202  2.79418  3.34261  5.44150  4.17894    536 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    503   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    537 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    504   2.48010  4.50731  2.90715  2.63470  4.14672  3.15301  3.87558  3.52615  2.72484  3.22863  4.09710  2.00968  3.77391  3.08975  3.10260  2.58607  1.81802  3.13926  5.46374  4.15271    538 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    505   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    539 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    506   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    540 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    507   2.94135  4.38276  4.38762  3.88431  3.40020  4.08931  4.61767  1.93803  3.73048  1.96683  2.74847  4.13549  4.47481  4.03114  3.95315  3.46043  3.22082  1.16541  5.26984  4.06152    541 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    508   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    542 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    509   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    543 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    510   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    544 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    511   3.02726  4.38593  4.63003  4.14002  3.52396  4.30046  4.88130  1.52003  4.01780  2.05265  3.35042  4.37332  4.65005  4.30364  4.23354  3.68730  3.30243  1.10274  5.45976  4.24099    545 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    512   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    546 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    513   2.42784  4.23041  3.65414  3.26324  3.80693  3.24199  4.20748  2.68652  3.16082  2.68175  3.74695  3.47146  3.89093  3.52053  3.44356  2.66672  1.45162  2.14885  5.35491  4.11630    547 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    514   2.45332  4.29846  3.49459  3.25031  4.03500  3.13521  4.26189  3.17118  3.19475  3.03204  4.07800  3.44764  3.84489  3.58592  3.44973  2.65544  1.05229  2.85822  5.46629  4.25170    548 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    515   3.13849  4.48736  4.64109  4.14802  3.30518  4.38478  4.80997  1.16005  3.96472  1.64564  3.17003  4.40366  4.67980  4.24840  4.15311  3.77434  3.39534  1.80090  5.29051  4.06682    549 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    516   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    550 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    517   1.94002  4.16877  3.31758  3.07755  4.24047  2.93153  4.18068  3.60440  3.14536  3.35173  4.21663  3.25775  3.68057  3.45781  3.44931  1.20154  2.71355  3.09920  5.60443  4.36340    551 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    518   2.97568  4.40816  4.41680  3.94994  3.42973  4.11673  4.68451  1.89881  3.78392  1.83134  3.32491  4.19034  4.52079  4.10896  4.00350  3.51560  3.26627  1.11417  5.31773  4.06129    552 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    519   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    553 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    520   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    554 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    521   2.52598  4.45508  3.27315  2.84875  3.98418  3.26540  3.87200  3.29746  2.57998  3.00120  3.92157  3.20504  3.83870  3.10168  2.47261  2.66824  1.51868  2.98106  5.31140  4.06083    555 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    522   1.89811  2.13594  3.98231  3.51661  3.65676  3.21492  4.25204  2.59373  3.40642  2.62997  3.60383  3.58256  3.86467  3.67239  3.63265  2.62521  2.59452  2.08393  5.18199  3.99199    556 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    523   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    557 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    524   2.41539  5.03709  2.63572  1.80878  4.32978  3.33520  3.37952  3.77422  2.21493  3.31457  4.11787  2.70412  3.79381  2.68734  2.81994  2.56741  2.92331  3.40520  5.49708  4.12476    558 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    525   2.75236  5.19291  2.42014  1.77398  4.50505  3.31578  3.61980  3.96700  2.09461  3.46826  4.26900  2.78604  3.80412  2.26852  2.82279  2.69732  2.99412  3.57131  5.61762  4.22191    559 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    526   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    560 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    527   2.88946  4.32664  4.38381  3.88754  3.56517  4.06287  4.66919  1.70258  3.76625  2.17787  3.40583  4.13060  4.47303  4.07362  4.00675  3.43530  2.91759  1.13135  5.38993  4.17413    561 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    528   2.14217  4.74331  2.56439  2.30704  4.06233  3.32024  3.65334  3.46137  2.48999  3.08643  3.91115  2.76987  3.78050  2.81712  2.95317  2.61107  2.36483  2.99175  5.33805  4.00237    562 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    529   3.35493  4.81389  3.94790  3.69136  2.29778  3.91666  3.65449  3.35388  3.54675  2.78866  4.02127  3.81523  4.38887  3.83499  3.71521  3.48419  3.64202  3.22796  3.94432  0.85098    563 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    530   3.35493  4.81389  3.94790  3.69136  2.29778  3.91666  3.65449  3.35388  3.54675  2.78866  4.02127  3.81523  4.38887  3.83499  3.71521  3.48419  3.64202  3.22796  3.94432  0.85098    564 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    531   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    565 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    532   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    566 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    533   3.25744  4.62996  4.59982  4.10243  2.26190  4.36182  4.41171  2.28290  3.95856  0.98202  2.95191  4.31334  4.61560  4.10350  4.10227  3.72973  3.49137  2.38862  4.71081  3.30470    567 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    534   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    568 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    535   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    569 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    536   2.27941  1.29449  3.97924  3.66503  3.82665  3.04155  4.36742  3.02545  3.48491  2.95121  3.93573  3.58988  3.78674  3.81223  3.65599  2.35395  2.76372  2.68845  5.31921  4.07757    570 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    537   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    571 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    538   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    572 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    539   2.99434  3.64743  4.23935  3.75336  1.73957  3.95943  3.63433  2.81409  3.62272  2.38919  3.48704  3.80867  4.31548  3.76609  3.77344  3.27784  3.23147  2.67165  3.93054  1.56855    573 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    540   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    574 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    541   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    575 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    542   2.59866  4.92770  2.81553  2.48788  4.28118  3.38168  3.68372  3.68951  2.20256  3.25516  4.13658  2.97470  3.87688  1.59687  2.60564  2.79189  3.03234  3.36316  5.44964  4.14591    576 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    543   2.78555  4.78419  2.75062  2.64366  4.15939  3.23420  3.98192  3.88592  2.89192  3.52445  4.47942  1.03333  3.88978  3.25497  3.24895  2.85002  3.16996  3.50064  5.45683  4.10253    577 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    544   1.00574  4.16421  3.42966  3.21193  4.22428  2.70019  4.26938  3.48736  3.27038  3.30904  4.21047  3.34926  3.71447  3.57887  3.54212  2.45467  2.75592  3.02810  5.59096  4.39786    578 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    545   2.46353  4.53653  2.83836  2.56478  4.23406  3.13050  3.84484  3.65810  2.70161  3.30161  4.13699  1.78255  3.74895  3.04105  3.10668  2.25998  2.33963  3.23274  5.51703  4.20108    579 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    546   2.57592  4.63373  3.06121  2.51461  3.86676  3.41587  3.63878  3.25390  2.28162  2.78131  3.47794  3.00395  3.81663  2.59915  2.82963  2.28150  2.43337  2.96368  5.17228  3.87719    580 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    547   2.75670  5.24409  1.90254  1.89145  4.54040  3.26021  3.64939  4.02449  2.52618  3.53350  4.33531  2.72771  2.81884  2.49652  3.05460  2.68842  3.01444  3.61587  5.70047  4.25959    581 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    548   2.85999  5.38709  1.64494  1.55994  4.67460  3.22599  3.70545  4.17528  2.65280  3.68187  4.51414  2.69072  3.81101  2.86167  3.06014  2.76422  3.13455  3.76047  5.84251  4.36893    582 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    549   2.81148  4.39171  3.78660  3.25344  2.43741  3.77553  2.85702  2.79474  3.13677  1.65303  3.40442  3.53717  4.13438  3.41412  3.40720  3.05526  3.04012  2.64438  4.25672  2.55252    583 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    550   2.97759  5.14708  3.33868  2.69505  4.57946  3.61727  3.57246  3.93277  1.47397  3.37563  4.22793  3.12169  3.98141  2.39966  1.69497  2.96450  3.14626  3.60453  5.43226  4.24098    584 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    551   3.18820  4.56080  4.63593  4.07036  3.07057  4.39827  4.68823  1.98902  3.92015  1.16998  1.96964  4.35906  4.61451  4.09342  4.08572  3.73042  3.41211  2.20960  5.10382  4.01048    585 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    552   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    586 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    553   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    587 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    554   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    588 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    555   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    589 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    556   2.45332  4.29846  3.49459  3.25031  4.03500  3.13521  4.26189  3.17118  3.19475  3.03204  4.07800  3.44764  3.84489  3.58592  3.44973  2.65544  1.05229  2.85822  5.46629  4.25170    590 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    557   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    591 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    558   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    592 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    559   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    593 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    560   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    594 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    561   2.25861  4.20227  3.27713  3.04701  4.21080  2.95506  4.15766  3.59681  3.09688  3.33870  4.21938  3.24900  3.69765  3.43502  3.39687  1.14229  2.52823  3.10799  5.57972  4.31921    595 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    562   3.22746  4.64120  4.53240  4.01816  3.06066  4.34142  4.64676  2.18957  3.77798  0.89990  2.69444  4.31022  4.61104  4.05257  3.95490  3.71952  3.47162  2.28239  5.09199  3.90934    596 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    563   3.05702  4.43649  4.58729  4.12887  3.43190  4.26722  4.84904  1.08708  3.97002  1.94306  3.28569  4.35852  4.63518  4.27233  4.17119  3.67611  3.34082  1.65418  5.39624  4.16538    597 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    564   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    598 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    565   3.18321  4.58781  4.56292  4.02304  3.10351  4.34679  4.67837  2.12574  3.83160  0.96415  2.73819  4.31599  4.60668  4.06885  4.01640  3.70006  3.42473  2.07246  5.13662  3.99490    599 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    566   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    600 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    567   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    601 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    568   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    602 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    569   2.57333  4.86668  2.94108  2.35673  4.19848  3.40117  3.61322  3.60595  2.25742  3.17252  3.99601  2.95345  2.80816  2.70157  2.00703  2.62706  2.90344  3.26748  5.36616  4.06085    603 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    570   2.90910  5.33603  2.07617  1.17706  4.63972  3.23145  3.76297  4.12231  2.72866  3.67741  4.54901  2.73232  3.83950  2.93781  3.26323  2.82428  3.19762  3.73404  5.82696  4.38693    604 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    571   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    605 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    572   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    606 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    573   3.05199  4.40985  4.61634  4.06556  3.26658  4.31377  4.70652  1.44796  3.94296  1.74406  2.28009  4.31755  4.58688  4.14931  4.12452  3.65337  3.29278  1.71257  5.20681  4.07129    607 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    574   1.90089  4.43368  3.09157  2.64295  3.95494  2.55990  3.40977  3.35828  2.66258  3.01000  3.84909  2.97707  3.75600  2.99750  3.07133  2.34894  2.61181  2.90650  5.28490  4.00412    608 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    575   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    609 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    576   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    610 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    577   2.27154  4.26438  3.11689  2.84467  4.28466  2.12605  4.03796  3.72122  2.97064  3.37358  4.19246  2.97612  3.67943  3.26984  3.33748  1.52174  2.53708  3.19857  5.59525  4.33994    611 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    578   2.91194  5.42943  1.80904  1.29841  4.71995  3.21328  3.74499  4.22227  2.73905  3.74452  4.60109  2.68782  3.82585  2.91271  3.31149  2.80758  3.19838  3.81124  5.89834  4.41928    612 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    579   3.02524  4.38593  4.62444  4.13511  3.52396  4.29504  4.87742  1.53106  4.01224  2.05400  3.35152  4.36851  4.64672  4.29925  4.22852  3.68223  3.30105  1.09753  5.45850  4.23876    613 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    580   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    614 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    581   2.96503  5.41923  1.10320  1.99754  4.72598  3.20293  3.80528  4.23510  2.85782  3.79170  4.68783  2.70700  3.84705  2.99210  3.44347  2.86207  3.27161  3.83563  5.92730  4.45898    615 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    582   3.10557  4.56940  4.35353  3.83620  3.09939  4.17693  4.50476  2.23928  3.60472  1.46197  1.55110  4.13250  4.49213  3.91054  3.80433  3.54233  3.35624  2.29706  5.05483  3.85814    616 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    583   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    617 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    584   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    618 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    585   2.75198  4.74496  3.22391  2.72385  4.04446  3.48473  3.73182  3.23759  1.45389  2.97211  3.92864  3.15542  3.93615  2.91492  2.55952  2.83950  3.00659  2.50010  5.31006  4.04320    619 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    586   2.39899  4.39076  3.02521  2.72609  4.11917  3.10465  3.91719  3.50597  2.79000  3.19935  4.05163  2.49735  3.74533  3.14390  3.15618  2.37358  1.59765  3.09762  5.44652  4.16430    620 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    587   2.84982  4.95984  2.86932  2.53681  3.79302  3.45049  1.80807  3.69349  2.32250  3.21504  4.11962  3.01805  3.92368  2.36680  2.63191  2.86237  3.09011  3.38957  5.13144  3.68564    621 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    588   2.24338  4.28602  3.16714  2.82110  4.12921  2.81772  3.96658  3.53076  2.87955  3.20047  4.03364  2.85886  3.70597  3.19880  3.24981  2.05414  1.68613  3.08592  5.45862  4.20516    622 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    589   2.80433  5.16469  2.37089  1.40315  4.50382  2.75229  3.70627  3.96981  2.55902  3.51216  4.35432  2.77401  3.82210  2.67396  3.02708  2.75513  3.07995  3.58701  5.68660  4.28322    623 e - - -
-          2.68618  4.42225  2.77520  2.73120  3.46354  2.40513  3.72495  3.29354  2.67741  2.69355  4.24690  2.90347  2.73740  3.18147  2.89801  2.37885  2.77520  2.98519  4.58477  3.61503
-          0.07685  3.36982  3.22960  0.62891  0.76180  0.48576  0.95510
-    590   2.69777  4.94404  2.12993  2.26144  4.39913  1.72982  3.75790  3.87878  2.69396  3.45891  4.30648  2.79761  3.78654  2.71498  3.18835  2.69197  3.01645  3.48063  5.64659  4.25546    626 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.21866  3.91590  1.73451  0.61958  0.77255  0.46789  0.98436
-    591   2.28034  3.75498  3.10685  2.80425  3.52537  2.94223  3.78676  2.49897  2.76667  2.56874  3.46893  3.19208  3.81482  3.08114  3.13265  2.64159  2.72413  2.40135  4.96136  3.71777    627 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03484  3.77009  4.49243  0.61958  0.77255  0.40341  1.10273
-    592   2.84305  5.39193  1.85052  1.54864  4.67725  3.23043  3.68742  4.18231  2.61898  3.67482  4.49454  2.60369  3.80383  2.48785  3.17221  2.74657  3.11198  3.76046  5.83295  4.35722    628 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    593   3.23601  4.59249  4.69605  4.13928  3.09150  4.46707  4.76446  1.88528  3.97535  0.98149  2.68755  4.43130  4.67340  4.15932  4.14082  3.81146  3.46287  2.14337  5.15532  4.04927    629 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    594   1.90886  4.23576  3.22342  2.91367  4.19142  2.99179  4.04761  3.57845  2.97543  3.27038  4.11139  3.18241  1.84224  3.29208  3.32393  2.07742  2.71846  3.10250  5.52793  4.28276    630 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    595   2.66060  5.37014  1.33046  1.89888  4.68416  3.20338  3.74349  4.15137  2.74606  3.70150  4.55783  2.68503  3.81788  2.91217  3.32327  2.78652  3.17161  3.74717  5.88830  4.40592    631 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    596   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    632 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    597   2.89705  5.33968  1.20938  2.12640  4.65910  3.18562  3.78548  4.22964  2.82501  3.77097  4.64415  2.32080  3.82684  2.97013  3.40477  2.80945  3.21122  3.80686  5.88785  4.39744    633 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    598   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    634 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    599   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    635 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    600   2.51287  4.30519  3.48186  2.99972  3.64215  3.38165  3.96025  2.71903  2.88353  2.34992  3.60494  3.20948  3.90834  3.25881  3.20526  2.73022  1.73855  2.36473  5.12713  3.86779    636 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    601   2.32813  4.29205  3.10377  2.91240  4.16975  2.99082  4.08733  3.71576  3.02117  3.40948  4.27644  3.01265  3.71954  3.36425  3.33940  1.12798  2.79625  3.21414  5.53047  4.21498    637 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    602   3.35493  4.81389  3.94790  3.69136  2.29778  3.91666  3.65449  3.35388  3.54675  2.78866  4.02127  3.81523  4.38887  3.83499  3.71521  3.48419  3.64202  3.22796  3.94432  0.85098    638 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    603   3.22637  4.62462  4.57784  4.03912  3.05042  4.37631  4.66695  2.18720  3.83360  0.95954  2.33670  4.33576  4.61622  4.06356  4.00579  3.73330  3.45943  2.29509  5.09389  3.95874    639 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    604   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    640 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    605   2.24836  4.19049  3.33199  3.03112  4.17493  2.97218  4.11464  3.52380  3.04834  3.26437  4.12622  3.24334  3.69302  3.37958  3.36484  1.40154  1.98341  3.05442  5.53465  4.29460    641 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    606   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    642 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    607   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    643 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    608   1.20742  4.11627  3.46506  3.16904  4.17850  2.93458  4.20031  3.45214  3.18500  3.24772  4.11194  3.30456  3.67813  3.48867  3.47786  2.09266  2.45937  2.98299  5.55764  4.35006    644 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    609   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    645 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    610   3.09127  4.46123  4.59529  4.05916  3.22755  4.31900  4.70394  1.34277  3.90028  1.68972  2.27923  4.31978  4.59690  4.13342  4.08145  3.67184  3.33542  1.93133  5.19492  4.04554    646 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    611   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    647 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    612   2.98801  5.06863  3.27150  2.74076  4.48033  3.57449  3.64199  3.86712  1.14207  3.35562  4.24741  3.15798  3.99421  2.79300  2.07840  2.99865  3.18776  3.55456  5.42287  4.22688    648 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    613   3.05678  4.43740  4.58343  4.12650  3.43034  4.26412  4.84642  1.08549  3.96660  1.94266  3.28578  4.35603  4.63347  4.27010  4.16759  3.67391  3.34105  1.65992  5.39412  4.16199    649 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    614   3.23113  4.63320  4.56771  4.03599  3.05405  4.37170  4.66573  2.18537  3.81901  0.92558  2.49700  4.33255  4.61889  4.06312  3.99312  3.73513  3.46730  2.28905  5.09690  3.94764    650 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    615   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    651 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    616   2.88051  4.94119  3.11924  2.70194  4.37475  3.47165  3.70844  3.70492  1.16749  3.29287  4.21510  3.12944  3.95483  2.87421  2.37663  2.91800  2.98046  3.39724  5.44520  4.21172    652 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    617   2.66561  4.85129  2.91362  2.43685  3.63328  3.41547  3.34213  3.52608  2.23135  3.10481  3.93732  2.81568  3.82901  1.91604  2.69846  2.68831  2.89361  3.20609  5.26487  3.91345    653 q - - -
-          2.68622  4.42229  2.77517  2.73127  3.46330  2.40512  3.72499  3.29358  2.67726  2.69353  4.24694  2.90335  2.73744  3.18151  2.89805  2.37891  2.77524  2.98523  4.58481  3.61507
-          0.06070  3.00554  4.66890  1.29186  0.32125  0.48576  0.95510
-    618   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    664 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    619   2.62688  5.15137  2.44129  1.43178  4.46264  3.29822  3.67787  3.89539  2.40001  3.44415  4.28720  2.79716  3.83095  2.65301  2.90009  2.75847  3.06153  3.53153  5.63075  4.24689    665 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    620   2.72601  4.90446  2.90078  2.48651  4.24943  3.39418  3.64796  3.68999  2.25753  3.23453  4.08415  2.97460  3.14750  1.72678  2.45479  2.74469  2.97377  3.35037  5.40580  4.10204    666 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    621   3.40352  4.79322  4.22269  3.87714  1.93598  4.14493  3.49885  3.20937  3.73754  2.60827  3.85300  3.87178  4.51225  3.88148  3.88493  3.53295  3.64929  3.11346  3.71034  0.97671    667 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    622   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    668 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    623   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    669 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    624   2.89996  4.37722  4.16853  3.60421  3.02171  3.99774  4.20650  2.32274  3.46334  1.26501  2.82283  3.89014  4.30919  3.71008  3.68276  3.29676  3.12917  2.18577  4.80036  2.95912    670 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    625   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    671 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    626   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    672 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    627   2.76187  5.03668  2.22015  2.00846  4.46936  1.64437  3.77270  3.92725  2.72365  3.51057  4.36256  2.78982  3.81151  2.95426  3.23059  2.73935  3.07271  3.53646  5.70257  4.30907    673 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    628   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    674 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    629   2.95890  4.38369  4.47161  4.01421  3.52428  4.12123  4.77560  1.75033  3.86892  2.09956  3.39192  4.23625  4.54367  4.18996  4.09213  3.52722  3.25970  1.03087  5.42255  4.17139    675 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    630   3.16254  4.58478  4.48367  3.94489  3.06688  4.28992  4.58759  2.20730  3.74045  1.23955  1.75256  4.24151  4.55555  3.99114  3.92498  3.64088  3.39895  2.29409  5.06801  3.91725    676 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    631   3.02837  5.09374  3.44455  2.80360  4.52625  3.63636  3.61140  3.88442  1.65491  3.35062  4.23552  3.19705  4.01929  2.75548  1.31024  3.03815  3.20375  3.57756  5.40621  4.23871    677 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    632   2.00344  4.17813  3.47556  3.17459  4.07234  3.03590  4.19834  3.14809  3.14420  3.05351  4.00916  3.34837  3.75336  3.48937  3.42905  2.49205  1.33893  2.79019  5.50678  4.28834    678 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    633   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    679 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    634   1.64214  4.14249  3.41187  3.06584  4.18745  2.83071  4.12407  3.55896  3.09073  3.27005  4.10110  3.25117  3.66530  3.38738  3.41852  1.62470  2.30101  3.06024  5.53625  4.32008    680 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    635   3.14756  4.55026  4.52661  3.96709  3.08819  4.32312  4.61423  2.04598  3.79814  1.34946  1.70794  4.26519  4.56771  4.01624  3.98462  3.65474  3.37701  2.21208  5.08951  3.96375    681 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    636   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    682 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    637   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    683 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    638   2.91138  5.30877  2.13023  1.15433  4.61788  3.23786  3.77155  4.09530  2.72786  3.66044  4.53831  2.74930  3.84535  2.94924  3.24957  2.83283  3.20119  3.71367  5.80628  4.37934    684 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    639   3.02041  4.38594  4.61129  4.12367  3.52386  4.28205  4.86833  1.55555  3.99918  2.05713  3.35412  4.35718  4.63879  4.28898  4.21667  3.67013  3.29779  1.08669  5.45548  4.23340    685 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    640   1.09244  4.14528  3.51262  3.25341  4.12933  2.98896  4.27155  3.20206  3.24904  3.11411  4.07697  3.37525  3.73485  3.57563  3.51711  2.46118  2.50314  2.82144  5.57049  4.35959    686 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    641   3.22553  4.62361  4.57812  4.03886  3.05017  4.37604  4.66649  2.18752  3.83426  0.96402  2.31932  4.33543  4.61558  4.06318  4.00632  3.73251  3.45838  2.29563  5.09336  3.95921    687 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    642   3.22963  4.62941  4.57414  4.03866  3.05210  4.37552  4.66759  2.18592  3.82771  0.93971  2.42285  4.33547  4.61843  4.06420  4.00080  3.73558  3.46409  2.29205  5.09599  3.95444    688 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    643   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    689 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    644   2.53536  4.63021  2.68160  2.50932  4.27140  3.12116  3.86791  3.81768  2.75083  3.44108  4.29369  1.54272  3.77009  3.07924  3.15488  2.13514  2.92230  3.37024  5.56809  4.19923    690 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    645   2.92702  5.47857  1.51167  1.49600  4.76441  3.20378  3.74808  4.27660  2.76291  3.78786  4.64535  2.67127  3.82485  2.91617  3.35309  2.81298  3.21581  3.85670  5.94113  4.44485    691 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    646   2.93655  5.48820  1.38899  1.61011  4.77333  3.20092  3.75456  4.28680  2.77918  3.79992  4.66209  2.66930  3.82715  2.92484  3.37367  2.82046  3.22764  3.86733  5.95309  4.45426    692 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    647   3.01245  4.43664  4.41551  3.86381  3.19643  4.18068  4.54173  2.07886  3.71889  1.59767  1.92080  4.14590  4.48132  3.95961  3.92504  3.51143  3.25585  1.70683  5.11015  3.96129    693 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    648   2.80921  5.18813  2.56392  1.65187  4.50893  3.35118  3.63073  3.95096  2.10935  3.45392  4.27710  2.83048  3.83992  2.28320  2.69776  2.75956  3.04522  3.57606  5.59602  4.23589    694 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    649   2.54113  4.66770  2.31139  2.44663  4.00242  2.66042  3.66937  3.15951  2.51103  3.03089  3.86317  2.94593  3.78059  2.84055  2.96646  2.49769  2.74563  2.74868  5.29845  3.97400    695 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    650   3.07774  4.40590  4.71689  4.20771  3.47285  4.40231  4.92048  1.23088  4.08465  1.92708  3.28587  4.44804  4.70357  4.34762  4.28809  3.77825  3.33848  1.38223  5.44148  4.24383    696 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    651   2.91281  5.29734  2.15180  1.14499  4.60893  3.24079  3.77567  4.08432  2.72781  3.65367  4.53445  2.75715  3.84810  2.95467  3.24386  2.83700  3.20324  3.70548  5.79753  4.37641    697 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    652   2.50561  4.58108  2.75901  2.53308  4.27716  1.67753  3.84532  3.71819  2.50949  3.33511  4.17336  2.78974  3.76236  3.04468  3.08638  2.33452  2.87771  3.29079  5.54550  4.23552    698 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    653   2.92869  5.46477  1.22293  1.96737  4.75388  3.19026  3.75810  4.27791  2.79394  3.79630  4.66019  2.47380  3.82478  2.93261  3.38951  2.81631  3.22626  3.85727  5.95552  4.44703    699 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    654   2.58400  4.51171  2.80548  2.40441  3.70321  3.44465  3.71635  2.97540  2.61274  2.38935  3.62031  3.07222  3.85760  2.94574  3.02684  2.62409  2.82436  2.20335  5.09214  3.81002    700 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    655   2.93201  5.47158  1.21983  1.94344  4.75861  3.19035  3.75852  4.28152  2.79562  3.79986  4.66450  2.51338  3.82539  2.93307  3.39223  2.81833  3.22932  3.86116  5.95944  4.45003    701 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    656   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    702 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    657   2.69118  4.88342  2.78583  2.42412  4.14429  3.35344  3.31777  3.66537  2.35928  3.22951  4.06880  2.92784  3.83140  1.91140  2.73386  2.19513  2.94833  3.32009  5.37252  4.01802    703 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    658   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    704 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    659   3.06599  4.39515  4.69430  4.17521  3.47407  4.39460  4.88889  1.47506  4.05816  1.89307  3.28883  4.42240  4.68990  4.31877  4.26653  3.76118  3.32261  1.18787  5.42469  4.22745    705 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    660   2.51401  4.64869  2.84355  2.46801  4.15990  3.22921  3.72428  3.58642  2.54977  3.19226  4.01274  2.37870  3.39322  2.78561  2.98432  1.96643  2.49983  3.20396  5.42123  4.09788    706 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    661   3.25982  4.63915  4.58520  4.09106  2.43344  4.36187  4.45769  2.26576  3.94343  0.93809  2.94797  4.31935  4.61965  4.10372  4.09497  3.73614  3.49658  2.37114  4.77215  3.39117    707 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    662   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    708 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    663   2.90845  5.38603  1.95723  1.22733  4.68171  3.22122  3.75112  4.17460  2.73230  3.71158  4.57380  2.70628  3.83097  2.92155  3.28823  2.81285  3.19533  3.77405  5.86476  4.40290    709 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    664   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    710 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.05980  3.94655  3.25131  0.61958  0.77255  0.48576  0.95510
-    665   2.86565  5.03471  2.85877  2.50878  4.34244  3.43654  3.64746  3.79087  1.97468  3.30719  4.19315  2.99106  3.90676  1.59410  2.44705  2.86297  3.09667  3.46953  5.43807  4.15131    711 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    666   2.76001  4.75826  2.73266  2.62252  4.12870  3.21356  3.95655  3.84847  2.86386  3.49028  4.44516  1.08198  3.86753  3.22926  3.22012  2.82544  3.14326  3.46621  5.42953  4.07376    712 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    667   3.31463  4.70336  4.29944  4.02225  0.94194  3.99425  3.89677  2.83274  3.92814  2.19253  3.55628  4.06906  4.45176  4.08388  4.03693  3.58236  3.61574  2.82670  4.13253  2.49391    713 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    668   1.69985  4.13595  3.38498  3.07908  4.13824  1.68999  4.13998  3.42376  3.11606  3.20540  4.07534  3.26025  3.67341  3.41749  3.42951  2.39431  2.68139  2.74520  5.51614  4.29409    714 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    669   3.06556  4.47184  4.39874  4.01612  3.40397  4.11442  4.73594  1.02471  3.84511  1.98083  3.33231  4.25523  4.54128  4.18877  4.03660  3.61390  3.36390  1.84737  5.30404  4.04623    715 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    670   3.00511  5.08883  3.41386  2.77049  4.52101  3.62053  3.59108  3.87641  1.55110  3.34007  4.21894  3.17034  3.99933  2.73245  1.43972  3.01092  3.17907  3.56621  5.39714  4.22551    716 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    671   2.43643  4.28163  3.46726  3.22116  4.00783  3.11948  4.23513  3.14035  3.16502  3.00228  4.04986  3.42354  3.82667  3.55759  3.42165  2.63817  1.09899  2.83060  5.44174  4.22443    717 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    672   1.30876  4.16698  3.67537  3.31806  3.86050  3.14807  4.25895  2.72506  3.25464  2.74385  3.79965  3.46953  3.83622  3.58175  3.52881  2.58902  2.79144  2.13976  5.40631  4.17707    718 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    673   2.72010  4.49134  3.40296  3.30789  4.44975  0.66391  4.42562  4.05998  3.49521  3.70860  4.68458  3.56720  3.88390  3.81583  3.72655  2.89325  3.20477  3.57974  5.53337  4.55309    719 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    674   3.18413  4.59283  4.52025  3.97896  3.04528  4.32750  4.61812  2.18126  3.77959  1.04977  2.16296  4.27848  4.57591  4.01540  3.95921  3.67855  3.41736  2.28002  5.07092  3.93267    720 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    675   2.89415  5.39763  1.82797  1.32425  4.68826  3.20201  3.73144  4.18589  2.72101  3.71419  4.57202  2.67942  3.81275  2.89985  3.28826  2.79327  3.18030  3.77930  5.86998  4.39657    721 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    676   2.93481  5.43691  1.22936  1.85699  4.72853  3.18664  3.76225  4.23455  2.80000  3.77221  4.65126  2.67036  3.82160  2.94079  3.38929  2.82525  3.23274  3.82815  5.92332  4.43874    722 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    677   3.01238  4.97819  3.19134  2.80435  4.37473  3.49722  3.78349  3.80674  0.97928  3.36210  4.32105  3.22692  3.99434  2.97237  2.43977  3.05139  3.26229  3.51199  5.41110  4.23019    723 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    678   0.95177  4.21406  3.50745  3.30063  4.09637  3.03745  4.31745  3.22851  3.31802  3.10808  4.13494  3.43908  3.78084  3.65510  3.56559  2.56392  2.84434  2.87525  5.51910  4.32424    724 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    679   2.08752  4.15475  3.32845  3.03323  4.19515  2.93638  4.11904  3.52274  3.06311  3.27095  4.12527  3.23083  3.66570  3.38317  3.37905  1.34291  2.27957  3.03990  5.55040  4.32290    725 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    680   0.95177  4.21406  3.50745  3.30063  4.09637  3.03745  4.31745  3.22851  3.31802  3.10808  4.13494  3.43908  3.78084  3.65510  3.56559  2.56392  2.84434  2.87525  5.51910  4.32424    726 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    681   2.63661  0.85486  4.16620  3.91581  3.89681  3.25036  4.55313  3.04789  3.74293  2.96146  4.08414  3.89097  3.96082  4.08719  3.85952  2.90837  3.10707  2.78953  5.30378  4.18422    727 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    682   2.67373  5.02133  2.47898  1.67940  4.29389  3.31635  3.61044  3.73545  2.40554  3.29004  3.71457  2.80865  3.78339  2.49823  2.87266  2.65009  2.91655  3.37405  5.48810  4.10679    728 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    683   3.00403  4.54583  4.09691  3.69365  3.22713  3.86710  4.41854  2.40715  3.45933  1.81511  1.29557  3.96570  4.32791  3.83827  3.65946  3.35779  3.31018  2.41841  5.07389  3.83959    729 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    684   3.20484  4.65389  4.26063  3.90054  3.15247  4.03845  4.54237  2.35878  3.66786  0.82254  3.16133  4.17173  4.46610  4.02559  3.83674  3.61427  3.49702  2.40764  5.04797  3.78157    730 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    685   2.84298  4.37317  4.18667  3.85104  3.58236  3.76976  4.64507  2.04799  3.71949  2.26162  3.54066  4.03379  4.32770  4.07604  3.92775  3.27597  3.20339  0.97086  5.37433  4.10876    731 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    686   2.63661  0.85486  4.16620  3.91581  3.89681  3.25036  4.55313  3.04789  3.74293  2.96146  4.08414  3.89097  3.96082  4.08719  3.85952  2.90837  3.10707  2.78953  5.30378  4.18422    732 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    687   3.31100  4.78204  3.90355  3.64112  2.29465  3.88166  3.63916  3.31401  3.49736  2.75655  3.98442  3.77793  4.35442  3.79278  3.67205  3.44334  3.59785  3.18664  3.94015  0.89520    733 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    688   0.95177  4.21406  3.50745  3.30063  4.09637  3.03745  4.31745  3.22851  3.31802  3.10808  4.13494  3.43908  3.78084  3.65510  3.56559  2.56392  2.84434  2.87525  5.51910  4.32424    734 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    689   3.05524  4.89159  3.55039  3.05203  4.25739  3.53495  3.85612  3.80202  2.25491  3.30989  4.30877  3.40846  4.03524  3.07411  0.91283  3.13718  3.31809  3.52402  5.32239  4.17496    735 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    690   2.79505  4.99632  2.56967  1.38668  4.03612  3.33787  3.69884  3.62818  2.53303  3.22330  4.13678  2.88199  3.85750  2.89905  2.95327  2.78830  3.05549  3.32702  5.36143  3.43134    736 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    691   3.20484  4.65389  4.26063  3.90054  3.15247  4.03845  4.54237  2.35878  3.66786  0.82254  3.16133  4.17173  4.46610  4.02559  3.83674  3.61427  3.49702  2.40764  5.04797  3.78157    737 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    692   2.83832  4.91070  3.00234  2.63799  4.39959  3.00452  3.72531  3.81295  1.19961  3.37208  4.25389  3.08584  3.90944  2.89680  2.49263  2.87138  3.10705  3.46642  5.45511  4.22874    738 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    693   2.89102  5.36081  1.94818  1.26602  4.65565  3.20863  3.73650  4.14524  2.71508  3.68600  4.54869  2.69506  3.81697  2.90725  3.26829  2.79763  3.17755  3.74747  5.84140  4.38240    739 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    694   2.10974  4.23668  3.18596  3.03915  4.32013  1.15829  4.21814  3.71249  3.21059  3.44969  4.34047  3.25970  3.70636  3.51199  3.50663  2.47879  2.80259  3.20144  5.63170  4.43177    740 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    695   3.31463  4.70336  4.29944  4.02225  0.94194  3.99425  3.89677  2.83274  3.92814  2.19253  3.55628  4.06906  4.45176  4.08388  4.03693  3.58236  3.61574  2.82670  4.13253  2.49391    741 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    696   0.95177  4.21406  3.50745  3.30063  4.09637  3.03745  4.31745  3.22851  3.31802  3.10808  4.13494  3.43908  3.78084  3.65510  3.56559  2.56392  2.84434  2.87525  5.51910  4.32424    742 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    697   2.79073  5.29751  1.89066  1.71506  4.60265  3.08515  3.67119  4.09701  2.60212  3.60430  4.41889  2.43752  3.78360  2.82040  3.15722  2.40019  3.06120  3.68049  5.77407  4.31147    743 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    698   3.26180  4.78653  3.78898  3.48012  2.15730  3.92947  3.25572  3.38560  3.31412  2.80549  3.96515  3.64209  4.34927  3.62582  3.51946  3.35396  3.51558  3.22835  3.80677  1.03696    744 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.46838  0.98355
-    699   1.17191  4.13590  3.58474  3.26066  4.01035  3.02702  4.23090  3.07595  3.21962  3.01338  3.97129  3.38884  3.75020  3.54314  3.49527  2.39547  2.73146  2.50636  5.47144  4.24277    745 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    700   2.89029  5.20617  2.41014  1.24190  4.52350  3.29963  3.73371  3.95483  2.36194  3.52174  4.40286  2.82176  3.86543  2.90401  2.93511  2.83842  3.16040  3.60094  5.68051  4.30822    746 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    701   2.86945  5.39612  1.94467  1.36320  4.67459  3.22612  3.70710  4.17632  2.65425  3.68183  4.51822  2.68841  3.81405  2.66602  3.20529  2.77185  3.14384  3.76496  5.84605  4.37139    747 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    702   2.66706  4.27179  4.05745  3.65672  3.67084  3.62477  4.50171  2.09319  3.53553  2.38252  3.55988  3.84322  4.19657  3.87835  3.77788  3.04884  2.60558  1.15316  5.39239  4.16110    748 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    703   2.65292  4.29682  3.75048  3.34438  3.54040  3.57632  4.20769  2.28736  3.21492  2.41644  3.56568  3.23893  4.10627  3.59344  3.48123  2.97276  2.98259  1.26136  5.15227  3.85101    749 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    704   3.02747  5.12219  3.44150  2.78378  4.56575  3.64145  3.59706  3.91625  1.47084  3.36897  4.24478  3.18296  4.01459  2.73540  1.47081  3.02840  3.19687  3.60305  5.41771  4.25004    750 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    705   2.88907  4.57617  3.57731  3.14061  3.30063  3.74551  4.01482  2.67130  2.85978  1.28692  3.31668  3.52440  4.15758  2.72975  3.11814  3.12077  3.14048  2.63369  4.98632  3.69352    751 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.05980  3.94655  3.25131  0.61958  0.77255  0.48576  0.95510
-    706   3.00403  4.54583  4.09691  3.69365  3.22713  3.86710  4.41854  2.40715  3.45933  1.81511  1.29557  3.96570  4.32791  3.83827  3.65946  3.35779  3.31018  2.41841  5.07389  3.83959    752 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    707   2.98391  4.41019  4.41063  3.92435  3.36060  4.13760  4.64806  1.91311  3.76178  1.64413  3.24425  4.17895  4.51363  4.06982  3.98040  3.52153  3.26269  1.24091  5.26155  4.02431    753 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    708   2.81020  4.56037  3.42212  3.26741  4.25909  3.24537  4.34137  3.81570  3.32846  3.43782  4.48945  3.56973  0.74924  3.71589  3.56912  2.97903  3.25521  3.45605  5.43368  4.38030    754 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    709   3.09114  4.55497  4.33549  3.81438  3.08751  4.16722  4.48848  2.22334  3.58835  1.43523  1.62418  4.11474  4.47830  3.89140  3.79077  3.52809  3.33981  2.28018  5.04258  3.84848    755 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    710   3.20484  4.65389  4.26063  3.90054  3.15247  4.03845  4.54237  2.35878  3.66786  0.82254  3.16133  4.17173  4.46610  4.02559  3.83674  3.61427  3.49702  2.40764  5.04797  3.78157    756 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    711   3.01238  4.97819  3.19134  2.80435  4.37473  3.49722  3.78349  3.80674  0.97928  3.36210  4.32105  3.22692  3.99434  2.97237  2.43977  3.05139  3.26229  3.51199  5.41110  4.23019    757 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    712   3.31463  4.70336  4.29944  4.02225  0.94194  3.99425  3.89677  2.83274  3.92814  2.19253  3.55628  4.06906  4.45176  4.08388  4.03693  3.58236  3.61574  2.82670  4.13253  2.49391    758 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    713   3.31100  4.78204  3.90355  3.64112  2.29465  3.88166  3.63916  3.31401  3.49736  2.75655  3.98442  3.77793  4.35442  3.79278  3.67205  3.44334  3.59785  3.18664  3.94015  0.89520    759 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    714   3.31463  4.70336  4.29944  4.02225  0.94194  3.99425  3.89677  2.83274  3.92814  2.19253  3.55628  4.06906  4.45176  4.08388  4.03693  3.58236  3.61574  2.82670  4.13253  2.49391    760 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    715   3.04337  4.85321  3.16895  2.93323  3.31571  3.48490  1.05239  3.75315  2.77507  3.24161  4.28791  3.34082  4.03980  3.30001  3.03820  3.11362  3.34819  3.48741  4.78021  3.26530    761 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    716   2.94191  5.38991  1.14709  1.98232  4.69515  3.18908  3.78589  4.19952  2.83204  3.75936  4.65372  2.69368  3.83012  2.97208  3.41338  2.84173  3.24713  3.80276  5.89862  4.43308    762 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    717   2.65608  4.87685  2.11212  2.28073  4.44437  1.67214  3.79910  3.93356  2.77096  3.52010  4.36431  2.58967  3.77124  2.98767  3.27605  2.66416  3.00386  3.50234  5.69788  4.30479    763 g - - -
-          2.68638  4.42197  2.77537  2.73155  3.46371  2.40500  3.72504  3.29329  2.67786  2.69335  4.24735  2.90392  2.73771  3.18150  2.89735  2.37875  2.77523  2.98408  4.58522  3.61483
-          0.09696  2.49199  4.63912  2.99463  0.05135  0.51421  0.91124
-    718   2.84298  4.37317  4.18667  3.85104  3.58236  3.76976  4.64507  2.04799  3.71949  2.26162  3.54066  4.03379  4.32770  4.07604  3.92775  3.27597  3.20339  0.97086  5.37433  4.10876    816 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    719   3.05524  4.89159  3.55039  3.05203  4.25739  3.53495  3.85612  3.80202  2.25491  3.30989  4.30877  3.40846  4.03524  3.07411  0.91283  3.13718  3.31809  3.52402  5.32239  4.17496    817 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    720   2.30795  4.27254  3.15611  2.83489  4.10371  3.03330  3.97161  3.49122  2.87247  3.18916  4.03582  2.88539  3.70367  3.21345  3.22287  1.93380  1.69223  3.05615  5.44326  4.18407    818 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.51421  0.91124
-    721   0.95177  4.21406  3.50745  3.30063  4.09637  3.03745  4.31745  3.22851  3.31802  3.10808  4.13494  3.43908  3.78084  3.65510  3.56559  2.56392  2.84434  2.87525  5.51910  4.32424    819 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03002  3.91677  4.63912  0.61958  0.77255  0.46838  0.98355
-    722   1.09244  4.14528  3.51262  3.25341  4.12933  2.98896  4.27155  3.20206  3.24904  3.11411  4.07697  3.37525  3.73485  3.57563  3.51711  2.46118  2.50314  2.82144  5.57049  4.35959    820 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    723   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    821 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    724   2.25944  4.93777  2.50969  1.41827  4.36274  3.25303  3.76904  3.68652  2.62632  3.35867  4.24573  2.86347  3.82800  2.94652  3.07165  2.73495  3.03333  3.34243  5.61434  4.24942    822 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    725   2.35219  4.27347  3.27155  3.09092  4.15038  3.00201  4.19865  3.68309  3.16967  3.39767  4.31769  3.30374  3.74696  3.51324  3.45331  0.98463  2.83789  3.20197  5.51699  4.23434    823 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    726   3.21849  4.62254  4.54143  4.04982  3.08681  4.33818  4.66973  2.02462  3.82202  0.92224  2.97697  4.32898  4.62502  4.09791  3.99806  3.73103  3.47079  2.18912  5.10718  3.89144    824 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    727   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    825 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    728   3.46398  4.80923  4.32584  3.95004  1.97527  4.19293  3.44242  3.34998  3.72501  2.72008  3.92798  3.88861  4.53513  3.88470  3.85027  3.57155  3.69118  3.23341  3.16317  0.94237    826 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    729   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    827 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    730   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    828 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    731   2.93232  5.48513  1.44003  1.55961  4.77042  3.20204  3.75140  4.28357  2.77178  3.79536  4.65521  2.66972  3.82598  2.92060  3.36468  2.81692  3.22233  3.86358  5.94858  4.45044    829 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    732   2.23725  1.38981  3.93753  3.61057  3.85325  3.00562  4.33761  3.09156  3.45011  2.98140  3.93106  3.54381  3.75281  3.76483  3.63264  2.19002  2.72205  2.72942  5.33031  4.10072    830 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    733   1.15183  4.16684  3.64411  3.32808  3.95366  3.08689  4.28506  2.91115  3.27545  2.87466  3.91445  3.45304  3.80439  3.60583  3.54137  2.54404  2.78327  2.40574  5.47320  4.24103    831 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    734   2.88265  4.99747  3.20710  2.67090  4.42056  3.52918  3.62443  3.77137  1.27930  3.29419  4.16406  3.10377  3.94820  2.77100  2.14484  2.90100  2.88922  3.45076  5.41487  4.19548    832 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    735   2.57113  3.73436  4.13928  3.58072  3.23591  3.84675  4.25546  1.54499  3.47807  2.11302  3.27643  3.83143  4.22682  3.73503  3.70760  3.15919  2.63444  1.89898  4.98558  3.78391    833 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    736   3.01175  5.11733  3.39467  2.76123  4.55496  3.62563  3.60006  3.91200  1.27565  3.36898  4.24322  3.16823  4.00528  2.73876  1.74945  3.01180  3.18631  3.59594  5.42162  4.24530    834 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    737   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    835 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    738   2.62000  4.85118  2.41291  2.33532  4.19778  3.28545  3.66829  3.63725  2.50839  3.12621  4.04911  2.86101  2.25995  2.68179  2.97635  2.39930  2.89190  3.27868  5.44676  4.08638    836 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    739   2.25401  4.98224  2.51550  2.29608  4.29059  3.32028  3.62844  3.72981  2.33788  3.28857  4.09939  2.66031  3.79269  2.05985  2.86785  2.65696  2.91914  3.36607  5.48478  4.11656    837 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    740   3.45812  4.79654  4.34844  3.99646  1.76469  4.21959  3.47077  3.21519  3.85946  2.59111  3.83994  3.92273  4.55926  3.94214  3.97702  3.58878  3.69213  3.12760  3.65536  1.01165    838 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    741   3.12424  4.49704  4.60816  4.07018  3.21676  4.35433  4.73739  1.88569  3.92467  1.15798  3.03975  4.34508  4.62377  4.14816  4.11533  3.70590  3.36931  1.68072  5.21623  4.06592    839 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    742   2.62572  4.73622  2.93429  1.87129  3.94800  3.41445  3.65242  2.91680  2.43532  2.93023  3.81072  2.97129  3.83121  2.60102  2.85297  2.68014  2.86189  2.79161  5.25824  3.94222    840 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    743   2.78829  5.13408  2.07950  1.97383  4.52358  1.73959  3.74903  3.99240  2.70908  3.55519  4.40006  2.75216  3.80887  2.92220  3.24027  2.74321  3.08767  3.59614  5.74411  4.32432    841 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    744   3.02824  4.56555  4.12922  3.72855  3.24133  3.88946  4.44656  2.42438  3.49248  1.82515  1.24289  3.99681  4.35074  3.86965  3.68905  3.38495  3.33514  2.43901  5.09186  3.85999    842 m - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    745   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    843 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    746   2.24754  4.48332  3.18561  2.63064  3.67312  3.45377  3.68701  3.03933  2.53738  2.32457  3.40597  2.94363  3.84813  2.67601  2.81182  2.69478  2.69012  2.78213  5.04298  3.77521    844 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    747   3.47424  4.79719  4.38554  4.03480  1.69637  4.23927  3.46392  3.21901  3.89703  2.58857  3.83842  3.93831  4.57239  3.96182  4.00349  3.60553  3.70551  3.13343  3.64118  1.03297    845 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    748   3.05736  4.43520  4.59259  4.13215  3.43410  4.27153  4.85266  1.08937  3.97480  1.94374  3.28566  4.36197  4.63755  4.27546  4.17620  3.67919  3.34052  1.64604  5.39918  4.17006    846 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    749   2.57165  1.37135  4.13064  3.72785  3.51667  3.39563  4.36419  2.54627  3.50014  2.27568  3.62669  3.78717  4.03264  3.85246  3.68077  2.87778  2.97869  2.35614  5.13237  3.85168    847 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    750   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    848 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    751   2.91052  5.41783  1.85505  1.27490  4.70959  3.21536  3.74616  4.20938  2.73668  3.73538  4.59316  2.69242  3.82698  2.91447  3.30486  2.80846  3.19696  3.80108  5.88921  4.41460    849 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    752   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    850 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    753   3.23595  4.59021  4.70423  4.14095  2.78145  4.45877  4.69997  2.01374  4.01820  0.96003  2.67509  4.42039  4.65325  4.14557  4.17038  3.79153  3.45601  2.24120  5.05273  3.91170    851 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    754   2.76970  4.88211  2.99421  2.60202  4.34820  3.39225  3.69209  3.75578  1.33476  3.32333  4.19066  3.04980  3.89119  2.85585  2.47888  2.44732  3.04049  3.40474  5.45003  4.17978    852 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    755   1.47203  4.19281  3.77668  3.38485  3.79161  3.26907  4.29538  2.53270  3.31499  2.63922  3.71227  3.55269  3.92281  3.63299  3.58897  2.69539  2.84401  1.80692  5.37159  4.14800    853 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    756   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    854 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    757   2.66349  4.98587  1.87199  2.18186  4.26573  3.30619  3.63647  3.55107  2.47928  3.27798  4.09325  2.54428  3.78573  2.78367  2.97266  2.64823  2.91506  2.93544  5.49185  4.10563    855 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    758   2.31843  4.29993  3.12742  2.80332  4.14787  2.57089  3.96686  3.55669  2.87897  3.22266  4.05604  2.84763  3.70789  3.19835  3.24972  2.20404  1.63824  3.10722  5.47422  4.21642    856 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    759   2.91007  5.32225  2.10408  1.16541  4.62858  3.23460  3.76710  4.10852  2.72814  3.66868  4.54334  2.74062  3.84234  2.94334  3.25632  2.82838  3.19920  3.72360  5.81653  4.38299    857 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    760   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    858 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    761   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    859 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    762   2.42471  4.80194  2.82749  2.39379  4.14970  3.32717  3.63589  3.57298  2.23225  3.15844  3.97305  2.76436  2.81170  2.65802  2.84149  2.23811  2.84954  3.22127  5.37801  4.04267    860 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    763   2.91626  5.45180  1.70042  1.36039  4.74012  3.20922  3.74417  4.24721  2.74583  3.76300  4.61829  2.67962  3.82437  2.91125  3.32629  2.80751  3.20311  3.83132  5.91659  4.42930    861 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    764   2.86662  4.38895  4.22756  3.89318  3.60467  3.80018  4.68223  2.04823  3.76208  2.27899  3.55879  4.07105  4.35670  4.11663  3.96740  3.30852  3.22646  0.93648  5.40156  4.13768    862 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    765   2.82419  4.62634  3.37413  2.92016  3.45953  3.63905  3.87776  2.85692  2.64370  1.59702  3.47778  3.34132  4.05710  2.24431  2.93027  2.99060  3.06901  2.76133  5.04077  3.73521    863 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    766   2.42017  4.28884  3.42942  2.88116  3.52187  3.44951  3.83792  2.74924  2.81732  2.33986  3.06804  3.26971  3.89099  3.14199  3.17153  2.12399  2.56893  2.41909  4.97602  3.73789    864 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    767   2.74814  5.14441  2.10474  1.52230  4.41706  3.27750  3.66643  3.48341  2.54139  3.42302  4.25346  2.76466  3.80105  2.81661  3.05198  2.70140  3.00759  3.47511  5.62664  4.20725    865 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    768   2.67973  4.50804  2.94530  2.73676  3.38712  3.50646  3.13063  2.98301  2.69470  1.70887  3.58973  3.17834  3.93682  3.07243  3.04394  2.82967  2.92396  2.76993  4.87319  3.49116    866 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    769   3.22618  4.62439  4.57792  4.03907  3.05036  4.37626  4.66686  2.18727  3.83377  0.96055  2.33273  4.33569  4.61608  4.06348  4.00593  3.73313  3.45920  2.29522  5.09377  3.95886    867 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    770   2.63265  4.93051  2.60317  2.30843  4.18112  3.33741  3.00636  3.64472  2.37452  3.21194  4.01918  2.31869  3.78268  2.75294  2.87815  2.21862  2.87411  3.29126  5.40649  3.83246    868 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    771   2.09367  4.19028  3.27929  3.06265  4.22949  2.94107  4.17932  3.61677  3.13807  3.36183  4.23999  3.25404  3.69139  3.46078  3.43773  1.13255  2.73527  3.11632  5.59931  4.34219    869 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    772   3.25763  4.63041  4.59938  4.10206  2.27042  4.36206  4.41412  2.28199  3.95808  0.97953  2.95148  4.31384  4.61590  4.10362  4.10214  3.73020  3.49166  2.38779  4.71386  3.30905    870 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    773   0.91207  4.22978  3.53840  3.33334  4.12669  3.05228  4.34655  3.26335  3.35151  3.14151  4.16540  3.46404  3.79853  3.68594  3.59680  2.57953  2.86203  2.90493  5.54646  4.35500    871 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    774   2.76329  4.98882  3.11096  2.52434  4.33108  3.49371  3.57385  3.72447  1.59819  3.24274  3.87449  2.89498  3.87514  2.45913  2.22657  2.76589  2.80652  3.38592  5.38260  4.11062    872 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    775   2.26293  1.32538  3.96439  3.64609  3.83570  3.02765  4.35668  3.04800  3.47216  2.96232  3.93400  3.57280  3.77391  3.79534  3.64692  2.30115  2.74762  2.70202  5.32315  4.08523    873 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    776   3.09870  4.43067  4.70765  4.19367  3.41568  4.41085  4.89438  1.17587  4.05812  1.81379  3.23377  4.44239  4.70106  4.31769  4.25768  3.78385  3.35589  1.54774  5.39855  4.20617    874 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    777   2.75264  5.07603  2.55646  1.57399  4.38487  3.32649  3.64805  3.81031  2.29356  3.36222  4.19092  2.82834  3.82234  2.65891  2.82225  2.72381  2.64482  3.45142  5.54985  4.18498    875 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    778   2.55559  4.27888  3.51850  2.98346  3.20663  3.50147  3.89867  2.61490  2.91190  2.37280  3.44512  3.20106  3.94500  3.23472  3.24803  2.79652  1.93425  2.21758  4.95484  3.69355    876 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    779   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    877 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    780   2.47552  4.48457  2.82137  2.68920  4.34251  1.30763  4.02373  3.87728  2.96458  3.51796  4.37731  2.47560  3.76023  3.26863  3.33664  2.58724  2.91385  3.38075  5.62282  4.33169    878 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    781   1.73497  4.22873  3.35537  2.91335  4.00228  3.06840  3.97140  3.35398  2.90098  3.06491  3.91237  3.20086  2.50074  3.21817  3.26339  2.18226  2.51801  2.74395  5.36268  4.12255    879 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    782   2.50975  4.82036  2.66015  2.38295  4.30451  2.15776  3.71556  3.73794  2.26406  3.32053  4.14722  2.25669  3.78955  2.88117  2.93529  2.64819  2.92408  3.35117  5.52210  4.17956    880 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    783   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    881 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    784   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    882 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    785   2.56481  4.75333  2.50614  2.37732  4.29190  3.19433  3.74632  3.73706  2.62273  3.33299  4.15412  2.21857  3.76254  2.91695  3.09066  1.82836  2.70520  3.33084  5.54384  4.18635    883 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    786   2.35100  5.20703  2.16017  1.64397  4.50248  3.26075  3.65806  3.97561  2.54123  3.50117  4.31053  2.61613  3.79127  2.66083  3.06587  2.69429  3.01534  3.57880  5.68032  4.24856    884 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    787   2.58833  5.16322  2.17839  1.61130  4.48201  3.25604  3.66536  3.94552  2.55077  3.48357  4.29543  2.74680  2.90968  2.81212  3.07364  2.68683  3.00467  3.55017  5.66873  4.24299    885 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    788   2.11883  4.71568  2.89099  2.45910  4.01795  3.34304  2.80482  3.45296  2.44289  3.06448  3.89989  2.95453  3.80308  2.56913  2.85332  2.33815  2.85382  3.12673  5.29406  3.97126    886 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    789   3.12937  4.57456  4.40859  3.87999  3.08489  4.22730  4.53834  2.22295  3.66117  1.37403  1.61823  4.17762  4.51948  3.94306  3.85553  3.58435  3.37287  2.29253  5.05960  3.88295    887 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    790   2.64802  4.92789  2.76109  2.20300  4.24216  3.35090  3.61137  3.66927  2.01893  3.23069  4.03982  2.60644  3.79583  2.75274  2.77359  2.43064  2.42742  3.31297  5.42705  4.08018    888 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    791   2.71661  5.04251  2.59852  1.73955  4.34133  3.32750  3.63463  3.78630  2.39349  3.22087  4.15447  2.83263  3.80963  2.29678  2.82620  2.43438  2.96359  3.42320  5.51688  4.14672    889 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    792   3.05032  4.46319  4.48411  3.98193  3.26973  4.21304  4.66838  1.98491  3.81811  1.29925  3.13273  4.24091  4.55185  4.09127  4.01977  3.58801  3.31675  1.48602  5.21518  4.01487    890 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    793   3.22565  4.57350  4.71790  4.15993  3.10564  4.47222  4.77910  1.78695  4.00569  1.02980  2.69124  4.44511  4.67736  4.17991  4.16702  3.81602  3.45238  2.10510  5.16552  4.06498    891 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    794   2.73924  5.00253  2.95010  2.06929  4.33884  3.44327  3.58551  3.74171  2.01997  3.26802  4.08565  2.95061  3.85090  2.71876  1.99079  2.73360  2.64947  3.39345  5.41949  4.12031    892 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    795   3.12040  4.44478  4.73432  4.20197  3.34042  4.43991  4.87040  1.31319  4.07563  1.55918  3.14872  4.45525  4.69928  4.29843  4.26143  3.79985  3.36652  1.60519  5.33594  4.17612    893 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    796   3.19018  4.53282  4.69977  4.17739  3.18967  4.44009  4.80150  1.47494  4.00627  1.21865  3.02495  4.44211  4.68762  4.22982  4.17516  3.81026  3.43205  1.94435  5.21724  4.05141    894 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    797   2.83276  5.28309  1.48803  2.13118  4.63270  3.19663  3.74172  4.14486  2.72693  3.68315  4.52817  2.01077  3.80793  2.91028  3.28943  2.75648  3.01655  3.72460  5.84342  4.36716    895 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    798   3.04025  5.00649  3.22114  2.82903  4.40985  3.52150  3.80110  3.84380  0.94132  3.39285  4.35054  3.25016  4.01680  2.98855  2.44698  3.07750  3.28812  3.54749  5.43425  4.25776    896 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    799   2.81372  4.29966  4.04746  3.50543  2.32281  3.85410  3.86431  2.55301  3.38973  1.67142  3.22421  3.72337  4.20049  3.60862  3.60092  3.14838  2.84037  2.44686  4.35340  2.25225    897 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    800   3.11118  4.50004  4.55655  4.00198  3.15690  4.31656  4.65967  2.06013  3.85900  1.15381  2.63395  4.28611  4.57561  4.06752  4.04713  3.65242  3.34749  1.76624  5.14553  4.02370    898 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    801   2.48028  4.52319  3.15340  2.59553  3.71748  3.45231  3.67675  2.91454  2.29751  2.41640  3.51972  2.59981  3.84307  2.89224  2.91769  2.68492  2.70117  2.74728  5.07868  3.80120    899 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    802   2.87224  5.29860  2.20812  1.26078  4.57909  3.24858  3.71998  4.06266  2.61791  3.59818  4.45612  2.73455  3.83245  2.71809  3.11301  2.79517  3.14764  3.68039  5.76642  4.32961    900 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    803   2.97897  4.82698  3.25132  2.88982  2.75414  3.64231  1.51190  3.47652  2.70024  2.96614  3.99548  3.27864  4.08994  3.17177  2.99363  3.03682  3.22662  3.24890  4.33546  2.49571    901 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    804   3.35327  4.73339  4.34023  4.06900  0.89789  4.02530  3.91116  2.86805  3.97421  2.22115  3.58741  4.10297  4.48239  4.12184  4.07564  3.61927  3.65452  2.86415  4.13868  2.49657    902 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    805   2.74743  5.13858  2.34311  1.51909  4.41046  3.29116  3.65011  3.87223  2.48790  3.14027  4.23484  2.69345  3.80238  2.64437  2.97282  2.70158  2.99988  3.49857  5.59932  4.19329    903 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    806   3.02113  5.05933  3.43619  2.82036  4.47897  3.62263  3.63101  3.85176  1.77191  3.33288  4.22815  3.20969  4.02027  2.78199  1.23567  3.04091  3.20696  3.54952  5.39514  4.22356    904 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    807   1.63641  4.33095  3.36655  2.76028  3.29895  3.39525  3.90142  2.76504  2.86044  2.61030  3.57598  3.27307  3.89421  3.19232  3.21642  2.72286  2.82634  2.41222  5.08823  3.82240    905 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    808   2.57975  4.74890  2.32071  2.20984  3.81871  3.38585  3.62279  3.14431  2.44023  2.99534  3.83212  2.92674  3.79470  2.78153  2.90225  2.62124  2.70504  2.71555  5.27558  3.94137    906 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    809   2.35941  5.08160  2.40378  2.09893  4.38403  3.32368  3.60378  3.83634  1.91449  3.36311  4.15767  2.80603  3.78594  2.60653  2.83637  2.64925  2.92439  3.45246  5.53469  4.14793    907 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    810   3.08968  4.92332  3.58795  3.08382  4.29669  3.56326  3.87906  3.84365  2.26884  3.34614  4.34453  3.43783  4.06236  3.09583  0.87101  3.17036  3.35067  3.56444  5.34979  4.20810    908 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    811   2.52414  4.53685  3.16212  2.61599  3.70552  3.24924  3.44118  3.10389  2.47049  2.16196  3.63105  3.08174  3.85734  2.54907  2.71547  2.71530  2.82786  2.84351  5.05757  3.64685    909 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    812   2.27070  4.87987  2.65809  2.06692  4.13901  3.35788  3.60331  3.56146  2.32186  2.78810  3.95709  2.87004  3.78533  2.55659  2.85004  2.62545  2.85366  3.22236  5.36841  4.01687    910 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    813   2.11711  4.82372  3.07678  2.58075  4.22490  3.42300  3.65057  3.58955  1.64606  3.17655  4.02762  3.03971  3.86943  2.80812  2.38182  2.75355  2.95754  3.26193  5.36788  4.10259    911 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    814   2.89770  4.91265  3.38407  2.77068  4.00913  3.59400  3.29654  3.60387  2.03936  2.88588  4.03381  3.17855  3.98320  2.80853  1.39766  2.94377  3.09800  3.32653  5.19125  3.88989    912 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    815   2.55699  4.89098  2.92583  2.44528  4.21021  3.40718  3.60890  3.61251  1.74932  3.01277  4.00619  2.52804  3.83032  2.69597  2.61274  2.69452  2.78356  3.27570  5.37324  4.06389    913 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    816   2.93098  5.48377  1.45727  1.54358  4.76916  3.20244  3.75050  4.28213  2.76950  3.79366  4.65285  2.67000  3.82565  2.91939  3.36179  2.81587  3.22066  3.86208  5.94689  4.44911    914 d - - -
-          2.68618  4.42225  2.77520  2.73119  3.46354  2.40513  3.72495  3.29354  2.67741  2.69355  4.24690  2.90347  2.73740  3.18146  2.89801  2.37887  2.77520  2.98518  4.58477  3.61503
-          0.04857  3.26953  4.66890  0.54886  0.86182  0.48576  0.95510
-    817   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    916 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    818   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    917 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    819   3.35493  4.81389  3.94790  3.69136  2.29778  3.91666  3.65449  3.35388  3.54675  2.78866  4.02127  3.81523  4.38887  3.83499  3.71521  3.48419  3.64202  3.22796  3.94432  0.85098    918 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    820   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    919 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    821   2.92087  5.46629  1.61003  1.42027  4.75325  3.20643  3.74522  4.26325  2.75304  3.77585  4.63151  2.67485  3.82416  2.91247  3.33865  2.80928  3.20845  3.84477  5.92925  4.43693    920 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    822   2.60694  4.26106  3.67714  3.14309  3.44922  2.44480  4.01790  2.25654  3.05845  2.17524  3.39528  3.48606  4.02976  3.37514  3.37120  2.89927  2.88089  1.89419  5.00141  3.76704    921 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    823   2.71174  4.29458  4.11223  3.72882  3.66200  3.68018  4.56746  2.04679  3.60138  2.34307  3.55166  3.90879  4.24839  3.95032  3.83477  3.11500  2.80559  1.08655  5.42191  4.18237    922 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    824   2.89012  5.22073  2.36881  1.22906  4.49534  3.28374  3.73932  3.97660  2.56489  3.51760  4.41268  2.80312  3.86069  2.70911  2.99607  2.83376  3.16619  3.62325  5.68743  4.29132    923 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    825   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    924 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    826   2.72356  5.01236  2.66365  1.83261  4.29295  3.35272  3.63736  3.71359  2.36480  3.27328  4.11567  2.86548  3.82438  2.06399  2.77393  2.70987  2.96689  3.12396  5.48031  4.12424    925 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    827   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    926 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    828   1.84763  4.44626  3.20855  2.50317  3.70309  3.43072  3.82112  2.85527  2.69913  2.32753  3.62284  3.17986  3.89303  3.06888  3.06848  2.74149  2.85422  2.56761  5.13606  3.87035    927 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    829   2.88808  5.44558  1.62863  1.52174  4.72825  3.21507  3.71603  4.23202  2.57396  3.73355  4.57151  2.67348  3.81441  2.87505  3.25829  2.78094  3.16635  3.81167  5.89529  4.40542    928 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    830   2.81649  5.26272  2.27546  1.52136  4.55169  3.27190  3.67340  4.02898  2.51790  3.54542  4.37305  2.74607  3.81608  2.20334  3.00075  2.74665  3.07596  3.63807  5.70815  4.28396    929 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    831   2.74276  5.34818  1.21364  2.01673  4.67959  3.19506  3.77178  4.13604  2.79634  3.71299  4.58968  2.69443  3.82636  2.94949  3.37398  2.80574  3.19837  3.73889  5.90231  4.42138    930 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    832   2.59188  4.03464  1.85916  2.33120  4.24765  3.25578  3.67599  3.69206  2.52607  3.28253  4.09444  2.40575  3.76744  2.83070  3.00866  2.49791  2.87709  3.31013  5.48719  4.11418    931 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    833   2.59121  5.08796  2.20548  1.85957  4.38425  3.28765  3.63449  3.83719  2.48090  3.38283  4.18699  2.77653  3.78269  2.63240  2.98529  2.65712  2.36453  3.45603  5.57457  4.17010    932 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    834   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    933 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    835   3.03627  4.38620  4.65516  4.16248  3.52351  4.32410  4.89877  1.46401  4.04290  2.04603  3.34526  4.39498  4.66468  4.32352  4.25591  3.70974  3.30880  1.13263  5.46516  4.25067    934 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    836   3.16687  4.66733  3.96617  3.52601  1.89260  3.99431  3.06724  3.23046  3.42375  2.72472  3.81040  3.34949  4.34736  3.62283  3.65149  3.30497  3.39374  3.05712  3.77216  1.26017    935 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    837   2.66098  4.20574  3.89617  3.34179  3.34794  3.39679  4.10237  1.87575  3.23706  1.87763  3.28305  3.64540  4.12109  3.52740  3.50404  3.02982  2.57232  2.01186  4.93814  3.73065    936 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    838   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    937 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    839   2.15794  4.20349  3.26331  3.05708  4.21484  2.94854  4.17779  3.62317  3.13465  3.36463  4.25116  3.25436  3.69879  3.46308  3.43183  1.10640  2.74907  3.12654  5.58893  4.32120    938 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    840   3.00101  5.10038  3.34988  2.75087  4.52800  3.60828  3.61166  3.89452  1.20805  3.36221  4.24076  3.16215  4.00021  2.75395  1.89697  3.00437  3.18347  3.57942  5.42115  4.23753    939 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    841   3.05173  4.39004  4.69282  4.19774  3.51637  4.35780  4.92497  1.32656  4.08005  2.02672  3.33195  4.42822  4.68593  4.35277  4.28755  3.74306  3.32104  1.23544  5.47011  4.26252    940 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    842   1.70919  4.19788  3.61310  3.12582  3.67064  3.30236  4.04775  2.54884  3.05982  2.65196  3.60883  3.39815  3.87515  3.37346  3.37659  2.40720  2.78288  2.03446  5.15689  3.92964    941 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    843   2.96503  5.41923  1.10320  1.99754  4.72598  3.20293  3.80528  4.23510  2.85782  3.79170  4.68783  2.70700  3.84705  2.99210  3.44347  2.86207  3.27161  3.83563  5.92730  4.45898    942 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    844   3.06038  4.40380  4.68567  4.19510  3.49086  4.35231  4.91925  1.19060  4.06980  1.99052  3.30929  4.42620  4.68309  4.34353  4.27445  3.74122  3.33128  1.40434  5.45585  4.24982    943 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    845   2.86153  4.33119  4.19417  3.64304  3.32288  4.00195  4.38588  1.83807  3.52445  1.51357  3.18563  3.93967  4.34853  3.79895  3.76949  3.31829  2.53594  1.88092  5.10152  3.92286    944 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    846   2.87142  4.89153  3.13233  2.69474  3.76151  3.51026  1.66732  3.64709  2.24627  3.17654  4.08716  3.13288  3.95995  2.90223  2.21668  2.91244  3.10612  3.35326  5.07735  3.66599    945 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    847   1.37029  4.13454  3.40377  3.12693  4.21025  2.92622  4.18993  3.54909  3.17211  3.30546  4.16241  3.28078  3.67276  3.47201  3.47422  1.66348  2.68850  3.05246  5.57887  4.35646    946 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    848   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096    947 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    849   3.13506  4.54131  4.32740  3.84888  1.32104  4.11662  3.78371  2.66735  3.70740  2.02884  2.97336  3.94294  4.43403  3.85717  3.86213  3.44255  3.36531  2.64623  4.06574  2.29427    948 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    850   2.28218  4.39025  3.25937  2.70620  3.58733  3.44987  3.72984  2.93013  2.60514  2.34760  3.41720  3.14672  3.85600  2.83597  3.02845  2.50701  2.48090  2.60164  4.98994  3.73389    949 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    851   1.93094  3.04732  3.73987  3.29522  3.87130  3.02603  4.16062  3.11279  3.21481  2.93586  3.81920  3.39624  3.72145  3.50160  3.48984  2.30490  1.61870  2.74314  5.30201  4.10738    950 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    852   2.76577  4.63388  3.10712  2.76842  2.96840  3.49988  3.65308  3.28418  2.77334  2.89367  3.84567  2.41411  3.97697  3.13561  3.12047  2.77720  3.03708  3.02868  4.52451  1.76907    951 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    853   2.84303  5.03144  3.07450  2.56333  4.38493  3.20399  3.26472  3.79649  1.39285  3.30097  4.14194  3.03079  3.91246  2.74015  2.23460  2.84302  3.04878  3.46199  5.40854  4.15049    952 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    854   2.16388  4.96120  2.35226  1.92535  4.31023  3.27188  3.66000  3.74803  2.51969  3.32177  4.13394  2.81042  3.77846  2.81049  3.01714  2.30122  2.85503  3.37306  5.53243  4.14790    953 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    855   2.18811  4.68706  2.99160  2.47756  3.96665  3.38121  3.63652  3.36788  2.40716  2.79439  3.82174  2.83131  3.80292  2.43042  2.69928  2.44920  2.76629  3.05579  5.24306  3.93640    954 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    856   3.27316  4.65064  4.48121  4.05683  1.28544  4.23844  3.97977  2.51890  3.90507  1.65636  3.22347  4.13830  4.56111  4.04421  4.03480  3.62730  3.52205  2.55998  4.22119  2.61426    955 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    857   2.99804  4.40445  4.35038  3.81973  1.88390  4.06601  3.94137  2.36932  3.69027  1.52838  3.14035  3.95767  4.37133  3.83832  3.84102  3.37551  3.22301  2.47010  4.28672  2.42221    956 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    858   2.47770  4.35618  3.36578  3.00706  3.78780  3.23151  4.03391  3.04291  2.92106  2.67669  3.82667  3.31198  1.56951  3.31953  3.23013  2.65840  2.87095  2.57079  5.28138  3.97961    957 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    859   2.19522  4.35605  3.41552  2.89110  2.92787  3.54691  3.40068  2.88447  2.83509  2.56478  3.48324  3.27797  3.94589  3.14899  3.17900  2.70788  2.86185  2.65837  4.60310  2.26279    958 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    860   3.29024  4.67535  4.43767  4.05181  1.16741  4.19398  3.90599  2.60635  3.90226  1.83410  3.32162  4.10395  4.54883  4.04435  4.02779  3.60842  3.55167  2.63182  4.13699  2.50253    959 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    861   2.91609  5.47644  1.33461  1.81753  4.74689  3.20483  3.73367  4.26275  2.73574  3.76454  4.61649  2.66410  3.82075  2.72309  3.31856  2.80238  3.20089  3.84429  5.92931  4.42815    960 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    862   2.79173  4.96572  3.04301  2.55325  4.32071  3.46466  3.61641  3.74644  2.11385  3.26849  4.11451  3.02188  3.89238  1.82310  2.03072  2.64015  3.01612  3.40987  5.39805  4.12372    961 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    863   3.09767  4.42165  4.72363  4.18760  3.36000  4.42272  4.85567  1.47380  4.07188  1.55543  3.16716  4.43760  4.68532  4.29120  4.25942  3.77796  3.34298  1.43682  5.33542  4.17666    962 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    864   2.15807  3.05798  3.89997  3.33929  3.29287  3.63143  4.04032  2.34296  3.23806  2.03229  3.26372  3.60442  4.04642  3.50476  3.48588  2.93661  2.84199  1.95936  4.84207  3.49263    963 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    865   2.31592  4.29617  3.11306  2.84715  4.25104  2.17691  4.03485  3.66002  2.95287  3.33131  4.17328  3.15158  1.75943  3.27232  3.30877  2.46244  2.56105  3.17545  5.56354  4.31529    964 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    866   2.97895  4.82701  3.25122  2.88976  2.75432  3.64225  1.51180  3.47658  2.70016  2.96619  3.99554  3.27860  4.08991  3.17174  2.99355  3.03680  3.22662  3.24895  4.33561  2.49600    965 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    867   3.29024  4.67535  4.43767  4.05181  1.16741  4.19398  3.90599  2.60635  3.90226  1.83410  3.32162  4.10395  4.54883  4.04435  4.02779  3.60842  3.55167  2.63182  4.13699  2.50253    966 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    868   2.44671  4.29684  4.23744  3.75813  3.59480  3.88284  4.56770  1.84228  3.64852  2.25806  3.45247  3.99078  4.35198  3.95956  3.90042  3.26356  3.10422  1.17581  5.36484  4.14382    967 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    869   2.91854  5.11720  3.17672  2.61495  4.52279  3.55976  3.58152  3.89776  1.36818  3.36301  4.20652  2.87690  3.94679  2.55668  2.01500  2.90537  3.10430  3.56143  5.44010  4.21671    968 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    870   3.22708  4.64140  4.53057  4.01723  3.06090  4.33965  4.64565  2.18997  3.77606  0.89929  2.70129  4.30898  4.61044  4.05199  3.95306  3.71848  3.47164  2.28231  5.09153  3.90733    969 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    871   3.22708  4.64140  4.53057  4.01723  3.06090  4.33965  4.64565  2.18997  3.77606  0.89929  2.70129  4.30898  4.61044  4.05199  3.95306  3.71848  3.47164  2.28231  5.09153  3.90733    970 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    872   2.53748  5.03599  2.25857  2.11396  4.35078  2.60384  3.62882  3.80819  2.47218  3.35305  4.15142  2.71948  3.77320  2.66155  2.97769  2.35981  2.77977  3.42361  5.54576  4.14728    971 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    873   2.00705  4.36537  3.02847  2.75661  4.17699  3.06660  3.96154  3.56932  2.85227  3.25655  4.11051  2.82916  1.74870  3.19162  3.21680  2.50825  2.79070  3.13491  5.50164  4.22543    972 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    874   2.71526  5.15532  2.21122  1.81694  4.47244  3.02733  3.64564  3.94649  2.51661  3.47048  4.26992  2.46305  3.77976  2.78553  3.04079  2.28853  2.83277  3.54397  5.64825  4.22256    973 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    875   2.89790  4.91101  3.30588  2.80410  4.28996  3.50327  3.69670  3.79156  2.08313  3.31995  4.22002  2.94669  3.97268  2.87392  1.21004  2.94687  3.14570  3.46694  5.35795  4.12011    974 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    876   2.33121  4.30137  3.12776  2.87794  4.20505  3.01448  4.04948  3.66066  2.96350  3.33251  4.19197  3.17228  1.64877  3.30078  3.30251  1.89519  2.78034  3.18211  5.53573  4.26719    975 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    877   2.64502  4.18355  3.84140  3.27969  2.69538  3.67925  3.80886  2.61314  3.17343  2.25076  3.26184  3.54376  3.70621  3.42602  3.41643  2.95874  2.80973  2.28284  2.40199  2.85669    976 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    878   1.55324  4.19677  3.34944  2.96027  4.11479  3.00003  4.03529  3.49407  2.97550  3.18763  4.02216  3.20981  2.90415  3.28335  3.32774  2.01839  2.36607  3.03588  5.46113  4.22865    977 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    879   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    978 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    880   2.88598  4.96220  3.23066  2.68871  4.02856  3.54984  2.18286  3.71550  2.08467  3.22545  4.10720  3.12394  3.95799  2.80650  1.69754  2.91067  3.09442  3.41026  5.21097  3.87725    979 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    881   2.94041  4.92794  2.95276  2.70877  4.10626  3.41545  3.86769  3.74848  2.52448  3.24348  4.26939  3.16911  3.97005  1.10794  2.80716  2.98509  3.23739  3.47360  5.36524  4.06393    980 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    882   3.46047  4.80852  4.20561  3.93011  2.74450  3.81410  3.99280  3.48735  3.65079  2.86939  4.11770  4.06424  4.33805  4.03458  3.76606  3.66346  3.76465  3.37974  0.74829  2.74276    981 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    883   1.51922  4.16736  3.31959  3.09762  4.29535  1.58925  4.21546  3.65119  3.21271  3.39281  4.24786  3.27298  3.68094  3.49729  3.51870  2.40948  2.72346  3.13016  5.63469  4.43065    982 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    884   3.15381  4.50470  4.67977  4.13692  3.20897  4.41431  4.78830  1.73736  3.99961  1.15198  3.01863  4.40856  4.66062  4.20055  4.17863  3.76526  3.39356  1.77002  5.22976  4.09773    983 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    885   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647    984 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    886   2.83982  4.35370  4.46909  3.98667  3.56024  4.13438  4.76253  1.67501  3.86315  2.13406  3.39633  4.22070  4.53739  4.16893  4.09508  3.51937  3.22884  1.07982  5.43616  4.21388    985 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    887   3.29022  4.67533  4.43772  4.05182  1.16753  4.19404  3.90606  2.60625  3.90226  1.83391  3.32151  4.10398  4.54884  4.04434  4.02779  3.60844  3.55163  2.63174  4.13706  2.50263    986 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    888   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    987 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    889   3.06989  5.20867  0.81737  2.38286  4.59580  3.26742  3.99737  4.20098  3.09568  3.79622  4.77615  2.94287  3.92548  3.23679  3.62179  3.02404  3.41012  3.83236  5.74996  4.45674    988 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    890   2.95996  4.34606  4.46494  3.91812  3.37374  4.20177  4.61533  1.68193  3.80552  1.59205  3.20841  4.18314  4.51315  4.05430  4.02191  3.53405  2.95312  1.48300  5.22616  4.05467    989 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    891   3.08886  4.48735  4.44026  4.05905  3.42457  4.14592  4.77363  0.99067  3.88860  1.99575  3.34870  4.29402  4.57024  4.22942  4.07673  3.64858  3.38681  1.84993  5.33053  4.07505    990 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    892   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801    991 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    893   3.48546  4.77343  4.48669  4.13931  1.18242  4.27654  3.47167  3.17251  3.99506  2.52574  3.78239  3.98666  4.59571  4.01697  4.06692  3.63953  3.71193  3.10015  3.63410  1.45580    992 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    894   2.18466  2.41287  3.74324  3.35372  3.97615  1.69394  4.22293  3.27813  3.27973  3.06234  3.93517  3.40250  3.69146  3.56605  3.53674  2.40127  2.33041  2.85644  5.39098  4.20376    993 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    895   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159    994 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    896   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672    995 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    897   2.01740  4.51303  3.05946  2.29442  3.82791  3.13509  3.71924  3.17023  2.58571  2.75886  3.72598  3.04411  3.80786  2.92917  3.00114  2.51985  2.79647  2.61106  5.17751  3.89186    996 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    898   2.22328  1.44488  3.91877  3.58477  3.86496  2.99361  4.32439  3.12090  3.43465  2.99279  3.92903  3.52539  3.74054  3.74346  3.62360  2.10033  2.70763  2.74850  5.33471  4.11097    997 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    899   1.99537  4.25822  3.82640  3.28482  3.48837  3.68349  4.14370  2.13597  3.20293  2.13498  3.39327  3.61050  4.11396  3.50754  3.50751  2.99531  2.72158  1.81821  5.08615  3.86932    998 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    900   2.61809  4.71449  3.01177  2.49743  3.32253  3.41861  3.63198  3.35086  1.91693  2.96336  3.81546  2.99049  2.87499  2.71275  2.76585  2.67567  2.85283  3.05503  5.20747  3.89075    999 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    901   3.02984  4.54150  3.99335  3.54421  2.45454  3.93170  3.72810  2.36938  3.36869  2.33431  3.52121  3.73500  4.31326  3.65385  3.58511  3.27804  3.27875  2.63376  4.11958  1.36493   1000 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    902   2.79546  4.97994  2.81248  2.46434  4.06944  3.41239  3.01323  3.73573  2.27726  3.26734  4.13221  2.96017  3.88207  1.66322  2.60470  2.72808  3.03576  3.40556  5.30913  3.92350   1001 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    903   2.51439  4.96331  2.51852  2.09926  4.24409  3.17320  3.47320  3.69030  2.36848  2.91634  4.03030  2.83164  3.54617  2.35054  2.84880  2.59728  2.84708  3.32076  5.43450  4.05779   1002 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    904   2.60260  4.12222  3.88047  3.31334  2.50716  3.14825  3.88948  2.15541  3.21389  2.23007  3.20379  3.57190  4.03661  3.45680  3.44463  2.94871  2.83708  2.23327  4.57208  2.71986   1003 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    905   2.88462  4.51097  3.64876  3.30783  1.34732  3.68189  3.71743  2.98822  3.27723  2.58176  3.68370  2.81682  4.16167  3.54845  3.53180  3.08174  3.17908  2.81519  4.19800  2.57166   1004 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    906   2.75545  4.38456  3.86021  3.40608  3.38148  3.69007  4.23896  2.37742  3.22899  1.36031  3.31009  3.69994  4.16912  3.60245  3.48344  3.07240  2.32965  2.27886  5.11172  3.88105   1005 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    907   2.72012  4.95595  2.93783  2.34998  4.28098  3.42976  3.59716  3.69181  2.19032  3.23119  4.05376  2.95170  2.65114  2.47401  2.04186  2.72385  2.94309  3.34959  5.39807  4.09620   1006 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    908   1.79783  4.32961  3.15329  2.77150  4.08709  3.09121  3.91575  3.46243  2.80784  3.14500  3.98454  2.86792  2.33317  3.13774  3.18912  2.48326  2.39711  3.04973  5.41620  4.15335   1007 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    909   3.15434  4.51919  4.65964  4.08654  2.58033  4.35946  4.60715  2.08657  3.96896  1.19217  2.03677  4.34067  4.57402  4.08351  4.10683  3.68233  3.37297  2.29799  4.98257  3.85294   1008 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    910   2.81035  4.38548  4.49137  3.94521  3.31606  4.23114  4.63574  1.70883  3.82837  1.39590  3.14197  4.21410  4.53179  4.06485  4.03764  3.56607  3.24451  1.64880  5.21224  4.05652   1009 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-    911   2.67941  4.94993  2.71744  2.22021  4.23687  3.35172  3.59755  3.66488  2.27202  3.03983  4.04356  2.58269  3.79960  2.08756  2.70949  2.54700  2.91443  3.31941  5.41305  4.07265   1010 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-    912   2.86381  4.55111  3.45174  3.13839  2.68087  3.05017  3.69703  3.20463  3.07398  2.80113  3.84599  3.43477  4.06893  3.42330  3.34023  3.01905  3.16691  2.98531  4.27630  1.29091   1011 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.45099  1.01335
-    913   3.07340  4.39670  4.71617  4.19652  3.47101  4.41095  4.90441  1.40183  4.08080  1.88430  3.28242  4.44124  4.70063  4.33637  4.28538  3.77808  3.32889  1.24142  5.42816  4.23503   1012 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    914   2.55230  3.31698  3.15000  2.59255  3.71219  3.27555  3.67221  3.09450  2.38780  2.63206  3.61850  2.92503  3.83030  2.76972  2.79955  2.37375  2.78962  2.77493  5.06873  3.79292   1013 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    915   2.91810  5.46626  1.29198  1.96841  4.75427  3.19367  3.74707  4.27766  2.77161  3.78705  4.64268  2.31789  3.82071  2.91740  3.36567  2.80573  3.21121  3.85406  5.94759  4.44010   1014 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    916   2.72195  4.96878  2.88917  2.35330  4.30059  3.41676  3.60216  3.70650  1.63536  3.24875  4.07040  2.93681  3.48073  2.60656  2.55807  2.72201  2.64057  3.36123  5.41813  4.11119   1015 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    917   2.43002  4.55510  2.99619  2.56464  3.95886  3.28701  3.73215  3.35883  2.55488  3.00563  3.85430  3.02136  3.79067  2.64895  2.95496  1.82543  2.53031  3.03011  5.27349  3.78889   1016 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    918   2.24026  4.51981  3.07211  2.59173  3.70927  3.38382  3.44315  3.16777  2.57304  2.82800  3.69180  3.05560  2.50980  2.92989  2.97452  2.60617  2.81365  2.88621  5.08392  3.21914   1017 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    919   2.73485  5.12524  2.12163  1.61299  4.33620  3.28726  3.64925  3.84576  2.52338  3.39615  4.21663  2.76921  3.79717  2.80228  3.03300  2.69051  2.98828  3.47552  5.56240  3.30313   1018 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    920   3.00018  4.38593  4.55990  4.08067  3.52323  4.22775  4.83314  1.63750  3.94898  2.07006  3.36537  4.31272  4.60614  4.25005  4.17009  3.62060  3.28470  1.05722  5.44327  4.21134   1019 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    921   2.36694  4.71685  3.31894  2.81480  4.21013  3.40754  3.75250  3.55790  2.22405  3.16659  4.08430  3.19457  3.91419  2.93490  1.37918  2.81650  3.02002  3.24130  5.37092  4.14357   1020 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    922   2.88099  5.05674  2.87674  2.52087  4.37066  3.45234  3.65550  3.81709  1.96402  3.32893  4.21178  3.00305  3.91958  1.55761  2.44712  2.87605  3.10991  3.49334  5.45505  4.17037   1021 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    923   1.26157  4.17634  3.69630  3.34022  3.88290  3.15388  4.27835  2.75304  3.27737  2.77002  3.82243  3.48483  3.84565  3.60227  3.55003  2.59589  2.80153  2.16006  5.42603  4.19838   1022 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    924   1.18520  4.12689  3.45859  3.16595  4.15263  2.44082  4.19935  3.42095  3.19097  3.22262  4.09952  3.30964  3.68842  3.49162  3.48543  2.40512  2.69384  2.83310  5.54018  4.32688   1023 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    925   1.56205  4.27235  3.32399  2.92287  3.87557  3.17504  3.97730  3.05639  2.91001  2.91236  3.81870  2.73005  3.78982  3.24651  3.25575  2.56525  2.76765  2.30522  5.28962  4.03512   1024 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    926   3.18278  4.66986  4.03275  3.62410  2.28290  4.00349  3.62927  2.96023  3.41646  2.11335  3.65250  3.76695  4.38321  3.70276  3.61329  3.37541  3.42929  2.86488  3.95102  1.21563   1025 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    927   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159   1026 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    928   2.56932  2.29383  3.61291  2.74256  3.27546  3.55501  3.84459  2.65515  2.91078  2.30213  3.32896  3.39453  3.95635  3.25183  3.19675  2.84042  2.81487  2.45030  4.14352  3.50503   1027 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    929   2.75865  4.52661  3.44758  3.35647  4.49715  0.62343  4.47209  4.11490  3.54781  3.75971  4.73616  3.61187  3.92012  3.86611  3.77560  2.93271  3.24565  3.62892  5.57261  4.60159   1028 G - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    930   2.70581  4.38934  3.58085  3.14570  3.63347  3.59740  4.06874  2.42860  2.52953  2.50833  3.58103  3.49348  4.08010  3.38015  3.17426  2.97971  2.99904  1.37554  5.17880  3.92664   1029 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    931   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096   1030 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    932   1.63238  4.17472  3.30136  3.09107  4.30754  1.46987  4.21918  3.66566  3.21639  3.40714  4.26434  3.27077  3.68348  3.50138  3.52172  2.41496  2.73125  3.14208  5.64403  4.43985   1031 g - - -
-          2.68619  4.42226  2.77520  2.73124  3.46355  2.40513  3.72495  3.29355  2.67741  2.69356  4.24690  2.90347  2.73740  3.18147  2.89801  2.37878  2.77520  2.98519  4.58478  3.61504
-          0.09398  2.52177  4.66890  0.43699  1.03839  0.48576  0.95510
-    933   2.88099  5.05674  2.87674  2.52087  4.37066  3.45234  3.65550  3.81709  1.96402  3.32893  4.21178  3.00305  3.91958  1.55761  2.44712  2.87605  3.10991  3.49334  5.45505  4.17037   1033 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    934   2.90973  4.50049  3.82601  3.36883  1.40906  3.76245  3.79616  2.85586  3.13760  2.34883  3.50607  3.62303  4.18701  3.51150  2.73971  3.14125  3.17295  2.73822  4.33810  2.77189   1034 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    935   1.89059  4.20274  3.25239  3.07594  4.33427  1.26193  4.23124  3.70107  3.22802  3.44321  4.31171  3.27002  3.69677  3.51725  3.52918  2.44118  2.76291  3.17636  5.66190  4.45849   1035 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    936   1.94130  4.21108  3.24216  3.07305  4.33884  1.22751  4.23403  3.70927  3.23057  3.45101  4.32302  3.27107  3.70116  3.52138  3.53056  2.44969  2.77243  3.18532  5.66383  4.46094   1036 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    937   2.61587  5.27187  1.89457  1.57251  4.58287  3.23665  3.68205  4.06158  2.60309  3.58379  4.40061  2.71268  3.37716  2.83151  3.14938  2.71608  3.06024  3.65292  5.75994  4.30700   1037 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    938   2.18732  4.72354  2.79433  2.42751  4.19134  2.83108  3.69850  3.61916  2.50359  3.21351  4.03262  2.74973  3.77151  2.14396  2.93666  2.41649  2.85213  3.24241  5.43394  4.10281   1038 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    939   2.76982  4.40106  3.75140  3.40483  1.30471  2.73452  3.90304  2.93887  3.37574  2.55728  3.65413  3.61579  4.08896  3.63739  3.61016  3.00670  3.10265  2.75569  4.45025  2.90323   1039 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    940   1.09718  4.15201  3.39191  3.16210  4.24775  2.38994  4.23906  3.56361  3.24176  3.33995  4.21132  3.31095  3.69116  3.53536  3.53011  2.42058  2.72644  3.07164  5.60322  4.40643   1040 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    941   2.49326  4.82456  2.64885  2.36477  4.08233  3.05079  3.18838  3.50752  2.37542  3.09440  3.90188  2.89044  3.77621  2.46161  2.72654  2.59931  2.81501  2.75444  5.32049  3.97504   1041 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    942   2.20182  4.65357  2.68755  2.38226  3.59758  3.36280  3.64957  3.30641  2.49398  2.95090  3.78726  2.95716  3.51211  2.82756  2.94494  2.61761  2.34746  3.00057  5.22753  3.91225   1042 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    943   2.45767  1.86716  3.75282  3.23645  3.56298  3.32623  4.01943  2.77916  2.95616  2.59322  3.56624  3.45606  3.89328  3.38414  2.71390  2.70783  2.80986  2.40682  5.04550  3.81207   1043 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    944   1.09718  4.15201  3.39191  3.16210  4.24775  2.38994  4.23906  3.56361  3.24176  3.33995  4.21132  3.31095  3.69116  3.53536  3.53011  2.42058  2.72644  3.07164  5.60322  4.40643   1044 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    945   2.67715  5.03036  2.76367  1.97465  4.34333  3.37096  3.58350  3.78106  2.20394  3.30526  4.10140  2.86087  3.23363  2.24593  2.56834  2.65584  2.84248  3.40813  5.46856  4.11441   1045 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    946   2.03750  4.30352  3.42510  2.88444  3.55021  3.44806  3.83329  2.25339  2.76783  2.57711  3.49578  3.26893  3.89450  3.13303  2.76728  2.61454  2.80206  2.49610  4.99074  3.75259   1046 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    947   3.15242  4.48497  4.72902  4.19222  3.25539  4.44455  4.83850  1.42757  4.05346  1.33598  3.06592  4.45217  4.69088  4.26125  4.22891  3.80230  3.39427  1.76951  5.27340  4.12886   1047 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    948   2.41177  4.35030  3.13332  2.93888  4.16494  3.05475  4.10287  3.64253  3.01534  3.33400  4.24977  3.22955  1.27668  3.38337  3.32218  2.38716  2.86680  3.19932  5.50915  4.23617   1048 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    949   2.72864  4.71003  3.27445  2.67979  3.94659  3.52733  3.64360  3.31158  1.98197  2.20186  3.80999  3.12107  3.91163  2.83061  2.11493  2.68653  2.94257  3.04327  5.18211  3.93578   1049 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    950   2.78649  4.44308  3.72100  3.30452  3.35215  3.64358  4.15574  2.59136  3.14495  1.21134  3.34828  3.62594  3.07900  3.52965  3.40307  3.05986  3.08982  2.51250  5.03926  3.78360   1050 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    951   2.51802  4.24403  3.71369  3.14475  3.35246  3.65984  3.96505  2.38607  3.01052  2.25998  2.69667  3.49342  4.04142  3.34217  2.90808  2.93914  2.87537  1.80073  4.90033  3.68943   1051 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    952   2.33367  5.03476  2.56865  1.77859  4.35189  3.31449  3.65240  3.77815  2.42826  3.33854  4.16762  2.83013  3.81180  2.24964  2.86522  2.70083  2.97626  3.41826  5.53729  4.16819   1052 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    953   2.58031  4.24067  3.77597  3.32885  3.55417  2.89937  4.18232  2.35705  3.22381  2.32403  3.52164  3.58889  4.04333  3.56161  3.49676  2.88901  2.91459  1.38545  5.13838  3.88970   1053 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    954   3.06074  4.41983  4.64669  4.16738  3.46162  4.31804  4.89088  1.12485  4.02770  1.96040  3.29216  4.39887  4.66344  4.31168  4.23118  3.71422  3.33683  1.53898  5.43057  4.21738   1054 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    955   2.33619  3.41478  3.26290  2.75716  3.77611  3.28054  3.81160  3.10414  2.70346  2.83601  3.43660  1.97638  3.79874  3.05463  3.08139  2.53258  2.76308  2.80304  5.15779  3.89055   1055 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    956   2.70659  5.34541  1.24041  2.00246  4.67600  3.19693  3.76468  4.13128  2.78280  3.70431  4.57558  2.69326  3.82375  2.94019  3.35928  2.79907  3.18851  3.73326  5.89553  4.41566   1056 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    957   2.13708  4.26301  3.13309  2.85303  4.25010  2.50047  4.03397  3.66980  2.96543  3.33236  4.15887  3.14546  1.75116  3.26941  3.32833  2.21497  2.72734  3.16775  5.56808  4.31726   1057 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    958   2.65028  5.03370  2.50512  1.80311  4.33263  3.34257  3.58437  3.53975  2.15409  3.31131  4.10037  2.82741  3.77911  2.71075  2.64045  2.62481  2.88533  3.40007  5.48403  4.10637   1058 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-    959   1.69523  4.12510  3.31133  3.04681  4.17783  2.90353  4.13431  3.52075  3.10193  3.27511  4.13718  3.22650  3.64543  3.41068  3.40957  1.44836  2.66901  3.02994  5.54413  4.31072   1059 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.45099  1.01335
-    960   3.01008  5.01666  3.43281  2.84623  4.42166  3.60201  3.66099  3.81947  1.87869  3.31631  4.22656  3.22981  4.02054  2.82144  1.17440  3.04258  3.21181  3.52121  5.38251  4.20432   1060 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    961   2.66184  5.01083  2.46877  1.92613  4.28420  3.31538  3.11030  3.74248  2.43237  3.18758  4.09921  2.81119  3.78186  2.75736  2.91588  2.12908  2.90704  3.37477  5.48725  4.10049   1061 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    962   2.50815  4.27235  3.44633  2.88653  3.43078  3.52643  3.80896  2.35882  2.69306  2.25626  3.38742  3.28493  3.07022  3.13676  3.15635  2.67152  2.79464  2.31515  4.88785  3.65418   1062 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    963   2.75819  5.12536  2.38102  1.47423  4.45503  2.79893  3.67637  3.91326  2.51618  3.45656  4.28058  2.78076  3.80745  2.82967  2.81326  2.71589  3.02364  3.53064  5.63538  4.23710   1063 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    964   2.60416  4.69598  2.63545  2.50110  4.36471  2.54983  3.90382  3.91425  2.81021  3.52566  4.38658  1.36650  3.79296  3.11930  3.22109  2.66539  2.99238  3.46071  5.62192  4.28103   1064 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    965   2.77172  4.29182  3.93192  2.91917  3.40701  3.88089  4.20359  1.69678  3.28301  2.02236  3.30472  3.72747  4.23420  3.59152  3.56855  3.17344  3.01164  1.72260  5.06025  3.84837   1065 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    966   2.74859  4.97749  2.52819  2.34182  4.31926  3.26589  3.72562  3.86515  2.50884  3.42607  4.28380  1.58441  3.83212  2.51752  2.90684  2.67057  3.04500  3.48688  5.54957  4.16036   1066 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    967   1.67800  4.23036  3.23287  2.89553  4.19545  2.51430  4.02997  3.60615  2.96720  3.27376  4.09809  3.16997  2.22871  3.26706  3.33187  2.26023  2.70036  3.11685  5.52277  4.27978   1067 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    968   2.00344  4.17813  3.47556  3.17459  4.07234  3.03590  4.19834  3.14809  3.14420  3.05351  4.00916  3.34837  3.75336  3.48937  3.42905  2.49205  1.33893  2.79019  5.50678  4.28834   1068 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    969   2.39504  4.98113  2.47584  1.34211  4.39432  3.25398  3.77464  3.72209  2.63467  3.38958  4.28519  2.85400  3.83563  2.95316  3.08016  2.75582  3.06284  3.37919  5.64088  4.27009   1069 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    970   2.68692  4.68846  2.91432  2.63033  3.77171  3.34065  3.80370  3.33620  2.63753  2.57743  4.00285  1.56479  3.88937  3.06071  2.99160  2.77214  3.00060  3.05832  5.19384  3.77645   1070 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    971   1.07542  4.16734  3.58922  3.31650  4.01227  3.04536  4.29536  3.04370  3.28314  2.96884  3.99867  3.43244  3.78090  3.61738  3.54229  2.51831  2.78076  2.60622  5.51049  4.27419   1071 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    972   3.12300  4.45801  4.70237  4.18395  3.34849  4.42058  4.86357  1.19165  4.03475  1.66454  3.17373  4.43886  4.69761  4.28774  4.22696  3.79074  3.37562  1.68097  5.34424  4.15707   1072 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    973   2.00919  4.22195  3.24018  2.93005  4.22280  2.97246  4.06256  3.62558  2.99442  3.30728  4.14038  3.18626  2.86331  3.30568  3.34303  1.39363  2.70777  3.12729  5.55341  4.31003   1073 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    974   1.09718  4.15201  3.39191  3.16210  4.24775  2.38994  4.23906  3.56361  3.24176  3.33995  4.21132  3.31095  3.69116  3.53536  3.53011  2.42058  2.72644  3.07164  5.60322  4.40643   1074 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    975   2.65407  4.22587  3.78521  3.22576  2.51347  3.68333  3.91043  2.50985  3.09745  2.21513  3.25205  3.53578  4.05779  3.39752  2.93411  2.96712  2.89177  1.80478  4.67967  3.26026   1075 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    976   2.10149  4.43128  3.09166  2.68439  3.98626  3.20697  3.82359  3.34617  2.66670  3.02768  3.88421  3.08831  3.77235  2.64608  3.04293  2.45383  1.88391  2.99626  5.31649  4.04529   1076 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    977   2.99795  5.09429  3.33453  2.74815  4.51862  3.60206  3.61653  3.88870  1.19236  3.36026  4.24083  3.16069  3.99879  2.76028  1.93722  3.00262  3.18342  3.57405  5.42116  4.23510   1077 k - - -
-          2.68610  4.42230  2.77525  2.73128  3.46359  2.40498  3.72500  3.29359  2.67746  2.69360  4.24695  2.90352  2.73731  3.18151  2.89790  2.37892  2.77525  2.98506  4.58482  3.61508
-          0.09398  2.52177  4.66890  1.21042  0.35392  0.48576  0.95510
-    978   3.13849  4.48736  4.64109  4.14802  3.30518  4.38478  4.80997  1.16005  3.96472  1.64564  3.17003  4.40366  4.67980  4.24840  4.15311  3.77434  3.39534  1.80090  5.29051  4.06682   1084 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    979   3.16267  4.52769  4.63924  4.08004  3.14929  4.40096  4.73265  1.94134  3.94697  1.07560  2.75835  4.36835  4.63115  4.13217  4.12709  3.73709  3.39365  1.86865  5.17513  4.07135   1085 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    980   2.87518  4.88298  3.26947  2.74643  4.07284  3.55921  3.69258  3.40789  1.32207  2.59602  3.99450  3.17480  3.98094  2.87203  2.40444  2.93470  3.09786  3.16674  5.29081  4.02205   1086 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    981   3.11875  4.62815  3.97379  3.50616  2.14335  3.97444  3.10774  3.12762  3.35696  2.27572  3.72205  3.66511  4.32464  3.59535  3.58375  3.28119  3.34486  2.97109  3.84144  1.30469   1087 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    982   2.20421  4.59549  2.73676  2.56322  4.25322  3.13044  3.90211  3.68269  2.78034  3.37791  4.26057  1.45909  3.78336  3.11975  3.16963  2.62071  2.92705  3.27138  5.56454  4.21759   1088 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    983   2.41380  4.88870  2.79700  2.35239  4.19955  3.34671  3.34594  3.63221  2.11964  3.19795  4.00275  2.38294  3.41683  2.74586  2.80074  2.42329  2.85814  3.27542  5.40019  4.05060   1089 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    984   2.45258  3.42396  3.23004  2.71756  3.87676  3.26752  3.78332  3.24051  2.18647  2.92309  3.77830  3.11916  3.78698  3.00268  2.97348  1.90183  2.65397  2.91621  5.21495  3.95153   1090 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    985   1.83596  4.45950  3.11089  2.65257  3.82955  3.10497  3.76120  3.19849  2.61496  2.58176  3.74478  3.08568  3.80718  2.66643  2.99754  2.50274  2.79965  2.89681  5.18376  3.90974   1091 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    986   2.72319  4.24066  3.99723  3.45146  3.32869  3.15351  4.19006  1.71218  3.33561  1.82045  3.25797  3.74359  4.19383  3.62507  3.58906  3.12033  2.97734  1.95527  4.97636  3.76468   1092 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.26560  3.94655  1.54211  0.61958  0.77255  0.48576  0.95510
-    987   2.15391  4.09925  3.12208  2.84803  4.06271  2.37166  3.96991  3.42791  2.90700  3.14995  4.00012  3.09355  3.58231  3.23188  3.23241  2.07164  1.98087  2.95983  5.41162  4.17473   1093 t - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03675  3.71771  4.44006  0.61958  0.77255  0.38616  1.13837
-    988   2.74171  4.87647  2.79367  2.50513  4.23144  3.32654  3.72771  3.77541  2.39166  3.34341  4.21154  1.54888  3.86165  2.91196  2.37126  2.76952  3.03213  3.41408  5.43609  4.09870   1094 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    989   2.61160  4.34615  3.50165  2.94524  3.50957  3.54572  3.85131  2.68610  2.72891  2.31908  3.45812  3.32921  3.64674  3.15495  2.58069  2.83597  2.86416  1.82594  4.98063  3.74223   1095 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    990   2.82725  5.24123  1.31467  2.14116  4.66411  2.64486  3.77306  4.18575  2.78987  3.72062  4.56989  2.51837  3.80671  2.94883  3.36258  2.75896  3.14471  3.74944  5.87759  4.40801   1096 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    991   3.01675  5.14225  2.52001  0.92452  4.49787  3.32235  3.91581  3.96650  2.80570  3.57182  4.54278  2.97608  3.93050  3.13005  3.22207  2.99174  3.32161  3.64278  5.65551  4.37801   1097 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    992   2.79176  4.29657  4.05429  3.50040  3.27882  3.89342  4.24211  1.76327  3.38518  1.64030  3.17471  3.80569  3.34028  3.66324  3.63735  3.19794  3.03744  1.99121  4.99463  3.80401   1098 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    993   2.56477  4.36877  4.34047  3.80919  3.32632  4.11052  4.52614  1.56107  3.67500  1.51966  3.17894  4.08584  4.44868  3.94846  3.89844  3.44860  3.19263  1.88833  5.17191  3.99196   1099 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    994   2.21933  4.54889  3.03393  2.57657  4.09274  2.75242  3.74124  3.50310  2.52693  3.12295  3.94859  3.01844  2.48957  2.91983  2.46556  2.50779  2.79298  3.12713  5.36148  4.06757   1100 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    995   2.52856  4.35643  3.44176  2.90440  3.38269  3.55313  2.66136  2.72859  2.77537  2.16729  3.43676  3.30274  3.95588  3.14750  3.10381  2.83117  2.86207  2.13257  4.87953  3.57963   1101 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    996   2.94063  4.59398  3.74440  3.22623  2.94124  3.68713  3.75134  3.17212  2.72818  2.71381  3.75506  3.52022  4.11827  3.30602  2.43413  3.11733  3.18768  2.98368  1.52727  2.95736   1102 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    997   2.52663  4.36441  4.17383  3.64761  2.10833  3.94890  4.18702  2.32256  3.53375  1.46747  3.09781  3.89608  4.30287  3.76036  3.74481  3.27278  3.13063  2.28114  4.73410  3.38716   1103 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    998   1.91350  4.15813  3.40414  3.05306  4.15986  2.96398  4.11032  3.49382  3.06390  3.23177  4.07636  3.25160  3.67893  3.37274  3.39088  1.58275  1.99867  3.02288  5.51623  4.29500   1104 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-    999   2.92002  4.47111  3.95769  3.46855  2.55212  3.81288  3.72695  2.84516  3.18098  2.11134  3.50936  3.66397  4.21841  3.54940  3.38809  3.02847  3.17696  2.71313  1.73983  2.59311   1105 w - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1000   3.23868  4.67911  4.30830  3.94869  3.16464  4.07600  4.58119  2.37297  3.71571  0.78913  3.16483  4.21697  4.49876  4.06631  3.87958  3.65579  3.52964  2.42949  5.07060  3.81096   1106 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1001   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672   1107 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1002   2.68942  4.24326  3.94689  3.41965  3.45230  3.74590  4.22185  1.88664  3.32149  2.26837  3.36171  3.71373  3.30170  3.62223  3.59532  3.07210  2.88692  1.49004  5.08261  3.86972   1108 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1003   2.51336  4.23328  3.46524  2.91096  3.39451  2.84183  3.80643  2.66238  2.84483  2.49023  3.39010  3.28590  3.89018  3.15533  3.18074  2.31361  2.76941  2.24650  3.74771  3.60407   1109 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1004   2.68284  4.90203  2.57078  1.48254  4.28731  3.26551  3.72171  3.67777  2.55283  3.31289  4.16970  2.86312  3.81083  2.89253  2.99422  2.39544  2.97469  3.14203  5.53798  4.16781   1110 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1005   2.89321  5.41444  1.33704  2.01002  4.68664  3.21678  3.72521  4.19640  2.69763  3.70678  4.55617  2.68278  3.82042  2.49066  3.25701  2.79159  3.17433  3.78770  5.87242  4.39023   1111 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1006   2.57958  4.72919  2.91913  2.13091  3.99629  3.37291  3.62788  3.39136  2.37121  2.87243  3.84432  2.93846  2.78541  2.79169  2.85933  2.54964  2.65944  2.94437  5.27097  3.94942   1112 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1007   2.77684  5.25735  1.83527  1.71319  4.55626  3.26623  3.65513  4.03857  2.51320  3.54692  4.35493  2.73556  3.79708  2.79685  2.64486  2.70696  3.03437  3.63242  5.70610  4.27115   1113 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1008   2.82874  5.08921  2.40569  1.22917  4.52853  2.63655  3.79664  3.99263  2.69421  3.57040  4.43906  2.83576  3.84175  2.97881  3.16029  2.80000  3.13520  3.60476  5.70752  4.34679   1114 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1009   1.20104  4.12662  3.55887  3.22457  4.03335  3.00392  4.20282  3.17455  3.19238  3.06638  3.98833  3.35940  3.72679  3.50893  3.47615  2.27583  2.71022  2.56409  5.46715  4.24447   1115 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1010   1.99397  4.29624  3.37138  2.87327  3.75879  3.26862  3.89657  2.96263  2.82438  2.61263  3.67840  3.22818  2.46861  3.15930  3.18772  2.60528  2.58164  2.46229  5.17819  3.93258   1116 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1011   2.71946  4.72752  2.96833  2.59598  3.44322  2.89068  1.87972  3.43011  2.53815  3.02258  3.92160  3.06038  3.89863  2.96472  2.89853  2.78361  2.98007  3.14041  4.89439  3.16794   1117 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1012   2.73955  4.28095  3.93593  3.37979  3.39677  3.80984  4.15924  1.85329  3.19113  2.20651  3.31684  3.69739  4.19054  3.55127  2.95050  3.11782  2.99021  1.56850  5.02632  3.80949   1118 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1013   2.92981  4.64455  3.54690  3.09101  2.73823  3.69470  3.64185  3.20572  2.75187  2.75843  3.79118  3.41493  4.11686  3.25534  2.53829  3.06547  3.17443  3.00549  4.32051  1.43269   1119 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1014   2.67061  4.88613  2.56490  2.26290  4.30449  1.93187  3.71378  3.74507  2.54397  3.32609  4.16063  2.67868  3.80094  2.53807  2.98311  2.52709  2.96221  3.37285  5.53542  4.18079   1120 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-   1015   3.15951  4.66805  3.93052  3.55003  2.24554  3.93531  3.57991  3.00551  3.34608  2.29157  3.69820  3.70311  4.33636  3.65059  3.54776  3.32894  3.41496  2.89810  3.90885  1.20560   1121 y - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1016   3.16066  4.59921  4.41379  3.90939  3.05093  4.24559  4.55848  2.17272  3.66146  0.96622  2.75038  4.20536  4.54224  3.96723  3.85154  3.62669  3.41123  2.24429  5.05140  3.83830   1122 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.45099  1.01335
-   1017   2.67207  0.80182  4.20821  3.96485  3.93934  3.27925  4.59565  3.09564  3.79222  3.00774  4.13150  3.93208  3.99204  4.13529  3.90342  2.94384  3.14507  2.83520  5.33971  4.22647   1123 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1018   2.89254  5.41828  1.34599  1.99505  4.69072  3.21687  3.72353  4.20002  2.69538  3.70873  4.55658  2.68149  3.81967  2.49022  3.25570  2.79021  3.17301  3.79018  5.87434  4.39140   1124 d - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1019   2.78649  4.44308  3.72100  3.30452  3.35215  3.64358  4.15574  2.59136  3.14495  1.21134  3.34828  3.62594  3.07900  3.52965  3.40307  3.05986  3.08982  2.51250  5.03926  3.78360   1125 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1020   2.47811  4.21824  3.90203  3.41023  3.50108  3.62232  4.21678  1.50477  3.30525  2.36377  3.43075  3.67093  4.10895  3.61795  3.57061  2.60695  2.92948  1.96150  5.10596  3.88368   1126 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1021   2.62000  5.14002  2.43262  1.43339  4.45357  3.28889  3.68920  3.88800  2.49389  3.44123  4.29366  2.79759  3.82999  2.53771  2.93434  2.75693  3.06397  3.52572  5.63700  4.24792   1127 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1022   1.71328  4.34811  3.04708  2.74149  4.16072  2.04209  3.93854  3.57132  2.84243  3.22903  4.06492  3.09663  3.71811  2.91265  3.22309  2.33015  2.76110  3.13035  5.48019  4.21230   1128 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1023   2.65882  4.83974  2.55616  2.37235  4.27410  2.51723  3.52284  3.83643  2.63262  3.41326  4.25883  1.63537  3.80063  2.96022  3.06490  2.68155  2.98579  3.43348  5.54102  4.15506   1129 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1024   2.77409  5.06522  2.22201  2.27235  4.12327  3.29645  1.86453  3.82682  2.55495  3.38037  4.23069  2.66060  3.83053  2.87054  3.01644  2.74524  3.04075  3.47007  5.42828  3.97344   1130 h - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-   1025   2.26236  4.33053  3.17069  2.76913  3.93153  3.15172  3.87291  3.23286  2.73947  2.94979  3.84288  3.13007  2.02472  3.00238  3.09762  2.53296  2.55244  2.70943  5.30026  4.04152   1131 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1026   2.26727  4.24000  3.40219  2.95776  3.53812  3.20670  3.51334  2.76250  2.87753  2.60091  3.53610  3.29429  3.86802  3.23290  3.18818  2.70231  2.79328  1.72922  5.00309  3.74765   1132 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1027   3.03571  4.37925  4.61690  4.09527  3.41995  4.34023  4.81683  1.43114  3.97498  1.83967  3.23916  4.35358  4.63869  4.23810  4.18895  3.70237  3.29175  1.31266  5.36733  4.17219   1133 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.06474  3.88362  3.16732  0.61958  0.77255  0.54401  0.86849
-   1028   3.13139  4.60018  4.15487  3.79487  3.12795  3.95463  4.45737  2.33112  3.56282  0.90213  3.15808  4.07241  4.39386  3.93630  3.74231  3.52336  3.42672  2.36282  4.99917  3.71744   1134 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03209  3.85097  4.57331  0.61958  0.77255  0.57161  0.83152
-   1029   2.63883  4.41610  3.30817  3.20499  4.34715  0.76307  4.32635  3.94176  3.38331  3.59854  4.57430  3.47254  3.80655  3.70921  3.62149  2.81017  3.11840  3.47425  5.44774  4.44841   1135 g - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03209  3.85097  4.57331  0.61958  0.77255  0.47859  0.96669
-   1030   2.13727  4.59647  2.95819  2.41752  3.93594  2.92594  3.67663  3.32919  2.41123  2.97094  3.80894  2.82082  3.78064  2.86186  2.93619  2.60318  2.45077  2.88439  5.24303  3.94017   1136 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03004  3.91593  4.63827  0.61958  0.77255  0.46791  0.98433
-   1031   2.57935  5.13907  2.04958  2.18638  4.47986  3.01280  3.52181  3.96346  2.59729  3.50232  4.32133  1.81193  3.79149  2.84411  3.12274  2.69562  3.02133  3.56346  5.68384  4.25560   1137 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1032   2.51114  4.60973  2.69794  2.50382  4.33653  2.61496  3.86273  3.78633  2.74214  3.41461  4.25453  1.57296  3.75767  3.06048  3.15723  2.58496  2.66456  3.33978  5.60513  4.27157   1138 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1033   1.89360  2.82412  3.59170  3.11099  3.83333  2.53420  4.04009  3.20748  3.06301  2.91837  3.77753  3.30868  3.27475  3.35004  3.38317  2.04134  2.66529  2.66813  5.23959  4.02830   1139 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1034   2.71113  5.06255  2.35934  2.23649  4.34632  2.83230  2.87312  3.84428  2.51611  3.39203  4.20873  1.93449  3.79368  2.81368  3.00727  2.67990  2.97458  3.46507  5.56259  4.15468   1140 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1035   2.79253  4.46919  4.35919  3.83993  3.22200  4.15582  4.55226  1.91109  3.67114  1.14074  3.07216  4.12815  4.48396  3.95199  3.88464  3.50682  3.27941  2.05383  5.14801  3.97599   1141 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1036   2.85138  4.59625  3.46658  3.31642  4.30499  3.27958  4.38768  3.86957  3.38007  3.48834  4.54146  3.61559  0.70074  3.76661  3.61710  3.02122  3.29881  3.50648  5.47112  4.42672   1142 p - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1037   2.81237  4.98043  3.08205  2.57283  4.35498  3.48446  3.60935  3.76360  2.07741  3.28075  4.12259  2.83231  3.90330  2.45909  1.59781  2.66023  3.02957  3.42716  5.40123  4.14274   1143 r - - -
-          2.68618  4.42225  2.77520  2.73123  3.46354  2.40513  3.72477  3.29354  2.67741  2.69355  4.24690  2.90347  2.73740  3.18147  2.89801  2.37887  2.77520  2.98519  4.58477  3.61503
-          0.12768  3.00607  2.65386  0.51314  0.91284  0.48576  0.95510
-   1038   3.09765  4.44630  4.62902  4.09673  3.26261  4.37283  4.77414  1.39824  3.95519  1.46101  3.08409  4.36644  4.63865  4.19088  4.14917  3.72934  3.34356  1.72099  5.25733  4.09087   1145 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1039   3.03427  4.37855  4.61431  4.09304  3.42199  4.33780  4.81570  1.43942  3.97268  1.84500  3.24165  4.35139  4.63744  4.23677  4.18722  3.70010  3.29064  1.30314  5.36823  4.17219   1146 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1040   2.07823  4.30077  3.17647  2.78643  4.06342  3.07210  3.89397  3.43818  2.73689  3.11837  3.96525  3.11919  3.70586  3.11886  2.82868  1.63275  2.55876  3.02771  5.38466  4.13040   1147 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1041   2.88108  4.31466  4.29208  3.76209  2.54823  4.02897  4.36574  1.49357  3.64892  1.87288  3.13390  4.00875  4.37184  3.88400  3.85651  3.36089  2.88929  1.95449  4.94064  3.66884   1148 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1042   3.04608  4.41351  4.56528  4.00400  2.31250  4.25754  4.50007  1.60805  3.88551  1.52179  2.72947  4.23668  4.51036  4.03837  4.04002  3.58189  3.27361  2.08306  4.91954  3.69663   1149 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1043   0.99781  4.19737  3.47370  3.26533  4.06328  3.02164  4.28609  3.19044  3.28187  3.07156  4.10203  3.41220  3.76190  3.62198  3.53173  2.54750  2.82562  2.84291  5.48932  4.29077   1150 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1044   2.78416  5.20001  2.11599  1.45551  4.52214  3.20467  3.68807  3.99261  2.61962  3.54290  4.38143  2.70293  3.78407  2.85128  3.14803  2.42690  3.06583  3.59953  5.72666  4.28567   1151 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1045   1.30544  3.47767  3.69835  3.29582  3.98718  2.92593  4.18863  3.21363  3.21984  3.04999  3.92656  3.35715  3.65668  3.51195  3.48965  2.17516  2.44488  2.79661  5.40173  4.21073   1152 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1046   3.14801  4.54224  4.33590  3.86078  1.51888  4.13740  3.79245  2.59509  3.71976  1.66756  3.24231  3.95810  4.44194  3.86365  3.87177  3.46653  3.37576  2.59559  4.06465  2.31996   1153 f - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1047   2.57193  2.78157  3.81217  3.05143  2.61493  3.62731  3.88079  2.48448  3.13918  2.10200  3.19289  3.52295  4.00215  3.40082  3.38267  2.90892  2.80785  2.30230  4.62005  3.16789   1154 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1048   2.72059  4.77723  3.18851  2.64163  4.16296  3.44621  3.63078  3.51596  2.04270  3.10753  3.97291  3.07652  3.87816  2.79527  1.78374  2.77881  2.34655  3.20648  5.30275  4.06214   1155 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1049   2.75768  5.23391  2.19017  1.75397  4.53223  3.25028  3.62846  4.00945  2.12616  3.51580  4.32358  2.39883  3.77744  2.76979  2.96981  2.68826  3.01239  3.60617  5.67630  4.24703   1156 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1050   1.68008  4.18190  3.77452  3.37830  3.72976  3.30269  4.28443  2.41020  3.30412  2.55186  3.64455  3.56031  3.93881  3.62609  3.57712  2.72547  2.84676  1.66680  5.33324  4.10734   1157 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1051   3.02140  4.38050  4.55810  4.00635  2.94492  4.28348  4.63283  1.70841  3.90551  1.53693  3.06909  4.26383  4.55235  4.10123  4.09575  3.61502  3.25876  1.50126  5.13106  3.95113   1158 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1052   2.62118  4.90218  2.52142  1.90919  4.19862  3.29844  3.61608  3.61924  2.43839  3.07838  4.02273  2.82399  2.93908  2.76509  2.91325  2.62034  2.62574  3.26781  5.42818  4.06157   1159 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1053   2.11089  4.48739  3.04815  2.56708  3.88219  3.27551  3.71007  3.26489  2.55962  2.92475  3.77004  2.77170  3.20908  2.75788  2.97280  2.57331  2.45510  2.75880  5.21073  3.92350   1160 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1054   2.67021  5.10652  2.13012  2.04298  4.40356  3.27850  3.59385  3.87011  2.29398  3.39110  4.18173  2.75378  3.49110  2.43783  2.91153  2.52029  2.79149  3.47505  5.56333  4.15367   1161 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1055   2.51083  4.89985  2.54447  2.29639  4.18467  3.30915  2.81706  3.62633  2.33125  3.19954  4.01210  2.64548  3.76931  2.75629  2.87570  2.23006  2.86981  3.27412  5.40899  4.04591   1162 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1056   2.19805  4.61337  2.77366  2.22555  4.10966  3.10322  3.73473  3.49500  2.58416  3.13973  3.98127  2.93337  2.34197  2.92120  3.01029  2.58754  2.76372  3.13495  5.39682  4.08264   1163 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.45099  1.01335
-   1057   2.52386  4.39965  3.21591  2.51590  3.63202  3.02418  3.73831  2.82377  2.65951  2.68473  3.56050  3.12878  3.59204  2.99155  3.05331  2.63015  2.45009  2.25332  5.02890  3.76783   1164 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1058   2.34120  4.33738  3.30327  2.77923  3.57426  2.36222  3.78387  2.91177  2.73088  2.62962  2.91237  3.18997  3.85454  3.06519  3.09972  2.69010  2.65629  2.66159  4.99647  3.43742   1165 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1059   2.49382  4.71983  2.95779  2.37920  3.95412  3.39717  3.18631  3.36103  2.25834  2.97843  3.80779  2.94868  3.80036  2.78249  2.83293  2.37640  2.40000  3.05369  5.23323  3.64768   1166 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1060   2.97911  5.00477  3.36462  2.80647  4.34043  3.58261  3.65574  3.79961  1.99018  3.27638  4.19562  3.20151  4.00592  2.60551  1.22085  3.01002  3.18679  3.50468  5.36020  4.14741   1167 r - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-   1061   3.04204  4.45985  4.42423  3.88642  3.15052  4.20358  4.56153  1.72114  3.71946  1.61987  1.87288  4.17165  4.49765  3.97175  3.91884  3.54817  3.28660  2.05226  5.10137  3.94731   1168 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1062   3.03892  4.48525  4.38084  3.88911  3.18232  4.14569  4.58467  2.05233  3.70570  1.16186  3.06229  4.16174  4.49568  3.99526  3.91150  3.52691  3.30960  1.76608  5.13916  3.92783   1169 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1063   2.15881  3.57880  3.35649  2.88418  3.90267  3.07448  3.91805  3.27223  2.84964  2.97292  3.82149  2.72823  3.69866  3.17172  3.21003  2.00491  2.07768  2.88980  5.27082  4.03111   1170 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1064   3.09450  4.46184  4.54565  4.05353  3.27091  4.31367  4.73051  1.23041  3.86742  1.63631  3.14679  4.31880  4.62018  4.16338  4.06507  3.70030  3.35280  1.80068  5.24068  4.00814   1171 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1065   2.81682  4.35618  4.14086  3.80418  3.55806  3.73555  4.60392  2.04925  3.67214  2.24304  3.52136  3.99227  4.29532  4.03106  3.88359  3.23966  3.17803  1.01095  5.34443  4.07681   1172 v - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1066   2.97734  5.06596  3.37437  2.74232  4.49043  3.59735  3.57835  3.84875  1.50881  3.31815  4.19556  3.14713  3.97872  2.72025  1.53996  2.98389  3.15437  3.53798  5.38142  4.20368   1173 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1067   2.81854  5.09809  2.53763  1.98717  4.38299  3.32428  3.65642  3.83839  2.35035  3.37090  4.24192  2.84303  3.84135  1.74330  2.71977  2.78626  3.06872  3.49616  5.53528  4.18567   1174 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1068   3.01586  4.38019  4.58524  4.09405  3.44726  4.27506  4.83058  1.26165  3.96523  1.95718  3.27490  4.33606  4.61758  4.24708  4.17853  3.66017  3.28862  1.42169  5.39716  4.18720   1175 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1069   2.81123  5.13331  2.48499  1.78630  4.42027  3.30675  3.65221  3.87887  2.37805  3.40627  4.26631  2.81213  3.82866  1.92581  2.77089  2.76890  3.06265  3.52527  5.56997  4.20413   1176 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1070   2.36767  4.39646  2.93508  2.64100  4.16907  3.06103  3.87066  3.59094  2.74441  3.24566  4.08070  2.40907  3.70253  3.08129  3.13241  1.70823  2.39522  3.15165  5.47157  4.17870   1177 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1071   2.73241  4.72960  2.71404  2.60055  4.09484  3.19124  3.92958  3.80746  2.83411  3.45302  4.40808  1.13847  3.84358  3.20222  3.18927  2.79909  3.11456  3.42855  5.39946  4.04227   1178 n - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.45099  1.01335
-   1072   2.53051  4.97019  2.38863  1.98982  4.30417  3.28033  3.65729  3.73775  2.51032  3.31345  4.12843  2.81181  2.38272  2.80820  3.00234  2.64906  2.76305  3.36847  5.52603  4.14353   1179 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1073   2.74507  5.17717  1.89347  1.78983  4.49450  3.25186  3.66809  3.95754  2.56239  3.49694  4.30917  2.74026  3.78932  2.81540  3.09144  2.56011  2.50875  3.56080  5.68229  4.25152   1180 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1074   2.89267  4.31549  4.33005  3.75703  3.14243  4.06323  4.36405  2.02385  3.64224  1.44490  2.72455  4.01661  4.36270  3.84866  3.83550  3.36730  3.12243  1.76946  4.94411  3.43672   1181 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1075   2.73330  4.29286  3.86755  3.30620  2.08836  3.75878  3.95083  2.53998  3.14703  2.03438  2.46429  3.61012  4.11827  3.45270  2.92561  3.04782  2.96767  2.44333  4.66302  3.32872   1182 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1076   2.47672  4.91994  2.72370  2.36610  4.27719  2.89288  3.64279  3.70468  2.27084  3.26719  4.08720  2.72414  3.80838  1.94690  2.77547  2.67581  2.92682  3.34489  5.45947  4.12060   1183 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1077   1.50971  4.36040  3.22008  2.80872  4.04094  3.14862  3.88930  3.41196  2.69324  3.09438  3.95172  3.15294  3.75885  3.11508  2.59417  2.27241  2.77689  3.02948  5.36199  4.10700   1184 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1078   2.51151  2.43651  3.61124  3.06235  3.36227  3.47378  3.25036  2.50077  2.94063  2.44470  3.36960  3.38362  3.91933  3.26747  3.23278  2.77611  2.49392  2.45519  4.84096  3.60363   1185 c - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1079   2.06879  4.29957  4.07497  3.53329  3.40923  3.89697  4.32536  1.76291  3.43325  1.87284  3.28828  3.83793  4.28070  3.72244  3.70286  3.21560  3.05228  1.86326  5.12530  3.92389   1186 i - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1080   2.56360  4.66496  2.72123  2.45464  3.89421  3.38862  3.63209  3.29480  2.46135  2.92923  2.97518  2.86011  3.79757  2.61147  2.90558  2.27293  2.80222  2.86630  5.20209  3.88794   1187 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1081   2.59610  4.78521  2.88446  2.32832  4.04872  3.00606  3.36627  3.37255  2.38879  3.06376  3.88438  2.91792  3.79289  2.37634  2.82423  2.55002  2.35483  3.13912  5.30016  3.97108   1188 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1082   2.85962  4.51935  3.60256  3.15522  3.02648  3.71355  3.04743  2.79613  2.89090  1.35018  3.43626  3.49960  4.12838  3.34610  3.14431  3.08020  3.10900  2.69433  4.64777  3.18882   1189 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1083   2.24214  4.35913  3.12893  2.72367  4.10182  3.10040  3.87948  3.50951  2.76188  3.16035  3.98735  2.84931  3.00492  3.08855  3.15914  1.89345  2.09252  3.08768  5.41561  4.14372   1190 s - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1084   2.31395  4.56485  2.94325  2.53491  4.06589  3.23457  3.74286  3.47490  2.57576  3.10354  3.93411  2.80725  2.34913  2.75702  2.99510  2.44567  2.47250  3.11093  5.35545  4.05291   1191 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1085   2.85481  5.40416  1.76375  1.56581  4.68656  3.22744  3.69461  4.19228  2.63453  3.68651  4.51179  2.68466  3.80709  2.48501  3.19024  2.75596  3.12582  3.77188  5.84580  4.36735   1192 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1086   2.76950  4.91048  2.97006  2.52312  3.88556  3.46461  2.84809  3.59243  2.25803  2.94466  4.00963  3.00751  3.89066  1.81235  2.58314  2.78967  2.99529  3.29049  5.17795  3.78041   1193 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1087   2.45337  4.92775  2.85316  2.46904  4.28244  3.39523  3.65025  3.67922  2.09051  3.24296  4.09599  2.96191  3.86105  1.77607  2.58747  2.75945  2.99041  3.34573  5.43110  4.13129   1194 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1088   2.49980  4.96306  2.85058  2.31425  4.25896  3.40997  3.34894  3.68157  2.24163  3.22922  4.05230  2.92310  3.83709  1.90077  2.48720  2.71600  2.94206  3.34114  5.40412  4.08601   1195 q - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.02912  3.94655  4.66890  0.61958  0.77255  0.48576  0.95510
-   1089   1.40096  4.54493  2.86093  2.29232  4.11697  3.20644  3.89531  3.35987  2.76539  3.13095  4.04186  3.05971  3.81568  3.11788  3.14425  2.65977  2.91048  3.03040  5.45737  4.16956   1196 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.09398  3.94655  2.65386  0.61958  0.77255  0.48576  0.95510
-   1090   3.14188  4.59132  4.35914  3.90033  3.06444  4.18402  4.53882  2.11252  3.65218  0.97033  3.00953  4.17966  4.52442  3.97949  3.84065  3.59794  3.40915  2.21120  5.03667  3.76974   1197 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1091   2.76335  5.01331  2.78827  2.31257  4.28270  3.40442  2.43764  3.73350  2.10323  3.26459  4.09801  2.90635  3.84310  2.21160  2.52975  2.75143  2.98399  3.39532  5.40606  4.08654   1198 k - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1092   2.48411  4.80914  2.38269  2.16541  4.06714  3.19545  3.59049  3.47448  2.36289  3.08014  3.58530  2.86918  3.76448  2.73883  2.86648  2.59333  2.81189  2.86703  5.31779  3.97005   1199 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03105  3.88362  4.60597  0.61958  0.77255  0.54401  0.86849
-   1093   1.24199  4.14570  3.59318  3.27579  3.90565  3.06922  4.23995  2.85564  3.22241  2.82059  3.86698  3.41584  3.78036  3.55807  3.49165  2.52495  2.75938  2.36754  5.42950  4.19313   1200 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.06474  3.88362  3.16732  0.61958  0.77255  0.54401  0.86849
-   1094   2.97106  4.49154  3.93866  3.46547  2.54041  3.89976  3.77718  2.63214  3.27427  1.57888  3.33399  3.70082  4.26271  3.58207  3.49841  3.23908  3.21105  2.56656  4.22346  1.92820   1201 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03209  3.85097  4.57331  0.61958  0.77255  0.57161  0.83152
-   1095   2.60101  4.65512  3.08558  2.56003  3.93846  3.38076  3.35844  3.37716  2.29364  2.98880  3.84025  3.01919  3.81697  2.81258  2.11081  2.23871  2.85240  2.88090  5.19817  3.90318   1202 r - - -
-          2.68618  4.42210  2.77520  2.73124  3.46354  2.40513  3.72495  3.29354  2.67741  2.69355  4.24690  2.90347  2.73740  3.18147  2.89801  2.37883  2.77520  2.98519  4.58477  3.61504
-          0.08263  2.67392  4.57331  0.47744  0.96856  0.57161  0.83152
-   1096   2.18154  4.62997  2.75539  1.99629  4.09189  3.21947  3.71130  3.44588  2.55475  3.11415  3.95949  2.91659  3.75436  2.89454  2.98369  2.45299  2.43810  3.09910  5.37976  4.06153   1204 e - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.03209  3.85097  4.57331  0.61958  0.77255  0.52453  0.89608
-   1097   2.46358  4.30538  3.37350  2.85594  3.45882  3.46342  3.46832  2.79047  2.73797  1.87351  3.43484  3.24873  3.57204  3.10968  3.06502  2.75631  2.66774  2.52856  4.91799  3.66813   1205 l - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.06381  3.88362  3.18837  0.61958  0.77255  0.54401  0.86849
-   1098   1.76981  4.22446  3.25481  2.84716  3.91324  3.07102  3.91525  3.24756  2.83205  2.73784  3.84439  3.15656  3.31202  3.16923  3.18419  1.97191  2.69401  2.87700  5.28803  4.03807   1206 a - - -
-          2.68618  4.42225  2.77519  2.73123  3.46354  2.40513  3.72494  3.29354  2.67741  2.69355  4.24690  2.90347  2.73739  3.18146  2.89801  2.37887  2.77519  2.98518  4.58477  3.61503
-          0.17726  3.85187  1.95758  0.61958  0.77255  0.57087  0.83249
-   1099   2.12671  4.27681  2.94823  2.62386  4.02260  3.00213  3.81075  3.41128  2.69615  3.08313  3.92445  2.61229  3.24401  3.03239  3.07499  2.18871  2.34694  2.99753  5.34368  4.07427   1207 a - - -
-          2.68560  4.42236  2.77531  2.73135  3.46365  2.40517  3.72506  3.29361  2.67747  2.69366  4.24701  2.90355  2.73729  3.18150  2.89812  2.37889  2.77501  2.98510  4.58488  3.61514
-          0.29451  1.36610        *  1.25311  0.33633  0.00000        *
-//
--- a/test-data/arthropoda/lengths_cutoff	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-BUSCOaEOG7B0HST	1099	16.763712248907	1099.28947368421
--- a/test-data/arthropoda/prfl/BUSCOaEOG7B0HST.prfl	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1179 +0,0 @@
-[name]
-unknown
-
-[dist]
-# distance from previous block
-# <min> <max>
-2	136
-
-[block]
-# block no. 0 follows, 38 sequences, length 19
-# corresponding to MSA columns:
-# 159-177
-name=unknown_A
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00849	0.00611	0.00840	0.00857	0.00923	0.00669	0.00611	0.00985	0.00961	0.01343	0.01902	0.11988	0.02008	0.26734	0.45119	0.00764	0.01148	0.00842	0.00363	0.00479
-1	0.04698	0.19994	0.01897	0.01402	0.05388	0.40529	0.01057	0.01996	0.01473	0.02840	0.01285	0.12269	0.01254	0.00774	0.00537	0.00165	0.00826	0.00573	0.00343	0.00702
-2	0.10059	0.05592	0.04037	0.12369	0.03571	0.33917	0.01177	0.05040	0.04291	0.12639	0.01235	0.01357	0.00924	0.00633	0.00543	0.00172	0.00824	0.00453	0.00392	0.00774
-3	0.00726	0.00551	0.00670	0.00765	0.00853	0.00495	0.00526	0.00846	0.01222	0.01564	0.04202	0.55279	0.26594	0.01769	0.00750	0.00231	0.00335	0.01570	0.00558	0.00495
-4	0.01515	0.01282	0.01932	0.01411	0.01942	0.01141	0.20122	0.08029	0.06461	0.07934	0.01338	0.01496	0.01020	0.00535	0.00554	0.00143	0.00624	0.00509	0.00412	0.41602
-5	0.01058	0.00786	0.01056	0.13305	0.01554	0.00789	0.00807	0.01432	0.07133	0.05518	0.29599	0.18162	0.03460	0.01123	0.00661	0.00194	0.00427	0.02125	0.02469	0.08341
-6	0.05178	0.16631	0.50028	0.01491	0.02246	0.01521	0.03686	0.01844	0.01252	0.01860	0.01027	0.01208	0.00775	0.00547	0.00520	0.00170	0.00786	0.00415	0.00271	0.08546
-7	0.01705	0.01432	0.01620	0.01348	0.01711	0.07518	0.07737	0.22677	0.26217	0.05482	0.04993	0.11213	0.01834	0.00888	0.00635	0.00197	0.00608	0.00758	0.00556	0.00869
-8	0.01317	0.01251	0.02070	0.15609	0.52474	0.01281	0.01616	0.01652	0.01342	0.01844	0.01838	0.02129	0.11604	0.00690	0.00613	0.00186	0.00670	0.00642	0.00330	0.00841
-9	0.01162	0.00686	0.00910	0.00862	0.01050	0.00629	0.00674	0.01414	0.01595	0.14470	0.42875	0.11434	0.07208	0.01284	0.00715	0.00207	0.00368	0.11180	0.00647	0.00632
-10	0.01274	0.01372	0.12068	0.01259	0.01636	0.01187	0.04762	0.04955	0.31522	0.02196	0.05626	0.13802	0.02193	0.00996	0.00649	0.00206	0.00548	0.07423	0.00517	0.05810
-11	0.00985	0.00796	0.01067	0.01037	0.01075	0.00947	0.00786	0.01102	0.01014	0.01418	0.01964	0.14789	0.02183	0.26045	0.10775	0.00446	0.21652	0.11018	0.00389	0.00511
-12	0.00789	0.00529	0.00678	0.00798	0.00848	0.00499	0.00539	0.00919	0.01168	0.01638	0.03120	0.67455	0.03627	0.01714	0.00718	0.00229	0.00339	0.01544	0.12352	0.00499
-13	0.00773	0.00552	0.00742	0.00873	0.00928	0.00522	0.00618	0.00911	0.01211	0.01615	0.06621	0.64670	0.03983	0.01822	0.00774	0.00246	0.00376	0.11699	0.00563	0.00502
-14	0.23475	0.01397	0.01501	0.05417	0.12272	0.06638	0.01071	0.11816	0.17197	0.11209	0.01510	0.01554	0.01116	0.00661	0.00538	0.00187	0.00596	0.00510	0.00478	0.00858
-15	0.01774	0.01310	0.01239	0.01066	0.01380	0.13284	0.00829	0.12299	0.12073	0.17836	0.04824	0.03777	0.12169	0.04898	0.00726	0.00202	0.00564	0.00710	0.08255	0.00785
-16	0.00774	0.00594	0.00698	0.00734	0.00855	0.00550	0.00526	0.00913	0.01231	0.01568	0.07962	0.21341	0.34318	0.13048	0.08206	0.00342	0.00490	0.04842	0.00514	0.00491
-17	0.01499	0.01157	0.01661	0.08113	0.01840	0.01286	0.11905	0.12120	0.08357	0.07287	0.05034	0.01918	0.01402	0.00762	0.00806	0.00193	0.13253	0.00612	0.20034	0.00760
-18	0.02074	0.06499	0.01691	0.01445	0.01751	0.60356	0.01097	0.07075	0.01705	0.01634	0.01185	0.08393	0.01094	0.00741	0.00560	0.00164	0.00964	0.00519	0.00351	0.00704
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 1 follows, 38 sequences, length 22
-# corresponding to MSA columns:
-# 179-200
-name=unknown_B
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.08270	0.19710	0.02137	0.01349	0.01801	0.06215	0.13254	0.04863	0.19656	0.08108	0.01574	0.01622	0.02523	0.00640	0.00542	0.00172	0.00649	0.00534	0.00432	0.05948
-1	0.01139	0.00879	0.01512	0.01313	0.01560	0.00826	0.17794	0.01415	0.01395	0.08259	0.12369	0.26603	0.03144	0.01318	0.00747	0.00230	0.00560	0.17772	0.00528	0.00638
-2	0.24217	0.01272	0.04553	0.03868	0.01605	0.01271	0.00953	0.13448	0.11273	0.24221	0.03521	0.01872	0.01352	0.00733	0.00551	0.00192	0.00541	0.03138	0.00555	0.00865
-3	0.01342	0.28836	0.51207	0.01483	0.02246	0.01729	0.01819	0.01870	0.01254	0.01740	0.00997	0.01167	0.00765	0.00552	0.00509	0.00170	0.00806	0.00403	0.00255	0.00849
-4	0.01504	0.18685	0.43440	0.01545	0.02266	0.01697	0.04862	0.15337	0.01561	0.02160	0.01104	0.01255	0.00820	0.00585	0.00545	0.00176	0.00800	0.00449	0.00323	0.00887
-5	0.01399	0.00854	0.03854	0.01051	0.01290	0.00740	0.04757	0.01582	0.01398	0.19707	0.16507	0.08455	0.02757	0.01346	0.01019	0.15764	0.00509	0.15829	0.00542	0.00638
-6	0.01158	0.01092	0.01844	0.72802	0.08581	0.01342	0.01682	0.01556	0.01213	0.01564	0.01073	0.01597	0.00811	0.00597	0.00601	0.00199	0.00796	0.00535	0.00269	0.00686
-7	0.03632	0.01453	0.05975	0.01927	0.02439	0.01316	0.42151	0.05007	0.05162	0.12277	0.04819	0.06155	0.01474	0.00706	0.00677	0.00202	0.00802	0.02574	0.00429	0.00821
-8	0.00910	0.00664	0.00889	0.01010	0.01128	0.00659	0.00821	0.01194	0.04652	0.01744	0.03300	0.29031	0.06203	0.01688	0.00797	0.00261	0.00477	0.43467	0.00558	0.00550
-9	0.06114	0.01153	0.01450	0.01116	0.01581	0.01087	0.00922	0.15912	0.01897	0.59039	0.02134	0.01889	0.01366	0.00732	0.00594	0.00185	0.00538	0.00581	0.00702	0.01007
-10	0.02163	0.00962	0.01265	0.01054	0.01416	0.00883	0.00846	0.06841	0.04300	0.50345	0.02541	0.16717	0.02051	0.01012	0.00648	0.00202	0.00492	0.04683	0.00685	0.00894
-11	0.00898	0.01086	0.14936	0.00917	0.01209	0.00716	0.00865	0.01242	0.01574	0.02204	0.51043	0.04070	0.14636	0.01147	0.00684	0.00191	0.00401	0.00992	0.00570	0.00620
-12	0.00755	0.00541	0.00718	0.00822	0.00877	0.00504	0.00560	0.00894	0.01256	0.01701	0.16821	0.64488	0.04300	0.01761	0.00757	0.00234	0.00337	0.01593	0.00578	0.00504
-13	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-14	0.01082	0.00983	0.01615	0.62928	0.03530	0.01191	0.01462	0.01461	0.01297	0.01702	0.14999	0.02150	0.01723	0.00720	0.00622	0.00198	0.00704	0.00639	0.00342	0.00649
-15	0.01204	0.01111	0.01720	0.63016	0.03656	0.01367	0.01535	0.01851	0.14962	0.01722	0.01330	0.01725	0.00997	0.00642	0.00603	0.00201	0.00740	0.00562	0.00332	0.00722
-16	0.00739	0.00528	0.00703	0.00834	0.00874	0.00492	0.00559	0.00852	0.01178	0.01577	0.06690	0.74973	0.04059	0.01854	0.00765	0.00242	0.00346	0.01681	0.00563	0.00492
-17	0.01196	0.00666	0.00793	0.00738	0.00848	0.00628	0.00481	0.01261	0.01098	0.15280	0.02480	0.07197	0.09562	0.52658	0.02252	0.00454	0.00531	0.00903	0.00465	0.00509
-18	0.01976	0.01793	0.15636	0.01375	0.01903	0.01580	0.01277	0.36868	0.16632	0.12176	0.01693	0.01647	0.01195	0.00715	0.00599	0.00188	0.00649	0.00559	0.00556	0.00984
-19	0.02039	0.01718	0.01608	0.01338	0.01740	0.15045	0.01064	0.31868	0.26734	0.07859	0.01757	0.01693	0.01287	0.00737	0.00595	0.00184	0.00664	0.00565	0.00563	0.00941
-20	0.01557	0.15680	0.49330	0.01476	0.02221	0.01468	0.01766	0.02081	0.01347	0.15732	0.01283	0.01365	0.00901	0.00595	0.00546	0.00179	0.00776	0.00454	0.00347	0.00895
-21	0.00945	0.00675	0.00768	0.00701	0.00802	0.00625	0.00430	0.00996	0.00945	0.01316	0.01739	0.03429	0.01942	0.64042	0.02568	0.00490	0.00557	0.00777	0.00363	0.15891
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	7
-
-[block]
-# block no. 2 follows, 38 sequences, length 81
-# corresponding to MSA columns:
-# 208-288
-name=unknown_C
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00788	0.00574	0.00685	0.00754	0.00870	0.00509	0.00528	0.00917	0.01259	0.03993	0.04402	0.46747	0.32394	0.01702	0.00740	0.00226	0.00337	0.01497	0.00565	0.00514
-1	0.01381	0.01168	0.01366	0.01017	0.01523	0.01007	0.02412	0.08431	0.10817	0.02203	0.01286	0.01403	0.01026	0.00521	0.00488	0.00115	0.00483	0.00424	0.00411	0.62518
-2	0.01217	0.00919	0.01100	0.00871	0.01244	0.00759	0.00673	0.02633	0.03384	0.06500	0.18108	0.06385	0.02292	0.05799	0.00709	0.00163	0.00421	0.00656	0.00472	0.45696
-3	0.01350	0.11839	0.60414	0.01623	0.02433	0.01485	0.04317	0.01955	0.01297	0.06279	0.01133	0.01293	0.00812	0.00573	0.00556	0.00183	0.00842	0.00449	0.00286	0.00881
-4	0.06027	0.01559	0.01728	0.01378	0.01763	0.12619	0.05697	0.20912	0.01843	0.26973	0.01543	0.01564	0.01084	0.00740	0.00785	0.00192	0.11636	0.00538	0.00528	0.00892
-5	0.01373	0.01537	0.03303	0.05698	0.04462	0.01457	0.64666	0.01851	0.01395	0.01890	0.01319	0.05660	0.01070	0.00584	0.00706	0.00204	0.00964	0.00752	0.00316	0.00791
-6	0.01855	0.04865	0.05644	0.01359	0.01770	0.15613	0.12671	0.02136	0.01575	0.25895	0.10431	0.05715	0.06141	0.00818	0.00625	0.00185	0.00684	0.00705	0.00513	0.00800
-7	0.01361	0.01652	0.09199	0.02268	0.02801	0.01493	0.54376	0.01828	0.01349	0.01863	0.01285	0.01893	0.01051	0.00648	0.00848	0.00213	0.09563	0.05211	0.00312	0.00784
-8	0.00736	0.00530	0.00692	0.00820	0.00862	0.00493	0.00547	0.00840	0.01154	0.01528	0.03415	0.72205	0.07647	0.04385	0.00840	0.00253	0.00354	0.01660	0.00552	0.00486
-9	0.01310	0.01220	0.02045	0.10045	0.54105	0.01239	0.01581	0.01622	0.01312	0.01842	0.01548	0.16385	0.01524	0.00803	0.00629	0.00193	0.00652	0.00763	0.00345	0.00836
-10	0.01404	0.16408	0.33762	0.05220	0.02510	0.06061	0.18570	0.01972	0.05145	0.01811	0.01130	0.01354	0.00859	0.00563	0.00572	0.00181	0.00860	0.00498	0.00289	0.00831
-11	0.01379	0.01642	0.07511	0.05785	0.02936	0.01551	0.55290	0.01840	0.01330	0.01840	0.01141	0.01557	0.00881	0.00593	0.00876	0.00211	0.11894	0.00660	0.00294	0.00788
-12	0.00742	0.00581	0.00673	0.00713	0.00848	0.00511	0.00510	0.00900	0.01352	0.01727	0.16703	0.30519	0.38884	0.01598	0.00730	0.00215	0.00316	0.01390	0.00576	0.00511
-13	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-14	0.01066	0.00762	0.01079	0.01311	0.11548	0.00740	0.00840	0.04490	0.01358	0.06180	0.07386	0.45632	0.03308	0.01502	0.00730	0.00229	0.00447	0.10226	0.00540	0.00624
-15	0.06456	0.01344	0.01505	0.01196	0.01631	0.01419	0.00976	0.33266	0.14227	0.24984	0.02073	0.01934	0.04666	0.00773	0.00597	0.00187	0.00559	0.00606	0.00632	0.00968
-16	0.00791	0.00599	0.00729	0.00725	0.00869	0.00537	0.00533	0.01008	0.01518	0.02040	0.43098	0.16245	0.26277	0.01419	0.00719	0.00202	0.00300	0.01238	0.00615	0.00537
-17	0.01383	0.01822	0.13761	0.04107	0.03090	0.01499	0.61276	0.01915	0.01394	0.01915	0.01194	0.01572	0.00889	0.00518	0.00688	0.00201	0.00992	0.00668	0.00296	0.00819
-18	0.01882	0.01720	0.02066	0.01650	0.02067	0.21908	0.21861	0.04399	0.10259	0.16228	0.01702	0.04081	0.01350	0.00740	0.00638	0.00192	0.00813	0.05164	0.00460	0.00819
-19	0.01319	0.15842	0.60397	0.01593	0.02394	0.04798	0.01977	0.01909	0.01281	0.01804	0.01032	0.01211	0.00764	0.00564	0.00539	0.00179	0.00856	0.00421	0.00257	0.00861
-20	0.01276	0.01351	0.06792	0.01616	0.02045	0.01242	0.27786	0.02064	0.21711	0.02216	0.20526	0.02504	0.02389	0.00782	0.00667	0.00196	0.00653	0.00773	0.00481	0.02930
-21	0.01777	0.01481	0.01649	0.01390	0.02932	0.04384	0.05295	0.25444	0.40370	0.04020	0.02047	0.01963	0.02920	0.00769	0.00614	0.00194	0.00591	0.00635	0.00575	0.00949
-22	0.05019	0.09391	0.22734	0.01338	0.02908	0.04275	0.05897	0.04525	0.01372	0.08259	0.01170	0.01311	0.00886	0.00541	0.00515	0.00149	0.00671	0.00431	0.00355	0.28254
-23	0.09500	0.01571	0.02329	0.03760	0.02313	0.06941	0.31402	0.12789	0.15887	0.02349	0.01506	0.01675	0.02247	0.00631	0.00622	0.00192	0.00780	0.00616	0.00420	0.02471
-24	0.00767	0.00583	0.00711	0.00777	0.00894	0.00527	0.00568	0.00930	0.01328	0.01717	0.14386	0.36177	0.28004	0.01647	0.00747	0.00226	0.00346	0.08579	0.00573	0.00513
-25	0.12776	0.01083	0.01674	0.66532	0.03720	0.01338	0.01526	0.01570	0.01177	0.01702	0.01036	0.01515	0.00781	0.00595	0.00569	0.00198	0.00754	0.00505	0.00282	0.00666
-26	0.03806	0.01041	0.01690	0.53934	0.11575	0.01239	0.01491	0.01478	0.01202	0.01621	0.01381	0.12478	0.01265	0.00785	0.00648	0.00205	0.02474	0.00695	0.00315	0.00674
-27	0.01397	0.01335	0.02276	0.22914	0.56603	0.01405	0.01800	0.01766	0.01326	0.01854	0.01115	0.01519	0.00914	0.00553	0.00597	0.00184	0.00737	0.00536	0.00290	0.00879
-28	0.00842	0.00665	0.00745	0.00718	0.00911	0.00599	0.00551	0.04283	0.01545	0.01985	0.27693	0.05228	0.45599	0.01400	0.00712	0.00202	0.00328	0.04848	0.00593	0.00553
-29	0.01287	0.00720	0.00737	0.00678	0.00866	0.00746	0.00523	0.11583	0.01484	0.02463	0.01889	0.02129	0.01468	0.00704	0.00446	0.00146	0.00335	0.00558	0.70611	0.00626
-30	0.01296	0.20003	0.59631	0.01563	0.02368	0.01615	0.01958	0.01882	0.01259	0.01796	0.01026	0.01202	0.00764	0.00559	0.00530	0.00177	0.00835	0.00417	0.00255	0.00863
-31	0.00895	0.00608	0.00753	0.00726	0.00871	0.00567	0.00550	0.01169	0.01585	0.02298	0.53461	0.04277	0.09849	0.01174	0.00662	0.00185	0.00296	0.04023	0.15490	0.00561
-32	0.01722	0.00905	0.01134	0.00959	0.01275	0.00861	0.00759	0.02228	0.14654	0.32663	0.26401	0.03179	0.08698	0.00978	0.00649	0.00192	0.00414	0.00829	0.00679	0.00821
-33	0.02648	0.01106	0.01447	0.01109	0.01577	0.01006	0.00916	0.11628	0.01859	0.66633	0.02258	0.01973	0.01431	0.00742	0.00605	0.00185	0.00530	0.00597	0.00727	0.01024
-34	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-35	0.00853	0.00591	0.00777	0.00811	0.00918	0.00547	0.00587	0.01055	0.01445	0.04005	0.36993	0.35793	0.07109	0.01523	0.00737	0.00217	0.00331	0.04552	0.00612	0.00544
-36	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-37	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-38	0.02121	0.02580	0.01799	0.01644	0.04816	0.62199	0.05415	0.05650	0.01708	0.01662	0.01024	0.01200	0.00835	0.00618	0.00552	0.00159	0.01011	0.00427	0.03854	0.00724
-39	0.00771	0.00575	0.00772	0.00886	0.00918	0.00576	0.00607	0.00877	0.01137	0.01530	0.03152	0.73483	0.03773	0.01831	0.00846	0.00246	0.05349	0.01634	0.00539	0.00500
-40	0.00996	0.00658	0.00732	0.00702	0.00922	0.00559	0.00530	0.01154	0.01395	0.12108	0.05232	0.13996	0.55921	0.01456	0.00703	0.00206	0.00339	0.01228	0.00585	0.00579
-41	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-42	0.01402	0.37941	0.38652	0.01443	0.02146	0.01855	0.05393	0.01859	0.01256	0.01682	0.00975	0.01149	0.00775	0.00542	0.00494	0.00163	0.00783	0.00402	0.00258	0.00831
-43	0.01714	0.58864	0.11727	0.01118	0.01672	0.02048	0.01154	0.01974	0.01299	0.11998	0.01084	0.01156	0.00873	0.00554	0.00440	0.00144	0.00655	0.00377	0.00326	0.00822
-44	0.62567	0.01026	0.00856	0.00793	0.01105	0.01155	0.00632	0.01658	0.01086	0.05416	0.01328	0.12110	0.01219	0.00764	0.00441	0.00191	0.00438	0.00550	0.06030	0.00637
-45	0.02136	0.02678	0.01637	0.01490	0.01790	0.69474	0.01118	0.02342	0.03701	0.01562	0.05742	0.01337	0.01121	0.00665	0.00555	0.00159	0.01016	0.00441	0.00341	0.00696
-46	0.02032	0.02534	0.01562	0.01449	0.01720	0.65658	0.01077	0.02180	0.01626	0.01481	0.01269	0.12073	0.01230	0.00800	0.00574	0.00168	0.00980	0.00575	0.00345	0.00668
-47	0.01333	0.01517	0.08211	0.01946	0.02467	0.01315	0.42520	0.04982	0.01397	0.01950	0.01429	0.10684	0.01264	0.00699	0.00714	0.00192	0.03898	0.00744	0.00350	0.12387
-48	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-49	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-50	0.01295	0.17751	0.57909	0.01625	0.02427	0.01594	0.05709	0.01886	0.01269	0.01812	0.01040	0.01230	0.00772	0.00557	0.00543	0.00179	0.00848	0.00435	0.00257	0.00862
-51	0.00827	0.00580	0.00658	0.00677	0.00719	0.00557	0.00413	0.00875	0.01019	0.01329	0.04805	0.14842	0.14585	0.52966	0.02282	0.00461	0.00496	0.01065	0.00432	0.00412
-52	0.00830	0.00680	0.01103	0.01079	0.01195	0.00635	0.10834	0.00992	0.01190	0.01591	0.03018	0.67554	0.03543	0.01689	0.00760	0.00238	0.00443	0.01568	0.00522	0.00534
-53	0.01368	0.01855	0.16923	0.06914	0.08668	0.01480	0.49914	0.01893	0.01375	0.01903	0.01176	0.01545	0.00881	0.00527	0.00669	0.00199	0.00955	0.00636	0.00292	0.00828
-54	0.00912	0.00652	0.00819	0.11555	0.01151	0.00690	0.00550	0.00969	0.00921	0.01219	0.01778	0.03605	0.01990	0.67746	0.02713	0.00529	0.00614	0.00827	0.00351	0.00408
-55	0.00745	0.00547	0.00703	0.00823	0.00888	0.00505	0.00571	0.00868	0.01198	0.01565	0.03702	0.63516	0.14011	0.01819	0.00764	0.00241	0.00356	0.06127	0.00558	0.00496
-56	0.00855	0.00575	0.00662	0.00682	0.00687	0.00570	0.00392	0.00870	0.00914	0.01219	0.02097	0.14520	0.02441	0.67928	0.02736	0.00535	0.00550	0.00993	0.00392	0.00382
-57	0.01387	0.01689	0.09883	0.02096	0.02609	0.06244	0.45266	0.01889	0.04302	0.01880	0.01496	0.02299	0.01283	0.00720	0.00754	0.00212	0.04229	0.10643	0.00346	0.00774
-58	0.01180	0.00622	0.00666	0.00641	0.00782	0.00633	0.00478	0.05568	0.01287	0.02165	0.01801	0.02137	0.01441	0.00899	0.00705	0.11837	0.00337	0.00554	0.65721	0.00546
-59	0.02555	0.01018	0.01388	0.01078	0.01508	0.00911	0.00888	0.02785	0.01686	0.68975	0.05626	0.02128	0.01651	0.00780	0.00669	0.00190	0.03833	0.00624	0.00720	0.00987
-60	0.13736	0.02431	0.01605	0.01415	0.01762	0.53554	0.01087	0.13902	0.01792	0.02027	0.01001	0.01128	0.00798	0.00628	0.00528	0.00164	0.00928	0.00404	0.00367	0.00744
-61	0.04459	0.01643	0.01715	0.01332	0.01798	0.06132	0.01093	0.56632	0.02550	0.14264	0.01536	0.01500	0.01068	0.00715	0.00593	0.00180	0.00660	0.00536	0.00600	0.00994
-62	0.06314	0.01294	0.01754	0.01285	0.01809	0.04500	0.15675	0.04603	0.01382	0.06392	0.01172	0.01357	0.00917	0.00502	0.00516	0.00131	0.00606	0.00451	0.00377	0.48966
-63	0.01599	0.06519	0.01455	0.01181	0.01484	0.16931	0.00923	0.14162	0.21598	0.02335	0.15966	0.09128	0.02348	0.00917	0.00614	0.00186	0.00596	0.00745	0.00529	0.00783
-64	0.01382	0.12178	0.01509	0.00932	0.01423	0.02756	0.00772	0.02757	0.01341	0.05805	0.07040	0.01510	0.01290	0.00543	0.00471	0.00111	0.00482	0.00427	0.00390	0.56879
-65	0.01715	0.01575	0.10327	0.01577	0.02010	0.06165	0.18131	0.09189	0.01579	0.17746	0.07776	0.02009	0.04794	0.00779	0.00830	0.00200	0.11666	0.00651	0.00459	0.00823
-66	0.00775	0.00534	0.00699	0.00802	0.00852	0.00496	0.00541	0.00833	0.01127	0.01477	0.03338	0.58577	0.12347	0.01869	0.00986	0.11919	0.00368	0.01487	0.00516	0.00459
-67	0.01408	0.01410	0.02588	0.16836	0.45172	0.01434	0.18623	0.01809	0.01351	0.01878	0.01140	0.01541	0.00916	0.00541	0.00624	0.00188	0.00801	0.00577	0.00294	0.00868
-68	0.01218	0.06824	0.61425	0.12428	0.02767	0.01440	0.02082	0.01847	0.01258	0.01827	0.01065	0.01301	0.00768	0.00573	0.00566	0.00189	0.00864	0.00451	0.00256	0.00852
-69	0.02372	0.01565	0.01615	0.01271	0.01715	0.10043	0.01035	0.39681	0.02284	0.26614	0.01705	0.01628	0.01164	0.00717	0.00589	0.00178	0.00648	0.00545	0.03662	0.00969
-70	0.19311	0.01053	0.01290	0.01013	0.01459	0.00980	0.00836	0.02691	0.01578	0.60478	0.02056	0.01826	0.01316	0.00706	0.00557	0.00186	0.00502	0.00547	0.00668	0.00947
-71	0.00732	0.00529	0.00692	0.00823	0.00869	0.00490	0.00552	0.00839	0.01166	0.01541	0.03495	0.73771	0.08557	0.01861	0.00764	0.00242	0.00346	0.01682	0.00558	0.00490
-72	0.01211	0.01200	0.02111	0.53709	0.03607	0.01440	0.13929	0.01592	0.01200	0.01592	0.01055	0.01566	0.00819	0.00649	0.00815	0.00210	0.11766	0.00564	0.00273	0.00692
-73	0.00861	0.00658	0.00819	0.00899	0.01065	0.00615	0.00755	0.01086	0.01379	0.01727	0.04403	0.06369	0.33343	0.01604	0.00781	0.00246	0.00450	0.41851	0.00556	0.00535
-74	0.00855	0.00575	0.00662	0.00682	0.00687	0.00570	0.00392	0.00870	0.00914	0.01219	0.02097	0.14520	0.02441	0.67928	0.02736	0.00535	0.00550	0.00993	0.00392	0.00382
-75	0.06833	0.01267	0.01414	0.01173	0.01577	0.01359	0.00942	0.15997	0.33809	0.24529	0.02198	0.02014	0.02591	0.00772	0.00595	0.00193	0.00518	0.00620	0.00635	0.00962
-76	0.02110	0.12635	0.01930	0.01295	0.01760	0.01872	0.01090	0.57423	0.05189	0.03327	0.01416	0.01464	0.01049	0.01850	0.00603	0.00179	0.00641	0.00521	0.02684	0.00963
-77	0.00855	0.00610	0.00783	0.00743	0.00864	0.00570	0.00539	0.01098	0.01585	0.02235	0.64438	0.04415	0.05181	0.12253	0.01044	0.00245	0.00326	0.01058	0.00620	0.00539
-78	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-79	0.60546	0.01289	0.01141	0.03445	0.01434	0.01476	0.00806	0.19305	0.01474	0.02930	0.00994	0.01113	0.00748	0.00600	0.00436	0.00185	0.00525	0.00386	0.00425	0.00743
-80	0.00799	0.00613	0.00731	0.00702	0.00867	0.00545	0.00526	0.01034	0.01579	0.02119	0.49153	0.04977	0.31495	0.01339	0.00710	0.00194	0.00292	0.01156	0.00624	0.00545
-
-[dist]
-# distance from previous block
-# <min> <max>
-1	29
-
-[block]
-# block no. 3 follows, 38 sequences, length 18
-# corresponding to MSA columns:
-# 318-335
-name=unknown_D
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00863	0.00603	0.00739	0.00730	0.00794	0.00597	0.00486	0.00981	0.01155	0.01582	0.22738	0.04095	0.05989	0.43542	0.09909	0.00487	0.00594	0.03206	0.00458	0.00452
-1	0.01629	0.01439	0.02948	0.02151	0.02697	0.01338	0.53866	0.02066	0.01474	0.15871	0.01584	0.02091	0.01213	0.00639	0.00699	0.00205	0.00884	0.05967	0.00406	0.00832
-2	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-3	0.01132	0.00677	0.00894	0.00804	0.00996	0.00616	0.00616	0.01408	0.01706	0.13526	0.63780	0.04122	0.05040	0.01156	0.00694	0.00189	0.00318	0.01015	0.00675	0.00637
-4	0.01279	0.01193	0.01897	0.47336	0.21554	0.01384	0.01605	0.01867	0.12314	0.01793	0.01295	0.01672	0.00997	0.00618	0.00602	0.00196	0.00731	0.00557	0.00327	0.00783
-5	0.02656	0.01093	0.01439	0.01103	0.01570	0.00987	0.00911	0.10271	0.01838	0.68020	0.02276	0.01984	0.01440	0.00742	0.00605	0.00186	0.00528	0.00598	0.00730	0.01024
-6	0.00940	0.00635	0.00790	0.00756	0.00926	0.00573	0.00567	0.01164	0.01535	0.07562	0.41214	0.12327	0.23567	0.01443	0.03075	0.00223	0.00355	0.01152	0.00619	0.00577
-7	0.42139	0.01345	0.01259	0.01036	0.01437	0.01518	0.00850	0.30974	0.04433	0.03112	0.01212	0.01291	0.00900	0.00643	0.00478	0.00182	0.00535	0.00441	0.05407	0.00809
-8	0.02612	0.01164	0.01483	0.01137	0.01605	0.01092	0.00939	0.17777	0.01956	0.60347	0.02177	0.01920	0.01391	0.00740	0.00604	0.00185	0.00544	0.00592	0.00714	0.01024
-9	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-10	0.00727	0.00584	0.00650	0.00688	0.00836	0.00506	0.00495	0.00875	0.01330	0.01655	0.10151	0.27251	0.48924	0.01610	0.00728	0.00214	0.00316	0.01387	0.00566	0.00506
-11	0.00931	0.00734	0.00972	0.12520	0.01484	0.00764	0.00804	0.04030	0.06137	0.01756	0.05485	0.39936	0.12416	0.01483	0.00722	0.00228	0.00451	0.08044	0.00522	0.00579
-12	0.01157	0.00779	0.00977	0.00950	0.01102	0.00799	0.00700	0.12038	0.01432	0.07423	0.05376	0.39973	0.05174	0.06094	0.11213	0.00344	0.02118	0.01198	0.00534	0.00617
-13	0.01361	0.13159	0.02042	0.01496	0.01574	0.01924	0.01273	0.01502	0.00967	0.01443	0.00797	0.01263	0.00787	0.00971	0.01733	0.00243	0.66035	0.00495	0.00262	0.00675
-14	0.01438	0.49867	0.16403	0.01096	0.01633	0.01852	0.01162	0.01722	0.01273	0.04415	0.01741	0.01798	0.12061	0.00688	0.00479	0.00154	0.00633	0.00500	0.00321	0.00764
-15	0.01390	0.09417	0.02208	0.09796	0.47899	0.01410	0.01590	0.01753	0.03028	0.01856	0.01438	0.02268	0.01322	0.00717	0.00610	0.00191	0.00685	0.11237	0.00337	0.00847
-16	0.01310	0.22642	0.57114	0.01539	0.02332	0.01649	0.01916	0.01878	0.01258	0.01779	0.01017	0.01192	0.00765	0.00557	0.00524	0.00175	0.00826	0.00413	0.00255	0.00859
-17	0.01457	0.10170	0.14613	0.01524	0.10099	0.06634	0.01250	0.02250	0.24510	0.04753	0.09324	0.02143	0.01780	0.00757	0.00587	0.00184	0.00620	0.03394	0.00453	0.03500
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	2
-
-[block]
-# block no. 4 follows, 38 sequences, length 22
-# corresponding to MSA columns:
-# 338-359
-name=unknown_E
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01964	0.05268	0.10422	0.01490	0.01969	0.19275	0.12235	0.06505	0.05216	0.21573	0.05473	0.01706	0.01319	0.00671	0.00596	0.00178	0.00769	0.00560	0.00468	0.02343
-1	0.00815	0.00702	0.00842	0.00985	0.09371	0.00619	0.00631	0.01002	0.01397	0.01739	0.12179	0.07247	0.57546	0.01391	0.00699	0.00200	0.00351	0.01180	0.00539	0.00564
-2	0.01232	0.01276	0.02439	0.01882	0.02211	0.01359	0.37215	0.01566	0.01202	0.01688	0.01383	0.08638	0.01270	0.01485	0.14833	0.00360	0.18194	0.00747	0.00321	0.00698
-3	0.01409	0.01347	0.02160	0.13263	0.54426	0.04005	0.01697	0.01755	0.01361	0.01871	0.01352	0.02099	0.01215	0.00677	0.00622	0.00192	0.00721	0.08645	0.00324	0.00859
-4	0.01254	0.01223	0.01794	0.10264	0.01868	0.01632	0.04428	0.01432	0.00996	0.01479	0.01031	0.01803	0.01019	0.05989	0.01773	0.00275	0.56746	0.04066	0.00286	0.00642
-5	0.00866	0.00579	0.00659	0.00668	0.00670	0.00577	0.00377	0.00872	0.00893	0.01190	0.01986	0.08709	0.02302	0.73930	0.02915	0.00562	0.00568	0.00928	0.00377	0.00372
-6	0.09037	0.01320	0.01568	0.01221	0.01669	0.01360	0.04314	0.31156	0.05925	0.28222	0.02055	0.01943	0.05919	0.00762	0.00596	0.00187	0.00577	0.00607	0.00616	0.00945
-7	0.01467	0.50249	0.26865	0.01333	0.01975	0.02014	0.05246	0.01842	0.01248	0.01602	0.00936	0.01100	0.00776	0.00533	0.00464	0.00153	0.00743	0.00382	0.00259	0.00812
-8	0.00949	0.00684	0.00869	0.00945	0.01048	0.00679	0.00693	0.09126	0.01381	0.01836	0.03081	0.57806	0.03557	0.01715	0.00759	0.00242	0.00419	0.13087	0.00563	0.00560
-9	0.00776	0.00577	0.00728	0.00823	0.00900	0.00545	0.00566	0.00976	0.04631	0.01667	0.09695	0.60226	0.12179	0.01737	0.00749	0.00233	0.00344	0.01558	0.00570	0.00519
-10	0.01445	0.01052	0.01278	0.00948	0.01422	0.00858	0.00763	0.01701	0.01324	0.12841	0.05154	0.01542	0.01228	0.00564	0.00566	0.00118	0.04627	0.00441	0.00425	0.61704
-11	0.05447	0.01025	0.01433	0.17492	0.02034	0.00994	0.04135	0.04806	0.01450	0.23487	0.05387	0.10616	0.01635	0.00791	0.00591	0.00178	0.00557	0.00681	0.00498	0.16762
-12	0.00880	0.00649	0.00840	0.00929	0.01065	0.00621	0.00764	0.01101	0.01356	0.01746	0.08521	0.12383	0.19191	0.05713	0.00909	0.00268	0.00466	0.41516	0.00553	0.00529
-13	0.00776	0.00596	0.00712	0.00736	0.00877	0.00533	0.00543	0.00967	0.01430	0.01871	0.27727	0.21941	0.32384	0.01517	0.00730	0.00212	0.00321	0.05009	0.00592	0.00525
-14	0.01329	0.01416	0.02688	0.02164	0.08470	0.04118	0.44035	0.01733	0.01428	0.01940	0.12319	0.03982	0.01798	0.00740	0.00784	0.00205	0.05880	0.03845	0.00372	0.00754
-15	0.04175	0.00625	0.00726	0.00715	0.00876	0.00569	0.00531	0.01030	0.01493	0.02043	0.39082	0.13321	0.29887	0.01382	0.00703	0.00200	0.00306	0.01193	0.00601	0.00541
-16	0.01062	0.00879	0.00965	0.00925	0.01147	0.00924	0.00696	0.01869	0.31524	0.02101	0.14634	0.16097	0.22300	0.01245	0.00679	0.00208	0.00380	0.01070	0.00597	0.00698
-17	0.19755	0.01109	0.03439	0.01030	0.01454	0.01021	0.00874	0.05956	0.01594	0.46313	0.05840	0.02146	0.01591	0.00773	0.00571	0.00191	0.00511	0.04313	0.00628	0.00890
-18	0.01337	0.14533	0.41635	0.01866	0.02609	0.01590	0.24331	0.01896	0.01310	0.01835	0.01085	0.01334	0.00811	0.00542	0.00586	0.00185	0.00890	0.00509	0.00270	0.00846
-19	0.02017	0.01593	0.01910	0.01482	0.01948	0.01746	0.09361	0.49862	0.17992	0.03302	0.01634	0.01637	0.01185	0.00718	0.00616	0.00188	0.00662	0.00591	0.00570	0.00983
-20	0.00836	0.00705	0.00870	0.01002	0.09383	0.00629	0.00645	0.01046	0.01456	0.01865	0.23066	0.04964	0.48689	0.01335	0.00697	0.00197	0.00347	0.01139	0.00555	0.00574
-21	0.01240	0.02882	0.64586	0.01841	0.02687	0.01416	0.13147	0.01909	0.01293	0.01909	0.01101	0.01325	0.00785	0.00562	0.00593	0.00192	0.00908	0.00486	0.00262	0.00877
-
-[dist]
-# distance from previous block
-# <min> <max>
-2	3
-
-[block]
-# block no. 5 follows, 38 sequences, length 96
-# corresponding to MSA columns:
-# 363-458
-name=unknown_F
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01585	0.74463	0.04762	0.01040	0.01564	0.02297	0.01045	0.01793	0.01224	0.01448	0.00851	0.00983	0.00776	0.00513	0.00393	0.00129	0.00641	0.00326	0.00261	0.03906
-1	0.06315	0.56856	0.03111	0.01361	0.01889	0.02123	0.17512	0.01828	0.01256	0.01608	0.00924	0.01117	0.00797	0.00515	0.00460	0.00149	0.00718	0.00411	0.00275	0.00774
-2	0.02087	0.01387	0.01434	0.01191	0.01577	0.09851	0.00948	0.17664	0.17896	0.27883	0.02253	0.06479	0.04910	0.00844	0.00613	0.00190	0.00583	0.00678	0.00616	0.00915
-3	0.00855	0.00563	0.00751	0.00838	0.00912	0.00521	0.00577	0.00992	0.01262	0.05609	0.13558	0.63736	0.04090	0.01730	0.00751	0.00233	0.00348	0.01562	0.00583	0.00529
-4	0.00751	0.00549	0.00702	0.00807	0.00873	0.00507	0.00555	0.00876	0.01213	0.01597	0.07934	0.59138	0.13284	0.04477	0.00839	0.00249	0.00355	0.04242	0.00558	0.00494
-5	0.01449	0.01557	0.08551	0.03319	0.61986	0.01394	0.04534	0.01835	0.01356	0.01959	0.01127	0.01462	0.00932	0.00533	0.00589	0.00175	0.00725	0.00525	0.00298	0.05697
-6	0.09742	0.00686	0.00774	0.00765	0.00919	0.00689	0.00566	0.04503	0.01435	0.02237	0.27833	0.22845	0.03518	0.01183	0.00617	0.00192	0.00337	0.01022	0.19562	0.00575
-7	0.00760	0.00541	0.00716	0.00837	0.00881	0.00509	0.00569	0.00877	0.01176	0.01573	0.06886	0.66317	0.03930	0.06480	0.00907	0.00264	0.00371	0.05367	0.00552	0.00489
-8	0.00792	0.00667	0.00694	0.00677	0.00885	0.00597	0.00511	0.01089	0.07490	0.01788	0.13451	0.05348	0.61031	0.01432	0.00703	0.00202	0.00317	0.01200	0.00575	0.00552
-9	0.01471	0.53136	0.28030	0.01264	0.01907	0.02043	0.01438	0.01837	0.01239	0.01583	0.00920	0.01070	0.00769	0.00534	0.00450	0.00150	0.00728	0.00364	0.00256	0.00812
-10	0.00786	0.00568	0.00755	0.00885	0.00955	0.00537	0.00646	0.00933	0.01219	0.01602	0.03461	0.57426	0.08331	0.01811	0.00779	0.00249	0.00393	0.17602	0.00557	0.00505
-11	0.02421	0.01061	0.01364	0.01084	0.01515	0.00991	0.00883	0.02935	0.15536	0.59306	0.02375	0.02091	0.01557	0.00757	0.00601	0.00188	0.00498	0.00618	0.03222	0.00996
-12	0.05386	0.03012	0.71922	0.01667	0.02530	0.01395	0.02142	0.01898	0.01258	0.01946	0.01067	0.01255	0.00756	0.00571	0.00561	0.00190	0.00867	0.00438	0.00260	0.00877
-13	0.05172	0.01856	0.01745	0.01422	0.01829	0.23508	0.07061	0.27652	0.08260	0.08594	0.01685	0.01708	0.05339	0.00725	0.00592	0.00179	0.00759	0.00562	0.00493	0.00859
-14	0.01456	0.00959	0.01049	0.00944	0.01215	0.01033	0.00734	0.02390	0.35132	0.10890	0.08380	0.02411	0.02021	0.00804	0.00555	0.00179	0.00398	0.00666	0.27986	0.00797
-15	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-16	0.01452	0.01388	0.02352	0.11482	0.66034	0.01421	0.01809	0.01841	0.02858	0.01931	0.01152	0.01517	0.00955	0.00549	0.00597	0.00182	0.00719	0.00539	0.00301	0.00923
-17	0.00860	0.00590	0.00675	0.00675	0.00701	0.00590	0.00401	0.00889	0.00923	0.01222	0.02226	0.03974	0.08220	0.66817	0.08363	0.00580	0.00637	0.00891	0.00378	0.00389
-18	0.00747	0.00529	0.00694	0.00820	0.00851	0.00498	0.00539	0.00841	0.01124	0.01499	0.03176	0.71118	0.03802	0.09473	0.00994	0.00278	0.00372	0.01628	0.00539	0.00476
-19	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-20	0.10147	0.01044	0.01214	0.01057	0.03885	0.00995	0.00787	0.09693	0.01364	0.03482	0.01589	0.16949	0.01570	0.04437	0.00738	0.00179	0.04976	0.00692	0.00427	0.34774
-21	0.01434	0.01622	0.03239	0.02363	0.02874	0.04184	0.60104	0.01875	0.01358	0.01842	0.01145	0.01560	0.00890	0.00590	0.00886	0.00210	0.12068	0.00672	0.00299	0.00785
-22	0.00743	0.00540	0.00696	0.00805	0.00863	0.00499	0.00545	0.00863	0.01207	0.01601	0.08847	0.64140	0.10961	0.03632	0.00813	0.00244	0.00345	0.01601	0.00562	0.00493
-23	0.02743	0.23816	0.34613	0.01487	0.02137	0.07893	0.07867	0.01854	0.01297	0.01737	0.01093	0.04143	0.00908	0.00597	0.00527	0.00168	0.00795	0.00470	0.00284	0.05573
-24	0.01359	0.03965	0.01300	0.01072	0.01348	0.10569	0.00828	0.04121	0.16858	0.01906	0.05982	0.03525	0.04019	0.10241	0.05181	0.00262	0.07079	0.00628	0.02944	0.16813
-25	0.00749	0.00609	0.00665	0.00684	0.00851	0.00534	0.00500	0.00943	0.03091	0.01712	0.12717	0.19759	0.51981	0.01546	0.00720	0.00210	0.00315	0.01322	0.00571	0.00521
-26	0.00899	0.00632	0.00836	0.00930	0.01011	0.00630	0.00722	0.01067	0.01186	0.01562	0.02782	0.17688	0.03112	0.23649	0.04340	0.00385	0.00569	0.37021	0.00492	0.00489
-27	0.01331	0.14203	0.40053	0.04504	0.02661	0.01583	0.23592	0.01883	0.01306	0.01824	0.01084	0.01343	0.00811	0.00544	0.00586	0.00185	0.00887	0.00510	0.00270	0.00840
-28	0.00847	0.00627	0.00811	0.00898	0.01027	0.00592	0.00719	0.01059	0.01368	0.01778	0.12595	0.22634	0.18895	0.01631	0.00776	0.00243	0.00422	0.31978	0.00569	0.00531
-29	0.01121	0.00561	0.00561	0.00561	0.00701	0.00561	0.00421	0.01402	0.01262	0.02243	0.01962	0.02243	0.01542	0.00701	0.00421	0.00140	0.00280	0.00561	0.82198	0.00561
-30	0.00938	0.00698	0.00911	0.01013	0.01156	0.00696	0.00839	0.01277	0.06749	0.01787	0.03478	0.18951	0.11403	0.01623	0.00790	0.00258	0.00484	0.45823	0.00560	0.00567
-31	0.01657	0.01558	0.02283	0.07598	0.52098	0.10479	0.05315	0.01990	0.01432	0.08036	0.01212	0.01500	0.00965	0.00566	0.00596	0.00179	0.00763	0.00533	0.00335	0.00903
-32	0.00920	0.00637	0.00811	0.00763	0.00930	0.00588	0.00578	0.01171	0.01580	0.05926	0.52009	0.04434	0.18147	0.01535	0.07047	0.00257	0.00411	0.01060	0.00618	0.00577
-33	0.00820	0.00586	0.00665	0.00675	0.00740	0.00554	0.00427	0.00895	0.01104	0.01440	0.10602	0.12198	0.19405	0.45001	0.02038	0.00420	0.00464	0.01075	0.00460	0.00431
-34	0.14139	0.01514	0.01773	0.05800	0.01970	0.01662	0.07088	0.45556	0.05571	0.06959	0.01407	0.01467	0.01007	0.00678	0.00577	0.00186	0.00654	0.00533	0.00531	0.00926
-35	0.01956	0.22050	0.06527	0.01361	0.01796	0.30221	0.01168	0.16970	0.08773	0.02066	0.01168	0.01252	0.00927	0.00630	0.00523	0.00160	0.00813	0.00434	0.00383	0.00820
-36	0.01345	0.11089	0.26842	0.01662	0.08421	0.01353	0.11402	0.01847	0.04678	0.04705	0.04225	0.03104	0.03733	0.00636	0.00570	0.00171	0.00711	0.00556	0.00347	0.12602
-37	0.07632	0.47074	0.13767	0.01150	0.01698	0.01958	0.01175	0.06272	0.04708	0.07982	0.01113	0.01191	0.00886	0.00572	0.00455	0.00154	0.00650	0.00394	0.00343	0.00826
-38	0.05398	0.00734	0.00895	0.00931	0.01081	0.00742	0.00734	0.01363	0.07365	0.04615	0.08373	0.11309	0.07590	0.16240	0.01184	0.00307	0.00493	0.29551	0.00529	0.00567
-39	0.01326	0.04105	0.24033	0.01197	0.01707	0.01056	0.01214	0.06529	0.02557	0.08393	0.01894	0.15178	0.03889	0.00891	0.00596	0.00179	0.00594	0.04805	0.00429	0.19428
-40	0.01579	0.58808	0.13392	0.01161	0.01701	0.08864	0.01195	0.01840	0.01278	0.01498	0.01051	0.01177	0.03184	0.00565	0.00437	0.00142	0.00708	0.00376	0.00271	0.00774
-41	0.02090	0.01873	0.06004	0.01385	0.01834	0.14877	0.01163	0.44028	0.09080	0.05334	0.01456	0.01494	0.01070	0.00833	0.03238	0.00205	0.00757	0.00524	0.00522	0.02232
-42	0.01041	0.00568	0.00866	0.07201	0.01068	0.00589	0.00620	0.00849	0.00833	0.01105	0.01134	0.04745	0.01137	0.01957	0.02144	0.72458	0.00539	0.00569	0.00273	0.00304
-43	0.01159	0.01092	0.01845	0.72654	0.08724	0.01343	0.01682	0.01557	0.01214	0.01565	0.01073	0.01596	0.00812	0.00597	0.00601	0.00199	0.00796	0.00535	0.00269	0.00687
-44	0.01442	0.01587	0.02615	0.02016	0.02322	0.07940	0.34195	0.01748	0.01216	0.01670	0.00998	0.01438	0.00845	0.00766	0.01274	0.00226	0.36087	0.00599	0.00286	0.00732
-45	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-46	0.02118	0.00879	0.01163	0.00937	0.01294	0.00777	0.00757	0.02368	0.01652	0.50986	0.16165	0.02544	0.02298	0.00831	0.00598	0.00180	0.00435	0.00691	0.12458	0.00870
-47	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-48	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-49	0.00996	0.00694	0.00873	0.00828	0.01000	0.00665	0.00628	0.01385	0.08299	0.06180	0.51520	0.10511	0.08904	0.01254	0.00705	0.00199	0.00331	0.03767	0.00643	0.00617
-50	0.00837	0.00614	0.00806	0.00912	0.01024	0.00583	0.00718	0.01033	0.01319	0.01715	0.08008	0.32044	0.15071	0.01693	0.00782	0.00248	0.00425	0.31079	0.00563	0.00524
-51	0.00851	0.00615	0.00804	0.00757	0.00899	0.00568	0.00568	0.01135	0.01703	0.02412	0.74788	0.04494	0.05676	0.01230	0.00710	0.00189	0.00284	0.01088	0.00662	0.00568
-52	0.01695	0.01391	0.01472	0.01264	0.01640	0.01589	0.01000	0.20797	0.56094	0.02837	0.02196	0.02043	0.01632	0.00792	0.00610	0.00198	0.00523	0.00645	0.00610	0.00970
-53	0.00738	0.00527	0.00704	0.00844	0.00881	0.00493	0.00568	0.00847	0.01157	0.01542	0.03313	0.76874	0.03967	0.01880	0.00769	0.00245	0.00354	0.03250	0.00558	0.00490
-54	0.02376	0.01132	0.01388	0.01082	0.01507	0.01095	0.00888	0.20967	0.01946	0.46827	0.02075	0.01917	0.01375	0.00733	0.00579	0.00178	0.00519	0.00582	0.11872	0.00960
-55	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-56	0.01683	0.01643	0.01433	0.01304	0.01622	0.20293	0.01023	0.08594	0.40376	0.02267	0.02078	0.02478	0.01713	0.00869	0.00622	0.00199	0.00655	0.09776	0.00528	0.00842
-57	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-58	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-59	0.06388	0.01055	0.01388	0.01069	0.01531	0.00942	0.00883	0.05501	0.01731	0.69486	0.02268	0.01976	0.01433	0.00735	0.00594	0.00186	0.00515	0.00590	0.00722	0.01007
-60	0.01058	0.00767	0.01028	0.01127	0.01291	0.00784	0.00978	0.05006	0.04315	0.01931	0.03067	0.06333	0.03273	0.01580	0.00811	0.00269	0.00556	0.64675	0.00559	0.00594
-61	0.00859	0.00623	0.00817	0.00804	0.00944	0.00581	0.00620	0.01132	0.01628	0.02269	0.59856	0.07141	0.07896	0.01322	0.00729	0.00204	0.00325	0.11049	0.00640	0.00561
-62	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-63	0.01477	0.01418	0.02421	0.06093	0.72795	0.01426	0.01841	0.01836	0.01364	0.01951	0.01130	0.01493	0.00948	0.00538	0.00596	0.00179	0.00718	0.00536	0.00297	0.00944
-64	0.03893	0.01198	0.03604	0.18538	0.01885	0.12066	0.00980	0.04769	0.01489	0.03575	0.25106	0.09087	0.02771	0.07472	0.00839	0.00224	0.00599	0.00811	0.00462	0.00630
-65	0.36566	0.01061	0.01148	0.00936	0.01344	0.01064	0.00769	0.02344	0.01426	0.40861	0.05588	0.01726	0.01359	0.00692	0.00512	0.00186	0.00480	0.00513	0.00583	0.00842
-66	0.33858	0.08151	0.13375	0.01057	0.01529	0.04760	0.01007	0.04203	0.01338	0.12753	0.07322	0.01505	0.01250	0.00642	0.00486	0.00175	0.00574	0.00460	0.00424	0.05129
-67	0.01479	0.01580	0.06640	0.09430	0.52447	0.05432	0.06527	0.01928	0.05095	0.01925	0.01186	0.01512	0.00962	0.00560	0.00600	0.00183	0.00760	0.00542	0.00310	0.00902
-68	0.01017	0.00754	0.01095	0.01047	0.01151	0.00899	0.00821	0.01210	0.01008	0.05360	0.01628	0.06134	0.01543	0.05446	0.56072	0.00778	0.12429	0.00686	0.00349	0.00574
-69	0.00732	0.00608	0.00642	0.00652	0.00839	0.00518	0.00490	0.00896	0.01382	0.01682	0.10666	0.09972	0.63124	0.01529	0.00719	0.00207	0.00315	0.03947	0.00566	0.00513
-70	0.05346	0.01216	0.04147	0.01100	0.01465	0.07262	0.04681	0.04462	0.08411	0.17906	0.21433	0.03885	0.05147	0.00856	0.00610	0.00177	0.00522	0.00723	0.00555	0.10096
-71	0.02021	0.01116	0.01540	0.01223	0.01617	0.01068	0.07957	0.16307	0.02964	0.35335	0.04532	0.15812	0.01917	0.00933	0.00644	0.00195	0.00552	0.00814	0.00625	0.02828
-72	0.00738	0.00531	0.00701	0.00826	0.00872	0.00493	0.00556	0.00854	0.01187	0.01584	0.07069	0.72308	0.06374	0.01839	0.00763	0.00240	0.00344	0.01664	0.00564	0.00493
-73	0.00829	0.00642	0.00760	0.00739	0.00903	0.00591	0.00550	0.01129	0.05404	0.02081	0.41939	0.11000	0.28500	0.01361	0.00710	0.00199	0.00307	0.01179	0.00616	0.00562
-74	0.01389	0.01165	0.01356	0.00996	0.01493	0.01003	0.00805	0.10978	0.01438	0.02173	0.01103	0.01277	0.00903	0.00518	0.00555	0.00111	0.04980	0.00391	0.00383	0.66983
-75	0.00910	0.00884	0.05542	0.01163	0.01350	0.00755	0.11769	0.01189	0.04925	0.01655	0.02773	0.55845	0.03153	0.04049	0.00814	0.00244	0.00497	0.01403	0.00498	0.00581
-76	0.00898	0.00629	0.00772	0.00735	0.00905	0.00562	0.00551	0.01130	0.01574	0.05878	0.46836	0.09204	0.25434	0.01330	0.00708	0.00196	0.00305	0.01153	0.00630	0.00569
-77	0.00741	0.00527	0.00696	0.00827	0.00859	0.00494	0.00547	0.00840	0.01135	0.01513	0.03230	0.73973	0.03871	0.06525	0.00906	0.00265	0.00363	0.01660	0.00547	0.00481
-78	0.01500	0.05614	0.03621	0.02601	0.31926	0.03841	0.21329	0.01912	0.03917	0.05277	0.01390	0.01969	0.01181	0.00670	0.00705	0.00196	0.04677	0.06478	0.00348	0.00850
-79	0.00966	0.00688	0.00957	0.01091	0.01224	0.00688	0.00946	0.01232	0.01365	0.01776	0.03136	0.06677	0.03413	0.04610	0.00916	0.00289	0.00555	0.68377	0.00547	0.00547
-80	0.00956	0.00683	0.00954	0.01092	0.01225	0.00681	0.00945	0.01223	0.01371	0.01785	0.03193	0.10964	0.03492	0.01675	0.00827	0.00275	0.00542	0.67015	0.00554	0.00550
-81	0.01635	0.01130	0.01265	0.01110	0.01442	0.01232	0.00870	0.02831	0.48753	0.16317	0.10102	0.02446	0.02163	0.00840	0.00611	0.00196	0.00452	0.00703	0.04996	0.00904
-82	0.01576	0.70637	0.07048	0.01154	0.01694	0.02278	0.05283	0.01814	0.01236	0.01471	0.00872	0.01020	0.00780	0.00517	0.00415	0.00136	0.00678	0.00351	0.00260	0.00781
-83	0.00737	0.00557	0.00684	0.00782	0.00872	0.00504	0.00547	0.00864	0.01228	0.01575	0.04142	0.53390	0.25190	0.01766	0.00754	0.00233	0.00345	0.04773	0.00558	0.00497
-84	0.01394	0.24861	0.48189	0.01523	0.02271	0.01712	0.03994	0.06168	0.01355	0.01879	0.01036	0.01204	0.00785	0.00562	0.00524	0.00173	0.00809	0.00423	0.00277	0.00861
-85	0.01396	0.38973	0.41538	0.01392	0.02104	0.01860	0.01660	0.01856	0.01248	0.01674	0.00965	0.01126	0.00767	0.00545	0.00484	0.00161	0.00773	0.00387	0.00256	0.00834
-86	0.01626	0.65695	0.09673	0.01137	0.01668	0.08652	0.01150	0.01862	0.01268	0.01465	0.00867	0.01003	0.00771	0.00529	0.00416	0.00137	0.00704	0.00339	0.00262	0.00776
-87	0.01270	0.07959	0.47798	0.07834	0.02408	0.01363	0.01768	0.03980	0.01305	0.01908	0.01071	0.01277	0.00799	0.00550	0.00538	0.00167	0.00772	0.00429	0.00286	0.16518
-88	0.04775	0.21386	0.17535	0.02013	0.23369	0.11190	0.01506	0.02006	0.01371	0.07938	0.01114	0.01288	0.00879	0.00567	0.00524	0.00166	0.00754	0.00442	0.00320	0.00856
-89	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-90	0.02262	0.08058	0.01790	0.01272	0.01736	0.05097	0.01059	0.46975	0.02365	0.18285	0.01714	0.01654	0.03492	0.00731	0.00585	0.00177	0.00637	0.00553	0.00588	0.00970
-91	0.01219	0.01006	0.03894	0.00981	0.01199	0.01003	0.00763	0.10928	0.19097	0.02176	0.17696	0.05159	0.02762	0.23807	0.01364	0.00314	0.00508	0.04924	0.00531	0.00670
-92	0.02250	0.01577	0.01742	0.01366	0.01820	0.07812	0.04891	0.38719	0.10201	0.20732	0.01724	0.01658	0.01199	0.00718	0.00604	0.00184	0.00659	0.00568	0.00597	0.00977
-93	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-94	0.01310	0.06437	0.44728	0.01547	0.04896	0.11575	0.01683	0.01813	0.01408	0.01905	0.13857	0.01878	0.03011	0.00705	0.00585	0.00182	0.00781	0.00560	0.00340	0.00797
-95	0.00874	0.00624	0.00681	0.00664	0.00858	0.00540	0.00499	0.01059	0.01420	0.05734	0.15833	0.08821	0.50676	0.01387	0.00684	0.00197	0.00313	0.01170	0.07419	0.00548
-
-[dist]
-# distance from previous block
-# <min> <max>
-2	5
-
-[block]
-# block no. 6 follows, 38 sequences, length 15
-# corresponding to MSA columns:
-# 464-478
-name=unknown_G
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01574	0.72742	0.09331	0.01088	0.01634	0.02297	0.01131	0.01810	0.01226	0.01457	0.00857	0.00991	0.00771	0.00520	0.00402	0.00134	0.00664	0.00332	0.00257	0.00782
-1	0.01987	0.02137	0.01722	0.01501	0.01747	0.40782	0.01180	0.08133	0.03663	0.06908	0.01078	0.01284	0.00881	0.00770	0.00974	0.00193	0.23491	0.00465	0.00360	0.00744
-2	0.01709	0.53955	0.09241	0.01169	0.01705	0.02158	0.01156	0.16540	0.03949	0.01984	0.01036	0.01133	0.00858	0.00572	0.00454	0.00147	0.00663	0.00390	0.00340	0.00840
-3	0.01916	0.19976	0.01905	0.01163	0.01586	0.01717	0.00990	0.40702	0.02121	0.05975	0.01518	0.06571	0.01235	0.00749	0.00542	0.00168	0.00590	0.00572	0.09126	0.00879
-4	0.02053	0.07979	0.01739	0.01415	0.01773	0.59956	0.01086	0.02228	0.01603	0.01541	0.00944	0.01101	0.00792	0.00587	0.00517	0.00143	0.00959	0.00378	0.00313	0.12894
-5	0.02099	0.02202	0.01598	0.01387	0.01738	0.45862	0.01069	0.12555	0.04671	0.08182	0.01243	0.01362	0.00971	0.00900	0.05611	0.00213	0.00941	0.00455	0.00405	0.06538
-6	0.00842	0.00615	0.00792	0.00747	0.00893	0.00564	0.00561	0.01118	0.01682	0.02362	0.70402	0.04576	0.10094	0.01249	0.00710	0.00190	0.00285	0.01100	0.00656	0.00564
-7	0.00920	0.00640	0.00768	0.00721	0.00908	0.00566	0.00546	0.01150	0.01576	0.06979	0.43432	0.04831	0.32119	0.01311	0.00703	0.00194	0.00307	0.01126	0.00628	0.00575
-8	0.17441	0.01049	0.01302	0.01019	0.01467	0.00969	0.00842	0.02718	0.01594	0.62172	0.02092	0.01851	0.01336	0.00710	0.00562	0.00186	0.00503	0.00554	0.00676	0.00956
-9	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-10	0.02318	0.01635	0.01774	0.01360	0.01840	0.01791	0.01124	0.67763	0.02744	0.09247	0.01515	0.01490	0.01058	0.00724	0.00602	0.00181	0.00651	0.00546	0.00613	0.01023
-11	0.02540	0.01279	0.01554	0.01191	0.01663	0.01263	0.00984	0.30009	0.02149	0.47842	0.02015	0.01815	0.01309	0.00736	0.00604	0.00184	0.00570	0.00581	0.00689	0.01023
-12	0.00745	0.00529	0.00695	0.00822	0.00854	0.00497	0.00542	0.00841	0.01129	0.01505	0.03197	0.72236	0.03829	0.08318	0.00960	0.00273	0.00369	0.01640	0.00542	0.00478
-13	0.01547	0.72648	0.02944	0.00998	0.01470	0.02230	0.00974	0.01724	0.01193	0.01395	0.00925	0.01213	0.00890	0.07063	0.00610	0.00167	0.00638	0.00368	0.00266	0.00738
-14	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-
-[dist]
-# distance from previous block
-# <min> <max>
-2	24
-
-[block]
-# block no. 7 follows, 38 sequences, length 33
-# corresponding to MSA columns:
-# 503-535
-name=unknown_H
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01935	0.01454	0.04922	0.01324	0.01801	0.01412	0.06428	0.30282	0.09742	0.15448	0.01730	0.01724	0.03139	0.00703	0.00629	0.00175	0.02794	0.00567	0.00542	0.13249
-1	0.01623	0.67705	0.02890	0.01079	0.01552	0.08638	0.01037	0.01818	0.01274	0.01445	0.00993	0.01343	0.00942	0.00596	0.00428	0.00140	0.00676	0.04790	0.00281	0.00752
-2	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-3	0.01394	0.01318	0.02227	0.15310	0.59042	0.01361	0.01725	0.01735	0.01312	0.01846	0.01170	0.01662	0.01007	0.05488	0.00752	0.00208	0.00720	0.00557	0.00297	0.00870
-4	0.01102	0.01021	0.01669	0.09192	0.01817	0.01225	0.11853	0.01343	0.01041	0.01491	0.01282	0.01977	0.01184	0.07184	0.31666	0.00551	0.22863	0.00624	0.00300	0.00615
-5	0.01130	0.01035	0.01740	0.72578	0.03931	0.01285	0.01598	0.01489	0.01176	0.01506	0.01068	0.01618	0.00817	0.00695	0.00712	0.05393	0.00784	0.00534	0.00267	0.00643
-6	0.01211	0.01141	0.01559	0.01359	0.01359	0.01542	0.01089	0.01311	0.00910	0.01381	0.01054	0.01942	0.01123	0.19622	0.02234	0.00340	0.59339	0.00610	0.00287	0.00588
-7	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-8	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-9	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-10	0.00969	0.00692	0.00969	0.01108	0.01246	0.00692	0.00969	0.01246	0.01385	0.01800	0.03185	0.06786	0.03462	0.01662	0.00831	0.00277	0.00554	0.71057	0.00554	0.00554
-11	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-12	0.00731	0.00604	0.00641	0.00644	0.00828	0.00514	0.00478	0.00897	0.01400	0.01722	0.14884	0.10400	0.61164	0.01509	0.00715	0.00204	0.00305	0.01275	0.00572	0.00514
-13	0.02287	0.01685	0.01805	0.01384	0.01866	0.01866	0.01143	0.73100	0.02828	0.03791	0.01444	0.01444	0.01023	0.00722	0.00602	0.00181	0.00662	0.00542	0.00602	0.01023
-14	0.02594	0.01130	0.01454	0.01122	0.01585	0.01050	0.00924	0.13142	0.04589	0.62361	0.02241	0.01967	0.01434	0.00744	0.00605	0.00186	0.00532	0.00599	0.00719	0.01021
-15	0.01063	0.00673	0.00829	0.00771	0.00977	0.00598	0.00598	0.01295	0.01575	0.12071	0.37523	0.04734	0.28247	0.01288	0.00703	0.00199	0.00338	0.05277	0.00632	0.00609
-16	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-17	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-18	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-19	0.01121	0.00561	0.00561	0.00561	0.00701	0.00561	0.00421	0.01402	0.01262	0.02243	0.01962	0.02243	0.01542	0.00701	0.00421	0.00140	0.00280	0.00561	0.82198	0.00561
-20	0.01316	0.01313	0.01927	0.01724	0.06037	0.01756	0.05129	0.01477	0.00973	0.01494	0.00872	0.01436	0.00856	0.03759	0.01863	0.00266	0.66307	0.00549	0.00271	0.00673
-21	0.01489	0.01429	0.02442	0.03692	0.75106	0.01429	0.01846	0.01846	0.01370	0.01965	0.01132	0.01489	0.00953	0.00536	0.00596	0.00179	0.00715	0.00536	0.00298	0.00953
-22	0.01410	0.01694	0.06990	0.02496	0.03118	0.01515	0.69552	0.01926	0.01413	0.01926	0.01210	0.01606	0.00906	0.00510	0.00703	0.00202	0.01008	0.00697	0.00302	0.00815
-23	0.00969	0.00692	0.00969	0.01108	0.01246	0.00692	0.00969	0.01246	0.01385	0.01800	0.03185	0.06786	0.03462	0.01662	0.00831	0.00277	0.00554	0.71057	0.00554	0.00554
-24	0.01224	0.03003	0.71284	0.01685	0.02541	0.01403	0.02147	0.01983	0.05630	0.01942	0.01162	0.01328	0.00826	0.00586	0.00574	0.00191	0.00864	0.00459	0.00275	0.00893
-25	0.10118	0.01235	0.06111	0.01145	0.01619	0.01064	0.03781	0.06699	0.06035	0.44459	0.04769	0.01895	0.01455	0.00708	0.00578	0.00181	0.00544	0.00575	0.00614	0.06414
-26	0.00797	0.00617	0.00741	0.00814	0.00961	0.00562	0.00639	0.00978	0.01329	0.01661	0.04598	0.21423	0.37567	0.01643	0.00761	0.00235	0.00392	0.23208	0.00557	0.00518
-27	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-28	0.01387	0.29268	0.05906	0.01000	0.01538	0.01434	0.00918	0.01719	0.04708	0.01788	0.01052	0.01195	0.00886	0.00495	0.00439	0.00114	0.00542	0.00364	0.00328	0.44921
-29	0.01431	0.01922	0.14725	0.02355	0.02991	0.05493	0.58058	0.01949	0.01412	0.01899	0.01180	0.01539	0.00882	0.00523	0.00679	0.00198	0.00998	0.00651	0.00297	0.00817
-30	0.00761	0.00615	0.00679	0.00672	0.00855	0.00533	0.00510	0.00956	0.01464	0.01852	0.25069	0.05473	0.52514	0.01448	0.00716	0.00202	0.00310	0.04258	0.00587	0.00526
-31	0.00930	0.00676	0.00915	0.01020	0.01166	0.00660	0.00875	0.01194	0.01415	0.01842	0.10609	0.06452	0.11296	0.01604	0.00806	0.00260	0.00501	0.56664	0.00565	0.00550
-32	0.01680	0.40297	0.15378	0.01320	0.01888	0.02003	0.05089	0.18369	0.05031	0.02128	0.01115	0.01224	0.00886	0.00586	0.00496	0.00159	0.00702	0.00431	0.00356	0.00861
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	7
-
-[block]
-# block no. 8 follows, 38 sequences, length 158
-# corresponding to MSA columns:
-# 543-700
-name=unknown_I
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.74134	0.01128	0.00917	0.00811	0.01175	0.01284	0.00663	0.01813	0.01064	0.07847	0.00956	0.01087	0.00727	0.00632	0.00467	0.03415	0.00471	0.00353	0.00395	0.00663
-1	0.00830	0.00611	0.00776	0.00742	0.00887	0.00557	0.00554	0.01090	0.01641	0.02282	0.63621	0.07446	0.14141	0.01291	0.00712	0.00193	0.00289	0.01134	0.00646	0.00557
-2	0.00733	0.00555	0.00678	0.00773	0.00864	0.00500	0.00538	0.00857	0.01227	0.01571	0.04187	0.53601	0.26279	0.01765	0.00752	0.00232	0.00341	0.03492	0.00558	0.00496
-3	0.01703	0.01920	0.02409	0.13027	0.09631	0.26392	0.25865	0.06522	0.01574	0.01852	0.02670	0.01478	0.00963	0.00590	0.00621	0.00183	0.00940	0.00558	0.00327	0.00775
-4	0.00866	0.00619	0.00839	0.00839	0.00902	0.00683	0.00593	0.00992	0.00929	0.01302	0.01728	0.03011	0.01785	0.35105	0.46265	0.00809	0.01188	0.00739	0.00340	0.00466
-5	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-6	0.10536	0.01385	0.02542	0.21131	0.02966	0.01446	0.37642	0.04716	0.03832	0.02015	0.03446	0.01641	0.01035	0.00590	0.00664	0.00200	0.02495	0.00622	0.00335	0.00760
-7	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-8	0.01369	0.01154	0.01373	0.00991	0.01522	0.00941	0.02740	0.09562	0.01430	0.02165	0.01115	0.01280	0.00906	0.00478	0.00470	0.00102	0.00485	0.00387	0.00383	0.71146
-9	0.01357	0.01384	0.01837	0.01578	0.01592	0.05125	0.01309	0.01490	0.00956	0.01449	0.00796	0.01306	0.00789	0.01034	0.01911	0.00258	0.74383	0.00520	0.00265	0.00660
-10	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-11	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-12	0.00851	0.00615	0.00804	0.00757	0.00899	0.00568	0.00568	0.01135	0.01703	0.02412	0.74788	0.04494	0.05676	0.01230	0.00710	0.00189	0.00284	0.01088	0.00662	0.00568
-13	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-14	0.00859	0.00645	0.00967	0.00967	0.01074	0.00752	0.00752	0.01074	0.00967	0.01396	0.01611	0.02363	0.01504	0.04512	0.76474	0.00967	0.01611	0.00645	0.00322	0.00537
-15	0.02682	0.01051	0.01413	0.01083	0.01549	0.00925	0.00895	0.05861	0.01768	0.72528	0.02335	0.02022	0.01470	0.00744	0.00605	0.00186	0.00518	0.00602	0.00739	0.01024
-16	0.02662	0.01032	0.01395	0.01075	0.01537	0.00903	0.00886	0.02940	0.03930	0.73292	0.02376	0.02054	0.01500	0.00747	0.00605	0.00187	0.00511	0.00607	0.00741	0.01022
-17	0.01075	0.00566	0.00566	0.00566	0.00713	0.00555	0.00425	0.01341	0.01274	0.02173	0.02426	0.02641	0.09772	0.00793	0.00453	0.00147	0.00283	0.00640	0.73034	0.00555
-18	0.02247	0.02867	0.01705	0.01550	0.01860	0.76443	0.01162	0.02402	0.01705	0.01472	0.00930	0.01085	0.00775	0.00620	0.00542	0.00155	0.01085	0.00387	0.00310	0.00697
-19	0.02483	0.00980	0.01301	0.01018	0.01443	0.00868	0.00834	0.02769	0.04001	0.64943	0.02330	0.02076	0.01506	0.00742	0.00584	0.00182	0.00485	0.00602	0.09884	0.00969
-20	0.00770	0.00596	0.00702	0.00708	0.00857	0.00528	0.00519	0.00966	0.01463	0.01921	0.32779	0.18162	0.34922	0.01471	0.00720	0.00205	0.00304	0.01276	0.00600	0.00528
-21	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-22	0.01420	0.01623	0.03550	0.02535	0.03144	0.01521	0.72921	0.01927	0.01420	0.01927	0.01217	0.01623	0.00913	0.00507	0.00710	0.00203	0.01014	0.00710	0.00304	0.00811
-23	0.00962	0.00687	0.00961	0.01099	0.01234	0.00686	0.00956	0.01233	0.01377	0.01792	0.03189	0.09097	0.03479	0.01669	0.00829	0.00276	0.00547	0.68821	0.00554	0.00552
-24	0.02373	0.01547	0.01720	0.01319	0.01797	0.01661	0.01089	0.58497	0.02598	0.18720	0.01638	0.01570	0.01120	0.00727	0.00602	0.00182	0.00631	0.00555	0.00632	0.01023
-25	0.01690	0.01471	0.01422	0.01259	0.01610	0.09890	0.00981	0.06375	0.58200	0.06859	0.02226	0.02065	0.01658	0.00785	0.00603	0.00196	0.00555	0.00636	0.00586	0.00931
-26	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-27	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-28	0.02624	0.01145	0.01471	0.01128	0.01596	0.01063	0.00932	0.15749	0.01924	0.62420	0.02204	0.01937	0.01404	0.00740	0.00604	0.00185	0.00539	0.00593	0.00718	0.01024
-29	0.01260	0.01109	0.01411	0.01008	0.01548	0.00853	0.05858	0.01544	0.01260	0.01958	0.01080	0.01274	0.00893	0.00450	0.00464	0.00097	0.00486	0.00382	0.00353	0.76713
-30	0.06440	0.03880	0.01045	0.00904	0.01173	0.01023	0.00708	0.03779	0.26591	0.02124	0.09751	0.05629	0.30361	0.01144	0.00644	0.00201	0.00404	0.02934	0.00563	0.00701
-31	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-32	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-33	0.01487	0.01433	0.02466	0.03668	0.73557	0.01431	0.03375	0.01848	0.01371	0.01965	0.01133	0.01492	0.00952	0.00535	0.00598	0.00179	0.00721	0.00540	0.00298	0.00950
-34	0.01466	0.01406	0.02400	0.08488	0.70490	0.01423	0.01835	0.01826	0.01359	0.01937	0.01128	0.01496	0.00943	0.00540	0.00596	0.00180	0.00720	0.00536	0.00296	0.00934
-35	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-36	0.01316	0.01316	0.01843	0.01579	0.01579	0.01843	0.01316	0.01448	0.00921	0.01448	0.00790	0.01316	0.00790	0.01053	0.01974	0.00263	0.77757	0.00526	0.00263	0.00658
-37	0.01774	0.48688	0.09622	0.01205	0.01741	0.03812	0.01177	0.21689	0.01685	0.02125	0.01031	0.01130	0.00841	0.00580	0.00467	0.00150	0.00682	0.00396	0.00354	0.00851
-38	0.01413	0.01399	0.02483	0.11662	0.38149	0.01426	0.19810	0.01963	0.09527	0.01980	0.03333	0.01704	0.01155	0.00587	0.00630	0.00191	0.00763	0.00612	0.00341	0.00873
-39	0.00846	0.00615	0.00797	0.00751	0.00895	0.00565	0.00563	0.01125	0.01690	0.02383	0.72195	0.04543	0.08288	0.01241	0.00710	0.00190	0.00285	0.01095	0.00658	0.00565
-40	0.00735	0.00601	0.00649	0.00658	0.00833	0.00515	0.00485	0.00902	0.01398	0.01737	0.16379	0.13748	0.56232	0.01519	0.00717	0.00206	0.00306	0.01291	0.00575	0.00515
-41	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-42	0.68442	0.01169	0.01038	0.09423	0.01536	0.01355	0.00792	0.04573	0.01135	0.04689	0.00931	0.01096	0.00707	0.00575	0.00414	0.00188	0.00512	0.00366	0.00380	0.00679
-43	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-44	0.00914	0.00567	0.00739	0.00833	0.00912	0.00531	0.00581	0.01054	0.01211	0.06439	0.03097	0.61946	0.03522	0.01668	0.00721	0.00230	0.00360	0.04404	0.09735	0.00534
-45	0.01203	0.09682	0.01315	0.01110	0.01310	0.03358	0.00934	0.09782	0.01484	0.01917	0.02581	0.19340	0.02790	0.01411	0.00776	0.00238	0.03467	0.36164	0.00509	0.00629
-46	0.00842	0.00590	0.00758	0.00781	0.00897	0.00539	0.00561	0.01039	0.01450	0.04066	0.37033	0.33526	0.12659	0.01505	0.00730	0.00212	0.00318	0.01338	0.00612	0.00543
-47	0.00767	0.00548	0.00737	0.00876	0.00926	0.00518	0.00617	0.00896	0.01185	0.01573	0.03297	0.68230	0.03905	0.01853	0.00777	0.00249	0.00378	0.11613	0.00558	0.00498
-48	0.04883	0.54534	0.13447	0.01137	0.01690	0.03696	0.01176	0.01956	0.01288	0.09857	0.01047	0.01134	0.00846	0.00553	0.00441	0.00147	0.00667	0.00373	0.00317	0.00811
-49	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-50	0.01771	0.07336	0.09273	0.01383	0.01714	0.44530	0.01159	0.02008	0.01577	0.01691	0.15038	0.01762	0.01711	0.00753	0.00660	0.00171	0.05870	0.00532	0.00365	0.00695
-51	0.01908	0.01485	0.13559	0.09983	0.02235	0.02736	0.13475	0.02339	0.04360	0.34086	0.03849	0.01865	0.01318	0.00673	0.00613	0.00190	0.00687	0.00600	0.03147	0.00889
-52	0.02019	0.02457	0.01809	0.01590	0.01851	0.55627	0.04009	0.04199	0.01560	0.01551	0.00926	0.01165	0.00791	0.00710	0.00853	0.00180	0.17258	0.00434	0.00308	0.00703
-53	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-54	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-55	0.00873	0.00640	0.00821	0.00772	0.00922	0.00601	0.00580	0.01208	0.04426	0.02401	0.70706	0.04434	0.06892	0.01220	0.00706	0.00190	0.00291	0.01076	0.00658	0.00581
-56	0.01420	0.01623	0.03550	0.02535	0.03144	0.01521	0.72921	0.01927	0.01420	0.01927	0.01217	0.01623	0.00913	0.00507	0.00710	0.00203	0.01014	0.00710	0.00304	0.00811
-57	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-58	0.01316	0.01316	0.01843	0.01579	0.01579	0.01843	0.01316	0.01448	0.00921	0.01448	0.00790	0.01316	0.00790	0.01053	0.01974	0.00263	0.77757	0.00526	0.00263	0.00658
-59	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-60	0.80388	0.01159	0.00901	0.00801	0.01176	0.01334	0.00659	0.01808	0.01047	0.05162	0.00890	0.01013	0.00680	0.00565	0.00380	0.00186	0.00467	0.00335	0.00385	0.00664
-61	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-62	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-63	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-64	0.00851	0.00615	0.00804	0.00757	0.00899	0.00568	0.00568	0.01135	0.01703	0.02412	0.74788	0.04494	0.05676	0.01230	0.00710	0.00189	0.00284	0.01088	0.00662	0.00568
-65	0.02247	0.02867	0.01705	0.01550	0.01860	0.76443	0.01162	0.02402	0.01705	0.01472	0.00930	0.01085	0.00775	0.00620	0.00542	0.00155	0.01085	0.00387	0.00310	0.00697
-66	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-67	0.02050	0.01468	0.01588	0.01245	0.01640	0.01607	0.00997	0.58032	0.02446	0.05639	0.01554	0.01906	0.01244	0.14577	0.01038	0.00252	0.00643	0.00603	0.00564	0.00906
-68	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-69	0.01548	0.67804	0.14041	0.01132	0.01703	0.02233	0.01208	0.01817	0.01229	0.01489	0.00873	0.01011	0.00771	0.00523	0.00414	0.00138	0.00680	0.00340	0.00257	0.00790
-70	0.01121	0.00561	0.00561	0.00561	0.00701	0.00561	0.00421	0.01402	0.01262	0.02243	0.01962	0.02243	0.01542	0.00701	0.00421	0.00140	0.00280	0.00561	0.82198	0.00561
-71	0.01317	0.01086	0.01267	0.00910	0.01441	0.00835	0.00730	0.03596	0.01306	0.04049	0.01116	0.01275	0.00911	0.00462	0.00454	0.00094	0.00454	0.00369	0.00374	0.77954
-72	0.01489	0.01429	0.02442	0.03692	0.75106	0.01429	0.01846	0.01846	0.01370	0.01965	0.01132	0.01489	0.00953	0.00536	0.00596	0.00179	0.00715	0.00536	0.00298	0.00953
-73	0.01990	0.02253	0.01850	0.01775	0.10075	0.43871	0.03659	0.10952	0.04542	0.01881	0.01075	0.01266	0.00876	0.00665	0.00704	0.00173	0.08564	0.00458	0.00353	0.03019
-74	0.00720	0.00610	0.00622	0.00619	0.00818	0.00512	0.00464	0.00881	0.01393	0.01676	0.10563	0.05705	0.70361	0.01504	0.00711	0.00202	0.00303	0.01258	0.00565	0.00512
-75	0.00730	0.00533	0.00688	0.00812	0.00866	0.00491	0.00547	0.00841	0.01176	0.01546	0.03628	0.70307	0.11936	0.01844	0.00761	0.00240	0.00344	0.01661	0.00558	0.00491
-76	0.01410	0.01064	0.01182	0.01075	0.01368	0.01158	0.00834	0.02529	0.45733	0.09520	0.10955	0.07869	0.08761	0.01010	0.00647	0.00205	0.00437	0.02785	0.00621	0.00836
-77	0.01312	0.01294	0.02023	0.20874	0.02597	0.04119	0.20192	0.01719	0.03646	0.01842	0.01148	0.01464	0.00900	0.00520	0.00565	0.00154	0.00714	0.00508	0.00326	0.34082
-78	0.00859	0.00645	0.00967	0.00967	0.01074	0.00752	0.00752	0.01074	0.00967	0.01396	0.01611	0.02363	0.01504	0.04512	0.76474	0.00967	0.01611	0.00645	0.00322	0.00537
-79	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-80	0.04465	0.64994	0.02870	0.01081	0.01579	0.05084	0.01034	0.09826	0.01414	0.01728	0.00908	0.01024	0.00796	0.00543	0.00416	0.00137	0.00656	0.00349	0.00302	0.00793
-81	0.13450	0.04166	0.03380	0.01019	0.01455	0.01042	0.00863	0.06800	0.01626	0.42504	0.10041	0.02015	0.01723	0.00737	0.00563	0.00177	0.00500	0.00583	0.00614	0.06742
-82	0.00722	0.00604	0.00628	0.00634	0.00822	0.00510	0.00471	0.00879	0.01378	0.01670	0.10379	0.10507	0.65678	0.01528	0.00715	0.00205	0.00306	0.01287	0.00565	0.00510
-83	0.01224	0.00738	0.01023	0.01079	0.01268	0.00713	0.00930	0.01494	0.01457	0.13007	0.07720	0.05919	0.03307	0.01495	0.00789	0.00258	0.00530	0.55833	0.00590	0.00626
-84	0.10806	0.01028	0.01258	0.01022	0.01424	0.00957	0.00827	0.06342	0.04504	0.41968	0.02142	0.09859	0.01653	0.00846	0.00588	0.00185	0.00491	0.03424	0.00621	0.10058
-85	0.01462	0.01389	0.02308	0.03378	0.66835	0.01359	0.01719	0.01809	0.01356	0.01965	0.01125	0.01462	0.00946	0.00526	0.00579	0.00169	0.00684	0.00516	0.00304	0.10111
-86	0.00732	0.00529	0.00692	0.00823	0.00869	0.00490	0.00552	0.00839	0.01166	0.01541	0.03496	0.73738	0.08590	0.01861	0.00764	0.00242	0.00346	0.01682	0.00558	0.00490
-87	0.03217	0.02833	0.65712	0.01622	0.02451	0.01338	0.02037	0.02017	0.01315	0.10187	0.01219	0.01351	0.00841	0.00591	0.00571	0.00190	0.00837	0.00460	0.00312	0.00899
-88	0.17027	0.01385	0.01405	0.01157	0.01557	0.06196	0.00932	0.24807	0.12020	0.20081	0.01771	0.06160	0.01338	0.00773	0.00568	0.00188	0.00573	0.00596	0.00573	0.00892
-89	0.00720	0.00610	0.00622	0.00619	0.00818	0.00512	0.00464	0.00881	0.01393	0.01676	0.10563	0.05705	0.70361	0.01504	0.00711	0.00202	0.00303	0.01258	0.00565	0.00512
-90	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-91	0.01833	0.01770	0.01783	0.01480	0.01875	0.18380	0.09121	0.18550	0.33699	0.02502	0.01745	0.01735	0.01312	0.00716	0.00605	0.00188	0.00715	0.00587	0.00508	0.00895
-92	0.02319	0.01339	0.01560	0.01283	0.03693	0.03024	0.01014	0.25977	0.14172	0.36047	0.02014	0.01845	0.01363	0.00741	0.00603	0.00186	0.00574	0.00590	0.00653	0.01002
-93	0.01481	0.01451	0.02566	0.03563	0.67028	0.01440	0.09825	0.01855	0.01375	0.01961	0.01141	0.01504	0.00948	0.00533	0.00608	0.00181	0.00748	0.00556	0.00299	0.00937
-94	0.00892	0.00603	0.00712	0.00736	0.00761	0.00603	0.00472	0.00941	0.00965	0.01279	0.02124	0.04442	0.02413	0.65171	0.02666	0.00529	0.00578	0.13318	0.00398	0.00398
-95	0.01581	0.01714	0.02544	0.02734	0.33317	0.14266	0.21689	0.01955	0.03071	0.01832	0.01118	0.01458	0.00915	0.00600	0.00757	0.00190	0.08551	0.00562	0.00305	0.00840
-96	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-97	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-98	0.01059	0.00661	0.00871	0.00792	0.00970	0.00603	0.00603	0.01337	0.01705	0.10619	0.66659	0.04219	0.05206	0.01175	0.00698	0.00189	0.00309	0.01034	0.00671	0.00619
-99	0.01230	0.02736	0.61178	0.04627	0.02521	0.01388	0.03612	0.02012	0.09435	0.01951	0.01286	0.03139	0.00960	0.00628	0.00585	0.00194	0.00830	0.00509	0.00303	0.00877
-100	0.01466	0.01381	0.02287	0.14045	0.59610	0.01433	0.01762	0.04265	0.04245	0.01988	0.01185	0.01533	0.00968	0.00563	0.00597	0.00183	0.00716	0.00542	0.00316	0.00915
-101	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-102	0.01642	0.01690	0.01392	0.01281	0.01578	0.24434	0.00973	0.02687	0.43598	0.02085	0.02079	0.10444	0.01750	0.00876	0.00608	0.00193	0.00649	0.00706	0.00513	0.00822
-103	0.01489	0.01429	0.02442	0.03692	0.75106	0.01429	0.01846	0.01846	0.01370	0.01965	0.01132	0.01489	0.00953	0.00536	0.00596	0.00179	0.00715	0.00536	0.00298	0.00953
-104	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-105	0.00859	0.00620	0.00815	0.00780	0.00921	0.00576	0.00594	0.01142	0.01682	0.02373	0.70131	0.04643	0.05532	0.01258	0.00717	0.00195	0.00301	0.05639	0.00655	0.00567
-106	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-107	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-108	0.01420	0.01623	0.03550	0.02535	0.03144	0.01521	0.72921	0.01927	0.01420	0.01927	0.01217	0.01623	0.00913	0.00507	0.00710	0.00203	0.01014	0.00710	0.00304	0.00811
-109	0.00834	0.00614	0.00781	0.00739	0.00888	0.00560	0.00554	0.01102	0.01663	0.02317	0.66505	0.04650	0.14019	0.01265	0.00710	0.00191	0.00286	0.01110	0.00650	0.00560
-110	0.00838	0.00605	0.00792	0.00766	0.00896	0.00559	0.00567	0.01102	0.01641	0.02314	0.66765	0.12797	0.05486	0.01303	0.00716	0.00195	0.00291	0.01158	0.00651	0.00559
-111	0.01382	0.01172	0.01262	0.01141	0.01446	0.01332	0.00884	0.02831	0.61197	0.02498	0.15275	0.02643	0.02517	0.00890	0.00629	0.00201	0.00442	0.00752	0.00621	0.00884
-112	0.01496	0.01292	0.01360	0.01224	0.01564	0.01496	0.00952	0.03197	0.74019	0.02516	0.02448	0.02244	0.01836	0.00816	0.00612	0.00204	0.00476	0.00680	0.00612	0.00952
-113	0.00801	0.00680	0.00699	0.00693	0.00901	0.00618	0.00519	0.01124	0.09512	0.01719	0.05504	0.10119	0.62053	0.01468	0.00704	0.00206	0.00327	0.01232	0.00565	0.00556
-114	0.02653	0.01098	0.01442	0.01106	0.01573	0.00994	0.00913	0.10808	0.01846	0.67470	0.02269	0.01980	0.01437	0.00742	0.00605	0.00186	0.00529	0.00598	0.00729	0.01024
-115	0.02360	0.01568	0.01733	0.01328	0.01807	0.01692	0.01097	0.60659	0.02632	0.16509	0.01609	0.01551	0.01106	0.00726	0.00602	0.00182	0.00635	0.00553	0.00627	0.01023
-116	0.00830	0.00599	0.00785	0.00771	0.00894	0.00554	0.00566	0.01082	0.01605	0.02257	0.62116	0.17609	0.05375	0.01346	0.00720	0.00199	0.00295	0.01198	0.00644	0.00554
-117	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-118	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-119	0.01562	0.01322	0.01439	0.06198	0.01766	0.01527	0.01020	0.10936	0.61291	0.02596	0.02246	0.02113	0.01678	0.00792	0.00610	0.00201	0.00518	0.00655	0.00589	0.00942
-120	0.01425	0.00743	0.00819	0.00732	0.00951	0.00741	0.00570	0.07541	0.03727	0.12394	0.07204	0.02312	0.01797	0.00750	0.00487	0.00155	0.00350	0.00607	0.56021	0.00674
-121	0.10400	0.02893	0.67338	0.01611	0.02442	0.01392	0.02046	0.01890	0.01242	0.01994	0.01052	0.01237	0.00750	0.00570	0.00549	0.00190	0.00841	0.00431	0.00267	0.00862
-122	0.01522	0.02391	0.43810	0.01982	0.15218	0.03801	0.03511	0.04913	0.01408	0.10757	0.01245	0.01413	0.00898	0.00612	0.00641	0.00190	0.03955	0.00491	0.00338	0.00904
-123	0.01394	0.13130	0.24293	0.02238	0.12460	0.01596	0.32537	0.01892	0.01341	0.01853	0.01111	0.01408	0.00854	0.00531	0.00608	0.00185	0.00884	0.00554	0.00282	0.00847
-124	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-125	0.00850	0.00639	0.00791	0.00759	0.00917	0.00593	0.00573	0.01157	0.04346	0.02228	0.55292	0.06969	0.18129	0.01300	0.00711	0.00196	0.00304	0.03042	0.00635	0.00568
-126	0.01750	0.06335	0.04004	0.01245	0.05344	0.04162	0.00972	0.02509	0.26466	0.21515	0.06537	0.02119	0.03764	0.00751	0.00581	0.00177	0.00527	0.00616	0.00557	0.10069
-127	0.00861	0.00638	0.00932	0.00932	0.01027	0.00733	0.00708	0.01052	0.00956	0.01371	0.01643	0.02540	0.01581	0.12857	0.68234	0.00924	0.01496	0.00670	0.00327	0.00518
-128	0.00859	0.00645	0.00967	0.00967	0.01074	0.00752	0.00752	0.01074	0.00967	0.01396	0.01611	0.02363	0.01504	0.04512	0.76474	0.00967	0.01611	0.00645	0.00322	0.00537
-129	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-130	0.03254	0.01141	0.01782	0.67019	0.03815	0.01396	0.01587	0.09576	0.01381	0.01818	0.01106	0.01571	0.00823	0.00614	0.00596	0.00198	0.00778	0.00530	0.00307	0.00708
-131	0.00768	0.00538	0.00688	0.00793	0.00819	0.00512	0.00511	0.00847	0.01083	0.01444	0.02965	0.60052	0.03536	0.20903	0.01335	0.00328	0.00407	0.01504	0.00511	0.00458
-132	0.00956	0.00684	0.00951	0.01068	0.01207	0.00678	0.00924	0.01234	0.01421	0.01869	0.11223	0.06528	0.03711	0.01613	0.00817	0.00267	0.00524	0.63202	0.00566	0.00555
-133	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-134	0.01191	0.00715	0.00935	0.00808	0.01011	0.00709	0.08581	0.03670	0.01328	0.02255	0.01863	0.02149	0.01455	0.00680	0.00459	0.00148	0.00374	0.00577	0.70491	0.00603
-135	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-136	0.01489	0.01429	0.02442	0.03692	0.75106	0.01429	0.01846	0.01846	0.01370	0.01965	0.01132	0.01489	0.00953	0.00536	0.00596	0.00179	0.00715	0.00536	0.00298	0.00953
-137	0.00873	0.00625	0.00870	0.00870	0.00951	0.00701	0.00638	0.01034	0.00954	0.01368	0.01699	0.02771	0.01684	0.23849	0.54367	0.00835	0.01292	0.00702	0.03424	0.00493
-138	0.00711	0.00609	0.00609	0.00609	0.00813	0.00508	0.00457	0.00863	0.01371	0.01625	0.06094	0.05789	0.74862	0.01524	0.00711	0.00203	0.00305	0.01270	0.00559	0.00508
-139	0.00711	0.00609	0.00609	0.00609	0.00813	0.00508	0.00457	0.00863	0.01371	0.01625	0.06094	0.05789	0.74862	0.01524	0.00711	0.00203	0.00305	0.01270	0.00559	0.00508
-140	0.01425	0.01724	0.11408	0.02347	0.05140	0.01454	0.56382	0.01961	0.03415	0.04421	0.01330	0.03717	0.01026	0.00570	0.00686	0.00201	0.00941	0.00698	0.00329	0.00827
-141	0.02122	0.02665	0.01716	0.10066	0.02116	0.68012	0.01219	0.02305	0.01648	0.01480	0.00946	0.01143	0.00778	0.00618	0.00549	0.00160	0.01053	0.00404	0.00305	0.00694
-142	0.05177	0.01028	0.01380	0.01062	0.01524	0.00899	0.00877	0.02896	0.01700	0.73278	0.02326	0.02015	0.01463	0.00739	0.00598	0.00186	0.00510	0.00596	0.00733	0.01012
-143	0.02123	0.02524	0.01653	0.01484	0.01810	0.58912	0.01126	0.07135	0.14012	0.01800	0.01220	0.01304	0.00971	0.00660	0.00558	0.00165	0.00954	0.00447	0.00380	0.00762
-144	0.01592	0.01422	0.02112	0.03949	0.07250	0.01507	0.20933	0.18206	0.25247	0.02508	0.01814	0.04889	0.01453	0.00758	0.00650	0.00201	0.00691	0.03443	0.00489	0.00888
-145	0.01463	0.18296	0.16747	0.01867	0.10438	0.01556	0.21128	0.04027	0.01369	0.03897	0.01117	0.01350	0.00874	0.00528	0.00556	0.00164	0.00768	0.00496	0.00313	0.13047
-146	0.01319	0.24577	0.53621	0.03164	0.02338	0.01674	0.01873	0.01868	0.01255	0.01759	0.01011	0.01191	0.00766	0.00556	0.00520	0.00173	0.00818	0.00412	0.00255	0.00851
-147	0.00945	0.00803	0.01098	0.01087	0.01111	0.00968	0.00815	0.01058	0.01050	0.01480	0.02305	0.44952	0.02691	0.05943	0.04277	0.00298	0.26924	0.01217	0.00437	0.00542
-148	0.01349	0.01525	0.10555	0.25061	0.41430	0.01404	0.06460	0.01767	0.01313	0.01830	0.01113	0.01507	0.00884	0.00557	0.00602	0.00188	0.00779	0.00537	0.00284	0.00853
-149	0.00851	0.00616	0.00829	0.00957	0.01057	0.00593	0.00759	0.01047	0.01287	0.01677	0.03466	0.36442	0.09250	0.01743	0.00795	0.00258	0.00449	0.36843	0.00556	0.00523
-150	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-151	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-152	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-153	0.01489	0.01429	0.02442	0.03692	0.75106	0.01429	0.01846	0.01846	0.01370	0.01965	0.01132	0.01489	0.00953	0.00536	0.00596	0.00179	0.00715	0.00536	0.00298	0.00953
-154	0.01660	0.01256	0.01365	0.01203	0.01560	0.01413	0.00943	0.03160	0.64150	0.12483	0.02438	0.02218	0.01789	0.00806	0.00611	0.00202	0.00481	0.00670	0.00630	0.00962
-155	0.00711	0.00609	0.00609	0.00609	0.00813	0.00508	0.00457	0.00863	0.01371	0.01625	0.06094	0.05789	0.74862	0.01524	0.00711	0.00203	0.00305	0.01270	0.00559	0.00508
-156	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-157	0.01121	0.00561	0.00561	0.00561	0.00701	0.00561	0.00421	0.01402	0.01262	0.02243	0.01962	0.02243	0.01542	0.00701	0.00421	0.00140	0.00280	0.00561	0.82198	0.00561
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	12
-
-[block]
-# block no. 9 follows, 38 sequences, length 18
-# corresponding to MSA columns:
-# 713-730
-name=unknown_J
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-1	0.00897	0.00721	0.00807	0.00818	0.01007	0.00695	0.00640	0.01285	0.11340	0.01787	0.07652	0.05327	0.39663	0.07530	0.00910	0.00249	0.00406	0.17140	0.00554	0.00571
-2	0.32637	0.01172	0.01262	0.07405	0.01621	0.02920	0.00893	0.06188	0.05779	0.26349	0.04084	0.01621	0.01214	0.00692	0.00573	0.00191	0.03567	0.00504	0.00517	0.00812
-3	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-4	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-5	0.20461	0.01504	0.01656	0.01301	0.01751	0.04206	0.06640	0.36448	0.06922	0.11178	0.01442	0.01461	0.01028	0.00673	0.00557	0.00185	0.00631	0.00517	0.00533	0.00906
-6	0.10438	0.09293	0.53393	0.01524	0.02282	0.01440	0.03709	0.01962	0.01278	0.07744	0.01137	0.01282	0.00812	0.00577	0.00540	0.00185	0.00794	0.00440	0.00307	0.00861
-7	0.00823	0.00614	0.00764	0.00727	0.00881	0.00555	0.00545	0.01080	0.01635	0.02251	0.60723	0.04759	0.19842	0.01290	0.00710	0.00192	0.00288	0.01125	0.00641	0.00555
-8	0.00969	0.00692	0.00969	0.01108	0.01246	0.00692	0.00969	0.01246	0.01385	0.01800	0.03185	0.06786	0.03462	0.01662	0.00831	0.00277	0.00554	0.71057	0.00554	0.00554
-9	0.01508	0.60237	0.21258	0.01200	0.01808	0.02135	0.01327	0.01827	0.01234	0.01538	0.00897	0.01041	0.00770	0.00529	0.00432	0.00144	0.00705	0.00352	0.00257	0.00801
-10	0.00893	0.00638	0.00882	0.01021	0.01126	0.00627	0.00837	0.01114	0.01310	0.01715	0.03227	0.29939	0.03629	0.01734	0.00811	0.00266	0.00488	0.48657	0.00555	0.00533
-11	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-12	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-13	0.01526	0.01260	0.02077	0.02955	0.55659	0.01238	0.01545	0.01858	0.01459	0.10183	0.12482	0.02008	0.01731	0.00665	0.00614	0.00181	0.00627	0.00628	0.00403	0.00902
-14	0.01803	0.01761	0.01513	0.01332	0.01684	0.21260	0.01034	0.12679	0.45130	0.02419	0.01910	0.01829	0.01444	0.00752	0.00592	0.00188	0.00662	0.00584	0.00531	0.00895
-15	0.01320	0.01562	0.10293	0.01742	0.01934	0.01744	0.12437	0.01572	0.01037	0.01572	0.00888	0.01358	0.00806	0.00916	0.01624	0.00246	0.57430	0.00546	0.00269	0.00707
-16	0.04397	0.01354	0.01389	0.01184	0.01553	0.04379	0.00939	0.20355	0.37883	0.07766	0.02483	0.02336	0.09619	0.00850	0.00609	0.00194	0.00530	0.00682	0.00593	0.00906
-17	0.04993	0.02573	0.54046	0.01657	0.02374	0.01411	0.06185	0.01930	0.01265	0.07684	0.01147	0.01344	0.00826	0.00634	0.00729	0.00199	0.09364	0.00477	0.00302	0.00859
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	4
-
-[block]
-# block no. 10 follows, 38 sequences, length 22
-# corresponding to MSA columns:
-# 736-757
-name=unknown_K
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00751	0.00543	0.00715	0.00845	0.00899	0.00507	0.00586	0.00873	0.01185	0.01563	0.03479	0.68044	0.08377	0.01844	0.00769	0.00244	0.00363	0.07360	0.00558	0.00495
-1	0.01770	0.01125	0.01404	0.01032	0.01544	0.00938	0.02817	0.08133	0.01529	0.23805	0.01490	0.01511	0.01079	0.00559	0.00513	0.00129	0.00500	0.00456	0.00491	0.49176
-2	0.01602	0.58043	0.18016	0.01174	0.01762	0.02073	0.01266	0.01902	0.01267	0.06695	0.00994	0.01104	0.00820	0.00542	0.00440	0.00145	0.00685	0.00367	0.00291	0.00814
-3	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-4	0.01715	0.66826	0.02929	0.01097	0.01595	0.06969	0.01049	0.08838	0.01410	0.01652	0.00902	0.01020	0.00797	0.00542	0.00417	0.00135	0.00673	0.00347	0.00294	0.00792
-5	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-6	0.01352	0.01515	0.03270	0.02369	0.02921	0.01420	0.65818	0.01820	0.01394	0.01889	0.01423	0.09166	0.01214	0.00642	0.00716	0.00207	0.00949	0.00808	0.00329	0.00780
-7	0.01320	0.01154	0.01192	0.01125	0.01381	0.04966	0.00850	0.02492	0.49413	0.02226	0.06236	0.20423	0.02487	0.01081	0.00651	0.00210	0.00467	0.00931	0.00587	0.00810
-8	0.02285	0.01744	0.01800	0.01392	0.01865	0.05603	0.01144	0.69556	0.02772	0.03675	0.01419	0.01426	0.01011	0.00717	0.00599	0.00179	0.00683	0.00534	0.00587	0.01007
-9	0.00859	0.00645	0.00967	0.00967	0.01074	0.00752	0.00752	0.01074	0.00967	0.01396	0.01611	0.02363	0.01504	0.04512	0.76474	0.00967	0.01611	0.00645	0.00322	0.00537
-10	0.00801	0.00572	0.00776	0.00916	0.00980	0.00547	0.00677	0.00955	0.01219	0.01612	0.03278	0.57799	0.03830	0.01820	0.00786	0.00254	0.00408	0.21705	0.00557	0.00507
-11	0.00711	0.00609	0.00609	0.00609	0.00813	0.00508	0.00457	0.00863	0.01371	0.01625	0.06094	0.05789	0.74862	0.01524	0.00711	0.00203	0.00305	0.01270	0.00559	0.00508
-12	0.01978	0.01499	0.01628	0.01309	0.01724	0.01677	0.01064	0.51099	0.17851	0.03284	0.01675	0.01705	0.01244	0.01114	0.08052	0.00263	0.00715	0.00581	0.00577	0.00960
-13	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-14	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-15	0.02413	0.01076	0.01394	0.01116	0.01543	0.01004	0.00923	0.10005	0.06234	0.56427	0.02362	0.02463	0.01656	0.00837	0.00627	0.00196	0.00529	0.07519	0.00703	0.00973
-16	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-17	0.00769	0.00615	0.00699	0.00749	0.00914	0.00545	0.00581	0.00941	0.01343	0.01650	0.05073	0.16454	0.49418	0.01605	0.00745	0.00225	0.00364	0.16239	0.00558	0.00515
-18	0.01121	0.00561	0.00561	0.00561	0.00701	0.00561	0.00421	0.01402	0.01262	0.02243	0.01962	0.02243	0.01542	0.00701	0.00421	0.00140	0.00280	0.00561	0.82198	0.00561
-19	0.01464	0.01404	0.02397	0.08844	0.70147	0.01423	0.01834	0.01825	0.01358	0.01935	0.01127	0.01497	0.00942	0.00541	0.00596	0.00180	0.00721	0.00536	0.00296	0.00933
-20	0.00722	0.00610	0.00625	0.00621	0.00819	0.00513	0.00466	0.00885	0.01397	0.01687	0.11501	0.05687	0.69416	0.01500	0.00711	0.00202	0.00303	0.01255	0.00567	0.00513
-21	0.00761	0.00544	0.00731	0.00870	0.00918	0.00513	0.00608	0.00887	0.01180	0.01568	0.03300	0.69832	0.03917	0.01858	0.00775	0.00248	0.00374	0.10062	0.00558	0.00496
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	10
-
-[block]
-# block no. 11 follows, 38 sequences, length 37
-# corresponding to MSA columns:
-# 768-804
-name=unknown_L
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-1	0.01449	0.01384	0.02337	0.11975	0.64837	0.01421	0.01799	0.01852	0.03549	0.01933	0.01164	0.01525	0.00963	0.00552	0.00597	0.00182	0.00717	0.00540	0.00304	0.00921
-2	0.01423	0.05521	0.11490	0.02315	0.05654	0.03663	0.51256	0.01892	0.01362	0.01852	0.01139	0.01508	0.00877	0.00560	0.00765	0.00200	0.06788	0.00632	0.00293	0.00809
-3	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-4	0.01303	0.02770	0.60461	0.01865	0.04832	0.01396	0.12117	0.01946	0.01312	0.04777	0.01151	0.01357	0.00817	0.00568	0.00593	0.00192	0.00887	0.00491	0.00282	0.00885
-5	0.01354	0.01469	0.03002	0.14428	0.03106	0.01408	0.53070	0.01816	0.01365	0.01868	0.01176	0.01576	0.00892	0.00515	0.00662	0.00189	0.00914	0.00641	0.00304	0.10243
-6	0.00860	0.00643	0.00958	0.00958	0.01062	0.00747	0.00741	0.01068	0.00964	0.01390	0.01620	0.02409	0.01524	0.06685	0.74329	0.00956	0.01581	0.00651	0.00324	0.00532
-7	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-8	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-9	0.00931	0.00672	0.00852	0.00911	0.01010	0.00669	0.00650	0.09073	0.01375	0.01846	0.07136	0.59361	0.03613	0.01821	0.04057	0.00267	0.00444	0.04196	0.00559	0.00558
-10	0.00851	0.00615	0.00804	0.00757	0.00899	0.00568	0.00568	0.01135	0.01703	0.02412	0.74788	0.04494	0.05676	0.01230	0.00710	0.00189	0.00284	0.01088	0.00662	0.00568
-11	0.00946	0.00685	0.00937	0.01063	0.01207	0.00676	0.00923	0.01212	0.01384	0.01785	0.03447	0.06696	0.09900	0.01649	0.00820	0.00270	0.00531	0.64764	0.00554	0.00550
-12	0.63583	0.04314	0.07521	0.00892	0.01333	0.01331	0.00810	0.01753	0.01078	0.02497	0.00885	0.01033	0.00693	0.00545	0.00398	0.00173	0.00507	0.00339	0.00356	0.09959
-13	0.01375	0.01147	0.01315	0.00959	0.01481	0.00948	0.00771	0.09692	0.04151	0.02189	0.01163	0.01307	0.00941	0.00491	0.00469	0.00104	0.00471	0.00390	0.00394	0.70241
-14	0.00836	0.00614	0.00783	0.00741	0.00890	0.00561	0.00556	0.01106	0.01668	0.02329	0.67485	0.04631	0.13032	0.01261	0.00710	0.00191	0.00286	0.01107	0.00651	0.00561
-15	0.00876	0.00626	0.00862	0.01001	0.01098	0.00612	0.00807	0.01085	0.01293	0.01696	0.03237	0.35153	0.03667	0.01750	0.00806	0.00264	0.00473	0.43613	0.00556	0.00528
-16	0.01234	0.01179	0.02028	0.56302	0.21727	0.01367	0.04382	0.01628	0.01252	0.01658	0.01090	0.01576	0.00844	0.00582	0.00604	0.00195	0.00788	0.00542	0.00276	0.00744
-17	0.01650	0.01266	0.01428	0.01348	0.05849	0.01414	0.00996	0.03084	0.60493	0.11865	0.02362	0.02175	0.01740	0.00791	0.00610	0.00200	0.00495	0.00662	0.00611	0.00961
-18	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-19	0.04168	0.01282	0.01524	0.01188	0.01645	0.01293	0.00976	0.27366	0.08871	0.42137	0.02024	0.01833	0.01341	0.00739	0.00600	0.00186	0.00560	0.00584	0.00674	0.01009
-20	0.00897	0.00646	0.00883	0.01015	0.01131	0.00632	0.00841	0.01124	0.01325	0.01725	0.03358	0.24924	0.07021	0.01712	0.00809	0.00265	0.00490	0.50112	0.00555	0.00535
-21	0.01564	0.01456	0.02407	0.05896	0.60528	0.01481	0.05556	0.09917	0.01532	0.02156	0.01169	0.01495	0.00954	0.00558	0.00603	0.00181	0.00728	0.00546	0.00332	0.00944
-22	0.01261	0.01081	0.01253	0.00909	0.01433	0.00839	0.00726	0.01605	0.05133	0.01990	0.01143	0.01301	0.00942	0.00465	0.00454	0.00095	0.00447	0.00374	0.00370	0.78180
-23	0.01242	0.05070	0.65529	0.01789	0.02635	0.01439	0.10203	0.01905	0.01286	0.01894	0.01088	0.01302	0.00779	0.00563	0.00582	0.00190	0.00896	0.00471	0.00260	0.00877
-24	0.00823	0.00614	0.00764	0.00727	0.00881	0.00555	0.00545	0.01079	0.01635	0.02251	0.60701	0.04759	0.19864	0.01290	0.00710	0.00192	0.00288	0.01125	0.00641	0.00555
-25	0.02508	0.01087	0.01409	0.01095	0.01540	0.01002	0.00899	0.10800	0.04618	0.60689	0.06138	0.02117	0.01673	0.00771	0.00610	0.00186	0.00515	0.00626	0.00719	0.00997
-26	0.00782	0.00557	0.00741	0.00861	0.00916	0.00528	0.00607	0.00917	0.01207	0.01612	0.08006	0.59412	0.03924	0.05920	0.00895	0.00263	0.00386	0.11417	0.00554	0.00497
-27	0.00760	0.00554	0.00721	0.00845	0.00912	0.00516	0.00597	0.00891	0.01205	0.01578	0.03615	0.61409	0.11950	0.01816	0.00769	0.00244	0.00369	0.10191	0.00558	0.00499
-28	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-29	0.02104	0.02662	0.10066	0.01513	0.01903	0.56791	0.01252	0.08124	0.01748	0.04299	0.03392	0.01277	0.00975	0.00647	0.00558	0.00163	0.00983	0.00436	0.00354	0.00753
-30	0.01389	0.37581	0.42867	0.01404	0.02124	0.01842	0.01682	0.01858	0.01248	0.01683	0.00969	0.01132	0.00767	0.00546	0.00488	0.00163	0.00778	0.00389	0.00256	0.00836
-31	0.01473	0.53581	0.27606	0.01260	0.01901	0.02049	0.01431	0.01836	0.01238	0.01580	0.00918	0.01068	0.00769	0.00534	0.00449	0.00150	0.00726	0.00363	0.00256	0.00811
-32	0.00904	0.00648	0.00885	0.00966	0.01093	0.00629	0.00795	0.01161	0.01454	0.01956	0.25231	0.15025	0.04208	0.01557	0.00786	0.00246	0.00445	0.40877	0.00588	0.00550
-33	0.01299	0.06889	0.42938	0.01900	0.08189	0.01414	0.16046	0.01855	0.01302	0.01892	0.01096	0.01337	0.00822	0.00538	0.00576	0.00177	0.00836	0.00487	0.00279	0.10127
-34	0.32014	0.31957	0.06203	0.00982	0.01431	0.01731	0.00922	0.06952	0.02711	0.02170	0.04364	0.01389	0.03865	0.00626	0.00439	0.00165	0.00560	0.00424	0.00362	0.00736
-35	0.00825	0.00895	0.09209	0.00818	0.01068	0.00636	0.00723	0.01083	0.01450	0.01901	0.26087	0.08693	0.37976	0.01352	0.00704	0.00204	0.00380	0.04870	0.00555	0.00571
-36	0.01481	0.10788	0.55377	0.01550	0.02328	0.01470	0.01883	0.06162	0.01407	0.10309	0.01222	0.01336	0.00861	0.00594	0.00558	0.00183	0.00807	0.00455	0.00330	0.00900
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 12 follows, 38 sequences, length 12
-# corresponding to MSA columns:
-# 806-817
-name=unknown_M
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.04924	0.53400	0.06541	0.01184	0.01663	0.20482	0.01110	0.01953	0.01336	0.01505	0.00872	0.01011	0.00767	0.00545	0.00434	0.00141	0.00758	0.00344	0.00275	0.00755
-1	0.01074	0.10954	0.17968	0.01048	0.01399	0.01030	0.01018	0.05063	0.01471	0.02029	0.28097	0.17377	0.04971	0.02999	0.00702	0.00202	0.00504	0.00938	0.00487	0.00667
-2	0.01522	0.52612	0.24668	0.01260	0.01876	0.05939	0.01391	0.01863	0.01262	0.01564	0.00914	0.01062	0.00769	0.00537	0.00449	0.00148	0.00739	0.00362	0.00259	0.00803
-3	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-4	0.01541	0.01819	0.15420	0.01904	0.02459	0.01572	0.31276	0.14462	0.14753	0.02328	0.01433	0.01626	0.01066	0.00640	0.00716	0.00200	0.04885	0.00619	0.00401	0.00879
-5	0.00872	0.00594	0.00712	0.00712	0.00732	0.00614	0.00435	0.00911	0.00891	0.01208	0.01844	0.03652	0.02063	0.65400	0.16351	0.00653	0.00769	0.00833	0.00357	0.00396
-6	0.00799	0.00607	0.00735	0.00715	0.00870	0.00544	0.00532	0.01030	0.01562	0.02106	0.48352	0.09686	0.27539	0.01365	0.00714	0.00197	0.00295	0.01186	0.00623	0.00544
-7	0.02098	0.01794	0.01754	0.01395	0.01840	0.14039	0.03216	0.46801	0.10562	0.03091	0.01442	0.01468	0.01062	0.00692	0.00586	0.00174	0.00707	0.00525	0.00530	0.06224
-8	0.00770	0.00541	0.00693	0.00794	0.00825	0.00513	0.00515	0.00858	0.01112	0.01489	0.05929	0.58672	0.03646	0.19165	0.01281	0.00318	0.00399	0.01497	0.00519	0.00464
-9	0.63926	0.15386	0.01340	0.00876	0.01270	0.05649	0.00748	0.01809	0.01097	0.02399	0.00842	0.00981	0.00680	0.00554	0.00384	0.00174	0.00532	0.00328	0.00348	0.00676
-10	0.01319	0.24393	0.55444	0.01523	0.02307	0.01672	0.01889	0.01876	0.01257	0.01768	0.01012	0.01185	0.00765	0.00556	0.00520	0.00173	0.00820	0.00410	0.00255	0.00856
-11	0.01401	0.01567	0.03241	0.02362	0.02861	0.01579	0.59959	0.01840	0.01330	0.01840	0.01140	0.01567	0.00890	0.00606	0.00939	0.00214	0.14906	0.00677	0.00297	0.00784
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	34
-
-[block]
-# block no. 13 follows, 38 sequences, length 7
-# corresponding to MSA columns:
-# 852-858
-name=unknown_N
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.02012	0.00936	0.01220	0.00990	0.01344	0.00859	0.00796	0.05932	0.05256	0.44265	0.26181	0.02832	0.02861	0.00907	0.00640	0.00188	0.00443	0.00764	0.00704	0.00870
-1	0.01415	0.02595	0.51506	0.02031	0.15852	0.01471	0.01997	0.12229	0.01515	0.02190	0.01142	0.01336	0.00835	0.00587	0.00580	0.00187	0.00824	0.00475	0.00313	0.00920
-2	0.01303	0.11171	0.48496	0.01737	0.02498	0.01509	0.15003	0.01930	0.04021	0.01880	0.01129	0.01337	0.00837	0.00557	0.00573	0.00182	0.00851	0.00485	0.00281	0.04221
-3	0.01001	0.00772	0.00933	0.00865	0.01053	0.00783	0.00657	0.01612	0.18442	0.02436	0.58044	0.03973	0.04787	0.01134	0.00687	0.00193	0.00328	0.00994	0.00651	0.00657
-4	0.01087	0.01014	0.00951	0.00917	0.01071	0.14530	0.00676	0.01316	0.01605	0.02084	0.48493	0.17000	0.04472	0.01234	0.00689	0.00193	0.00443	0.01069	0.00579	0.00577
-5	0.01337	0.01289	0.02236	0.34612	0.41261	0.01395	0.05743	0.01721	0.01302	0.01783	0.01110	0.01545	0.00887	0.00562	0.00604	0.00189	0.00768	0.00545	0.00285	0.00825
-6	0.00852	0.00699	0.01135	0.01077	0.01212	0.00653	0.11256	0.01042	0.01271	0.01721	0.13381	0.56369	0.03772	0.01586	0.00751	0.00230	0.00438	0.01472	0.00536	0.00548
-
-[dist]
-# distance from previous block
-# <min> <max>
-20	90
-
-[block]
-# block no. 14 follows, 38 sequences, length 73
-# corresponding to MSA columns:
-# 949-1021
-name=unknown_O
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00941	0.00672	0.00937	0.01075	0.01202	0.00668	0.00920	0.01197	0.01357	0.01769	0.03201	0.15377	0.03524	0.01689	0.00823	0.00273	0.00529	0.62745	0.00554	0.00546
-1	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-2	0.01697	0.04484	0.01724	0.04389	0.01790	0.05357	0.13931	0.04568	0.06021	0.23718	0.06321	0.16929	0.02081	0.00962	0.00656	0.00201	0.00613	0.03227	0.00540	0.00791
-3	0.00864	0.00625	0.00866	0.00866	0.00938	0.00697	0.00626	0.01009	0.00937	0.01322	0.01704	0.02875	0.01726	0.28689	0.52600	0.00842	0.01277	0.00719	0.00336	0.00481
-4	0.00829	0.00696	0.00732	0.00721	0.00933	0.00641	0.00553	0.01182	0.10100	0.01791	0.09747	0.05342	0.57704	0.01429	0.00706	0.00207	0.00338	0.05212	0.00571	0.00567
-5	0.01055	0.00554	0.00584	0.00608	0.00730	0.00548	0.00444	0.01306	0.01243	0.02123	0.02193	0.15208	0.01956	0.00902	0.00480	0.00158	0.00292	0.00756	0.68312	0.00548
-6	0.05968	0.01075	0.01226	0.00885	0.01411	0.00834	0.00709	0.01529	0.01235	0.02003	0.01056	0.01232	0.00877	0.00452	0.00441	0.00095	0.00447	0.00355	0.00357	0.77814
-7	0.01350	0.25801	0.52380	0.01506	0.02270	0.03429	0.01842	0.01886	0.01266	0.01749	0.01004	0.01175	0.00765	0.00556	0.00516	0.00171	0.00820	0.00407	0.00256	0.00850
-8	0.00729	0.00539	0.00682	0.00797	0.00862	0.00492	0.00540	0.00842	0.01191	0.01552	0.03809	0.65564	0.16562	0.01821	0.00758	0.00237	0.00341	0.01632	0.00558	0.00492
-9	0.00750	0.00539	0.00702	0.00825	0.00871	0.00504	0.00557	0.00858	0.01156	0.01528	0.03371	0.67065	0.07651	0.06627	0.00909	0.00264	0.00369	0.04423	0.00546	0.00485
-10	0.01625	0.01467	0.02312	0.04982	0.60185	0.01506	0.01715	0.14755	0.01630	0.02286	0.01187	0.01483	0.00962	0.00571	0.00597	0.00180	0.00707	0.00537	0.00352	0.00959
-11	0.02338	0.00944	0.01280	0.01009	0.01411	0.00822	0.00822	0.02580	0.01718	0.61217	0.16542	0.02526	0.02308	0.00840	0.00625	0.00187	0.00467	0.00699	0.00728	0.00935
-12	0.00729	0.00604	0.00641	0.00666	0.00845	0.00516	0.00499	0.00882	0.01346	0.01624	0.05593	0.14557	0.62249	0.01575	0.00725	0.00212	0.00324	0.05347	0.00558	0.00508
-13	0.01550	0.56979	0.09516	0.01110	0.01604	0.09011	0.01103	0.01793	0.01314	0.01551	0.06944	0.01394	0.02779	0.00609	0.00451	0.00143	0.00671	0.00422	0.00301	0.00754
-14	0.06559	0.01587	0.10290	0.01280	0.01695	0.04436	0.01110	0.08617	0.50959	0.02506	0.02056	0.02013	0.01553	0.00769	0.00593	0.00199	0.00565	0.01756	0.00541	0.00915
-15	0.01227	0.06935	0.72095	0.01680	0.02550	0.01446	0.02163	0.01900	0.01268	0.01881	0.01067	0.01255	0.00763	0.00569	0.00562	0.00187	0.00877	0.00438	0.00254	0.00883
-16	0.01277	0.01096	0.01261	0.00931	0.01442	0.00885	0.00742	0.01716	0.09969	0.02027	0.01235	0.01367	0.01004	0.00490	0.00465	0.00103	0.00449	0.00395	0.00387	0.72758
-17	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-18	0.01763	0.01426	0.01673	0.01551	0.10431	0.08584	0.04683	0.19379	0.04872	0.09895	0.01608	0.02116	0.01330	0.00736	0.00594	0.00172	0.00643	0.08957	0.00477	0.19110
-19	0.01348	0.29840	0.50249	0.01474	0.02232	0.01742	0.01804	0.01869	0.01253	0.01733	0.00994	0.01163	0.00766	0.00552	0.00506	0.00169	0.00803	0.00401	0.00255	0.00848
-20	0.00851	0.00615	0.00804	0.00757	0.00899	0.00568	0.00568	0.01135	0.01703	0.02412	0.74788	0.04494	0.05676	0.01230	0.00710	0.00189	0.00284	0.01088	0.00662	0.00568
-21	0.00919	0.00817	0.01446	0.04522	0.01571	0.00779	0.18400	0.01135	0.01220	0.01632	0.02704	0.56290	0.03089	0.01491	0.00746	0.00232	0.00532	0.01414	0.00484	0.00576
-22	0.01602	0.01071	0.01278	0.01096	0.01406	0.01090	0.00869	0.20060	0.06889	0.13787	0.05830	0.19752	0.02221	0.01075	0.00703	0.00198	0.03790	0.06120	0.00570	0.10592
-23	0.01227	0.10675	0.65412	0.01601	0.02425	0.01460	0.02032	0.01853	0.01269	0.01845	0.01257	0.01421	0.03742	0.00604	0.00558	0.00185	0.00841	0.00465	0.00267	0.00862
-24	0.00922	0.05588	0.01185	0.01035	0.01145	0.00865	0.04865	0.01082	0.01211	0.01646	0.11329	0.47623	0.05274	0.01516	0.00901	0.00230	0.11214	0.01315	0.00496	0.00558
-25	0.00789	0.00565	0.00759	0.00876	0.00943	0.00535	0.00633	0.00946	0.01260	0.01688	0.11859	0.56768	0.04090	0.01766	0.00772	0.00244	0.00378	0.14050	0.00570	0.00510
-26	0.01692	0.14020	0.01791	0.01317	0.02978	0.18504	0.01052	0.11899	0.01479	0.06041	0.01217	0.01575	0.01051	0.04747	0.14779	0.00342	0.13916	0.00506	0.00365	0.00729
-27	0.02196	0.01471	0.01607	0.01248	0.01686	0.01592	0.01026	0.56112	0.02508	0.12188	0.01618	0.01612	0.01141	0.00722	0.00580	0.00176	0.00598	0.00551	0.10399	0.00968
-28	0.00747	0.00529	0.00694	0.00820	0.00852	0.00498	0.00540	0.00841	0.01125	0.01500	0.03179	0.71298	0.03806	0.09288	0.00988	0.00277	0.00372	0.01630	0.00540	0.00477
-29	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-30	0.01403	0.01349	0.02226	0.17422	0.47118	0.02743	0.06061	0.01853	0.05850	0.01897	0.01316	0.01851	0.01111	0.00628	0.00617	0.00191	0.00733	0.04443	0.00326	0.00863
-31	0.01194	0.00630	0.00638	0.00612	0.00773	0.00642	0.00465	0.05845	0.01359	0.02339	0.01930	0.02193	0.01510	0.00702	0.00432	0.00143	0.00304	0.00560	0.77141	0.00589
-32	0.00738	0.00605	0.00650	0.00650	0.00832	0.00517	0.00483	0.00911	0.01418	0.01762	0.18374	0.10059	0.57928	0.01493	0.00714	0.00203	0.00304	0.01264	0.00577	0.00517
-33	0.01299	0.11958	0.55029	0.01758	0.06928	0.01528	0.04820	0.01969	0.05744	0.01889	0.01143	0.01321	0.00847	0.00575	0.00559	0.00184	0.00828	0.00461	0.00281	0.00880
-34	0.01316	0.01116	0.01189	0.01091	0.01358	0.02581	0.00830	0.02546	0.51404	0.02346	0.15543	0.06565	0.02642	0.05778	0.00788	0.00226	0.00453	0.00813	0.00598	0.00818
-35	0.00747	0.00534	0.00711	0.00828	0.00876	0.00498	0.00560	0.00873	0.01218	0.01641	0.11882	0.69600	0.04182	0.01806	0.00761	0.00238	0.00341	0.01636	0.00571	0.00498
-36	0.78142	0.01268	0.00935	0.00838	0.01206	0.05961	0.00683	0.01807	0.01066	0.02624	0.00843	0.00984	0.00659	0.00562	0.00383	0.00184	0.00503	0.00330	0.00368	0.00654
-37	0.02162	0.01199	0.01450	0.01202	0.04686	0.03732	0.00927	0.10905	0.06402	0.39797	0.04194	0.01851	0.01423	0.00690	0.00575	0.00166	0.00536	0.00558	0.00606	0.16939
-38	0.49915	0.01497	0.01200	0.01139	0.05884	0.15967	0.00840	0.01904	0.01227	0.04633	0.00950	0.01096	0.00749	0.00561	0.00435	0.00168	0.00601	0.00363	0.00365	0.10505
-39	0.10989	0.00673	0.00644	0.00618	0.00798	0.00702	0.00474	0.04003	0.01289	0.02353	0.01809	0.02063	0.01417	0.00685	0.00421	0.00147	0.00316	0.00532	0.69481	0.00588
-40	0.00743	0.00531	0.00710	0.00849	0.00888	0.00497	0.00576	0.00855	0.01162	0.01547	0.03310	0.75407	0.03957	0.01875	0.00771	0.00246	0.00358	0.04669	0.00558	0.00491
-41	0.12133	0.05195	0.01650	0.01346	0.01727	0.33995	0.01062	0.22439	0.08981	0.04097	0.01242	0.01304	0.00950	0.00659	0.00540	0.00171	0.00798	0.00455	0.00438	0.00820
-42	0.01615	0.09179	0.36954	0.01625	0.02311	0.03785	0.13069	0.03132	0.03397	0.15765	0.01361	0.01468	0.00960	0.00597	0.00582	0.00183	0.00800	0.00511	0.00373	0.02333
-43	0.01378	0.10632	0.45189	0.01643	0.02389	0.01429	0.12459	0.01922	0.01313	0.06424	0.01154	0.01336	0.00844	0.00554	0.00562	0.00175	0.00814	0.00472	0.00303	0.09008
-44	0.01845	0.01284	0.01881	0.01453	0.01855	0.01313	0.14038	0.15517	0.01657	0.21565	0.01624	0.03154	0.01260	0.00780	0.00840	0.00194	0.13106	0.04648	0.00495	0.11493
-45	0.00926	0.00662	0.00916	0.01032	0.01159	0.00652	0.00871	0.01183	0.01394	0.01841	0.11783	0.15355	0.03791	0.01638	0.00809	0.00262	0.00496	0.54114	0.00567	0.00548
-46	0.01760	0.01552	0.08705	0.10996	0.19538	0.05976	0.01388	0.08715	0.17188	0.15552	0.01644	0.01718	0.01200	0.00667	0.00597	0.00188	0.00671	0.00562	0.00467	0.00916
-47	0.01335	0.02509	0.48234	0.02058	0.11309	0.01433	0.14506	0.06253	0.01402	0.02025	0.01177	0.02904	0.00891	0.00591	0.00605	0.00192	0.00865	0.00533	0.00296	0.00883
-48	0.00794	0.00569	0.00760	0.00848	0.00925	0.00535	0.00610	0.00969	0.01333	0.01811	0.23140	0.49341	0.04388	0.01676	0.00759	0.00233	0.00355	0.09849	0.00587	0.00518
-49	0.00774	0.00569	0.00733	0.00840	0.00924	0.00529	0.00608	0.00924	0.01256	0.01643	0.07858	0.51234	0.15268	0.01754	0.00765	0.00240	0.00371	0.12640	0.00564	0.00507
-50	0.01355	0.01603	0.16326	0.39328	0.12538	0.01434	0.01694	0.10328	0.05904	0.01994	0.01209	0.01544	0.00904	0.00615	0.00596	0.00194	0.00771	0.00527	0.00330	0.00808
-51	0.00723	0.00598	0.00634	0.00651	0.00826	0.00509	0.00478	0.00876	0.01360	0.01661	0.09916	0.16075	0.60504	0.01557	0.00719	0.00208	0.00310	0.01321	0.00565	0.00509
-52	0.00741	0.00559	0.00685	0.00763	0.00859	0.00504	0.00531	0.00881	0.01280	0.01666	0.12676	0.48836	0.24434	0.01703	0.00745	0.00226	0.00329	0.01510	0.00571	0.00504
-53	0.01736	0.51071	0.02574	0.01174	0.01618	0.18855	0.01048	0.02134	0.11640	0.01584	0.01086	0.01173	0.00923	0.00581	0.00453	0.00145	0.00719	0.00387	0.00319	0.00781
-54	0.01441	0.01374	0.02335	0.07818	0.67848	0.01387	0.01782	0.01798	0.01374	0.01960	0.04271	0.01624	0.01146	0.00569	0.00601	0.00180	0.00701	0.00559	0.00312	0.00920
-55	0.00864	0.00608	0.00768	0.00829	0.00912	0.00621	0.00583	0.01102	0.05627	0.01623	0.02733	0.40186	0.05431	0.09343	0.15741	0.00401	0.00616	0.01207	0.10282	0.00525
-56	0.00790	0.00566	0.00759	0.00870	0.00938	0.00535	0.00628	0.00952	0.01276	0.01716	0.14447	0.55080	0.04158	0.01746	0.00769	0.00241	0.00373	0.13070	0.00574	0.00512
-57	0.01670	0.01772	0.01578	0.01802	0.18352	0.32519	0.01138	0.01923	0.03799	0.05396	0.04263	0.13737	0.06191	0.00907	0.00617	0.00184	0.00752	0.02262	0.00409	0.00729
-58	0.01334	0.11124	0.42838	0.02087	0.13203	0.01536	0.15763	0.01889	0.01308	0.01863	0.01087	0.01336	0.00820	0.00547	0.00581	0.00184	0.00860	0.00496	0.00271	0.00870
-59	0.01298	0.01290	0.01808	0.01555	0.01560	0.01800	0.01294	0.01433	0.00923	0.01446	0.00822	0.01357	0.00818	0.01189	0.04901	0.00291	0.74766	0.00531	0.00266	0.00653
-60	0.00875	0.00583	0.00656	0.00656	0.00656	0.00583	0.00365	0.00875	0.00875	0.01166	0.01895	0.03937	0.02187	0.78858	0.03062	0.00583	0.00583	0.00875	0.00365	0.00365
-61	0.01285	0.05161	0.57981	0.01667	0.02438	0.02558	0.06373	0.04482	0.05530	0.01972	0.01258	0.04374	0.00970	0.00638	0.00585	0.00191	0.00839	0.00523	0.00303	0.00870
-62	0.01180	0.01114	0.01883	0.68262	0.12952	0.01348	0.01692	0.01575	0.01224	0.01590	0.01077	0.01590	0.00821	0.00593	0.00601	0.00198	0.00791	0.00535	0.00271	0.00704
-63	0.02312	0.10457	0.03916	0.01066	0.01510	0.01105	0.00914	0.06612	0.01658	0.52692	0.04909	0.02072	0.01561	0.05570	0.00734	0.00204	0.00544	0.00598	0.00636	0.00931
-64	0.01254	0.24364	0.08561	0.01011	0.01361	0.01324	0.00919	0.01728	0.12314	0.04532	0.19777	0.11623	0.05478	0.02440	0.00634	0.00188	0.00499	0.00799	0.00477	0.00717
-65	0.01780	0.09740	0.22898	0.02020	0.21534	0.01359	0.05151	0.02187	0.01435	0.23910	0.01463	0.01548	0.01039	0.00605	0.00576	0.00180	0.00711	0.00518	0.00415	0.00931
-66	0.01136	0.01069	0.01804	0.77412	0.04143	0.01337	0.01671	0.01537	0.01203	0.01537	0.01069	0.01604	0.00802	0.00601	0.00601	0.00200	0.00802	0.00535	0.00267	0.00668
-67	0.04336	0.01017	0.01814	0.05304	0.01884	0.01009	0.25028	0.02649	0.01274	0.04091	0.02200	0.37282	0.02347	0.01267	0.02288	0.00238	0.03748	0.01135	0.00441	0.00647
-68	0.01554	0.05122	0.32916	0.01880	0.13851	0.04489	0.07491	0.02009	0.01385	0.14817	0.01492	0.07698	0.01194	0.00697	0.00600	0.00189	0.00760	0.00604	0.00379	0.00871
-69	0.01738	0.01342	0.02305	0.06661	0.46190	0.01312	0.10137	0.02087	0.01447	0.18662	0.01421	0.01638	0.01062	0.00583	0.00612	0.00184	0.00709	0.00572	0.00399	0.00938
-70	0.01123	0.01052	0.01750	0.70517	0.03876	0.01314	0.01601	0.01498	0.01189	0.01533	0.01171	0.05454	0.00961	0.00684	0.00665	0.00205	0.03873	0.00593	0.00282	0.00659
-71	0.01581	0.01527	0.02123	0.11870	0.45603	0.11740	0.03027	0.01952	0.04104	0.05543	0.01297	0.04600	0.01091	0.00630	0.00599	0.00182	0.00749	0.00575	0.00341	0.00865
-72	0.01501	0.58928	0.22507	0.01212	0.01827	0.02118	0.01348	0.01829	0.01235	0.01546	0.00901	0.01046	0.00769	0.00530	0.00435	0.00145	0.00709	0.00354	0.00256	0.00803
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 15 follows, 38 sequences, length 83
-# corresponding to MSA columns:
-# 1023-1105
-name=unknown_P
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-1	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-2	0.00859	0.00645	0.00967	0.00967	0.01074	0.00752	0.00752	0.01074	0.00967	0.01396	0.01611	0.02363	0.01504	0.04512	0.76474	0.00967	0.01611	0.00645	0.00322	0.00537
-3	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-4	0.01328	0.26174	0.53745	0.01507	0.02283	0.01695	0.01861	0.01874	0.01256	0.01757	0.01006	0.01178	0.00765	0.00554	0.00515	0.00172	0.00815	0.00407	0.00255	0.00854
-5	0.25519	0.09090	0.01044	0.00778	0.01033	0.00981	0.00625	0.01342	0.01376	0.02239	0.31692	0.06594	0.13567	0.01025	0.00577	0.00186	0.00382	0.00833	0.00513	0.00602
-6	0.00876	0.00640	0.00825	0.00774	0.00924	0.00602	0.00582	0.01213	0.04416	0.02416	0.72074	0.04409	0.05532	0.01214	0.00706	0.00190	0.00291	0.01073	0.00660	0.00582
-7	0.01216	0.03047	0.72609	0.01750	0.02627	0.01402	0.05291	0.01906	0.01277	0.01906	0.01086	0.01285	0.00769	0.00569	0.00578	0.00191	0.00894	0.00456	0.00256	0.00886
-8	0.01225	0.06682	0.72336	0.01682	0.02554	0.01443	0.02167	0.01900	0.01268	0.01882	0.01068	0.01256	0.00763	0.00569	0.00563	0.00188	0.00878	0.00439	0.00254	0.00884
-9	0.01344	0.01930	0.21653	0.02360	0.10507	0.01432	0.43796	0.01873	0.01391	0.01950	0.04861	0.01663	0.01117	0.00563	0.00663	0.00196	0.00914	0.00643	0.00309	0.00834
-10	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-11	0.02006	0.01352	0.13642	0.01287	0.01773	0.00976	0.08670	0.02335	0.01561	0.43637	0.07127	0.09325	0.01836	0.00833	0.00633	0.00194	0.00595	0.00729	0.00595	0.00897
-12	0.01444	0.46254	0.32167	0.01390	0.04352	0.01956	0.01533	0.01844	0.01246	0.01629	0.00943	0.01104	0.00774	0.00538	0.00467	0.00155	0.00744	0.00378	0.00257	0.00825
-13	0.01287	0.05109	0.50653	0.01951	0.02740	0.01468	0.24450	0.01909	0.01316	0.01896	0.01115	0.01371	0.00810	0.00549	0.00609	0.00192	0.00921	0.00524	0.00270	0.00861
-14	0.13026	0.62465	0.05928	0.01027	0.01536	0.02145	0.01024	0.01838	0.01213	0.04018	0.00897	0.01015	0.00778	0.00531	0.00399	0.00141	0.00625	0.00337	0.00289	0.00768
-15	0.01761	0.38696	0.10169	0.01257	0.01733	0.21561	0.01173	0.07430	0.04845	0.01744	0.01050	0.01172	0.00869	0.00585	0.00475	0.00150	0.00765	0.00394	0.03388	0.00784
-16	0.01389	0.12851	0.44722	0.01525	0.02221	0.01535	0.04395	0.02203	0.16503	0.04908	0.01390	0.01477	0.01023	0.00620	0.00562	0.00185	0.00759	0.00494	0.00351	0.00889
-17	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-18	0.09614	0.00806	0.00834	0.00787	0.00982	0.04188	0.00597	0.01290	0.04937	0.02207	0.43061	0.05744	0.20368	0.01192	0.00663	0.00192	0.00355	0.01010	0.00587	0.00585
-19	0.00930	0.00750	0.01024	0.01005	0.01108	0.03256	0.00778	0.01128	0.00984	0.01391	0.01558	0.02336	0.01473	0.07555	0.66686	0.00885	0.05650	0.00640	0.00321	0.00541
-20	0.04835	0.00821	0.00886	0.00876	0.01080	0.00848	0.00651	0.01626	0.23590	0.01958	0.06936	0.24662	0.26233	0.01349	0.00681	0.00213	0.00376	0.01159	0.00571	0.00648
-21	0.00738	0.00526	0.00697	0.00831	0.00865	0.00492	0.00551	0.00839	0.01142	0.01522	0.03265	0.75789	0.03914	0.04650	0.00850	0.00256	0.00357	0.01680	0.00551	0.00484
-22	0.05955	0.01598	0.01702	0.01330	0.01791	0.01771	0.01092	0.60132	0.10240	0.05930	0.01553	0.01527	0.01107	0.00725	0.00592	0.00183	0.00628	0.00548	0.00597	0.00998
-23	0.01409	0.01348	0.02298	0.20288	0.59131	0.01408	0.01807	0.01777	0.01332	0.01869	0.01118	0.01515	0.00919	0.00551	0.00597	0.00184	0.00734	0.00536	0.00291	0.00889
-24	0.00770	0.00612	0.00691	0.00671	0.00849	0.00533	0.00503	0.00977	0.01510	0.01955	0.34894	0.05246	0.45856	0.01400	0.00710	0.00197	0.00296	0.01193	0.00602	0.00533
-25	0.03340	0.01238	0.09156	0.01100	0.01537	0.01004	0.00979	0.08755	0.06286	0.40185	0.14538	0.02469	0.05014	0.00839	0.00620	0.00188	0.00515	0.00691	0.00644	0.00901
-26	0.01527	0.63783	0.17876	0.01168	0.01759	0.02181	0.01271	0.01822	0.01232	0.01515	0.00886	0.01027	0.00770	0.00526	0.00424	0.00141	0.00693	0.00347	0.00257	0.00796
-27	0.00750	0.00602	0.00670	0.00672	0.00841	0.00521	0.00497	0.00932	0.01434	0.01821	0.23720	0.13140	0.49315	0.01485	0.00717	0.00204	0.00304	0.01269	0.00586	0.00521
-28	0.01013	0.00913	0.00889	0.00912	0.01065	0.08686	0.00655	0.01382	0.12305	0.01733	0.07107	0.37153	0.19243	0.03132	0.00754	0.00224	0.00438	0.01267	0.00541	0.00586
-29	0.01289	0.01279	0.01837	0.13025	0.01966	0.01766	0.01370	0.01461	0.00964	0.01461	0.00832	0.01360	0.00792	0.00985	0.01767	0.00254	0.66142	0.00528	0.00264	0.00660
-30	0.02460	0.01254	0.01727	0.01304	0.01789	0.01199	0.08570	0.20511	0.01969	0.49657	0.02017	0.01851	0.01311	0.00714	0.00615	0.00186	0.00603	0.00600	0.00662	0.01001
-31	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-32	0.00909	0.00594	0.00691	0.00704	0.00737	0.00600	0.00447	0.00975	0.00968	0.01351	0.02009	0.03946	0.02204	0.59615	0.06253	0.00527	0.00600	0.07420	0.09037	0.00412
-33	0.01524	0.01057	0.01439	0.01443	0.10502	0.01067	0.04887	0.08069	0.16130	0.15500	0.08688	0.17332	0.05107	0.01045	0.00664	0.00205	0.00512	0.03452	0.00569	0.00809
-34	0.01814	0.01195	0.01343	0.01153	0.01519	0.01295	0.00912	0.06044	0.47617	0.21487	0.03647	0.02198	0.01766	0.00796	0.00603	0.00195	0.00481	0.00656	0.04330	0.00949
-35	0.01203	0.01168	0.01220	0.01159	0.01290	0.15154	0.00898	0.02857	0.01158	0.01483	0.01542	0.10004	0.01516	0.02926	0.41907	0.00620	0.12273	0.00690	0.00342	0.00590
-36	0.14177	0.02597	0.02090	0.09676	0.50142	0.01445	0.01577	0.01831	0.03637	0.02026	0.01102	0.01427	0.00910	0.00578	0.00623	0.00186	0.04294	0.00504	0.00315	0.00863
-37	0.02063	0.08703	0.16734	0.01299	0.01842	0.01455	0.01246	0.26393	0.03417	0.25408	0.01692	0.04336	0.01215	0.00724	0.00583	0.00182	0.00645	0.00567	0.00543	0.00953
-38	0.01851	0.01695	0.13131	0.05330	0.02137	0.07536	0.13369	0.16761	0.03348	0.18977	0.01691	0.08516	0.01323	0.00760	0.00626	0.00192	0.00732	0.00665	0.00486	0.00873
-39	0.00878	0.00592	0.00691	0.00712	0.00728	0.00591	0.00437	0.00912	0.00941	0.01250	0.02096	0.07603	0.02403	0.67217	0.02722	0.00536	0.00570	0.08337	0.00393	0.00390
-40	0.00806	0.00580	0.00713	0.00755	0.00813	0.00572	0.00500	0.00895	0.01046	0.01383	0.02895	0.26012	0.13445	0.32145	0.14268	0.00490	0.00644	0.01143	0.00444	0.00451
-41	0.01264	0.01063	0.01239	0.00906	0.01407	0.00832	0.00722	0.04792	0.01341	0.02058	0.04832	0.03125	0.01205	0.00529	0.00473	0.00102	0.00445	0.00432	0.00388	0.72844
-42	0.01325	0.00785	0.01072	0.00973	0.01149	0.00839	0.00749	0.04327	0.01216	0.17008	0.05205	0.02571	0.01757	0.15528	0.38403	0.00639	0.04689	0.00685	0.00442	0.00637
-43	0.00846	0.00571	0.00664	0.00692	0.00699	0.00564	0.00403	0.00867	0.00930	0.01240	0.02179	0.18819	0.02545	0.63488	0.02604	0.00516	0.00536	0.01042	0.00403	0.00389
-44	0.01549	0.66254	0.12579	0.01178	0.01745	0.02219	0.04056	0.01820	0.01236	0.01499	0.00883	0.01031	0.00776	0.00522	0.00423	0.00140	0.00690	0.00353	0.00259	0.00789
-45	0.01407	0.01716	0.10650	0.12394	0.02997	0.04967	0.45722	0.05187	0.01442	0.01920	0.01277	0.05104	0.01022	0.00606	0.00670	0.00200	0.00928	0.00681	0.00320	0.00790
-46	0.00762	0.00595	0.00691	0.00702	0.00853	0.00524	0.00513	0.00949	0.01440	0.01871	0.28460	0.19106	0.38398	0.01494	0.00721	0.00206	0.00306	0.01292	0.00593	0.00524
-47	0.01299	0.00676	0.00841	0.00770	0.00971	0.00626	0.00589	0.01547	0.01493	0.17511	0.26682	0.10385	0.06583	0.01122	0.02282	0.00197	0.00367	0.00891	0.24518	0.00650
-48	0.31225	0.01092	0.01099	0.00863	0.01311	0.01022	0.00694	0.01663	0.04345	0.02276	0.04454	0.01342	0.01066	0.00539	0.00438	0.00134	0.00447	0.00393	0.00387	0.45210
-49	0.01233	0.01201	0.01680	0.01472	0.01481	0.01648	0.01209	0.01366	0.00948	0.01455	0.01095	0.09527	0.01161	0.01303	0.05346	0.00294	0.65991	0.00657	0.00297	0.00634
-50	0.00867	0.00582	0.00665	0.00669	0.00678	0.00578	0.00383	0.00885	0.00927	0.01242	0.05382	0.07464	0.02435	0.71600	0.02844	0.00549	0.00558	0.00924	0.00388	0.00380
-51	0.01157	0.00685	0.00887	0.00797	0.01000	0.00616	0.00612	0.01419	0.01674	0.14945	0.55679	0.04197	0.11623	0.01174	0.00692	0.00190	0.00325	0.01022	0.00666	0.00641
-52	0.01465	0.01446	0.02366	0.14672	0.57836	0.04675	0.05129	0.01827	0.01361	0.01877	0.01117	0.01495	0.00920	0.00548	0.00600	0.00182	0.00758	0.00538	0.00294	0.00892
-53	0.00770	0.00541	0.00719	0.00854	0.00902	0.00511	0.00593	0.00897	0.01178	0.01587	0.03254	0.68819	0.03841	0.01821	0.00761	0.00244	0.00366	0.08353	0.03490	0.00498
-54	0.00744	0.00536	0.00708	0.00841	0.00889	0.00500	0.00574	0.00859	0.01174	0.01553	0.03438	0.71510	0.07232	0.01857	0.00768	0.00244	0.00357	0.05166	0.00558	0.00493
-55	0.21021	0.12206	0.07313	0.01354	0.01851	0.02820	0.11518	0.20196	0.04832	0.09520	0.01282	0.01368	0.00942	0.00618	0.00532	0.00180	0.00665	0.00488	0.00441	0.00852
-56	0.01575	0.01374	0.01357	0.01032	0.01523	0.12652	0.00817	0.05085	0.01432	0.08228	0.01176	0.01299	0.00930	0.00511	0.00481	0.00112	0.00561	0.00391	0.00394	0.59070
-57	0.05453	0.25264	0.29058	0.01382	0.01993	0.09360	0.01474	0.12741	0.04430	0.02063	0.01091	0.01212	0.00844	0.00592	0.00510	0.00167	0.00765	0.00421	0.00333	0.00847
-58	0.01188	0.01153	0.01851	0.68178	0.03902	0.04322	0.04921	0.01579	0.01240	0.01562	0.01147	0.01770	0.00902	0.00636	0.00612	0.00202	0.00814	0.03070	0.00281	0.00672
-59	0.01519	0.01230	0.01393	0.01020	0.01541	0.01080	0.00826	0.20249	0.01661	0.02439	0.01167	0.01299	0.00926	0.00518	0.00486	0.00113	0.00502	0.00405	0.00421	0.61204
-60	0.01004	0.00586	0.00818	0.00795	0.00854	0.00576	0.00550	0.00947	0.02570	0.01386	0.14112	0.03993	0.02014	0.06398	0.05441	0.52765	0.00528	0.00669	0.00358	0.03636
-61	0.02265	0.01278	0.01513	0.01168	0.01636	0.01262	0.00956	0.26569	0.08545	0.35211	0.01898	0.01758	0.01286	0.00705	0.00584	0.00173	0.00551	0.00558	0.00635	0.11449
-62	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-63	0.01183	0.01146	0.01697	0.30728	0.02487	0.01506	0.01362	0.01420	0.01078	0.01501	0.01459	0.01900	0.08630	0.00929	0.01311	0.00233	0.39880	0.00608	0.00296	0.00646
-64	0.01420	0.01623	0.03550	0.02535	0.03144	0.01521	0.72921	0.01927	0.01420	0.01927	0.01217	0.01623	0.00913	0.00507	0.00710	0.00203	0.01014	0.00710	0.00304	0.00811
-65	0.01045	0.00522	0.00784	0.00784	0.00784	0.00522	0.00522	0.00784	0.00784	0.01045	0.01045	0.01829	0.01045	0.02090	0.02351	0.82497	0.00522	0.00522	0.00261	0.00261
-66	0.37340	0.01084	0.01176	0.00950	0.01375	0.01085	0.00784	0.02431	0.01421	0.44150	0.01712	0.01586	0.01128	0.00664	0.00505	0.00186	0.00492	0.00485	0.00584	0.00863
-67	0.00741	0.00548	0.00693	0.00789	0.00864	0.00500	0.00541	0.00871	0.01244	0.01637	0.10773	0.58416	0.16666	0.01757	0.00752	0.00232	0.00335	0.01572	0.00569	0.00500
-68	0.01121	0.00561	0.00561	0.00561	0.00701	0.00561	0.00421	0.01402	0.01262	0.02243	0.01962	0.02243	0.01542	0.00701	0.00421	0.00140	0.00280	0.00561	0.82198	0.00561
-69	0.00877	0.00620	0.00777	0.00735	0.00876	0.00569	0.00539	0.01113	0.01575	0.03766	0.57071	0.04541	0.13715	0.09468	0.00956	0.00233	0.00323	0.01077	0.00620	0.00549
-70	0.00868	0.00587	0.00691	0.00696	0.00708	0.00598	0.00413	0.00895	0.00895	0.01205	0.01919	0.06567	0.02182	0.68105	0.10742	0.00611	0.00683	0.00882	0.00367	0.00387
-71	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-72	0.01608	0.79220	0.03152	0.01029	0.01544	0.02380	0.01029	0.01801	0.01222	0.01415	0.00836	0.00965	0.00772	0.00515	0.00386	0.00129	0.00643	0.00322	0.00257	0.00772
-73	0.00840	0.00641	0.00777	0.00780	0.00923	0.00603	0.00570	0.01155	0.06806	0.02035	0.37117	0.23029	0.19630	0.01425	0.00717	0.00207	0.00319	0.01251	0.00611	0.00564
-74	0.00794	0.00682	0.00689	0.00674	0.00892	0.00612	0.00509	0.01110	0.09056	0.01719	0.05708	0.05414	0.67136	0.01449	0.00701	0.00203	0.00323	0.01207	0.00564	0.00555
-75	0.01207	0.03112	0.75741	0.01715	0.02604	0.01397	0.02223	0.01905	0.01270	0.01905	0.01080	0.01270	0.00762	0.00572	0.00572	0.00191	0.00889	0.00445	0.00254	0.00889
-76	0.00897	0.00595	0.00718	0.00718	0.00757	0.00620	0.00460	0.00976	0.00937	0.01333	0.01837	0.03395	0.01962	0.53477	0.19680	0.00625	0.00788	0.00789	0.09012	0.00425
-77	0.44268	0.01022	0.00951	0.00831	0.01169	0.01111	0.00671	0.02026	0.07286	0.16074	0.01492	0.01546	0.01092	0.00644	0.00445	0.00178	0.00436	0.00456	0.17575	0.00727
-78	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-79	0.01401	0.01064	0.01263	0.00910	0.01437	0.00811	0.00731	0.01665	0.01298	0.09742	0.01207	0.01332	0.00954	0.00477	0.00462	0.00099	0.00453	0.00383	0.00397	0.73913
-80	0.05878	0.06892	0.21561	0.01183	0.01697	0.01122	0.01195	0.04795	0.01546	0.30144	0.12772	0.05108	0.01915	0.00790	0.00591	0.00186	0.00586	0.00643	0.00534	0.00861
-81	0.01396	0.00713	0.00764	0.00690	0.00896	0.00715	0.00536	0.08164	0.01454	0.10137	0.01958	0.02149	0.01489	0.00707	0.00457	0.00149	0.00340	0.00564	0.66070	0.00652
-82	0.01990	0.00905	0.01184	0.00975	0.01323	0.00819	0.00779	0.02333	0.07006	0.46008	0.19531	0.06271	0.06284	0.00954	0.00643	0.00192	0.00438	0.00807	0.00698	0.00862
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 16 follows, 38 sequences, length 11
-# corresponding to MSA columns:
-# 1107-1117
-name=unknown_Q
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01260	0.01137	0.01774	0.11464	0.31249	0.01106	0.04406	0.01535	0.01221	0.01743	0.01273	0.01966	0.01176	0.16877	0.01083	0.00247	0.00651	0.00574	0.00321	0.18936
-1	0.00828	0.00637	0.00892	0.00892	0.01020	0.00701	0.00690	0.01030	0.01051	0.01444	0.02547	0.03079	0.16821	0.03888	0.60655	0.00807	0.01339	0.00775	0.00372	0.00531
-2	0.01440	0.01537	0.02990	0.02434	0.11631	0.01590	0.46454	0.04555	0.01364	0.01903	0.01126	0.01535	0.00896	0.00633	0.00956	0.00212	0.16988	0.00644	0.00306	0.00805
-3	0.05324	0.16223	0.19364	0.01474	0.01975	0.01385	0.16772	0.01665	0.01261	0.04215	0.01553	0.17420	0.01493	0.00833	0.00631	0.00190	0.02759	0.00741	0.00356	0.04364
-4	0.18000	0.00729	0.00799	0.00775	0.00947	0.00766	0.00581	0.01151	0.01173	0.01850	0.14190	0.05286	0.17449	0.12839	0.20485	0.00448	0.00711	0.00839	0.00448	0.00534
-5	0.01161	0.01060	0.00875	0.00843	0.00907	0.16423	0.00531	0.01194	0.01048	0.01230	0.01694	0.03341	0.01892	0.62522	0.02536	0.00494	0.00688	0.00773	0.00353	0.00434
-6	0.01134	0.00745	0.00922	0.00947	0.01098	0.00747	0.00681	0.01587	0.16416	0.10852	0.03019	0.53161	0.03225	0.01521	0.00715	0.00229	0.00396	0.01359	0.00593	0.00651
-7	0.01257	0.10831	0.04758	0.37384	0.02961	0.01351	0.09223	0.01621	0.01243	0.01687	0.01057	0.01424	0.00832	0.00539	0.00546	0.00163	0.00718	0.00479	0.00292	0.21634
-8	0.01728	0.01199	0.01469	0.01370	0.10569	0.03183	0.00959	0.02294	0.16592	0.20869	0.01694	0.01685	0.01246	0.00615	0.00542	0.00151	0.00520	0.00511	0.00500	0.32302
-9	0.00834	0.00592	0.00767	0.00870	0.00938	0.00572	0.00638	0.00972	0.01177	0.01544	0.03130	0.37077	0.07302	0.17870	0.01263	0.00323	0.00458	0.22674	0.00517	0.00484
-10	0.00853	0.00601	0.00729	0.00751	0.00892	0.00535	0.00542	0.01025	0.01394	0.05439	0.22348	0.31217	0.28386	0.01539	0.00726	0.00213	0.00325	0.01348	0.00594	0.00542
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	2
-
-[block]
-# block no. 17 follows, 38 sequences, length 20
-# corresponding to MSA columns:
-# 1120-1139
-name=unknown_R
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00781	0.00605	0.00711	0.00700	0.00859	0.00535	0.00519	0.00993	0.01514	0.01999	0.39174	0.11224	0.35398	0.01411	0.00715	0.00200	0.00298	0.01218	0.00609	0.00535
-1	0.04398	0.01154	0.01371	0.04978	0.08546	0.03919	0.03390	0.22525	0.01783	0.04414	0.07602	0.06376	0.01693	0.00784	0.00560	0.00174	0.00530	0.00652	0.24385	0.00764
-2	0.01715	0.53187	0.06252	0.01216	0.01669	0.19090	0.01136	0.01920	0.01315	0.01454	0.00866	0.01030	0.00773	0.00576	0.00533	0.00146	0.05744	0.00356	0.00269	0.00753
-3	0.01452	0.01419	0.04508	0.02711	0.45243	0.01376	0.03972	0.02120	0.17826	0.02086	0.01424	0.01630	0.01139	0.00589	0.00585	0.00176	0.00646	0.00551	0.00374	0.10171
-4	0.02027	0.01587	0.01802	0.01423	0.01866	0.05030	0.06910	0.43007	0.18706	0.07037	0.01684	0.01676	0.01222	0.00803	0.02218	0.00203	0.00680	0.00585	0.00569	0.00965
-5	0.03653	0.00982	0.01247	0.00989	0.01386	0.00881	0.00797	0.03411	0.01343	0.23486	0.01570	0.01735	0.01200	0.01481	0.17775	0.00326	0.02912	0.00503	0.00466	0.33857
-6	0.01243	0.11567	0.46759	0.01434	0.02082	0.01345	0.01686	0.01750	0.01216	0.05040	0.01229	0.01516	0.00964	0.01466	0.17761	0.00359	0.01006	0.00482	0.00292	0.00801
-7	0.00810	0.00613	0.00747	0.00714	0.00874	0.00550	0.00535	0.01056	0.01606	0.02183	0.54769	0.04871	0.25838	0.01315	0.00710	0.00193	0.00290	0.01141	0.00632	0.00550
-8	0.01490	0.01059	0.01712	0.60103	0.03552	0.01234	0.01492	0.01853	0.01321	0.18312	0.01365	0.01704	0.00958	0.00634	0.00602	0.00197	0.00736	0.00551	0.00376	0.00749
-9	0.01436	0.01579	0.03298	0.02798	0.19460	0.01500	0.56806	0.01909	0.01409	0.01936	0.01198	0.01592	0.00922	0.00514	0.00684	0.00197	0.00946	0.00671	0.00303	0.00843
-10	0.02280	0.00931	0.01262	0.00999	0.01391	0.00812	0.00812	0.02524	0.01718	0.58946	0.18792	0.02602	0.02438	0.00855	0.00629	0.00187	0.00460	0.00714	0.00726	0.00920
-11	0.20856	0.01088	0.01291	0.01019	0.01456	0.01045	0.00840	0.07160	0.01635	0.52474	0.03844	0.01829	0.01378	0.00714	0.00555	0.00186	0.00505	0.00550	0.00649	0.00927
-12	0.02363	0.01390	0.01391	0.01139	0.01529	0.17976	0.00907	0.02585	0.01716	0.49500	0.11191	0.02138	0.01856	0.00778	0.00604	0.00179	0.00613	0.00617	0.00636	0.00892
-13	0.00831	0.00617	0.00906	0.00938	0.01028	0.00692	0.00708	0.01021	0.01009	0.01428	0.01998	0.19618	0.02065	0.03916	0.59309	0.00803	0.01325	0.00886	0.00376	0.00526
-14	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-15	0.01120	0.01134	0.17631	0.00852	0.01146	0.00744	0.00843	0.01442	0.01219	0.02038	0.01734	0.04789	0.01412	0.00834	0.00633	0.07196	0.00442	0.00573	0.53613	0.00607
-16	0.83108	0.01163	0.00884	0.00791	0.01163	0.01350	0.00651	0.01768	0.01024	0.02699	0.00838	0.00977	0.00651	0.00558	0.00372	0.00186	0.00465	0.00326	0.00372	0.00651
-17	0.01078	0.00844	0.01205	0.01442	0.17769	0.00811	0.00877	0.01430	0.04852	0.04813	0.46685	0.03731	0.09940	0.01061	0.00676	0.00189	0.00400	0.00942	0.00572	0.00683
-18	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-19	0.47108	0.01101	0.01113	0.00916	0.01330	0.01141	0.00756	0.02289	0.01336	0.35303	0.01525	0.01456	0.01027	0.00642	0.00476	0.00186	0.00486	0.00451	0.00539	0.00818
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 18 follows, 38 sequences, length 26
-# corresponding to MSA columns:
-# 1141-1166
-name=unknown_S
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01379	0.01464	0.02948	0.02675	0.22576	0.01398	0.45555	0.01815	0.01402	0.01917	0.01526	0.02116	0.04027	0.00637	0.00687	0.00201	0.00872	0.05656	0.00330	0.00820
-1	0.01014	0.00833	0.01039	0.14077	0.01435	0.03848	0.00750	0.01124	0.00978	0.01292	0.01582	0.03017	0.01692	0.47501	0.09737	0.00508	0.08026	0.00741	0.00332	0.00475
-2	0.74565	0.01149	0.00939	0.00821	0.01203	0.01300	0.00676	0.01892	0.01098	0.10436	0.01001	0.01091	0.00740	0.00578	0.00397	0.00186	0.00470	0.00355	0.00412	0.00691
-3	0.55265	0.08979	0.01234	0.00894	0.01294	0.01383	0.00751	0.02074	0.06323	0.15145	0.01217	0.01251	0.00892	0.00604	0.00431	0.00182	0.00492	0.00399	0.00442	0.00749
-4	0.01478	0.24294	0.40097	0.01372	0.02076	0.01564	0.01596	0.01943	0.01301	0.09360	0.01143	0.01261	0.00853	0.00561	0.00510	0.00162	0.00737	0.00417	0.00316	0.08958
-5	0.06031	0.01363	0.02148	0.01609	0.02091	0.05666	0.26929	0.06069	0.01634	0.31936	0.06862	0.01925	0.01468	0.00675	0.00635	0.00190	0.00717	0.00647	0.00528	0.00877
-6	0.15075	0.00678	0.00700	0.00698	0.00766	0.00706	0.00434	0.01026	0.00928	0.01468	0.01855	0.10902	0.02101	0.57602	0.02367	0.00481	0.00539	0.00864	0.00385	0.00427
-7	0.16413	0.01007	0.01248	0.00991	0.01407	0.00933	0.00812	0.02550	0.01599	0.55600	0.09372	0.02108	0.01764	0.00761	0.00575	0.00186	0.00481	0.00605	0.00672	0.00914
-8	0.15709	0.14609	0.01930	0.03409	0.01704	0.01368	0.15498	0.01764	0.01323	0.09313	0.11515	0.01876	0.01615	0.00709	0.00656	0.00182	0.06902	0.00583	0.08613	0.00722
-9	0.01875	0.14638	0.04574	0.01097	0.01509	0.01287	0.00944	0.02467	0.19063	0.30136	0.01946	0.01948	0.01428	0.03616	0.08254	0.00269	0.00652	0.00574	0.00543	0.03182
-10	0.01074	0.00647	0.00799	0.13881	0.01321	0.00688	0.00656	0.01358	0.01258	0.02057	0.04838	0.09868	0.01823	0.00823	0.00498	0.00163	0.00378	0.00692	0.56606	0.00572
-11	0.16544	0.01135	0.01362	0.01063	0.01515	0.01094	0.00878	0.11994	0.01747	0.53465	0.01985	0.01783	0.01283	0.00709	0.00564	0.00185	0.00524	0.00548	0.00661	0.00959
-12	0.01277	0.01924	0.26997	0.13967	0.05656	0.01322	0.21211	0.01806	0.02622	0.01875	0.01141	0.01443	0.00859	0.00540	0.00594	0.00178	0.00818	0.00524	0.00296	0.14949
-13	0.01984	0.00959	0.01310	0.14178	0.01839	0.00909	0.00936	0.04219	0.01594	0.44517	0.04631	0.02743	0.15753	0.00883	0.00627	0.00192	0.00520	0.00732	0.00620	0.00851
-14	0.00739	0.00572	0.00674	0.00731	0.00851	0.00507	0.00517	0.00887	0.01316	0.01688	0.13793	0.38205	0.34073	0.01647	0.00736	0.00220	0.00322	0.01443	0.00572	0.00507
-15	0.01291	0.01095	0.01271	0.00912	0.01444	0.00846	0.00731	0.04510	0.01314	0.02037	0.01085	0.01256	0.00897	0.00457	0.00452	0.00093	0.00455	0.00364	0.00367	0.79125
-16	0.01238	0.01047	0.01513	0.33930	0.08427	0.01191	0.01248	0.11505	0.06576	0.01956	0.01856	0.23222	0.01811	0.00989	0.00649	0.00209	0.00625	0.00876	0.00423	0.00710
-17	0.00822	0.00618	0.00793	0.00847	0.00968	0.00543	0.00585	0.00955	0.01168	0.01609	0.02927	0.65118	0.03445	0.01636	0.00712	0.00217	0.00366	0.01476	0.00524	0.14671
-18	0.01123	0.00744	0.01028	0.14079	0.01568	0.00752	0.00850	0.01408	0.01477	0.09286	0.26180	0.04128	0.09849	0.01138	0.00677	0.00206	0.00455	0.15681	0.08749	0.00621
-19	0.01629	0.05151	0.35443	0.01768	0.02466	0.01351	0.21663	0.02146	0.01415	0.19000	0.01409	0.01538	0.00974	0.00592	0.00611	0.00191	0.00827	0.00551	0.00382	0.00894
-20	0.15072	0.00713	0.00824	0.00802	0.00978	0.00710	0.00622	0.01231	0.01507	0.02317	0.47682	0.08583	0.06656	0.01210	0.00668	0.00202	0.00350	0.08710	0.00591	0.00574
-21	0.00735	0.00610	0.00643	0.00635	0.00827	0.00518	0.00476	0.00910	0.01429	0.01761	0.17968	0.05565	0.62902	0.01473	0.00711	0.00201	0.00301	0.01238	0.00577	0.00518
-22	0.02039	0.01952	0.01437	0.01269	0.01583	0.39372	0.00981	0.10400	0.04038	0.11561	0.01498	0.01727	0.01175	0.00712	0.00551	0.00166	0.00781	0.03429	0.14575	0.00756
-23	0.01688	0.58107	0.07316	0.01226	0.01767	0.02067	0.08296	0.01947	0.01301	0.09834	0.01062	0.01171	0.00866	0.00543	0.00454	0.00146	0.00680	0.00400	0.00317	0.00811
-24	0.15507	0.01121	0.01223	0.00909	0.01410	0.00963	0.00734	0.05921	0.01319	0.04582	0.01094	0.01239	0.00877	0.00491	0.00447	0.00115	0.00464	0.00370	0.00387	0.60825
-25	0.01318	0.23488	0.42693	0.05528	0.08770	0.01629	0.01766	0.01811	0.01267	0.01747	0.01216	0.01403	0.03724	0.00592	0.00530	0.00174	0.00779	0.00457	0.00272	0.00836
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	4
-
-[block]
-# block no. 19 follows, 38 sequences, length 13
-# corresponding to MSA columns:
-# 1171-1183
-name=unknown_T
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01219	0.05907	0.44134	0.26369	0.07224	0.01425	0.01966	0.01777	0.01252	0.01766	0.01068	0.01377	0.00786	0.00577	0.00574	0.00190	0.00839	0.00473	0.00261	0.00816
-1	0.01967	0.02392	0.01774	0.01653	0.05043	0.53319	0.01234	0.02124	0.01482	0.01488	0.00902	0.01164	0.00787	0.00731	0.00925	0.00185	0.21405	0.00431	0.00297	0.00698
-2	0.00756	0.00581	0.00692	0.00728	0.00856	0.00517	0.00522	0.00927	0.01383	0.01804	0.23466	0.30770	0.31689	0.01571	0.00730	0.00214	0.00315	0.01375	0.00586	0.00517
-3	0.23722	0.02271	0.01473	0.01316	0.01657	0.49787	0.01010	0.04532	0.01561	0.06131	0.01005	0.01123	0.00791	0.00614	0.00503	0.00166	0.00874	0.00389	0.00361	0.00714
-4	0.23493	0.01109	0.01227	0.00948	0.01414	0.01025	0.00774	0.05477	0.01422	0.26719	0.01460	0.01451	0.01033	0.00588	0.00487	0.00152	0.00483	0.00440	0.00502	0.29798
-5	0.01419	0.01775	0.21089	0.01354	0.01840	0.01470	0.01289	0.02854	0.54723	0.02354	0.02085	0.01986	0.01551	0.00751	0.00601	0.00200	0.00586	0.00618	0.00517	0.00935
-6	0.01263	0.02717	0.56593	0.01932	0.02747	0.01430	0.20975	0.01911	0.01310	0.01911	0.01116	0.01364	0.00802	0.00554	0.00608	0.00194	0.00922	0.00515	0.00267	0.00868
-7	0.23695	0.02415	0.01487	0.01349	0.01675	0.56525	0.01027	0.02234	0.01524	0.01798	0.00905	0.01056	0.00742	0.00604	0.00497	0.00163	0.00921	0.00371	0.00326	0.00685
-8	0.02604	0.01003	0.01366	0.01054	0.01503	0.00868	0.00868	0.02839	0.01721	0.71748	0.06111	0.02174	0.01705	0.00770	0.00610	0.00186	0.00500	0.00630	0.00740	0.01000
-9	0.01247	0.00720	0.00830	0.00740	0.01009	0.00611	0.00577	0.01428	0.01484	0.21273	0.09185	0.04720	0.51293	0.01299	0.00683	0.00198	0.00358	0.01083	0.00614	0.00648
-10	0.01919	0.01306	0.01468	0.01206	0.01567	0.01395	0.00960	0.46411	0.02265	0.10882	0.02040	0.21938	0.01857	0.01033	0.00646	0.00198	0.00563	0.00858	0.00606	0.00881
-11	0.02699	0.01024	0.01396	0.01070	0.01536	0.00884	0.00884	0.02932	0.01722	0.75522	0.02373	0.02048	0.01489	0.00745	0.00605	0.00186	0.00512	0.00605	0.00745	0.01024
-12	0.00811	0.00585	0.00735	0.00753	0.00844	0.00552	0.00523	0.00975	0.01326	0.01807	0.31084	0.24037	0.11402	0.16839	0.04726	0.00319	0.00424	0.01209	0.00550	0.00499
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	9
-
-[block]
-# block no. 20 follows, 38 sequences, length 11
-# corresponding to MSA columns:
-# 1193-1203
-name=unknown_U
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.02095	0.01188	0.01400	0.01161	0.01567	0.01231	0.00930	0.06686	0.36784	0.36467	0.02362	0.02112	0.01633	0.00778	0.00608	0.00195	0.00502	0.00638	0.00673	0.00989
-1	0.01424	0.01333	0.02121	0.02941	0.55346	0.01261	0.01542	0.01757	0.01337	0.01964	0.01115	0.01424	0.00936	0.00512	0.00555	0.00155	0.00642	0.00488	0.00314	0.22832
-2	0.00717	0.00586	0.00633	0.00671	0.00829	0.00503	0.00484	0.00856	0.01312	0.01601	0.05349	0.25280	0.55852	0.01620	0.00726	0.00214	0.00317	0.01388	0.00559	0.00503
-3	0.00774	0.00568	0.00729	0.00800	0.00891	0.00523	0.00569	0.00942	0.01340	0.01796	0.22840	0.45456	0.13687	0.01650	0.00748	0.00226	0.00336	0.05024	0.00586	0.00516
-4	0.01236	0.01132	0.01907	0.02631	0.44519	0.01117	0.05498	0.01527	0.01316	0.01833	0.01904	0.22610	0.01985	0.00996	0.00669	0.00206	0.00620	0.07117	0.00391	0.00785
-5	0.00872	0.00676	0.00967	0.00979	0.01051	0.00782	0.00738	0.01039	0.01008	0.01428	0.02000	0.22742	0.02129	0.06955	0.45310	0.00685	0.08801	0.00929	0.00382	0.00528
-6	0.02270	0.02213	0.01631	0.08152	0.01975	0.49516	0.01133	0.02467	0.01665	0.21337	0.01329	0.01389	0.00969	0.00652	0.00564	0.00167	0.00906	0.00459	0.00423	0.00782
-7	0.02065	0.01727	0.01659	0.01588	0.11501	0.24772	0.01110	0.07685	0.01642	0.21654	0.01400	0.01461	0.01029	0.00639	0.00615	0.00162	0.03978	0.00478	0.00453	0.14381
-8	0.01774	0.01315	0.01597	0.01665	0.17606	0.01408	0.01098	0.36053	0.04321	0.02936	0.01546	0.01693	0.01172	0.00679	0.00552	0.00170	0.00565	0.00550	0.22418	0.00881
-9	0.06134	0.01076	0.01382	0.01146	0.01494	0.05224	0.06318	0.05163	0.01556	0.39069	0.02337	0.22374	0.02009	0.01015	0.00641	0.00201	0.00543	0.00880	0.00611	0.00826
-10	0.22830	0.00740	0.00726	0.00726	0.00930	0.00737	0.00545	0.01134	0.01271	0.01991	0.12530	0.20074	0.31106	0.01307	0.00632	0.00206	0.00355	0.01090	0.00521	0.00550
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 21 follows, 38 sequences, length 24
-# corresponding to MSA columns:
-# 1205-1228
-name=unknown_V
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.02001	0.02467	0.01729	0.15863	0.02280	0.59339	0.01264	0.02201	0.01579	0.01484	0.00951	0.01192	0.00781	0.00633	0.00610	0.00168	0.04048	0.00421	0.00300	0.00690
-1	0.00921	0.00721	0.01030	0.16812	0.01621	0.00738	0.00838	0.01210	0.01499	0.02069	0.43281	0.11648	0.04141	0.01184	0.00697	0.00203	0.00428	0.07486	0.00550	0.02924
-2	0.17036	0.58270	0.02606	0.01027	0.01498	0.08223	0.00969	0.01844	0.01224	0.01662	0.00844	0.00977	0.00750	0.00532	0.00396	0.00142	0.00646	0.00328	0.00283	0.00743
-3	0.01225	0.06591	0.72423	0.01683	0.02555	0.01442	0.02168	0.01900	0.01268	0.01883	0.01068	0.01256	0.00763	0.00569	0.00563	0.00188	0.00878	0.00439	0.00254	0.00884
-4	0.00824	0.00666	0.00767	0.00748	0.00952	0.00558	0.00544	0.00986	0.01281	0.01681	0.06291	0.30532	0.33759	0.01438	0.00681	0.00196	0.00346	0.01247	0.00524	0.15978
-5	0.01095	0.00653	0.00794	0.00789	0.00973	0.00571	0.00579	0.01243	0.01348	0.15530	0.04264	0.34605	0.32227	0.01523	0.00714	0.00217	0.00362	0.01323	0.00594	0.00597
-6	0.11398	0.01118	0.01425	0.23990	0.02254	0.01111	0.01041	0.06627	0.01364	0.09542	0.01200	0.01417	0.00905	0.00556	0.00511	0.00151	0.00577	0.00444	0.00388	0.33981
-7	0.01079	0.00879	0.01211	0.01135	0.01210	0.01056	0.00901	0.01259	0.01224	0.04542	0.18177	0.20380	0.02918	0.01480	0.04530	0.00272	0.29226	0.07454	0.00468	0.00598
-8	0.01046	0.00631	0.00964	0.15229	0.01406	0.00682	0.00724	0.00934	0.00871	0.01149	0.01128	0.01981	0.01105	0.08908	0.02087	0.59397	0.00581	0.00557	0.00272	0.00348
-9	0.01331	0.00689	0.00883	0.00838	0.00995	0.00631	0.00590	0.01451	0.01265	0.22271	0.05889	0.29289	0.05623	0.23813	0.01382	0.00322	0.00458	0.01113	0.00559	0.00607
-10	0.02166	0.01465	0.01800	0.01393	0.01859	0.01551	0.07690	0.39001	0.14433	0.19507	0.01801	0.01731	0.01254	0.00723	0.00614	0.00188	0.00630	0.00595	0.00608	0.00992
-11	0.01031	0.00564	0.00804	0.00815	0.00839	0.00564	0.00551	0.03384	0.00926	0.01236	0.01488	0.16273	0.01598	0.02002	0.01990	0.64031	0.00495	0.00747	0.00330	0.00331
-12	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-13	0.01247	0.01069	0.01247	0.00891	0.01426	0.00802	0.00713	0.01515	0.01247	0.01960	0.01069	0.01247	0.00891	0.00446	0.00446	0.00089	0.00446	0.00356	0.00356	0.82536
-14	0.00904	0.00719	0.00847	0.00753	0.00993	0.00622	0.00574	0.01188	0.03656	0.02100	0.38685	0.04193	0.24863	0.01155	0.00657	0.00175	0.00326	0.00991	0.00573	0.16026
-15	0.21749	0.01039	0.01090	0.00949	0.01221	0.01130	0.00742	0.17572	0.08309	0.02547	0.18476	0.02330	0.04780	0.01064	0.00865	0.13840	0.00472	0.00651	0.00502	0.00673
-16	0.01399	0.02763	0.59409	0.01622	0.02410	0.01459	0.01966	0.15312	0.01578	0.02277	0.03493	0.01405	0.00968	0.00621	0.00582	0.00189	0.00827	0.00483	0.00333	0.00904
-17	0.01558	0.61804	0.05875	0.01338	0.01885	0.02182	0.14636	0.01829	0.01261	0.01530	0.00917	0.01100	0.00798	0.00515	0.00454	0.00145	0.00722	0.00399	0.00266	0.00784
-18	0.03107	0.12435	0.21748	0.02929	0.04145	0.01280	0.01239	0.04101	0.05280	0.01971	0.03883	0.03793	0.01160	0.00601	0.00512	0.00147	0.00610	0.00477	0.00351	0.30232
-19	0.01371	0.36393	0.29683	0.15693	0.02425	0.01821	0.01591	0.01790	0.01236	0.01619	0.00970	0.01198	0.00774	0.00552	0.00495	0.00165	0.00764	0.00407	0.00258	0.00796
-20	0.16658	0.02744	0.61619	0.01540	0.02332	0.01388	0.01926	0.01879	0.01224	0.02055	0.01034	0.01215	0.00741	0.00569	0.00534	0.00190	0.00809	0.00422	0.00276	0.00844
-21	0.02417	0.01022	0.01334	0.01041	0.01471	0.00913	0.00853	0.08055	0.01774	0.60573	0.05239	0.02435	0.08388	0.00832	0.00618	0.00187	0.00496	0.00679	0.00713	0.00960
-22	0.01677	0.01205	0.08140	0.01031	0.01522	0.00893	0.00905	0.02045	0.05274	0.25615	0.06649	0.04544	0.01557	0.00678	0.00547	0.00148	0.00495	0.00560	0.00513	0.36003
-23	0.16683	0.01180	0.01496	0.01290	0.01423	0.01516	0.01064	0.01467	0.00977	0.01725	0.00928	0.01378	0.00863	0.01340	0.10939	0.00321	0.46410	0.00488	0.00300	0.08213
-
-[dist]
-# distance from previous block
-# <min> <max>
-7	16
-
-[block]
-# block no. 22 follows, 38 sequences, length 6
-# corresponding to MSA columns:
-# 1247-1252
-name=unknown_W
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.00733	0.00524	0.00698	0.00838	0.00873	0.00489	0.00558	0.00838	0.01152	0.01536	0.03316	0.78466	0.03979	0.01885	0.00768	0.00244	0.00349	0.01710	0.00558	0.00489
-1	0.01041	0.00709	0.00808	0.00738	0.00993	0.00599	0.00575	0.01235	0.01441	0.11123	0.12398	0.04824	0.47386	0.01304	0.00680	0.00193	0.00356	0.05072	0.00575	0.07949
-2	0.01430	0.02608	0.54722	0.01765	0.02555	0.01352	0.13402	0.02039	0.01351	0.11246	0.01266	0.01425	0.00878	0.00583	0.00598	0.00192	0.00861	0.00507	0.00324	0.00894
-3	0.26692	0.01203	0.01543	0.01222	0.01656	0.01225	0.10707	0.07068	0.07963	0.29248	0.01726	0.01826	0.01233	0.00696	0.00558	0.00193	0.00575	0.03264	0.00543	0.00857
-4	0.19703	0.02395	0.01536	0.01387	0.01690	0.55243	0.01062	0.02202	0.01505	0.01736	0.00901	0.01077	0.00749	0.00635	0.00600	0.00169	0.06019	0.00383	0.00320	0.00685
-5	0.01450	0.01539	0.01823	0.01575	0.01620	0.12585	0.01294	0.01585	0.01034	0.01451	0.00810	0.01283	0.00788	0.00991	0.01768	0.00248	0.66716	0.00506	0.00270	0.00664
-
-[dist]
-# distance from previous block
-# <min> <max>
-0	1
-
-[block]
-# block no. 23 follows, 38 sequences, length 6
-# corresponding to MSA columns:
-# 1254-1259
-name=unknown_X
-#
-# <colnr> <probs for GDERKNQSTAVLIFYWHMCP>
-#	G	D	E	R	K	N	Q	S	T	A	V	L	I	F	Y	W	H	M	C	P
-0	0.01343	0.01028	0.01283	0.00977	0.01415	0.00866	0.03490	0.04640	0.05049	0.08028	0.16725	0.02064	0.01996	0.00666	0.00539	0.00132	0.00449	0.00567	0.00472	0.48271
-1	0.04265	0.10015	0.01305	0.00922	0.01226	0.00970	0.00754	0.01866	0.03805	0.26240	0.27072	0.05409	0.09335	0.00992	0.00664	0.00187	0.02797	0.00820	0.00606	0.00751
-2	0.00774	0.00584	0.00715	0.00741	0.00866	0.00525	0.00533	0.00963	0.01433	0.01908	0.32409	0.28450	0.24864	0.01522	0.00729	0.00211	0.00311	0.01338	0.00600	0.00525
-3	0.01099	0.00669	0.00941	0.09845	0.01363	0.00652	0.00742	0.01259	0.01250	0.13528	0.02900	0.57076	0.03203	0.01550	0.00722	0.00230	0.00428	0.01393	0.00554	0.00596
-4	0.69880	0.01184	0.00961	0.00861	0.01228	0.01373	0.00700	0.02000	0.12855	0.02669	0.01099	0.01183	0.00844	0.00600	0.00411	0.00189	0.00467	0.00383	0.00411	0.00700
-5	0.01499	0.01161	0.03484	0.10038	0.03814	0.03077	0.00958	0.01979	0.11229	0.14220	0.06861	0.04057	0.01539	0.00673	0.00552	0.00153	0.00526	0.00563	0.00467	0.33149
-
-[dist]
-# distance from previous block
-# <min> <max>
-12	79
-
-# created by:
-# /software/SequenceAnalysis/GenePrediction/augustus/3.0.1/scripts/msa2prfl.pl ./aligns/BUSCOaEOG7B0HST.fas
--- a/test-data/arthropoda/scores_cutoff	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-BUSCOaEOG7B0HST	996.48
--- a/test-data/busco.loc	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-arthropoda	Arthropoda data	${__HERE__}/
--- a/test-data/genome.fa	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/genome.fa	Mon Aug 17 06:50:18 2020 -0400
@@ -1,14 +1,892 @@
 >sample
-TGCATCGGTTATTTGCATTGGCTGGCATTTAATTTATGCACAAACACACACGCTGGAACACATTAGTCATACGCAACGTTGCACAAATATTTATTAGCTATTGCAAGTCAGTGCGGGGCAAATAGCACCGTGAAATGCAAACGAAAGCATTGAGTGTGCTGGCATCATCGATTTAGCAGCCATAAATACTGCTCAACACTAAATCAATCATACGCAATGTGGTGCTAATTGATTGAGCAAACATTGCCAAGATGCAATTGCCATGATCAAGG
-GGCGAAGGTTTCTTTGGGCCAAACAGAAGAGTGGTTTCGCCACTTAACTAGAGGTTAATTATTAGATTGTATTAGCCAGCTAGCTGCGTACGAGCATATTGAGCTACTAATGATACCACAAGTTCGCAGTTATCGCCCCAGTGGAACCCTTGAGCTTAATCCCAGTGCCCCATTAAATACTTAAGCGCGGACCCTCCAGCGCTACTCCACTCGAGCGGTTCAACGAACTGGCCAGCACTCGAAACTAAAGCCCTACCATGATTCAATATCAA
-GTTGGCAACTCGAAACCCACTTGGCATTAAGTATGACTGACCTGCAGGCGACTCAACCTCAACCTGAAGCTCAACCTGAAGCTCAACCGGCGCATTCAGCTCCAGCGTTTTGCATTTAGCATTCAGCCGTGTCCAATGCTAAGATCAATGCCACTCCACGCTGGCTGTGCCAACTTCCTGTTGCAGCAACCACTACTACCCTATATGGACACAATGTGCCACGCCACGAGTATAGTGTATCGTACCTACACGAGTATCTGGCCAGTCCGCAG
-TCCTAGTTCTTCCCTGCTCCTTTTTATTTAAACACTTCCTCATTTCGCTTTGTGCCCTGGCATTTGGCAGCTATTCTGTGTCAATTCCCGGTGAGTGTCATTCGAACTGGTGAACCGGAGAATGGAGCAGTCGCCAGCCGAGGATTCAGAGCCAGAACCCCAAACCCAGAACCCAGAAGGCCAGGTGAATGGGATCGGGATTCACCCAGTCCTCGCTCGCCTGGCTGAGTGCCAAGTGTAGTGCAATAAACTTGCCGTCCTGAATGGCTGGC
-AATCAAAGATCTGAATGCAAGATACGATGACATTTACTCGCACATTCAATTGCGCTTTTGATTTGAATATTTACATGCTTTCTGGTCGTAGTCCCAGTTCCGCAGACTCGAGTCCCTCGGGCTGCCATTCTTTCATGTCCTTTCGTTCTATTGACATAGTCAAATTGGCTTTGCTGCACAGCGAGAAAATGTACTTAACTTCCACACAATCCTGGCTATTTGCTGCTATGACTGTAAGCATAATTTATTTTAGGGTAAATGGGTGAGTGACC
-AAAAGGCATGCCGTGCAGTTCATTTTATCAAAGCACCATGACTAACTGGTACAACCATTTTTTCTGCGTGCCTTTCGGGTCAACCGAATCAGGCCCTAATTGATTTTCAAATGTTTCCACAGCGTCTTAAAGTCCAGTCCTTATTTAAACAACTTACTAAGTATTGCAGAGCCTTGGCATACTTAGCTGCAGTTATGCATTTCAAGCATAAACAACTAATTTGACTAATTGATAAGCCATGCAAAGGCAAAGGCATCTCGAGATGTCTTGAG
-TCGACTTCACTGCACTTCTGGCCGGCTTGTCTCGGCCTGGTTGGTTGCGTTTCTGTATCTTTGGCTCCGGCTGTTTGCTTTGTCCATCAACATCTTTTGAGCGGAGGCACTCAGGCGCAAACTGTTGCACTTCAGACCAGTCTGGAGAGCAGTGTTCACTAGGATACGAGTATATACATAGGCTCATGTGGAGCCGGGATCAAGCCACCCCAAACCCCAAACCCCATTAATTGCAATCAATTTCGCTGTCAACACACACTCCAAATAACTGC
-GGGATATTTATTTATGGGCTGCGCTTCCCTTCAGCAACCTTTTGCAACTGAATAATTGCCTTATGACACATTATCATTATTATTAAGGCTGCCACGGGTCGGCAAAGTAATCATTACCTCCTGCCCATATCATCCTGCCCCTGGGCCATGAACCTGGGAATTAGGGAGTCAGCATTGCAGTGCCCACAGCTCCTCTATGCTCATAAATATATTTCCAGCTGGCAACATTATATAATTATTTTGCCATGGATTGCATTGAACTTAGTCCGAGT
-GCGTCGATGTTGCTCGTTTGCTGTTTGCTGTTTGCTATTTCTGTTTGCACTTCTTGCCGCAGGCGCGCAACTCTTCATGTGGCTTCTTCTCGTTTTTAGGCCAGAATCCAGAAGGCAGCGTTCAGAACCCAGAATCCAGAATCCATGTGATGCCTTTGCGTGAATTTCATTTTAAAGTGCAAATATTTGCGGCCTGGCCCGGCCAGTTGCTTAAATGGAAAACTGGGCGAGAAAAAAGAATGCACTGGTAGCTCACAAACAGCCCACACAGA
-AACCAGTAATGAAATTGTGCGGCACTCGTCATTGCGGCACTGGCCTTACATATAAATTATATAAAATATATACACATTTGTTTGGCATTGACCGGCCTACAAAGGAACTGCAGCCAGGGATGCAGCATGGGTATGATTTCCCTATAGTCGTGGCAAATACCTTTAACACGAGTAAGTACAAGTAATGCCCAACTGAGGGCCTTCAAGTAATATTAAGAGAAGATATTTTTAAACATCTATCTTTTTTAAGGACACACATTCTAACTTTATTT
-ACGAGAGACACTGGCACCCTCATACAAAATTCTAGAAAGCTAGTCAGTAAACTAGAACTGCAGTTCTCCCCTGCTTATGACAATAACAGCAATTTGTATTTAAATTTAGGAATGACCAGGGCTCTTCCGCTCCACCCTGGCCAGTATAATTTGTGCATCTCTAGCCAATACAAACTTATTATATACTTGCAAAAGTTGTGCACTGTAAATATTTGCGGCGACCACCCGCACTTTCGCCATGACTACAAAATGGGTGGCATGAAATGGGGGCT
-TTTGGGGGGCAACCGCAGAGAATGCTTGACTTTGGCCGGTAAAAAACTACGCAGACCACCCACCACCCAACCCGGTTTTTCTCTCTTGGCCACGTTTATTGATGGCGGCGGGAAGTGCTTTAATGGAAATTTAAGTATCATCGTTTAAAATGAAGCAGAAAAGCGCAAGCGAACGAAAGACCCTGGAAAATTGCGAGTTGCGACTGGTATTGCGACCCTTGAGCTTTGGTCATTGCGTTGGCAACGCAAATTATTATTTTTATTATTATTGC
-AGGTTTTCGGTGCACATTTATTTCATGCAACTTTACAGCGCTGCACATAGAAATTATGTACAGGCCGCGTGGGCCATAATGCAGATTGCCAACCCGAGAAGGGTAACTCGGAGTGAAATGGCGGGAATTAGGCAAGCAAACAGGCAACTAAAATATGCAACGCAGGCAGTGGGGAAATTTGATGGGCGCCAGAAAAGGCCGTGAAAAGGCCGTAAAACTGGGCCAAGTAATGAGCTACGGCGGCCACACATTAAATATGCAACAATTAAAAG
+GTGGCCGGCTGATTTCACGTCCTAACTTTGGGCTTAACTGGTTCGCCAGTTGACTTTCTTCGCCATCATG
+TGATGCATTAATTAAACAATAATTACTAATTGACAGTAATTAATAATTGTGGCAAAAAGCGCGACACGTT
+TTTTCGGCAAACTCCTCGGAAGACCGATTGTTTAAAGACGTAGGGAAAAGTAGTTCCCAAGCATTTTAAA
+AAGATACCTATGACATGTGACACCTTTAAAGTGCAATACAAGTTTTCATCTCTTTATATCCTTTTACTCC
+CTAATTTGAATATAAAAGGAATCGCATTGAGAGTATAAAGGCTTTAGTTCTTATCGATAGATAGTTAGTG
+ATGAAATAAAATTATAACCGTGGTTTTAGTTTGAAATGTTGTAAAGACTTTCTTTAAATTTAACCAAATT
+TATGTGATAAAATGGATATTCCATAGATAAGACATTTAAGTTAAATGTTTTTATACATCAAAAAGGAAAC
+ATTGTGCACGCTATCAAATGGTATTCTTAAAATCGAGTCAGTTAGGTAAGTTATTAATTAAATGGTAACT
+TTTTAACGTGCGTCAAATAATCTAGAAATTCTTCTTCAACTCATCCAAAACATTCTCAACACCACAATAT
+CTATGCTCAGCGATGACAAATTTCTCCTGATTTCTTAATTTTCTATCTATGCTATGCGATCAATCAACGA
+ATGTGTGCTAATTTCTTGTGACGATTATTTTGCAAAGTCGTCTCCGCGTTAATATCCGATGTAAATAAAC
+CTATGAAAATCGCAAAGATCTATTCCTTTGCGCTTAACCTTGTTATTGAACTCCCTCCCGCCCGGATTTT
+CGCAGCTTCCAACTAAGTGATACCTTTTAAACAAACGCCACAACAAAACAGGTGACAATCATATTTTATC
+AACAAAAGAAAAGAGAGATAATATCTGCTGCTAATTCAATTTATTGGGCTTTGTGTTTATTTGCATTGGG
+AATCCGTGGAGCTGATATTGTTTACTTTGGCAATTTCCCAGTCATTATGGTCGCCGTATAATGTGAATGG
+CCAACAGGAAAATTTCACAGATTCCACTGGTTATTCACTGTTCATGCTGGCGGTTGATCCGCTCCAAATC
+CCGGATGAGGCGGCGGAAGATCCTTATACCGCTTACTTACGTATTCACTGCTTAACATCTTATCATAGAA
+TTCGTTAGCTTTCACATAGTTTGGATTCCGAATGAATCTCTTCTGTCGACCTCGCGTTTTTGGCAATTTT
+CGGAGCTCTTCGCTACTGCTAGTTGATTTAAGGCCTACATCTTTCTGATCCTTAATCATCCTTTTAGGTG
+ATTCTCCTGCTACCATGGGATCCACCAGTTTCATATATAATGGATCGGGCTCGTTTGCAAGTGGGTTTCC
+AGTTTCAGAAGACTCTGACGTTCTAAGCGCCAATAAAATGAAAATAACCAAAAGGAAACTAGACATGTTT
+CGTTACAGACAGATATAGATTGGATATTATTGAAAGAAAATGAAAATAAACAGCGATAATGATCTGTGAC
+TTATTGGAAATTAGATGGCTTATGGATGATGGGGCGATAAATTCGAACAAACACTGAGAGCATTTTTGGG
+AGCATTGTGGGAGCTTTTCTATTATCCAGTACTTTATATACATATATCATTTATATACTAATCATTTCTG
+GTAGCCGTTCGTAATCAGGATCGGATCCTTTTTTACCCGTTAGTCAGCTAGAAGAAACGAAAAATTAAAA
+TAGTAAAATCTAAAAGTATACAAAAATTCAAATAGTAAAACCAAAAAGTATTAAAAAAAATATCAATCGT
+TTTTAAACGTTGATTTTTCAGCTTGTGGGGTGATTTATCGCTAACTTGGAAAATGATAATAAAGCATTAT
+CCATAATATTAGTTGTGGAAATGAAATTCAAATAGATGTTGTGTTATATACGATGAGGATGTTGCATTTG
+AGTCCCCGGAAATATAGTATTTTTTTTACCGAAGGTATTATCGTACCGGTCAAGTACGGTCACACTGCCA
+AGCGCAGATTTGAGGATTTCTAGATTTGGCCTCTTGATGGACTAGAAGCGCTACCAAAACTGGGGCTTGA
+GTTGAATTACCTGTTGGAAGACACAATGCCACCCACGATCAACAATTCGGCGGTAAACAGTGCCGCCGAA
+AAGCGACCCCAGCGGCAAACGGAGCGCAAGTAAGTGAACAGATCCCTAAACAGACGCCAGATACTCAGAC
+TGATGTGTACCTTGCAGATCCGAGATCATTTGCCGCGTGAAGTATGGAAACAACCTGCCGGATATACCAT
+TTGATCTGAAGTTTCTGCAGTACCCCTTCGACAGCCACCGCTTCGTGCAGTACAACCCAACGTCGCTAGA
+GCGTAACTTCAAGTATGACGTGCTGACGGAACACGATTTGGGTGTCACGGTGGACCTGATTAACCGGGAG
+CTCTATCAGGCCGACTCCATGACGCTGCTGGACCCCGCCGATGAAAAACTGCTGGAGGAGGAGACTCTGA
+CGCCCACAGACTCTGTGCGTTCGCGCCAGCATTCGAGGACGGTGTCATGGTTGCGCAAATCCGAGTACAT
+CTCCACCGAGCAGACGCGCTTCCAGCCCCAGAACCTGGAGAACATCGAGGCCAAGGTCGGTTACAACGTC
+AAGAAGTCGCTTCGGGAGGAGACTCTCTACCTGGACCGCGAAGCCCAGATCAAAGCCATCGAGAAGACCT
+TCAGCGACACCAAGAGCGAAATTACCAAGCACTATTCCAAGCCCAATGTGGTGCCAGTGGAGGTACTGCC
+TATCTTCCCCGACTTCACCAACTGGAAGTTCCCGTGCGCCCAGGTCATATTTGACAGTGATCCCGCTCCT
+GCGGGCAAGAACGTGCCCGCCCAGCTGGAGGAGATGTCGCAGGCCATGATTCGTGGTGTGATGGACGAGA
+GCGGCGAACAGTTTGTCGCCTACTTCCTGCCCACAGAGCAGACGCTGGAGAAACGCCGTACAGACTTCAT
+CAATGGCGAGCTGTACAAGGAGGAGGAGGAGTACGAGTACAAGATCGCTCGAGAGTACAACTGGAACGTG
+AAGACCAAAGCTTCCAAGGGCTACGAAGAAAACTACTTCTTCGTGATGCGTCAGGACGGCATCTACTACA
+ACGAGCTAGAAACCCGTGTGCGCCTTAACAAGCGTCGCGTTAAGGTTGGCCAGCAACCCAACAACACCAA
+GCTGGTAAGTATATTTATGCGCATACATCTATAGCGAGCTTTACTTTGTATTATTTCTACCAGGTTGTCA
+AGCATCGTCCATTGGACAGCATGGAGCATCGTATGCAGCGCTATCGCGAGCGCCAGCTAGAAGTTCCTGG
+CGAGGAGGAGGAGATCGTGGAAGAAGTGAGGGAAGAGGAGCAAATGCAAATCATTGGCGAGACGGAGAAG
+ACGAGCGAGGACGCAGCTGTTGGCGCACAGGCAGCATCTGGAGCGGACTCACCCGCCCAGGTAGCCCGCG
+ATCGACAGTCTCGTTCTCGGAGTCGAACTCGCAGCGGGTCCAGTTCAGGATCTGGATCTGGCTCCGGCTC
+TCGGGCCAGCAGCCGCTCAAAGTCTGGTTCTCGGTCTGGTAGCGGCTCCAGATCACGCACAAATTCGCCG
+GCAGGATCCCAGAAATCCGGATCCAGATCGAGATCGGTATCACGTTCCCGATCCCGTTCCAAGTCCGGCT
+CTCGGTCGCGTTCTAGGTCGAGATCCAAGTCCGGTTCCCGATCACGTTCGGGCTCCAGATCTGGCTCTGG
+GTCGCGATCGCCCAGCCGGTCTCGCAGTGGCTCGCCTTCTGGTTCAGGATCCAGCTCTGGAAGCGCCTCA
+GATGAATGATTAATTACAAAAAACGGCGTTCATAATAAATAAGTTTATAATCAACCAAGTACATTTGAAA
+ACTGAACTAACTCGATTTAATATCATTTTCGCCTCAACTCAGCGCTCGGGTTCGTTGCCCAGAATAGTTT
+TAAATAAAATCGGCAGTTTAACATAATTTATATTAGATGTTGTTGTTGTATTGCAAACAAGTCGGGTCCT
+AGTCGATTTACACTTGGCTGAGATAAAACAACTAAGATTCAAATAATATCCTCATAAGAAGATGTAATTA
+AGACGTTTTTCTTAGGGGGTGCTTAGGAATTGATTAGATCGCCTTTGGGGAAGTGCAAACAATGTAAAAT
+GATATAAAAGGGTATAAATTAAGTGGATATATGCATCTTCGTTCCAACTACGTGGCGTCCATCAAAAAGC
+GCTGGAAGACTTCGCCATCGGAACTAGGTAGCTCTGTTTGTTGCGGTGAGTAGATTCTCAAGTTCTGGAG
+TTGCTGCAGCGGAGAGCCATTCCCGCTGAAGTGTACCACCGCAACCGGCTGTAGGGATATGAGCTGTCCC
+TCCTCCCGCGGCTCCACACCACAGATGCCCAGCTTTTGGCACTGCTCAACGACAATGTCGTCGATTGACT
+GCGAAAGCAGTGCCTCCTGCTCAGGATCCACAATGGAGCTGCTGTTGATGGCAGCTATTTCGGCGCTCGC
+TGGTGAAGGCTGAGTATGCGAGTCGTTGCCCTCCAGGAACGCCTTTATCAGCTGCTCCGGTGTCTGGGCC
+TCCTCGGTGGGACATCGATGGGTCCTTTGACTGACCTTGTACCTGAACGTCTTTTGGCAGAGCTCGCACT
+TGTAGGGCATCACTCCCGTGTGGATGCGCGTGTGGACAAGGAAAGAGACTCGCTGCCGGAAACACTTGCC
+TGTGGACGAGTCCGAAATACGAAAAGGTTAGACATGGAGTGACCCGGAAAAGAAGGTATACCTCTCCTTC
+ATTTAAAGTAAATAGGGCAAATCGCAATGGAGTATGCTCATTTATAAGCTGGCTAACAAAATAAGGGGCG
+GCTAATTAAGGGGTTTGATCGATACTCACCGCAGACTTCGCACTTGAAGGGCTTTTCGCCGCTGTGAATC
+CTCTGGTGGTTATGCAGCGTAGACAGTTCCTTGAAGGCGCGTCCACAAACCCCGCAGACATGGGGCTTTA
+CCTCGCTGTGGTAGAGCAAATGCTTGTGGTACGACTGCTGGAAGGTGAAGGTCCTGGCGCAGATCTCGCA
+TGTGTACGGCATCTCGCCGGTGTGGAGCCGCTTGTGCTTCTTCAGAAAGTACTTGGTGGTGAAGGACTTG
+CTGCACACATCGCACTCCCACAGCTTCGGGGTGGCCGTGCCCGACTCCGGCGAACTGGGGGACTGCTGGA
+GCATGCTCAGCGCCCCACTCAGCGCGTATGGCTGGGATGCGGTGCACGTGGAGTTATTTCCGTTGCCAAG
+GGCTCCAGGCTCTGTGTGTCGAATGCGATCGCAAATGCTCAGCTTGGGCGTGGCAGTAACTGCACTGGTG
+GTAGAAGCGGGTGTAGGACTGGGATTAGGATTTGGATTGGGATTGGAGCAGGGCACGCCCATCATGTGCA
+CTACTTTCAGGTGGATTCGAAGGGAGCCCTTCATTCGGAACGTCTTGGAGCAGAGATGGCACTTGTAGGG
+CTCCTGGTCCTGTATAAAGCAATAATCGGAATTTCACTTATATTTATCAATTCATCAATATGCCCTCATG
+GCCAAATATTCCATTACATTACCGTCTGTCTCTCAGTTTCAAATTTATGCACAAAAATCATTCACTTTCA
+TTCACTATATCACAAAGTTGCCATGGTTTTAAATTGATCAAAAACAAATTAATATCTATCATATATATAC
+ATAGTCATATGAACAGTTGAAAAATTAATTGAAAATAATGGGAACGATATACGTACATACATCAGTTGTT
+TTTAAAATATAAGGGTATATAGATTTCTTTCTTGTTGTTGTTGATTTTAATTACGTCAAACTTTTGTTTC
+AGATTCAATGTAAATGGTCTAGCTTTTTAAGTATGATTTTTTTTTGCTGCCAGTGAGCATAGAAAAAAAA
+AATCAAAATCGATATAAGAATATGCGAAAGTGCATTACGAAACTCTTTAGATAATAGCACTTAATATATG
+TACATAGCCAATAGTTACCGGTTCCTTCTGTTGGGGTTCCTTTTGCTTGGGTTCTCCCTCCGCATTTTCG
+TGGACTAAGCGGACGTGCATGTCCCTCAGCTCGGTATTCCGGAAACTGAACTCGCAAATGTCGCAGTGGG
+CGGGCGGGGTGGTCCGCACAGGCGGTGGGGTTGGGACGACGGGCTTGGACCTGGTTCGCTTGGCCCTCCG
+TTTGGGAGGAGCTGCGGCAAGGAAGCCCCGGGACGAGGCGGGTTGGCCATTCGCTGGACTCTCGTTTCCC
+TCCTGAGCCATCAGACTTGTGTGCGAGAACAGGTGGATGGTGAGCTTGTCCAGCCCCAGGAAGAGCTCCT
+TGCAGTTGGCAAAGGGACAGGCCAGTGGGCCGTTGGCCGCCTTGATCAGCCTCTGCTGCAGTGCGTCAAT
+ACTGCCGAAACTGGGCACCGCGCAGAGCGGACACAGCACCGAGGTGGAACACATTTCGCCAGTGCACTCA
+ATCGAATCTTATGCAAATGCTTCACCTCCTATTGGGATTATCCTCCTGTTCGGTCTGTGATCATCTATTC
+AGGAGTCCATTCCCAGACTGCCTAGTCTTTCTGCTTTCAAAATTTTCTAAAAATATCAGCAAGTGAAGAT
+TTTTGAAAACTTTGGGCCCAGCAATCTGACTTCTCGGCACCGATGCCAGCTAACGAAATAATGAAAAATA
+ATGAAATGCCCGGCGCGGATCGTCGAATCGTCAAGAAGACTTTCGGAAACACTCGCAGCACCGAAATCCC
+ATCTCTCGAACAAGGCAGTCTCTTTTCTCCGTGTCTCTGGGTAGCTCATTTCGAAATATAGCTCTGAGCA
+CGGCTATATACTATATGTATGTAGAATTATTTCTGGCCGATATATGTTGCACTGGCGGCCATATAGCCTT
+CGTTCTAGTCTTTGTAACGCACGATGCGCAGGAGCAATTCGCTGAGATGACCACATGCGATTTGCGGGAC
+TTATCTAGAGATCTATCATTATCGCCAGATTGGTTTAATAATTGGCTTTTCCGCCAATATCCAATTGGAA
+TATGGTTGGTTACTGCAATTGTCGCTCCATTTTTTAAGCACTCCATAAAAAGTAAACACATTAATATGTA
+CTCTTATTGGAGATTTCTTCTTTCGATTTTAGTTTCGGACCAGTGAAAATCATTCGTTTCATTTTCGTAA
+ATAAGAACTGAGAAAATATTATTATTATATATATTTCTTTATTAGGAAAATACGAAGATTGAGTATTTCA
+GATTGAATTAGCATATCCGTCTAAATCTTAATGCTGTAATGAGCTTACTTGAGATCTGATCAAAACCAAT
+ACAAAACCCACACCAAAGGTGGTAGCTAATATACATATTTTGTGTAATACTTTTGTAGAGTATTTACTAT
+TCAGCGATTTAAACAAGCAATCGCCTAGACACACACATTTGTCCGCCTATGTGTATGTGCACCGAGCTAT
+ACCCCCACTGAATCGCTGTGTGCTATTTTTATGGCCGCGATGCTCTCTTGTTTTGACCCGCTTGGGCAAC
+GCATTTTATTCGCTGTTTCGTTTAGATGGTCAATTTGTAAACACTGCGATGCCAACACGTGAAGATACGA
+GCATACGGGTTGAGATCATCGGATATCGAACGGAATAATAAATAAATATATTTTAGACTATTATTTTTTC
+TTCGGCAAGGGCAACTCAAGCGATATGATGCTCAGTCCGGAGTGGGAGGTTGTGGAGGATGTGTCATCCT
+TAAGGGAGCTCATGTCGGAGACGGAGGACCGGGCACTAGCCCCGTCGCAGGAGAACTTCTTGCCCTTAAC
+ATTGAGGTAGGAGGCGGTGTCCTGACCCTGCGAGGACTTGCCCGAGGAGCTGCTGTTCCAGGACACGCGG
+CTGCACGTGCGCTTCAGGTGCATCGGCAACTTGATTCCTTTTCGCAAGAGGATTCCAATTATATCCGTGC
+CGCTCTCGTCGCTGTTCGCCAGATCGGTGATCATGTTCAGCGCCTTGGTGTTACGCGCCTCCAGCTCCTG
+TAGAGACAGATCCCGCTCGAACTGCGCCAGGTACTCCTCGCTAAAGGGCCGCGCCTTGATCTCCCGCAAC
+TGTGTCCGGATCTCTCGATTGGCCCTGTCCAGCTTCATTCGCTGGTCATCTAGTTCGCGCTCGATCTTCT
+CCAGAACTGCAGAGTGCTCCGCCCGACTAGCCTTCGCCTTCTCTATTTTGGAAATCAGGTCTTCCTCCTC
+AGCTCGCTGGGCTGCGTGCTTCTGCTGGTAGTGCTGTGCCTTGCACCTGAGAACCTTCAGTTTTTCCAGC
+TCGCGGCAGTAGGCCGCCTCAAGTTCCTTCAGCTCCAGTTCGGCCCGCTCGCGATCTAGAAATTAGAAGT
+ATGGAAAAAATCTACCAATTTAACATTGAATTACACAATTCTAAGCCACCCGGCTTGTAGACATGGCTAG
+AATATGACCGCTTAATGTGCTATTATAGTTACTGAAAGTCGGAACGGACGGACGGAAATGGCCAGATCGA
+CTCAGGTATGGATCTTGATCAAGAATATCTATTCTTTATAGAGCCAGAAAACCTAATTTGTTCCTATTCA
+ATATCTGTATCTGTGAGTGTTATTAAAATTCAAAATTAGAGCAATGTTGCTAATACTAGTAACCCTTTCC
+ACTCTGAATGGTCATTTATAACTCACCCTTTGAGTTTTCGTCCACAGATCGGAATGTTTTTCGGTAGTTA
+TCGTTCGATTTGTCGAACTGGCGCAGTGTGTTTTCCAGGGCGACCACTTCCTTCTCAGCCTTGAGAACCT
+TTTTGTTGAGGGCATCGCCCTCGTCGGCCAGCATCTGCCGTTCCTGGGCGCTCACCACCTTCAGCTGTGT
+GCTGGTCATGATGGAGCCGTCCTCGTTTTTGCCTAGCAATTGGGCGGTAAGTTCAAAGCGCGCCTTCATC
+GCCTCAATCTGCTTCTTCCGCTCCCCGAGGTCGGCTCGCAGGGTGCTTAGTTCCTCGTTAAGATGCTTCT
+TCTTGAGGAGGAGCACATCCTCTTGGCTGCGAAGCTCAACGGTGCGATCTTTGATGGCGCGCCGGAAGGC
+AAGGCGGTGCTGCTCTAGGTCGTAGGTGCCCTGCTCGCAGCCTCCGATGCCAACCTCTAGGTCGCTGCAG
+CGCATCTTGACCATGTTGAGGTCGACTATGAGCTCGGAATTCTCGTATCGAATCTGGCGCAGTCTCTTGA
+CGGTGCCCTCGCAGTACACCTGGGCCTCTTTAATCTTGAACCTGACCATTTCGAGCTCCTTCTCGTCGGC
+GTTGTACTGGACGACCAGGTTGTTCATGTTATAGTTTAGCTTCTTATTCTGCGCCTCCGTGGTGGCGATG
+AGGCGTTGCAACTTTTCATACTCCTGCTCCAGAGTGTTAAGCCGGGCCATGTTTGTGGCCTCTACCTCGG
+GGTCATCTGCCAGACCCTTGATCTCGGCGAGACGCCGCTCCGCCTCCAAGCACTTAAAGGACAGGCTGTA
+ATGGATCTCCGTCTGCCGCTTGAGTTCGTTATTGACCTGCTGCTGATTGCGATTGATCGCTGCCAGGTTG
+GAGTTGAGCGAGTCGTTCTGCACCTTCAAGACCTTCTCCTCGTCCTGCAGCTCGATGACCTGCCTCTGGG
+TGCGGTACAACATCTCGTTGACCTTCTCCTGCTCCTTGTCCAGGTTTCGCAGAGCCGTCTCCTCCGCCTG
+CATCATCTCCTCCAGAATTTGCAGCCGCTGCTCCGCATTGAGGGCCTTGTTCTGTACAGACTTCAGCCGA
+GCGTTAACCTTCTCCATCACCGAAGCGAAGTTCTCCAGCTCCTTGGCCTTCTCATCGCGCTTTTTCATCT
+GACTACGGTTATCCATGCGCTGCAGGTGAACCCGGTTCGAAAGGTTCTCCAGTTCCCGACGCAGTCCGTC
+GATCTCGCGCTCCTTCAGTAATGTGGCATCAATCAGGATCTGGATTTGGTTTTTCATGTCGGAGCTTTCC
+TCGTTGAGGGACTCGATCGCGAGCTCCACCTGGCGGTTGTTCTCGATGACCTCGGTTAGCTGGTTGTCGT
+ACTCCTTGTAGGTCTGAGCCGTCTGCTGGGCTTTCTGGGCCAGCTCCGCACACTCTATCTCGCTGCGCTG
+AATGTCGTGCTCTCGCTGGGTCATCTGGTTCACGGCGCTCTTCCACGTCTCCACCATCTGGCGGCGTTCC
+GCGTGGGCAGACCTGTACAGACAAGCGGTTCGCTCCAGATTCTTCTCCAGCGTCATTTGCTCGTCATAGA
+GGAGCACCACCTGCTTGCGCCGCTTGTCGATGTCCGCCTGCAAGAGCTGACGCTTAATGTTCAGCTCCCG
+TGCCTTTTGCTGGTCATCGAGGTAGTACTTTTCGATTAGCTGGTAGCCCTTGTTTCCGTCTTCCATGGCC
+TCTGTCCACTCCACCAAGGTAGTCTTAGCCGACTTGATGCGGGAAGTCAGCTCATCTATCTCGCGCTTGC
+TCTGGCAAATCTTTCCTGGTCATAGGACAAACAAAAGGGAAATTGCACATGTATCATCAAATGATATATA
+ATAGATGGTTAGTGTGCTTAATAACCAGCAAATTGGTTAGTTGCACATTTTGGTTCTTGGGGTACATTTG
+ACTTACGCTCAGTGACTTTGACATATTCAGTGTACTCCTCCAGCTCCTTGTTATTCTTCCGCAGATCCTC
+CTTGATCTTGTTGCGCTCCAAGATCACAAGCTGGACGTTGTGCGCCTCCTTGATAACATCATCCTTCAGG
+GAGCTGTACAGTGTCTAGGTGGTACTAAGAAATGACCAACAGATCGAGCATATAGCCATATATATAGCAT
+ACCAGGTTCTGCTGAATAGTGCCCTCAATGTTGCGGGTATGTCGTTCCACCGCCATCTCGCGCTCATCCA
+GCGAGTTCATGTGCTGCTGCAGCTCCAGCTTCAACGCCCGCAGAGCAGTCAGTTCCTTTAGGATGGCCAA
+GTTCTCGGCACTCGCCATTGGAATGTCCGAGTCCACCGCCCAGCCGACGGAGGCCATCGCTTCCAGCTTG
+TAGTCGTTCAGCGAGGCATTCTTCATGTCGTCGGTGCGATTCATCGTGTTAGAGATTAGCCTCTCAGCTA
+GGCCGAACTAAATAGGAAAACTTCACACTTGCCACTAATGTTAAAGTGTAAAAACAATTCAGGGCACCCT
+AAGTCTCCCTTTCCGTCACAAAAAAGAACGAGCTACCCATGACAACGTCGTTTGAACGGAGTAACCATTC
+TAAAAATATCAATATCTGAATGCTGCTATAGAACGAAAGTCATGGTAACTAAATAAATACGCTTGTTTAT
+GAAAATATTGCTTTGCTTTGCAAAATAAAATTCAACAAGCTGGATTTTAATGCAATACGAAACATATGCA
+GCTACATGGGAAACCCGTTGAAACTTGAGAAAAGAACTTTCTTCAGAATTCACAAGTTGTGATGCCATAC
+GTGTAATAGAGCTCCTCGACTTTTAGATTACTAAGATCTAGTATCTAGTATTGCGAGGGAGATACAGATA
+TGCAAGTATAAAGGAGACTCCTTCTGAGATTGCGCACTAACAAAAGTTTAATTTATTAAATTGAACAATT
+GAATTAATTAAACAACGATGCAAGAGCAAATATCACTTCGAAAGAAGCTATATACAATTTCCACTTTAGC
+CTTCAGATCAATTTGCCACAAGAAGCATCTGTCATTAATTTTTCTTGACTTTCCAAAGACTTGAAAAATT
+TGCCCACCAATTCTTGTCCACTTTAAAAATCTTAATGGGATCATAATCAATTTTATTTATATTAATTTTG
+AATCATGGTAACAATCTCTCAATAACTTTCCCCTATACTGTGCTGTTCAAAAAATTTACAAAATCTGACA
+TTTTACATTATATCTTTTTATAAATCATCTGAACTTAACCCATTGTCTGTATAAATGTATATGAGACCAA
+GTGGTTTCTTAATTATTAAGTAGAAAAAGAAAAAAAAACATTTTTTTCTAGTTATTAATATTTTATACTA
+CATCCAAGCAGATGAAGTTTACTTCTAAATAAAGCTCATAAATTCATATTCCCTTATTTAAAACAACTCA
+AACTAAAAAAGATTTCTCAAAGCCGGTAGTCATTGTTAAACAACCGTCCCCCCAACTCTACCTCTGACAT
+CTGTATAAAATAAATTATGAATCATATCATTTCACATAGATACAAACTTGCATGTCAAAGTGACAATATT
+TTGAGGTTTAAAAGTATAGAAAATGAAATAAGGGATTTTAAAAGCGCGGGCATAAAGGATTAAGCGCCTT
+GTAGGATGACCATGCAGTCAAAAATGGACAGATCGAACTCATATATTGTTTTATATGGTAGAATACGCAC
+GCACCCTTTTACTTATTTCAAAACTTTTAATGAACTTATTCGAGCTGCATATGGGCAAACAGACGGACGG
+ACATGACAATCAATATCTTAATCAAGAAGGATCGGAACCTGAGATCCAGAAGTTGATACGGACAGACGGA
+CATGTCTAAATATAACCGTCGAATGATCCTAATCAATGATAAACGAAAAGTGTTCGAAAACGATTCGTTC
+CAGTTAATACTTACTTTTTAACGTGTTAATTGTCATTGCACTCTACCCATAATAGCAAAAAAAGCATCAC
+AAACTTCATTAGAGCCGCCATGACTATAATATTAATAACACGCCAGGACAAACTAAAGAAAGCATATATT
+TCCTTTTCATATAATCTTTTTTATTTGTTTGCTTCTTAGTTGTCTTATTTTTTTGTCGTTATCGTAGAGC
+AAATGTGTTTGTTAATGTAACTACATAGTTATTACTTTTATTTGATAATTTAATTCTAGCGTTTTACATT
+TTAGCTTGGCCAGCATCTCGCGAGATGCCAATGCTTTCAGTTAAGTATAATTATATTATTTATATATATA
+TATATATGATTTTAAAGTTATATGTATATATACCACATGTCTGTAATCAGTTTTTCAGTACTGCAAAGAT
+TTGTATCTAGTTTTAATGTAAGATCGATTTCGCTTCTCGGTTTAAATGTTAATCAATTTTTATTACCAGC
+ATTCTGTTCTCTTTCGTATGCGTATGCATCAAGTACAATAGAAGTTATACAATGTTACAGTTTAAATATA
+TATATATATATATATATATATATATATATATATATATATATATATATATAAAAGCATATATAAGCATAGA
+TTATGTAAAGGGGATGTGTACTAAACACAAACTTCGTTTTGTCCGCTTTCCCTTAATCCATTTCTCATCC
+TTTAATTAAACATACACCCAATGATGGCATTTGTTTTTATTTGTTTCTTTATGTAACACAGCTTGCAAAA
+TTTGCATTAAATTTTCTCTTAGACTTGCAAGATAGATAATTACGTTTTATATATTATTAAATCTTTATAT
+GTAACTTTTCAGGGTGGGCGCTTTAATTTATTCAGATCATTTATTTTGGGAGTTATATGTAAAACATTAT
+GAATTCTTTCTTTTCCATATAAGTGTTACTCCTCACCTCCAATGCTTCAGTGTTTCCCCTTCATTGTATT
+TTCATTCACGTTTCTTTCTAATAAGCGTTTATGCACATTGTATGCTTACAAATAATTAAACTCATAGTTA
+AACGCCAGAGAAATAGTTCAACATAACAAATAAAAACTTAATAAAATAATGGTTTGATTATGAATAATAT
+GAGTTAGAATTTGCTTGAGGATAATAAGAATGGGAAAAGCAAACTAAACAAATTTAACTAGAACGAATGC
+AAAGCCCTAATCGACAAATATACCGCTTTGTGCGTTTATGGGTGGACAAATGGTCTTTTATTGAATAATC
+GATGTTTACTATTCAAATTTTTTAAAGGTAACATTTTGTGTGAGAGGTCCATCATTATTTTCTTTCTCGA
+TGTTATCCGTGTTTCCGTTTAACTTTTTTGCAAAACTTGGTAATAAAAAATATATTATACTTATATATTT
+ATATTGAAATTTAGTATGACACGCGCTTGCCAAAATGAAAAATTTAAGGAGCTTGGGAAAACGCGCGCGG
+CGAAACTAACGATCGAAAGAAAAAATGCAAATAGGACCCCCATCCAATTAATCCATCCGGAATATACCCT
+CCTTAATATATTCCATGTAGTATTTTTGTAGTTTCCGATTTGTGTTGCTGTAAATCTGGTTGTTTGTGGA
+AAGCGGGGTTCGGTTGGGTTTTGGTTTGTTGCTTGCTTATGAGAGGTGGAAAGACATGCTGCCTTCGTTA
+GCAGCCACTTTCAGCTTCTGCCTCATCACCTCGCGACTAGAGTAGTCGGGCAACTTTAGATAGTTGACAC
+AGGTCATCACAGATGGTAAGTAATCGTTAGGGTTTTGGTTCTCATCCAACGTCTTGCGTACAATAGTCAG
+TGGTGGCGTAAGGGCCTTGAATCCTCCAGTCGGAAGGCGTGGTGATCCAGTCACAAACTGTAAGAAGGCG
+CGCTGTTCGTCGCGGTTGTAAGAGGCCAGGATCTCATACAGATATTGGATAGCTTGCGAGTCCTGGTGGA
+ATCCATGATCAGTGCGGCAGCTCTCCTGCAGCATCTTGATTTCCCATCGCGAATGCTGCTGCTCGCTGCC
+CGATCCACAGAAAACGCACTCCAACTCCTCTGGATAGAACATTCGCAACCGTTGGATTGGAAAAACGGAA
+TCAAAACCTACGCGTGGTAAAGGCAAACATTTTTTCAGTAAAGTTCCAGGAAATTAGTGAAAGAGCTCTT
+TAGTGTGTTGAACCTTGACTTACCTTCACGCAAAGCCTCAAACTGTTTCTGGACACCCTCGATAAGGAAC
+CAGTATGTGACCAGGGAGATGTACTGGTGAAGGTTGTGCACAGTGACAGGTGTATCGCGACCGCCCCGAC
+ACAACTCTATATTGGCATGTCCGGGCAATACAAAGTCCAAGCCTAGGTCAGCAATGGGACAGCCATCCAA
+GTCTAGCTGTTCAATCTGAAAAAAATAAGTACATTTATGAAATGTATAAAATACTAATCAAAAAAGGACA
+AAAATGATTTTAAAATACTTAATTTGTTACTTGGTAAAAGCGTAACTTACCTTTTCAGTCTTTTCCATGG
+CATCGATGTTTGGATCGGATAGAATGTACTCCCGCTGGCGAACCAAGTCTTGGAGTCGCACTAGAGTGTT
+TTGGACCTCCGGGGCCACACGCATCAGATCGGCCAGGCCGATTGAATGCTCTTCGCTGACTAACCAGCGA
+TAGAATGGCAAAGAAAATGGCAAATCCAACTAAAACAAAACAGAAAAGTCAATACAAAGGAATTCAAAAA
+TATTTTTGCAAAATTATCTTACCATGCGACTGTCCATCACCGCCTTTGCCATGAACTTTCCCAAGAATTT
+GAATTTGGCCTTGGCCTTAGTCATCTGCGGAAGCTTCGAAGATTTACCCAGAGGCAAAGGGAACAGGCCA
+TGCACCGCATGCACATAACTCGTCGTGGTTGTAGTCGTGATAATGCTTGAGTTATTCGTAGTGGTATTAT
+GCTGTACAACCGTTGTTGCGGTAGTGGTGCTGCTGGGATTATCAATCGCTGCTGGGTTAGCAGAGTTTGT
+ATCACTAAATTGCTGTGCTATAACCATATTTAAAGCATTCTCATTGGCGCCGGCGCTAGAGGAGCTGTGC
+TCCACCGGCTGTTGGCCAGCTCCGCTACGCAAGACGTGCGAACGACTGCTAGAGCGTGTGGGCGGATGCT
+GGTGTTGTTGTGCGGTTGTTGTTGTAGTGGTGGTGCTGCTGCTCACAAGCGACGCTCCTGCTACTGCTGG
+AGTGTTCTGGTCCGTGGTGGTTGCCTCAAGAGCATCCTCGATGTGCAGCACAGCGCTGTTGGCCTTGACT
+ACGTCTACAATGGTCACAGAGTTCTGTTTGTAGCTATCACTGCCATTCCATAGGCCAAGGTCGGTACGCT
+GCAGCTCAGCAGAAACCAAAGCGTAGAATTCCAATGTAGGTCCCAGACCCGTTCCGACCTCATTCTCGTA
+CTGAATTTCCAGCAGTGCCTTCGAGTGCCCAAAGTCCTGTAGGATGTGCTCTGCCTGTTTGAGTATCTCT
+GTCCGGGAAATCGCTCGCTTGCGGCGATCAAGGCGAGGAGCCACGCGCTCTGAAGACTCCGCTGCATTAA
+GATCGGGGGTAGTGTCCAACAGACGCTGCAAAGCGCGATCCCGATCAAAGCTGGTTGCGTAGAAAAGCAG
+GTGACGAGTCTCGAATGGGAAGAGGAAGGGACAGGCCATGCCTATCTGGGGAAGCCACTGTGGTAGATTG
+CCTGTCATGATGACAAGCGGATCCTGCAGCTGACGATTCGCCTTGGCCATAATCTTAGGATGTATAAAGT
+CTGACTGGGGAATAATGTTTTGGCGCACCACACAACCGTAGAGATGGTCCCAGTGACGATTTAGAGCATG
+AATAACTCGCAGCATACACAGTGCATCCAATGAGGCGTCTTGTACGGTCACAACATCAGCTGGAAGAGAG
+CTGCTAAGGAAAGGCTTTAGAGCTGAAATCACTACAGGAGCTATTCCTTCGTGCCATAGCTCAGTCTTCT
+TGCGCATGAACTTGCTGCTAGATTTGTGAGCCTTCTTTGTTAACGACCCGCCACCGCTTGCCACTCCAGA
+AGATGAGGAGCACGAAGAGGTAGCGTTTACACAGCTGGATGCGGAGCTTGAAGAGCTCTGCTGTTTTTGC
+ACGCCACTGCTACACGAACTGCTGCTGGATGCTGCTCCCGCAGCCGCTCCCGAAGTCACTTCCTCCTCTA
+CAGGACGATAGTGAATAGTATGCTGCTGCACCCATATACTAGCGTTTCCTAAAAGAGTCTCCGACTCGTT
+GTCCGTCTCAGGTTGTTCACTGACCAGTGGCGAGAACTGCTTGACCGCCTGATAAACCGTCATGTTATAG
+GGCAGCACGTGATCCCCAATCGTAAACTGCAACTTGTGTCTAAAGCTCGCCTGGGACAACACCACTGCCG
+CCACATTGTCATCCATATCCTCTTCACTGTCGTCGTCGGAGTCTGCACGAATGCCACCATAGCCGCGCAC
+CACCAGGTAACGCTCGATGGCCTGGACCATGGCCAAGGGGTCGATCTTTACAGTTCCGCCCTTCCACTGA
+CGTAGGTTATTGCACTGCGGATGGCGTTGCAGGTTGCACTAAGGAAAAAATTCAGTTGAATTCAACAAGT
+GGAAAATTGCATCATTTTGTTTTCAAATTTCCTTGCAAAGAAAAATGTAATTACTTTCAATTTCCTTCTA
+CTTACCTTAAGCTGATGGGTGTTGAAGAAACGCAGAGCACTCTGATTGGACCTTCCACCAGGACCGGCAG
+GAAAGTCGTGTACCTTAACAGGAAACTGTTCTAGTTGCGTGACACAACCATTTAGCTTGGCCACAAAGGC
+TCCGAAGGCTATCGGCTCGATAGTTGGCATCTGGCCGACGTTTTGCAGCAGAGGCTCTAATGGAAGGCCA
+GCGAATACGTGCATAAAGCTGCGCAGACGTGCATCGCGCTCAACCAGTCCAGTCTCGCTAGTCATATAGT
+TGAGCATGGCTTTGATCAGGCCCGAATGATTTACCTCAAAGGGAGAGATGTCACTCTCCAAAAGAATGGT
+CTTTAGCTCGAGGAGAGCATCTAAACAGTCGTGGTAGCTCCCGTTAAGCTTAAACAGAATGCTGGACAAA
+CGCTCTAGGACATTGGTACTGCCCGCTGTGGACAATGGAGTATTGCCCGTCGACGATAATCCCACTCCAC
+TACTCCCGCTCTGAGTGGCACCACTCTCGGATGCCGCCTTGCTCCTTTTGGCCTCCTGCTCAGTGTAACG
+CTTTACAAAATCCACAGCCTGTTCGCGGACCCACTGACGCGCCCTCTCTCTGTTGGCCGCCGCTAGGAGA
+TTGGCGTGGGAAATGCTCTTACTTATACTCGCCGCAACGGCTGCAGCGTTCAGTCCTCCGGCTCCACTAC
+CAGCGCCATGTTGGCTCACCGTGTATGCTAAACCAGCTCCGGAGCCGGAACCTGTTGAGTTCGAGTTGCC
+GGAATCTTTAGAAAGACCATGATGCTGCTGCTGGGACTGCTGGTGGTGATGGTGATGATTTTGATGAGTT
+TGACGGCCCCAGCGAGCTGGATTAAGCGATGCCAAGAACGAAGATTTGCTCGATCCGGCATTGGACGAGT
+TTCCGGCGTTAAACCGGGACTTGGAGCTTCCAGAGCCACCTCCCGAATTTGGCGTACTCCTGCCACCGTT
+CCCGCTACCAAGACCTGAAATAGCAAAAGAATGGGTTAGACAAAAAGCTATTTACATACGACCCATATAT
+CCTACAAAGTTAGACGATCATTGGAAAATATACTTACTTGTAGCACGGCTAAGAAGTTCATGCATAGCTG
+AGCCGGATGAAGAAGGAGGCGCTCCCCCTGGTCCAGATCCCGCTGGTGCGACTGCTGCATCTTCTTGTCT
+AGATTTTGCCCTGCCACCGCTTTGCGATTTACGCTTCGGAGGCGCTTTTCGCTTTAGCATGTCTGTCATC
+TTGTGCTGCAGTGCAGAGGCCGAGGACGAAGAGGACGAAGACGAAGACGACGAGGCAGCGCCACTGCTGG
+TGGAGGCCAGCACTAAGTGTGCAGGCTGTTGATGATGTGGCTGGTAGATCACCTGAGGCACCTGCTGCCC
+TTGTTGCTGAACTCCTGATGGTAACAGTTCCTGCTGCGGTGGTGGTGCTGGAACGGCCGGCTGCTGAAAG
+TGGACGTACTGGCGTGGATCTCCCTGTTGGGTCACAAAGTAGGCAGCGGGTGCTCCGGAGGAAGAAGACG
+GTGCCGAGCTGCTGTAATTATAACCACCAGCTGTGGTAGATGAGCTTGTGGCGTCCAACGCTCCAGAAGG
+AGTTCCTTTGGCGCTGGCTGTTAGGGCGTTCATGGCATGTGAGAAGCTCTTCACACTGTACGATTGATGC
+TTGCTACTGCTGGGAGTCGTGGAAGCACTCGACAAACCCGGAGCACTATCCATGAAAAATGGATTTACTT
+GCAGGCTGTTGGCGGAGGCAGGAGCCGATTGTGATCCGCCTGCATTTGCGGTGGGCGTTGCTGTTGCGCT
+AAGCGGTTTCGGCGAGGGATTCGCGCATATCGGATTATTTGGATCAGTGAGCTGAGTAAACTGGTAGATC
+ACTCCCTCACGACGAAAGTGCGTGCCAAAGACATCGGGAAGTTGGCGCATTAAGATCTCAGCCATTTGAA
+GAGCTCCCACAACGATGCGCAAATCATTGCTTCCTAGCATGCCAGCAATGTGGCTAGAGACGAGCTGATA
+CTTCAGCACCTGACGCAACAACTCCGGCGTGGCATAGTACACCATCCGCAGAAGGGCGCGCAGGCATTTG
+TAACGCACATTTGGTCCGGCAGAAGAGCTGTATACTTCGTACAGTACGTTAAAGATGTGTTTTATAAAGT
+CCGCAGCCAGACCCCGCTCCTCCTGGAAATGCATAAGATCTAAACGTTAGAATGAACTCAATTTTTAGTT
+GTTTACGAATGTCGTCGAAAATATTTCATAAAAAAAACGTTATAATTAGGCAAATTATTTAATTTAAGAG
+TGTAACGTGTGAATAAACAAAACATTTTATTTCTTACCTTAAGGCATGCGATTCTAGCATCCAGAGATGG
+ACGGCGCTTTACTTGATTGAGGTTGACACTATTGCCTGGTGGATTATTATTATTATTGTTATTGTTGTTG
+GAGGACGCTGCCGCTGCTGCAGCGGACGTGGAAGCTCCTCCCGCGGCCGCCGATCCAGCCGATGTTGTAG
+TCAAGTCCTGGCCCGCAGACATGGGAGCCACATAGTTATGGTTAAGACGACGTTGAACGGGTCGTGTAGT
+GCCCGTGTCCTCATTTATCTGCTGCATGGCATGAAAATCGACAGTGTAGGTGCGTCCAAAGGTGCTTAGG
+CTTATCTCGTCCTCGCTGCTCTGGTTGGCGGCCTCGATCAGGCGCGAATCAATTGTAGAATAGTTGTGCC
+AGGAGCCGCGATCATCGCGCCACTGCCAATGCACCTGGTCCTGGGTATTAAGCGTTGGTCTGTCCAGCAG
+TGAGTCCACAGCAAAGATTCCATCCAAAGGTAGGCGCGGCATTAACTCCCCAATGAGGCAGGTAAGTTCG
+TACAGCTCTGAAGGCGAGCGTGAGATCAGCTCCACGTGGGTAGCACTGGCAGCAGCCGGCTCTGCATTTC
+CGGTGAGCAAATAAAGCAGGGTGGCCGCTATATCGTTCCTTAGTAAAGAAATTGCCAAGTCTGGACAGCT
+GCAACACATTAGACTTAGCATCCGAACGACGGCTGTGAAGGTTCCTGTATTCAGGATGGCTGGTGTTACC
+AGCAGTAATTGCTGGCAGTTCTTCAACAGGTCCGGACTAGCGATTTGCTGCAAGCGCTGACCGTCGTGCT
+GGAAACTCTCTACTAGACGACAGAATGCAGAACAAACGCTTTCAATGCATTTTTTATCTTGCTGGGAGAG
+CAAGCGAGCTAGTAGAGGCAAGCTTTCCGCCACAAAGTGGAATTCCTCCGGATGCATGTTTAGGCAGCAA
+TTAGCCGCAATCGCCAATGCTGCCCGCTGAGCCACAATCGAAAAGAAGTCCAAATAGGTGAGGCAGGCCG
+AAATTCCGTTTGCCTGCAGGATGGCCTTGTTGTGACGCCGTGACAGAATCTCCAAGGCCGATAAACTTTG
+CTCAGCCACATCCATGCATTGGATGACCTGAAGTTTCTCTAGAAAGACTGGAACCGCCTCCACCACGGTG
+CCTGACGAGCGGGGCAAAGCTTCTAGCATGTATGCCAATGCCCTACATGCATTGTTCATTATATCAAAGT
+TGTGCTCCATACGAAGGAGTTGTATTAGAGCAGGTACCACTTGCTTGATTGGAAAACCGGCTAGGGTGTC
+CTCATTGCCCATCACGAGCATCTGGCACATTTCAATGGCAGCCTGCAGCTGCTGGGATTCGTCGTGGGAT
+TGTAATCCTTGCAGAAGTTGATTGGCCTTGGAACTGCTGCTGTTACCAATGGTTCGGTGGAGAATATGTG
+TCACCCTTGGGCCAAGGGCACCGAATAAATGGGGCGGCAGTCCTCGGGCTTCGAGCAAAGCCTGTAGTCG
+ACCGACCTCACTGTCATCGCTTTCCGAATCAACGGCTGCAGCTGCCCCCGATCCACTACCATGCTGAGTG
+CCACTGGTCGTCCCGGTACTCGTGGGTCCTCCGCCAGGAGCCGACCCCGATCCTGTTGCAGTCACATTGT
+TGCTGTTGCTGCTGGCTGCTTGGCCGGCACTGCTGTTGCTGCTGCTCGACGCGCCCACGGCGCTGGTGTT
+TCCTACGGATGAAGCCGATGCTCCAGTAGCTGGCGTTGCGCCTCCCGCTGATCCTCCTCCGTCGGATCCT
+CCCCCGACGTCACGAGCGGCGCTCAAAGCGGCCGCTACAATGCTTAGATTTGCAGAGTTTGCACCTAGAG
+CAGCATCACGAAGAAAGTCACAAAACTCGTCATCAATATAATAATCTGGCATAGCTTATGAAAACAATTG
+GTTCAGCGATTGAATGATTAAGGAAAAACATAGAAACAAATAGTCAAAAAGAAAAGCAGATTTGACACTA
+AAAGCTTAGACAAATTAAAAAATATTCGGAAAGTTAACAAAAATTGTATGGTAATACTAAAGTAGAAACG
+GACATACGGACTTTGTTATATCGACTCGGATGGTGATAATGATCAATATATATATAAACATTAATATAAA
+AACTTTATATGTCTTCATTACTGCGTTTGCTAGCTTCTGATACTATTGTTAAGGGTTATTGACGATAAAT
+TTTTAAATGTTAAAGTCAAAACTAAAAATAAATAATAAATAATTTTAAAGTACACATGTAATAAAGAAAT
+AAATCAAAACTAAAACAGCAAATCTAAGAAGTAAAATAAAAGGTCTAGGTTTGAATAAGGACAAGTTTTG
+GGCAAAAGATCAAAAATTGAGTGCTGCCACCTGAGATGCCTTTGGATGGTGAACGCAGGAGTGTTTGGCG
+CGGGGTGAAATAAAATCAATGCAAATCAAAAGCGTAATATGTATGTGGACAGGCTGGAATTGGTGCGAGT
+ATGTACATATACTGATCGATTGGGTTTTACGTTTACCTGGCGTTATTTGCTGTCCACCTGCATGCGGCGG
+TCCACTTGGCGGTTGTTGTGCCATCAAACTATATGTTAAAGCATCCGAAGCTGCTAATCAGACAAAGAGA
+CGGAGACGAAGACGAAGGCAGAGATCGGGAGGTAGAGAAAACAGAGCAAAACAATGTTAAGTTTACTATT
+ATTTTGTTTCAGTTCGGTTCAGTTATGGAAATTATTCGGCAGACACCGCGAGCAAAGCAACGCAGGAATG
+AGCGAGCGAGGGACGAAGAAAGATGTAAGGGAGGTTGGAGTATTTTGGACAGTGTGGTTTTTTTTTCAGT
+GCAGTATGGGTTATATTATCACCTAGACTACGGCCAGCACCAATAATAAAGAGTGGATCCAATTGCCAAG
+AATTTGTACAGTGAACTCACGATCAGGGTCGTTTTGAGTTCCACATAAAAAGATTTCGGGTTACTGTTTT
+GCAAATCACATTAGAATTTGTTCCTGCCCTAGACGGGGACAATCACAAAAGACCAACGTCTTAAGCGGAC
+CACAATTAACCCTATTCCTATAGAGCGTGTGTGTGCTGTCAATTCCTTTAAGGCCAGAAGCGCCAAACTA
+TCTCCTATTTAAACAAGAACCTCGCGAAAATCTACAAGTTCTCCTCTGATTTTAGCCTTATTATGGAAAA
+TGATTGAGGAGACCCTGGATTTTGATTTGCTTGCGGTCTCTTGTCCTTTCATCCTTATTTTGCTCTTCCT
+CTTCCTTCATCTTCTTACCACTGCTATGCGTCACTTTGGGGCCCTGATGTATTTGCTGCGCTGGTTGCTG
+TTGCTGCTGGGGTTGATTGCTGCGATAGCTGAACAAGAATCCTGGCTGCACGAGAGTGGCACGCTGCTGT
+TGCTGATGCTGCTGCTGCTGATGCTGCTGCTGCTGTTGCTGATGCTGCTGCTGCTGATGCTGATGATGTA
+AAGCCAGTTGCTGCTGTTGCTGCTGCTGCTGTTGCAACTGTTGCTGATGACGCACGGCAACTACAACGGT
+ATTGCCGCCCACCTGTTGGTATTGATAGGTACCAGGCGGTGGCAGCAATTGCTGCTGTACAGCAGCAGCA
+GCGGAGCTATGTTGCTGCTGCTGATGGTGCTGCTGCTGCTGTGCTGCCGCTGCCGAACTCACACAAGAAC
+CCGTCTTGCCACGTGAACTGCGTCGCAGTGATGAGTGCTGCTGCTGTTGTGGGTTGTAGACAACCTGTTG
+CTGCTGCGGAGGCACAAACGTAGCCGCTGTTGTAGCTGTTGCTGGCGTGTAGCGGGTTAGCTGCGGCGGT
+GCCTGCTGCTGAAAGAGTGCTGGCGGTGGTCCTGCTCCTGTGGAGGTAAAATGGTGCGGTGGAGGTTGAT
+GCAACACAGCCACTGAACTATGGTAATAGTGCGGCTGCGGTGCCTGTGCCTGCTGCACGTGTTGTTGCTG
+ATGCTGATGTTGATGCTGATGGTGTTGCTGCTGTGCAAAGTAAGCGGCAGCAGCAGAAGCTGGGGGATAG
+TGGGCCGCCGCTGCTGCTGCTGCTGCCGCTGCTGTCGGTGTCACAAAGGACGACAAGTGTGCAAACTGAT
+GTGTGGGCAACAATTGAGGTGGCTGCTGTTGTTGGTGTACTTGTTGTTGCTGATGCGACGGAGGTTGTGG
+CGGTTGTCGTTGTTGTTGGTGCTGTTGCGGTGTCAAGGCATGTGGTGTGGTTGTTGCGACCGTTGTGAGG
+TGCGGCATAATGCTGTAGTCAACAACGTTGTTGCTGGAGTTGCTGTTGCTGCTGCGCGTGGCACGCGGAC
+CGCCGCCTCCAGCGCCTGGCGCCGCCCCCTGTCCATGGGGGGCGGCACGTTGTTGATAACCGGACGACGT
+TGTTGCTGTTGTTGTCGCCTTGATAGTGCTGGCTGCTGCTACCGCCGGTGTGTTGTTCTTGGTTTTTTTT
+GCGTTGTTGGTGGCACGTTGAGGTTGTTGTCGTTCTCCTTCAGGAGTCAAGTGTGAGTGGGATGTGTGTG
+TAGAGAGAATGGGTTTACGGGAGTAGAGGGAGGGGAAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAG
+TATTGGGAGACAACAGTTAACAGCTTTATTTTTTGAAAATTTTGCAATCTTTTTTGGGGGAACTTGTTAT
+TTTCTTGCAGCTACACTACTTGAGTTAGTTAACTGGTTCTTTTTCATTGTTTAATGTAATGCAAAATATA
+TTATTTGGAGCGCAGTGTGTGTTTTTGGCTTTCAAAGGGTAATGGCAAGGGGAAATCAGGAGAGGAGACT
+GAACGACCTTCTGTCGCTGACAATGATGATGTTGCTGCTGTCGCTTCTGATGATGCACTTGCTGCAGATC
+CCTCACACTAATCTAAGCACACGCACACACACGCACCCGTCCGTCCGTGTTCTCCGAATTCTTGATTTCT
+CGTGTTCTGTTGGATCTCCCCTTTGATTAATGTTTATGCTGCACTTTGTTTTTGTTGTTGCTGTTGCCGC
+CTCTTTTGCTGCCGATGTCTTACTCTCTCATCTCTCTGTCTCTCTTTTCTGCGCCTTTGCTGACACCACA
+ATCCTTTTGCACCTTCATACGTCGGTTTATTGTTTTAGCACAAAAACAACAACATCATCATCATCATCAA
+CAACATAAGCATCAGAAATTTACATAGGTATGCTTTTACTCAAAAATCATATGATAAGAAGTTTTTTATT
+TAATCACTTTGCTTTGGATTAAAGCGATCAATTTTAGGCTTAATTAAATTAATGGAAAATACAATTGCAA
+CAACAACAACGTGCAAAATAAATATTTATGTTTTTGGGCATGTAAAAGGGATTATTCAATTCCGAAAAAA
+AAGTTCGATAGCAGTACTGTCTCTGGCCCACGTTAAATAATAGGGAGTAGAAAGAAAACACCGTTTGTTC
+CTAGATAATAATAAATCGGGTCTTTCGTAGCACAAATACAAAATGATTCACATATGCGTTAAAATAATAA
+TGTGGGCGTTTCTTTGCGTTTATATATCTATATGTATAAACGTAAATCAAATGAAGCACTTTAAATGAAT
+GACACTCTTGGATGGGTAAAAGGCAGGGCTAAATGGGAATGGCAATGGTAATGGTGTTGGCGGCAAGGTG
+GCCACAGGCGACAGCACAGCCGAAGTTCTGAACACTTTCCCTAAATCAAAGCTTCTTTGGACCTTAAGTT
+ATAGTTGTAAGTTACAGACATGCAATGCAGTGAAAGAAGCAAGTAGTAGGGTACTTAACTACATTCAACT
+TTTAATCAGCGCATTTCCCTACACGCACATACAGTATATACGGTATATACGAATTTATTCCTGTTCCAGA
+CGGCGCAATACACGATTTTTGACTGCGAGTCGATCGTTTGCCGCTGGCATATTTGAGTGCGTTGGCATTC
+CGAACAGCTCGCCTTTTATCAAAATCACAAAAACACTACAGTGGGCATTGGGAAATAGCGACAAGGCGAT
+GGCACTTCGCAAAATGAATGCTTCGTCAATGTACATATGTAAGTATGCGCGTATTCGCCACTGATAAAGC
+AAGAATACGCAAGACAATGAAAATCACATTTTACCGATTTTACTTTATGAGAAAGTGCAATTCATTTTGT
+CTAACCAAACCGAAATCACCAAACGCGCTCTCGCCAACTATTTATTGAAATGAAGCCTACAAACGCTCTA
+AATCAGGACTTTAAGCCAAGTGAATATTAAGTTTAACTAGATCCAATAGCTTTTATAACCTTTCGGGTTC
+ATTAAATGTTAGTGGAAAGCATACTCAATATTCAGGAACAATAAATGTTAATATAGAAAACGTATTCTTC
+TAAATGTGATATTTTACAAGTGGTTAAAAAGAAAAGGACTACACTAAATTTAACGTGAATATTACAAAGG
+ACTTTACATACAATACGGATAAATGGAAGATGGATGTTAATCCGCTGAATAAATAATCCAAGGAAACTCA
+CCACCAAGTTCACCAATCAGTTGCTGCGCGAATTCGCTCTCCGAGAGGTCTTCTTCCTCGATTTCGTCGT
+CGTCCTCGTCGTCAACTTCCTCCTCCGTTGTGATCTCGTCCTCCTCGGCAACTATTTGTGTGTCTTCCTC
+GTATGACGAGCCAGCAGAGTTTACAATCCCGTAGAAGCCCACCTCCTCTTCCTCCTCTTCTTCCTCTTCC
+TCGTCGTCCTCCTCGTCGTCTTCGTCCTGCACCACGGGCTGGCGATCCGCCTCCAATTGACTCTGGTTGT
+GGATTCCTGATGCCTCTGATTGATTAGGACCAGCTTCAGGGGTCGGCAGTTGGTCGATCACGTCCAGATT
+TCCGTGCTCCGACTGCTGTTCACCTCCAGTTTCAGCAGCAGCACTCTCTACTTCTGCCGCCTCTGTGTCC
+AGCAGGTTCTGCTGCGAATGACGCAGGCTCTTCCTGTTCTTGGGTATCACACCAGACTTGCTACTGGATC
+CGGATCCGGCTGATCCGTTTCGGTTGGCCGTAGTGTCCTCCGCTGGTATAGACTGCTTTTCCGACTTTTG
+GGAGGAGCGTGTGTGGCTAACCTTACGCGTTTTTCTGTAATAGTTTAGCAGGTTACCGCTGCGTCCGGCG
+CGAGCAGCTGCTGTTCCTCTATGCGGAGTGGTCTCGACCGCAGCTATTGATCCTCCAATACTGGCCTTTC
+GTTTGTTTCGATGGCTGCTCGAGAAGCTGGTAGAGCTGGCACTGGGGCGAATCTGGTGATGGCGTGCTGC
+CGCAGCGCTGCTTGTGCTTGGCAACTCCTCCGGCGAAATGGTCTTAGATCGAGTGCGCTGTGCAACACAG
+TCTCCGGATGCCTGACGAGGAGTGTGGTCAAAGCTTGCTGCACCTAAGTTGATTTCTACCGCTCCCTCGC
+AGATACCGGATCCCAAAGACTGCTGCAAGCGGCGTTTTTTAAGGGGCGCGCAAACCAGCTGATCTCCCCC
+GGGCGCCGCTGAAAAAGGCATTGGAAATAAAGTTCGGATTAGCTCTTCAATTCGGTTTGTAAATATTTGT
+TTTGTTTTGAAGCCAATTGAACGATTGAATGGTTTTAAAATTTTGACAAATAACCAAACGCACTTTGACT
+AATTTCGAAAAGTTAAAAAGTTTATACAAAAATAGTGTTTTTCAATACTTTGTTATCTTGTGTAAATGAT
+ATCTAATTCATTAATTTGTATAAACATAAATTATTTAAATTTGTTATACAAAATACAGATTTCATCGCTA
+CCGAAACAAAACTAGCGCACGTAGCAAACAGATTTTTTAACACTATATTTCTAAATCTGTGTATTTTTAA
+TAACAGACAATTCGGAAGACGGTTATTACATACATGTGTGCTGTGCCTTTGCTAATCTGAAACCGTATGT
+TGTCAAACTTGTACGACTTTGTGAAAGCCAACTTTAAAAATAGTACTTCCACAACAAAGTAAGAGAAAGG
+ATTTGCAACTAATGATTTTGGCTGATAAGAAAACATAGATAATACAACTCACATTGGTGGCTACTGCTGG
+CTTTGTTGTTACTGTTGTTGTGCTGGTTAAGCTGGCGCTTACGACTGCCGGGCGATAGCGATTGATCACT
+GACGACCGGTATGGAGTTGAATGCTGGTGAAGATGGGGAGCGGATGGCTCCCACGGAGCGCTTGGGGATT
+TGTGACTCCTTGCTGCTGAGGGCTGCGGCGGAGGAGTGGCGACCTTGACTGCGAGACCGACGGGTAGAGG
+TTGCAGATGCAGTCGAGGTGGCGGGTACAACGTCGACGGAGGAGCTTACAGCGGGGCCTGATGTAGCCGG
+TGCGTTGCGTTTCTCGTTTTTGTGGTGACTCTTGTTTCTGTTGCTGTTTGTGTTGTTGTTGCGTCGCCTC
+TGGGACGAGTGATTGGATGCACTTGTCGTGTTGGTCCCACTGGTTTTATTAGCCAATGTCGCTGATGTTG
+CTGTTGAACCACCGTCGTCGTGCTGCCCCTCCGTCAATGCAGAGAGCGATTGACTTTTAACGGATTCGGC
+CATAGACGACACTTAACCGCACCGGCATCGAACACACTTAACATGCCAACACAACCAATAATGGAATATT
+GATCTCGAAATGTTTGCTCGTAATCGGTCCGTTGCCTAAAGGATGGTAATAGTCTCTAAGCAGCTGTGGA
+TTCAATTTGCTGTCGCTTTCTTATTAACAACACTATTTCATAAGCTGTGATTTTGACTCTTTCACTTCAA
+TTTTTAACAGTTTTCCGTTCTGATTTCCCATTCGCGTGCTTCGTTGGACAGATTGGTAGTGCTGCAAGAA
+AGGAGACAAGATGCAAATAGATAATAAGACAATGTGAATCAAAGTTGAAAAATTGAAGGCATTTTATGGC
+CACAGTGCAAAGAAAACGGTGACAGAAATGTGAGAGCTATTGTTATATTAGCAATAGACCACAAACACAC
+ACACACACACACACACACACACACACACACACACACACACACACACACGCACACGCACACACACACACAC
+ACACACACGCACACACACACGCACACGAACACACACACCCTGCCCTAAAGAAGGCTTTAAAAATAGCCAC
+AAAGGAGACGGAACCAGATAGTGCCTCACCCCAGGAGCTCAGAGGTGTAGAGCCGGCCGCCATGCGGATT
+GATCGGGCCATAGACAGGTAATGCTGAAACGCTAACTTCTGACAATTCGAGAGATATGCAGGAAATGACC
+GAATAGGGGAGAGTGGAGGGTCTGGAATCGAGAACTAGTAGTACCAAAAACACACATGAGATAAGGGGAA
+TTCGAAACATGGCACTCGGGGTAATCAAGTGAATGTGAAAACCCGGCTCGACTAAAATCAGGGGTAGAGA
+TAGAGAGGCAGGAGAGAGCACGGACATTGCTTGAAGTCAAATGAACAAAGGCCCTGCGTTTCAGGACAGG
+TACTCGCAGGCAGACATTAAAAAATGCCTCAGTTTGAGTGGTGCCAACTATTGATTTAGCAAATTAAATA
+CCAATTTAACTACAGCTTATACATACTTCAATACTGCGAACCGCAGGATCAATTATATATCTCCAGAGTG
+TACATATATGTCGGTCAGTTTTTTCGAAAACTATACGTTTGATACAACAAGCTAGGGTTGATTGTGAAAA
+ATTTTTTGTGGGGTTGAAAAAAGGTGATATTTAAGTAATACAAGTAGTAAGACAAGTAGTCCATTACATT
+ACATAAATATAATATACGTTTTTGAAATCTTTTATATTGTACGTAATTGTTGTATAAAAACAAATATACT
+TCTGCACTCCTAAAATAAACCTCAATTAACACTTTTATATCATTTATATATACATATTTACTCGAAAAAC
+CAAATATGAAGAAGAAAACTCGTAATTAATTAACTCGCTTAAAGAATCTTTTACTCGCACAAATTCATTG
+TTTTTAAGAATATTCAACGGGAAAATTTCACGTTGCCACCAAAGGGCAATGGAAACTAGGCACCAAAAGT
+GAACAATGAACAATTTACACCACCTAGGAAAAGATACACACAGCCACTCGAAACACACACTCTTGAGCGT
+TTGTCAGCATATGAAAACTGTAAATAAGTTAACAGCTGTTTGCCAGCAGCCACCAACACGTGCACGCGAG
+CGAGGCAGAAAGTAAACGAGAGATAGAGAGCGAGAGAACACGGAGAGGGAATGTTTTGAGTGGAAAGATG
+AGCTCTGGCTCACTCACACTTGCAAACACTCGCGCACAGCTGTGTTAATCAGCTGTTCTCGGCCGTTTTG
+TTTATGTTCAGTCTTTCGTAATGCCCAGCGTGTCCGTGCATGTGTGAGTTGGCTATCTGCCCCTTCTTCC
+TATGTGTGTGCGAGCGAGAAACAAGTTCTGCGAGGGTGTGTGCGTGAGTTGCCATGCTCGTTTCAAAGAA
+GATGGAATGGAAGCAAATCGAGCAAAGCACAGACTTTCTGCTTTTGCCTCCACCAACCAAAATAAGATGC
+GATTTGAGATTCGTCCGTTCTGCGCCCTTTTCGAGCACATAATGAGCTCGAAAGACCCCGTCACCGACCG
+ATTTTGCACCCAAAGAAGTGCGTAGTTTCAACACTTCTGCCATTTTACTATCTGGGTTCTGTTTCAACTT
+GCCTATTGAAGCGATCCGCCAAATTTGACAGGCAAACAAGATAAAGTAAAAAGTGACCCAGCAAGCAAAA
+ACCAATACAAAAATACGAATACAATAAATTCGGTTCAAGGCCATCGAAATGAAGCCAGCAGCCCAAACAA
+AAAGAAAAAACAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAGACGGCGTTTTTGGTTTGGTGAAAAA
+TTAGACGTATTCGGCATTTTCAATTGTAGACACAATTTTCATTCGGTTTTTGTTGGCCAGAGATGTCATC
+GTGTCACGAAATATTTCATTTCTTACAGGTAAATTAGTAAATGCGAATAGTTTTTCTGTACATTAATTTT
+TAATATCTTAAAATCTTTAAAGATAATTTCTGAGATCGCATTTTAATATCCGTGGGCAGAATAAGCAAAA
+CCGCAGAATGAAATCGTTTAGGTATGCTCGTCTTGAATACGTGTATGAATGTAGAACCTATGATTTAGAG
+CACATTTGCCGAAATCGGCAAGTGCCTCACCACGATAGTTAGTGCACTCGTTCCAAACACCCAACCCAGA
+AAATACAATCTATCTACATTTATTAGTCTCTACTCGTATCTCTGCCCCACAAGTTTTTCACACCGAAAAG
+CGCTGACGAGAAAAATAATAAGCGAGGCCACAAATGGAAGCGCCTTCATGCACGCGTGTGGATGTGTGAG
+TATACTGTACATGTGTGTGTGCCAAGCGTTTTGCTTTGCGTGTGGCAGCTCGAACATATGGCGATTGCTT
+TGTGGTTGCTGGCATCGGTTGTTGTTGCCTTTTATTAGAAGTAAAAAACGTGAAACGTTAAGGGTCTTAA
+ACAGGGCAGACTCATCAACTTTAGTGCAGTTAAATTACATTTCGCATCCCCATTTTTTACGAGTATACAA
+ATGTAAATTCATTTTCAATAGATATGCAACATATTTGTCCAGAACTATCCAAATCGATAACTATATCCGC
+AACACAAGTACACAGTTTGTTTGAAACAAATAGGTGCCATTGTTGAATCTAAACAGCTTGCTCCAAATTC
+AATTAGATAAATACTTAAAAAACTATATTTGTAACGAAGTTTTATACTTAATAAAATGGAGCTCAAATAT
+ATTAGTTTAAAAATATAAGTTAAGTCTGCGCTAAAAGTCTATTGCCGCTGAGGGCAACTCTGTCAGACGC
+TTATGTACAAATGTTTGTCAACTACACGACAGTATGACAACCCTGGCCCGAGCATAATTGATAACAACTC
+GTGTGCTCATGTGGCTGTGCCCTACCTCCCCCTTTGAAAACCTTCTTAATTTCCCCTGTTCGTTATGCAT
+TGTGCGTGCTGTGCTGTTGGTATTGTTTGTAACTTATTTAAATATCGTTGGAAAGAAGCAGTCAAGCGCA
+TATCGAAGCTGGTCCCAATAGTGCTGCCCTAGCGAGTTTTCTGTATTCCCCATTTTCCGTTCCAGCGCCA
+TGTCGACATTTTTTTTGTCTCTTTTCAACGTGTTACGAAACCTGCCTACGCACAGCTGAGTGTGTGAGGG
+AGATGGCCCAACTTTAGACAGTGGTAAAAAATCGAATATAAAAGTAACTTTTCATGTGTTTGATATGTTT
+CCGAACTTATAGCCCATTTTATAATTCTTATCATTCCTCTACTAATGTTAATTGACGTTTTAGATTTTCA
+GAAAATATATAAATTTTTTTTTTAAATTGTAAATATTTTTAAATAAAGAATATGATCTGTTTAATTTGGC
+GCAGTTTATTACTCAGTAAAACTTCGAATCCAATAAAGTAACAATTACGTAGTTGAATAAACGGACATAA
+GAACGCAATAGGAATGCCACCTGGCAACCCTATCTAGTGGGTGTTGGTGGAACTAGACATGCAACAATTT
+AACTCCGAAGGTTTTTTAGCCACATGGGAAATACTTGAGTTTTTAGAAGCAAGGTCAGCATAAAGCATTG
+TTGCCAGAGGGGGGATAACTTCAACGGAAAGCCAAGTAAATTATACCACATATTTTCAGCCTTTTACAAC
+GCCTTATATGCACAAAGGAGCATATACACACGTTTAGGCACATGTGCACGGCTTTTATATGCAGTTATAC
+ACACACTTTGATGCATTTTTCACTGCAGAAATTGGAAGTGAAAATTGTTCGCTTAACTGAATATTTTGCA
+TTTTATTTCACTTGATTTCATAGACTAAGAGCGATATTAAGATCTAAAAATGAAAAGTCGATTGAGGAAT
+AGGACGAAACGAAAAGAAACACAAAAGGGAGCACACGGCGCTGCATGTGCGCGAAAGAGAGAGAACGAGG
+ACAAGCGCATGACGACGTACACACTCACACACACAATGGCTTACCGAAGAAGGTGAAGAACAAATAAGTT
+TTAGTATGTACAACAATATAACAAAATCAAAGCGAGGAGTAAAACTTAATGCATACACAATTTGAGCGAT
+TTGCATGCCCTGGCCACTGAGTAATCCGATTTCTTTCAATTTCGGTCTAACGCAACGTGATAATATTCGA
+AGTTATATAAACAGCAGCAACCTTTTCAATTTGTATGTACCAGTGGACCCCGAGTATATAAAAAATACAG
+CCGTTTGCATTATTTTACTTTTCAGCTGTGCACGCACTCAAATCCAACACACGAATGGAACAGAAGCAGC
+AACGGCAGAAAGTCAGCGCTCGGCGAAAAATGGCGACTGAGAGCGAATGAGTGGAAGAGATTAAAAGAGC
+TACTTGAGTGTAAGAGAGCACAACTGCTCTCAAACCAATATTGATATAGGTAGGGCGCTTAGGAATGGTT
+TGTGTAAAACATATAAAAGCCACAATGCAGTTATAATAAACAGTCTAATTTAAATCAAGCTACCTGGACA
+CTGGGAACAAATCACTCAAAACTACTCGAAAACAGGTCACTCAACCCCCCGAGAATGAGGTCAACAAACT
+CTCCCTCTCTCTTAAAGGCTTTGTCTTAGCCCATCACCCTGCATGTGTGTCATTGTGCTACCCTAAATAA
+TTTAATCTCAAGAATATACAACTAAATTGAAATTCATTATTTGCTTCTTAAAATGGCCCAGTGTCCATAT
+TAAATTGAGTGGTGCTCATTGCTTATCTATTTCAGGTGCCTCTTTCCCACTATTCGCCATCTCCCATTTA
+TCCCTCTCCCTATTGTGGCATACCTGTGTTTCGTATCGACTTTCATCACCCACTGCGATCAGCTGATCGT
+GTGCATAAGAACGGCGAGGGGAGAAAATGTATGAGGTAGTTACAATAACGATTCTAATAGGGTCGCTCGC
+TTTACCAAAAGCGTTCAGCTGAGCTCCTCGAACCAAGTATGTAGGTATGTATGTATGGTAACATATATAT
+GTACATACATACGTTATATGTATACGAAAAACGAAGTAGGGGAAAGCCTCAAACCCGAATACAAAAAACC
+TTGTAGGCGAATTTTTGTGCGATAATATAATGCAATAAATATTTAATATTTAATGTGAAGATTGCTTTAT
+TACTCTTACAAAATCTAACAATTTTAAACAATCATTATCAATCACTAAAATATCATATCCCTTCTCAAAA
+TAACAAAAACGTCTCAATTATTCGATTAGGGTCGATTTTTGAATGGAAAATGGTGGTGCACAAAGGGTAA
+TCACCTCCTCAGTCGACTACTTGTACACCATATCGATGTAGACATCCTTTTTAAACTTTCTGATAGGTTC
+AATCTGCTAGCATAGCCTTATTAACAAGAAATAGTTTTATGAAAAACCAAAAATCTAAGTACTTACAAGT
+GTATTTTATAGGTACGTACATATGTATGTTTGTTTACATATGTATGTACAAATGTACCATATGAAGTGGA
+ATCATCAGTAAATGCAAGCGAACTGCAGTTGTGTGCATGTTTTCGAAATAAAATTAAAAACCAGTAACGC
+TAAATAGTAAATATGCATGGATACACGCTCTCTCGGCCACACATGCACACTCATGCAAGTGCATGGGCAA
+TCCAGCTGAGCGAGTAAAATAGAGCCTCTGAGAGAGAACGCGAAATGGGGCCACGGCTGCTGACGAATGT
+GGGACAGGCAGCGAAGAGCGACGATAAAAAGAGCCGCCCCAACTTTCGTTCACTGATAAGGCCCGATATC
+GTTTAGGCAAACATTACTACTTGCAAACGACGTGAAAGGTTGCTTCTCTCCAAGAATTATTAGGTACATT
+CAAAAATGTATTGAAGATTTTTACTCAACATTCAAGTAATGCATCAATAGCCAAAAGGGTCCTAGCGAAC
+TAAATTTTAAAATAAATATGCAAGAAGAAACAAACAGCGCTGGTAATGTGTTTTTATATACATACATATG
+TAAATAAATAAATATGACCCGCAGAATATCGTAGAACGTGTTCAATCCTGCTAGATTTACTAACAAGAAA
+AATTCTACATTAGTTGTAAAAGAGATAATTGTTCAAGCGATAACGCATGATGATGCGGATAGGGTCGCAA
+AAAGATAATTTAAATTAACATCGACGAGTTTTTCTGGAAAAGAATTAAGTGAGAACGTTTATTACACCTG
+AATACATCAAGTCGCATTTATTACAGCTATGATAAACATACCAGCTCTTAGGCTACATACAAACAGCTGG
+CAGAATAGAGTGCAGAACCACATCCTGTCGTACATCGATCTGCAGATGGATGGAATGCTCACGGTCAATG
+CCAATAGTCAGTTCTTCGTTAGGGAGTTGAAGTGCTCCAAAGAAGGCCGAGGCTTTCCTTGAATCCACAG
+AGCAGGACGCTTCCTGCTGGGATCCTGACACAGTTCGAATTAGTAATTTCTGGAATCGACTAGTCACAGT
+GGACATTTCAGAGGTGGCTATTACATTGAGCTCTCCGTCCACGTTGACCTGAAACTCCAGGCTGGGTGAT
+ATATTCTTCAGCTTGTCAATGAGACTTTTGAGCAATCTTAGGCTTGGTAGGCCCAAAGCCAACTGTGAGT
+TTGGAACTCTGGGTACAACGTAGGCAGACCAATCGCTGCCCGGGATTATGGTCACTGGAACATCGTGCAC
+CACTTCACGGGCTTCTGTTGAAGACGACGTAAGCACCGAGGCTATTACCGAAATGCACGGAAACTGAATT
+CTTTGAAGCTTCAGTTTGCAGCTGTTTACGCCTCCACCACGAAGCACAGATAAAGCTCTTCCGAGATTCG
+CCGAAGACACGCCTAGAACTATGTACTCCTGATCCGGGTGAGCAGCCTCCATGCGATACTCCGGAAAATA
+CTCCTCAGCTGTAATTCCTGCCCAAACCAAGGGCGATGCAGCGGAGCTCTGATCCTCGTTCACGATAAAA
+TGCATCTGCCGAGAGCCCAGAATCATCACACAATCTTTCGCCAGCTTGGTTAAAGTGGCCACAATGGCCT
+GGAACTCTTTCATGTACAGCGGATCCTGCATCAGTGCGCGGAACTTCATCTTGTCAGCAAAGAACTGTAC
+AAGATCAGAGCAGGATCGTAATGATCAGGAAATAAAGGGAGAAAAAAGAACAAAAAACAGAGTCAAGCCG
+GGCAACCAAAAACTAAAAAGGCATCCAAATCTACGCAGCGTTCCCTTAGGGTTGCCGTTCGCTAAATCTC
+AAATATTATACAAAATAGTTTTCATTTTCCATATAACCATAGCGCTGAGACTGAAATCTGGGCTATCCAA
+TAACTGTAGAATTCGCAATTGTTAAAAATGCAACAATGCATAATGGTCATTGCAATATTTTGATTTATTA
+TAAAAATCGATTTGTATGGAACAGGGGAAAAAGAGCTAACCCAAGCTCAATATTTCAGATGTTCAACAGT
+TTATAGTACACCCTAATTCAGAGGAATTGCATTAAATGCCATTTGTTAGCACTAATCCTATTTGAGACGA
+CCCAATCAGTCAGTTGATATTTCGAATAAACTGTTTTGCCATTCTCGTAATATTTCATTCTTAGGAATTA
+CACGGATTATTTATTTTTTGATCGGAGTCATTTACGTCCCACTCACTTAACATTTTAGGTAAGTCTTGGA
+TCTGGGATGGACGTCATCTGGGTCAGCAGACGAAGCAACCTGATCAAAGGGTTCTAAGTTGGGATGAAGA
+CGACGAATACGAGACGACTTCGGGACCCCTTTTCGGGTGGTTAATGAGGTGTGTGGACTACGGCACCAGA
+GGGAGGGGATGGGTCGGTTATCCGACTTGGTCTCCACTCGTTCTCACTCTTTTCTTTTCTTCTCGAGTTC
+GAATTTTTGAGTTCAATGTACAAAGGCGCACACACACACGGGCGCCAGCGAACCCACACACACAGCACAC
+TCGCTCGTCCATCGCACATACACACGGCGAATGATGAAAACGGAAGAGGGAGGGGGAAGGGAAAGAAGAG
+CCAGGCAAACAAAGCGCAGAGCGAGTTCCGAGTTGTGTTTTGGCTCTTCTTTTCATTTATTTATTTGTAT
+TTTTGTTGGTGGGCGAAGCGGTGAGCAGAGAGCAGGCTAAACGAAACGGAGCTCGACGAAATGAAGCACG
+CAGTCAGATACAAAGACTGCCTCGTTCTCCTTGCACACAAAGTCATCAAACGACAGACAGGATTTGTACG
+GCTCAAGTGTAGGGGCGGCTCCAGGGTTGGCTCCCGGGGCGGGGAGGGTGTTGCCAGGGGGCTCCGGGGG
+CGGAAATCAAATTATATCCCGTCTAGGGGGTCAAAATATTTCCTTTCGCAGTTCAATCAACCTTCAAGGT
+TATTGATAATGAAAATGAGCTCAAACGTTTATGCGTGGCAGAGTGGTTAGTGGATAACAAGAAATTTGGC
+AGTACCTCAGCGATTTTCCATTTGCTTTTAAGAGTTCTTTCAGAAATGAACTGGTACTTACCATATTTTG
+TTCTTTCCATACACATGGGTTGTTTGAGTTGCTGTATAAGTTGACAAAGCTAGTAATACTATGGCATCAG
+GAATGAAGGAAGCATACAAAAACTGATGTAATAATCCCTAAAATTCAGAAAAAGTACGTCACTGAGTTCT
+CCGGGTTGAGTTTTGTTCAGTGCAATGAGGGCTATTTTATGACATTTAGTAGGCCTTTTAGGAAGGGCAA
+CTCTAGCTCGCACGACAGTGCTGCCTATTTGGCAATCAGCTGTTTATTTTTTCTCTTTAAAAATTGACCT
+ATGACGTCACAGCAGCATAGCGAATTTCACAAAGAAGCGAAAAAAAATAATGGCTACACAAATATGTATA
+TATATGTATCTGCTTTCTTGCTGAAACCCTCGCGTCATTGAAACGTATCTAAACGTATGTATCTATGTAC
+ATATGTACGTTAACAATTAAATATTAAAATTCAAACAAATGCTGGAGAGGGGAGGAAAGAATATTAAAGT
+GCTGAAAAGAGGCCAAAAATTGATCAGAAAATAAATATGCTGAGAATAAGAAACGTGATTGCCTTGCAGT
+CTCACTCACTAACTCACACACACTCACTCTAAATACATACATACATGCTAGCATGGATGGAGCACCACCC
+GCTGAAGTTTGCAGCATAAATAAAAGAGAAAGTAAAACTAAACAAGATGCGCTCGACCCCCACCCACCCC
+TTATCAAATAAAAGAAAATACCAACTCGAATAGAATAAAAAGACACACATACGTATTCATCAGTGGATAA
+CCTACACGAAAGACGATCAAAATTGATTTGCGAGAAAATTCTATTCGTAAATTTATCAACTAACTATTTG
+GAAAATCATTCATTTGGAATTGTAATCACCTATGCACTTTGGTATAAGCTTTTCTGTGCACATTTTCCTG
+GAAAATGAATGAGACTCCTCGGCAGCCATTGTAAAAATCAATATTGGAGATTGCCCTCAGAAAAAAGTGC
+ACTTAAACCCAGATGTCACTCAATCAAAAACTTCTAATTGGGAAAGCACAAATTTACCACACTTTTCCGA
+GCCTTCGAAAGGCATAAACCTTCACAAATCGGTGGGAAAAAGTAATAGAGGAAAATACAATTCGGTCGAC
+ATTTTGTTTTCCGTCTCGCTGGTGCCTATTTGAAACGTAAGCGTGTGTATGTGTGCGTATGTGTATCTCG
+TCTGAGCTCGGAGCCCCATAAAATCAGTGGTCAAATTACTTCTTCGTATCGCCATAGGCTCGCCTTTGCA
+AAGCTTTTTGGTCTCCATGGCGTCCGCAGCAGTCGCACTTACCTTTCAACCAAATGCAGAAGTTTTCTCT
+AAGTATGCACAGTTTTTATACACTCAGCAATTTTCACACGCGACGGAAAACAATGTGCACCAGTGAGACC
+GCGTCTTGCTACGAACGACTATCGACATCGAAAACCGATAACGATACCGATGGGGAATGCTTTGTTTATT
+TGAATGTGAACGATGCATTTGGGGCCTTCCGTTACCTTCGCCGCAGACCGCATTTGGTTTGTAGGCGATA
+TGCATGGTAATTATAATTATAGTGATTTAATTAATTACAATTATAATTGTATTAATGTATACAGAAGTAT
+ACTTTATACATAAACTTACATTGAGTTGCGTTTTCAAGAATAAGTATTGCGAAACTTTTAAGTAAGCTAT
+AAAAAGCTGAATTTCTACTGTACATTTTAGGATTTTCTTTTTGATATATTTTGAAATGTAGGGAATAGTC
+AAAACAGTAATGCCGTTGAAACCTTAGAAACCATCAACCCGTTTTGCTCTCTACAATATTATTCGGGAAT
+GCTCCGGTAATCGAATTCGTAAGAAAATTTTAATTTGTAAAACGGCCTTTTAAAAAGTAAATGCCTTTTT
+TATATCAAATCAGATCTTATTAACTAAGGGGAAAAAATAGTTTGCTGGTCTATTGATATTTATTAATTGA
+TGTTTATGTTCCACATCACCATAAGATCATTTTTAGACTTAGTTATATTAAACAAAAGTAATTTCTGACC
+CCACCTGAAATTTGACAAACAAAATTTTGCAGTTGGCAACAAAAAGTTTCGATTTGGCAAGTGTTCATAA
+TTATGTCGACAAAAGCTATCAGGAAGACTGCTATACTATTGGTGAAACAATACAGTATAAACAGTATAAA
+TGCATATAAGATGTAATGAAAAAAAATTCGTAATTAATTTAAAGGAGGGTCGAAAGTACTGTTCGTAAAT
+AATACTATTTAATTTAATTACTTAAATGGACAAAGTGCAGTGCGAACATCGGAACTAAAACTGTGAAAAA
+ATTGGTCGCTCCATTGTCTGGAATACAGCTTAGACATCTGTTTCCTGTTTACAAAACATTCCGATCGCAA
+AAATTCCGCGAAAACCCGAGCACCTAAAAACGAAGTCGAAAGATTTTGCCAAATCGTAATCGAAAAAATA
+TTACTATTACCGGAACATGCCTGATTGTGGTCTTTAGATAGGTTATTTAATTTAAATTAAACTGAAAAGT
+ATTTTTTAAGATTCTTCAATTTAACAAGAAATGAATTTTAATAAATTTTATTAATTTAGCGTAAAATGTT
+CGGTGGAATCCGGCTATCAGCGCTGCTGCGAGTGGGACGAAGCGCAATCATCGCCATCTTCCGATAGTGT
+TATCCCAACTTTGCCAGCTCGGTTTTTATTTACTTTCCTGTGCGGCGAGTTTACTCATAAAACAAATGAT
+AATAAAATACACAAAGACCATATTGAATGTTCAATGACAAGATCGATATTCCTAAGCCTTGAAAACGTCC
+ATCTAAAACTAATAGAAACTATTATTGTTTTGGGACAGGCAAGTGCATCCAACCAGAAGCACAAAGGTTC
+TTATCACGAAAAAAGACAATTCCAAAAACAACAACAAGGAAATAGATAGCGCAACAAGGTGAGTAAACAA
+TAAACTAAAGACAACCAACTGAGTCACTCACTTGCCTTCGTCGATTGCAGTTGTTTGACCGCTGAAACGG
+AATCTCGTTGTACGGAGAAAGTCTCGAGAACTTTAAGGTGTGACGTGTCGCTCGCTTACGGACTATAGAA
+ACCGGAGAACGGAAAGGAGGCGGAAGCGGAAGCGGAGAAGTGATGTGTGGAAATCCAGCTGTGGGAAACG
+GGACGAGGGCGTTGATTCTGGTCGGTGGTTATGGGACCCGGCTGCGACCCCTGACCCTCAGCACGCCCAA
+GCCACTGGTGGAGTTTGCCAATAAGCCGATTCTTCTCCACCAACTGGAGGCACTCGTCGATGCGGGATGT
+CGTCAGGTATATCCAGTTTTTTAGACTAATGACGCCCAAACTGCCCCATTGCTTAGGAGAATGGAAATAT
+GGCACATCATTCTTAAAACAAGGTTTTTTAAACACCTTTGGATGTTTAGAAAACAGTTGATCTTGTTCCA
+TATTGGTTGCCGTTGCCAAATTTAGGGAAGACGGTTACATAACACGCTAAGAATCAAATCAACTTCCTCT
+AAAAGAGATTATTCTTTTGTTTTATATTTCTAAAATAATGCATACTTCTTTCTCGCAGGTTATTTTAGCC
+GTCAGCTATCGAGCCGAGCAAATGGAAAAGGAGCTTAAAGTCGAAGCCAAGAAACTGGGCGTGGAATTGA
+TCTTCTCACACGAGACGGAACCCCTGGGAACAGCTGGACCTCTGGCCCTAGCAAAAACGATTTTAGCAGC
+CAGCTCAGAGCCATTTTTCGTGCTCAATTCGGACGTTATATGCGATTTTCCATTTAAACAACTAGTGCAA
+TTCCATTGTAATCACGGAAAAGAAGGCACAATTGTTGTCACAAAGGTCGAAGAACCATCCAAATACGGAG
+TTGTGCTGTACGATGAGAACGGCTGTATAAAAAACTTTATTGAAAAGCCACAAGAGTTCGTTAGCAATAA
+GATCAATGCCGGCATTTACATCTTTAATCCCTCCGTGCTTGACCGGATCGAAGTTAAGCCCACATCAATA
+GAGAAGGAGGTGTTCCCTGAAATGACGCAGCAACAGGAGTTGTATGCAATGGATTTAACTGGATTCTGGA
+TGGACATCGGACAGCCAAAAGACTTCCTAACCGGTACGACAGACAGAATCACTCGTTTGCTCGCTCAATC
+TTGATTGCCTAATTGGTCTTATCGCTTTGAAAGCAAATGTGGATGTCGTTGTTAATTGTGCTGTGCCTTT
+TTACCCACCCGGCTTTCGGCTTTATCTATTATTGACATTCCTGGAACTATAGCTAATGTTTGATAGAACG
+ATTTCTTTTTAAATGAAGTGAGGCTCATTAGGCCGATAGTGGGCGATGGGAGAAACCAAGTAGAAGAGTA
+AATTGTTTGTTGGGTTCATGTGGATGCGATTCACGACTTATGAATACATGTACTGGGACGATACATTGCT
+GTCTTACTTACTTACTTACTTACTTAACTGCATAGGATCTAAGTAACGCTCATCAAATATGCGAAGTACA
+CTGGCAATAGTCAGTTTCTTAAATGTTTTTTGGTCACCATTGAACGTTAAAAGTGAAGGCTATTGAATGG
+GCTTGAACACATCGACTTTATCGCTTTACTTATTGCACCATTTTATTCCTTTTCAGGCATGTGTCTGTAT
+CTAAGCTCGCTGCGCCAGAAGCAATCCCCCAAGCTGTACACAGGCCCTGGAGTGGTGGGCAACGTGTTGG
+TGGATCCCACGGCCAAAATCGGCGAGGGTTGTCGCATAGGGCCTAATGTAACCATTGGACCGGACGTGGT
+CATCGAGGATGGCGTGTGCATTAAGCGCTCGACCATCCTCAAAGGCGCCATCGTTCGCTCACACTCATGG
+CTGGACTCCTGCATTGTCGGTTGGCGTTCTACAGTTGGCCGTTGGGTTCGCATCGAAGGCATCACCGTGC
+TAGGCGAGGATGTAATCGTGAAGGATGAGCTCTACATTAATGGAGGCCAGGTCTTGCCCCATAAAAGCAT
+TGCGGCCAGTGTCCCAGAACCGCAGATCATTATGTGAGGCGGTGGCCCAAATCATAAATTGTAAATACAA
+TCTATTTTTGTTCAGTTCCGCCGTTTCGGTATTCTATAAAGGTGCCTTTTGCTGAACTGCTCTCACCTAC
+GATTTGCAATATTGACACTATGAAAAAAAAGAATAACATTTCCAGCAGTTAGCGTTGCTAACTATTTATA
+AACGCCAGCTCTTTCTCCTTCCCTGGCGAAGGGGGAAAAACTGACTTATAGTTTAAGCTTAATCGCGTTA
+GTTGAACGTTTTTGTACTTTGATAAGCGAAGCATTAGTTATACTCCTAAAATTCTATACGTTAGTCAAAT
+ATATTACATACGTATTTAAAAAATTAAAAGATTGGGCTTTTATTATTGGGCCTCTTCCGATGGTGGGATT
+TAAAATGTTGTGTATTTCCTAATTTCATGATTTGATTTCATATTAAGTTCAAGTTGTTCTTTGGAATTTT
+ACTTTCTCAATAATCTAAACATCTGTACATCGATTTTTAATTGGCTGTTTGAGTTTTGGTTTAAGCATTT
+CGCATTCGGCCTGGGAATTTATGTTTTCTTGGTTTTGGAATTGGTTCCTGGACTAAAGGTTGCCTAGCAA
+CCGTTTAACCAGTGGATTTGCACCCCAACAAAGACGTTAGTTGTCTCGGAAAAATGTTAAAGTCGCTAGC
+TCCGATCGAAGGAAACCAACAGCCCGTGCTGCAGTTGCTCTGGGAGGACAAGGAGGTCAAATTTGATGTG
+CCTCAACTGTAAGTAGACGCTAATTTAATTGGTTTTTGGACCCTCAATTGGAGAGATTCGTTTCAGGCAC
+AAGAACCTGCGGAGCGGAGAACGAGTGCTCGACTACATTTACCACATCGAAGACAGCAAAGGAAATCCGG
+GGGACACTGGTCGCCTGATGGTAACCAATTTGCGAATTATATGGCACTCGCTGGTCCACAAGAAGTACAA
+TCTGTGTAAGTTCTTGCAGTTCTGCTACCATCCCAATGAACTTGAAATTACATTTCCCTAAGAAGCCATT
+GGCTATGCTCGGATTGGCAACACCAACACTCGGGTAGTTCATATGCACTCCAAAGCAAGGATAGCCAGCC
+AGGCCCTCTACATCCTGGCGGTAAGCAACGAGACCCGCTTTGAGTTCCTTTTCACCGACGTATCTGGGGA
+AACGTCGCGTCGCGATCAGCCGATCTTCGCCAGCGTGTTCGACGTATATCAGTGAGGAAATCCGGATCAG
+TACAATTCAAAAGTGTCCTTAAAATTGATGTTTATACTCAGCCTTTATCAGCGTACTTATCTCTACCGCG
+ACCTGAAGCTGCGCGGAGCCATCGTTCAAGCGGGTCAACTGGTTATCCTACCAGATGAGGAGGTCTTTAG
+CCATGTGCAGGGCGTGTGGAATTTGTCTAGCGACCAGGGCAACCTGGGCAGCTTCGTGGTAACCAATATT
+CGGCTGGTGTGGTTTGCAGATGCCAACGAGACCTTCAACATCAGTCTACCATATCTACAGATTGAGAGTG
+TAATCTATCTAGACCGCAAAAGGATAAACTCACGAGCAGCTTCTCATTACAGCTTCGCGTTCGGGAGTCC
+AAGTACGGACCTGCTTTGGTAATCCAAACAGCGGAAACGGGAGGAGGATATGTGCTCGGATTCCGTGTCG
+ATCCCGCCGAGCGGCTAAACGAGTTGTTCAAAGAGCTAAGCTCGCTGCACACAGTTTACGGCGAGCATCC
+CAACTTTGGCATCCAATACAATGCGAATGACGCCAGGCGGCGATTGGAGGCGGCTTCCGAGGAAGCTGCG
+CAGGCCTCCCAGATCAAGGTGGATAACTTCGAGGAGCTGGACGAGCGGCAGGAGCGGGAGATCAACACCA
+AGCTCAACAGCTACCTCGCCGAGGGCTGTTTGGGAAAGGTGCCCAGTCAGGGCGAGAGAGCTCCGGTTTA
+CTGCAAGGAGCTGGGCTTTGCCATGGAGCCAATTGGGGATGGCTACAAATTGCAAGACCTGTGGAATGTT
+ATGCCCACCAAAATGGAAACGATGGAATGAATATGTTATAACCGAGAATGTTGATTCATAGTCATTGGAA
+TAAAATATGAAGTTGTGAATAAAACGAATTGGACTGGGGTTTGTTTCCATTTGCTCCCATTGCTTTGGTA
+ATTCAGTAAAAGAAAATTAAATTATTTTACAGTCAAAGTAAGCATATAAATTTTTAGATGGACTAAAGGA
+TTTATAGCGTGGAAATTTACGGATTTACATATATGTACATATGATAGCGCGGATGGCTCAGTTCCATAAA
+ATCGTTATAACAATAAATTACCAATTTAAGTAATTTGTAGTTACTCGTAATTTTTATTGACGCATACAAC
+TCGCTGTGTGTTTAAGTAATTTTGGTTTCGTTTGGAATCGCATGAAATTGTCCTTAGCTTAGGGCGCATT
+TTTAAACATTTTGGAGTTCCGCAAATTTAGATTTTCCAACTTCTACTTCCTATGATGATATAAGGGGCTT
+AATTGGGTAGAGTTTTTCGGTGTTGTCTGAGTCAAGCAGATAAATTTAAAGGGCTTCTGCTCGTCTTTTG
+GTTGGATTTATAAATAAGTTCATATCACAACACACAGTTGATTTGACCGGCATGTTTTATATATAAAGTT
+TTCTATATTTTTATGTTGCTGTTCATTGCTGTTCTTAAAGATAAGTTGTATGCTTAGATAAAGTTAGAAT
+TACATGTATGTATTTATACTTGTATGTGTGAATTGATTACGTTGTATCTGCGCCATACATATAATGTAAC
+AAACTTAATTAAAGTAGGAAAAATAAATGTAGTTGTGGCGTTTTTTCATCCTGTCCACTGTTCTATCCAT
+ACATCCTTACTAACCTGCCTCAAAGGCAAGCACATAAACTAAACGAACCGAAAACGTTGAACTTTGTACA
+TTCATTGAAAGAATAGGATCAAAACTAGCATATCAATACGTTTACAAACAGTGACATCAGGAATGACTTA
+AATGAACTAGTTTCTTTATACATTTAATACTTTTTGCTCAATGAGGGTTAAATTTCTTTTGCATATATCA
+TTTTGTATCATATTTTATTCGTAGCGGATGCTTTTTGTTATATCAGTCTTGAAGACCAAGCCAGAATTCT
+GTAATATGTGTACCCAAAAAAATTATGGTTGCTTTTTTAAACTTAAGTAGTCATATTATGTCCCGAATAA
+TACGAAACGAGTTGAACACTACGTGTACTTTACATGATTACTGGCTTATCTTACATTTCCACCTACTTCA
+ACGGAAATATGTATTACGTACACAAAAACAGTAACTAGAACCCAAAGACTCAGAACTTAGCGAATCTCTT
+ACGCGACTCTTTCCTAGTGTTGTTTTGTTCTAGCTTTTCTAGCTTTTGCCATATGGGCTTACGTTCCAAT
+GAGCGAGTATTGAAGTTTTTTAGACCTTAGGTGCTTGCGGAGATCTGCTGACGAGCCCGCTGACGTGTCA
+TTGGCGGGGAAGGACGCGCAGACAAGGCTGCGGAACCACGACTGCGCTTGGCGACTTTTTCATTAGCAGC
+AATGCGCTTGGTTGCGGCTTTTCTAATTGAATCTGCTGAAGTGGTGGATGTCGCTGTGAGAACAGTGTCA
+TTCTGCACAGAGGCTACACGACTACGTTTTGCAGCTTCACTTCTAGAGGTTGATTTGCGCTTGGTCGGAG
+CTTTTATTGCTACTGGAGATTTGATTGGTTCCGCTGGCGTAGGAGCCGTAATCGATTCTCCTCGACTGCG
+CTTGGATCCTCCGCGTGCTGCCGTCGCTTTGCGCACGGCAGGAGCTTTGTCTTCAGTTCCAGCATCTGCT
+GAAGTTGTTAATTCCGTATCCAGGGCCTTGCGTCGTCTTTTGGCCGTGAGCATGGGAGCGCGACGACGAC
+GCTTTGGCTTGGTTATGGCCTGGGCAGAGCCTGAGGTGTGTGTGTTGAGAGAGCGGGATCTGCTCCCGCT
+GTTAGTGGTGGTGGTTGCGTTAATGGCGGTGTTGGTGGTTTCTATATAGGGCATCGGAACGAAGGCCGAG
+TCCGAAATTGTTGGCAATGTCAAGTTGCTAAGCGAAGAAAGCAGTCATTAGACATAAATTTGAATGTTAA
+ACTGGACACTTACCTGGGCTTTGGCTTGCGGACCGTCCCATCTTCGTCGTTGTCCTCATCATCTTCGCTG
+TCTGGATTTCCAGCGGGGACAAATTTTGGTTTCTTCACTTCAAATCCGCGGAACTTGTGGCTATCAACGA
+TAGAACAAATATAAGTAAATTGTTTTGATTAATGCTTTGTTTTCGGTCATTTTTGATCCGCTCTTTTATA
+AGATTCGGCTCGATCTCGGTATGGCAAAATAAGTTTAAATCTCAAAAAGTAATTTTAAAAATACGAACGT
+ATTAGGATCACACGCGGTAATAGTGCCATCTTTTATGGCTGGAATCTTACACCAGTTGGATAAGCCAAAT
+AAATCAAGAGGATAAACATGCAAATGGCAACTAAGACAATCCAAAGTTCTCCAAGAACCCATGTATTTTA
+TAAACATCATATCATGTAGCGAAATTGGATTACTGTTATCAAGTTTTCTACTAGAAATCTTCTTAGCTGT
+TAGAAAAAGCAAAGTATGAGTTTCTCAAATGGAATCGGTTTTGAATACCGGAGAGTACTCACATTTTTAT
+TGGCGTTATGGGCATGGGCCGAATGGGCTTAAAGAGGCACAGGTCCATAAGCAGGCTGTCGGTGCTGGGA
+TTCCGTTTGCGAGCGGCGGCAGATCGATGGAGTGCCGTGGGAGCCACAGTGTAGGTGCGCAGAAAGGCGG
+CTGTTGGCACTTGACTGGGCAAAGGAATCACCTGTGACGAGGCCACCTGGCTAGTCAGTGCATAGTGGTG
+ACTTCTCGAGCTGCCGGCGATAGATGAGGTCATGCTGCCAATGCTGCTGCAGCCCATCAGCCCGCCAGCG
+CCGCTTAGTTTTCGCTTTAGGCTGTGGTCCACGATCTTGGGCGCAGGAGCTGTAGCTGGGGCCACAGGCG
+TTGGAGCGGACATGACCAGGGCCTTATGAACGGTGTCCTTAATGAACTCGGTGCCTCGATGCAGGCGCAC
+AGACAGGGTCTTCATCAGGGCACTAGCGGCACTAGGACGCGACGAGGACGCCGTGGGCGTACCCACTCCG
+CCGGAGCCCACGTTGCTGGATCCGGATCCGGCATTGTTGGACAGTTTTCCGGCGTCGTAAGCCGGTGGAC
+CGGCTGCGGCCAGCAGCATTACGGAATCGGAAACGGGATGTGGCCGTATTACTGCCCCGCTAGCCTAGAG
+TCCCTCAACTTCTCCGGTCGGATGCACTGCCTCCAGCACCGGGAAGAGGTGATGGCTCATCAGCGATCGC
+ACCTCACATCTACGCACTCTTCGCGGCCGGGTTTCCAGCCGAAGTCTTGAGCACAAACTAGATTTCTTTT
+TGTTTTCCCCGTCGCCACAACACTCGTCGTACTACTACTACACGCACTCGCCCACTACTACAACCACGCT
+CACAAGCGCCCGCACTCTCGCACACACACACACACACTATAGTAGCTCCATTGTGTGCCGGTGGAACGAA
+CGACTCGATTTTGTCCTGGCAGGGTTAGCTTTGGCCTACTGGCCTCTTCTCTTATCCGCTTGTGTATCAG
+TTCGCGGATCTGTGATTTTGCAGGACGGGCGGCAGTGGATTATCGCGAATTTGTTGTACGATTCGATATT
+ACGCTTTTTTCATTCACAAGCAGCTGTGGCCAATCGATGTTTCGATACGTGGTGCCAGTCGGGTATCGAT
+AAGCGGGCCTGTATTTTTAGAGTTACCAGAGTATGTTAGGAAAATAACGAAATTAACGACTACCGATATC
+TTATGCGACTGATGTGTGCTTTCGATTATTTTTATTAAAGCTTTTGTCCGCCATATTTGAATTTAAAAAA
+TAGAGGGAAAGCTTGCAATTAAAATGTTTGACTGAAGCAGTCTGTTCCATTTTTCAATAATGCCTTATTT
+ATTCGACGTTTTTTTTCCAATACACTTGAAAGATATCGGACAGTTTTGCATTTTGGTATTTTAAACAAGA
+TTACAACAGAGCGAACTTTTTATGAGCGGAGTTACTAGAATTTAAATCCTGCAAGCATCGTTTTTCCGGA
+ATAAAAATAAATGTTTTCTAAGAAAGTTATTCGGCATAACATAATTGGTAAGCCCAATTGATTCTTTTCT
+ATTGTTTTTGGTAATAGTGTAAAAAGGTAGTTATCAGAGTGTGTAATTGCTTCTTGAAATGCCTCTGAAA
+GTGTTCCAATAGAAGTATTCCGGAACACGACGTTTACCAAAACGCATCAGTAAGCGTACTCCAGGAATGT
+TTCCGGTTGGGTTGAAGCGCTCTCCAGGATAACATGAAACAGGTTGACTTAGAAATTCATATTTCATATG
+TTTTGGTTATATCTGAAAACCACTAAATAATAAAACCATAAATAATATCCGTTAAAATGATTTTATTGTT
+TTTGTAATAAACCAGAACAATATCAAATATCAAAGCTACCGCTCGGAGAAAGGCATACATATGTCAAGAT
+AAGCGTAAACCTAAGTAAATAATAATATTGCGGAAAACAAAATCATTAAATATTATAGCTGAAGCTCAGA
+GAAAGGAAACATCGAACTAACTTGATTAGCACAACTTATGAGAAGTAAAGCCGCTTTAATCGCTGCGGCA
+GTTAAATCCTGTAGTTAAATTGAAATTAAATAGCCGAATTGCTTTTTTGCTACTGTGCGTCATTTGCGGT
+GGCAATCGAAGATAAGAGCATCGCCGTATCGGGTTTATGACAGCGAAGTAATAGCCGCGGCGCATGCGGC
+GCTGAGTTTGCACTTTTCTGTCGTAGGAAACGAACAAATTAAACATTTTTATTAAAAGCTGATAAAAACT
+ATTCCATGTCGGACAAATGCCATTAATTCGTGTATTATTTGAATTCTTCGATTTTTAATGAAACTACTTG
+TTAATTAAATGACTTATTTTAAGCTCATTTTAATTTTTGCTTTTGAGCTCCCAGGATATTTGACTTTAAT
+TAATAGTTTTTTTAGTCCGAATAATTATTTTCAGTGCGGTTAAAGGAAGGCACGCTTCTGTGGTCGCCAC
+CTCCTGCGGACTGGATGCGATGCTCTCCAGTTGCCACTGCTGCTGTGACAGAAGTGGTTTTTGGCATGTC
+AAATGCCAGTTGGTGCCCACTTCCTCCTCGCTGCGTTCTTTCGCTTAAAAACATTTCAAGAATAGTGTTT
+TACAGCTCATTATGAAGCAGAAGGTGAAGGAAGAGGTGATGCACGTTGATAGCGAAATAATTTGATTATC
+CCTTACTGGATTGTGATTTACTGATTTATAAAATACTTTTAATAATTAAATACAATTGTATGAACATAAC
+TATGTTGGTAGAATTTCTCTTTGGATGATTTTTATAAGTAATGAAATATTTACGATATGCTGCTGTAATT
+GAGTAATAATTGTAATTTTCGCCAGCAAGTATAAAAGTTTGCGACCCTGCTGGAACTGCGCACAGTGCAC
+CAAATGAATGAGGGTATTCAGATCTTCGGCTGTGTAACCCGAGGCCTCCTCTTGTATGTGCTGGCTGTTT
+GCTGCCTGCCAGCTTCGAGCCAGGTCCTTGCCGCAATGACTCGGCTGGAGGTCACCTCGTCGTCGGCGTT
+GTCGAGAACGATCGCCCCCCATTGCGCCTCACCATGCGCCCGAACCACGCGCTTTTGGACTTCTGCGCAG
+CCGCAGCCAGGCTTTTAGAGCAAACAAAGGCCATGAGCAGAGCGGCATTCGGTGCTCTGGATTCGCGATG
+TGGCAGGCGTCGCACTCGGGGCTCAACGCTATAATTTTCCAATATGCAGATGTGATGGTGCCACAAAATG
+GCGCTGCAAGCCGCTGATTAGAGAGAGGGAGAGGCAGAGTGGAGTGGAGTGGCGTGGCGTGCCACCGCCA
+TTGACAATTATGCAATTTTGCAGCACGACTAAGCAAATTATTTTTACTAAATTGAATTTTAACTCGTGCT
+GGGCGCACTTCTCGAAAATCGAACCGCACTGCGAAAACCACCGGATCCGCCCAAAAACACCACACACAAT
+CCGGTGACTCCAAGTGGGCCTGTGGATTGACGTGCGGCAGGACGATCGAAAGCTCTGGAGATGAGGCCGC
+GTCCTTGGAGAAGCACAGCTGCCACCAAGAGGGGTTCCATGTGGAGAGCGAATGGAAGGACACAAAAGTT
+GGGCACACAATCAAGTCAGGCTTCTTCGGAACTAATTGATTGATCGGAAGTCATTGCAACGACAACAGCC
+GAAGCTTTGTGTTTAACTTCGTATTCAGTTCAATTCAATGGGTTCTGGTAATTAGAGTTACGAGGAGTTT
+GGGTAGCCCTTCTATCTTGAAGTCCGCCGATGCGATTCCACACTACATATGTACATACATACATAAGCCT
+CATGGCGAAAGCCACCAAGTCAGACGTATCATAAAATTTGTCAATTAAATATTTGTTTCATATTTTGAAA
+ATTCAATTTCTTTGCTCAAAATATATAAATATATATAATACATATATATATAAGTTGACGAAATGAAATC
+TTCGAAATATTAAATAATAAAGACTAGGAAATTTTGGGGAGGCGAATCGTGAGCAAAATATATACCCCAC
+CCTATGTGGCGCCTGCGTGCAATCTGAAAACCATACCTTTCACATCATTTAGTTTTTTTATGTTAGTTGA
+TTTGAGATTTGCTATCCAAAATTTCCCTTTCTACTAACCGCTTAAACTCGGCTAAACTCAATGCTTTCTT
+GGTATTTCTCCGTGTATCGAAGGTCCTGGAGAAAGGTTTGTACCAGGTTTTAAAAGTGCCGGCACATTTG
+AAGCTTAGGATTTCCGATTCACGCTTCACTATACTATACATATAAGCTCCTTTTTGGCGAAATGTATTGC
+AGAATCTATTTTATTATCGTATTTTATACAATTTACGCATCTACGGAAGGAATCTCATGTCTGTCCATAA
+TGAAGCTCATTTCGGCAGTGACGAGAATTTACGATCTCGGCACGCTGGTGTTTATAATCAAGGCGATCCG
+ATAAGATAAATGATTATTGAAATGCGCAACGCAAATGAATCGAGCGGTAAACCAAAATCGAAATTTGTAA
+GCAACGAATTCCACGCATTGTTTTCAACAATTTGTTCAATTGCCGATTCCCCGGCTGTCTCTCGAGAAAA
+ATTGAAAATCGATTTAGCTGCTCGGAAAATACGTATGTACATGCCAGATTGTTGCTGGCGATTCCAAATC
+ATTTCAATTACATTTAATTTGGCCTCAACATATTTTCCACAGGTGTGAAGAGGTTTTTCGGTAATGAAAA
+GACCATAAATCATTTCACAAATGAAGTTGAACTCGATGTTTTTGTGGCCCTTCGCTTTTTGTTTCCCCCC
+CTTTTATTGTTGTAAAGTGTAACATTGATTAAGCATTATTAGCGTTTATTGTTGTTGCGGCTCACTCGAT
+TCTGAGGCACACTATGCTGCGCAGCCCTTTGTATTTGGTTCTTCTTTCTATCTTCTCCCCGATGTTTTTG
+TTATTCCCTCTCTCCCATTATGGACGTTGTTTTGTGGCGGCCCAGTGGGACACTTTCCATCATCAACACT
+CTGCCGGCTGATGGCTGATGGGTGATGGAACGTTTCGCCTTCCAGCTTCGGCATCAGCCCCCAAAGGGGA
+TTCTCCACTCGAGCGCTTTTCGCGGTGAGGGGGGCGGAGGAGGGAGAAATGGGGCAGGGACGGGACGGGA
+CAATCCAGGGAAAAGACGCTATGGGGGCGATCGTATTGATATATGTTGGTGCTCGGAGTAAATCAAAATT
+GATTTGCCGAGCTAGACGCTTTGGGTAATGAAGTTTTTAATGAACTGGCTTGGGCAGTCGAGAATTTGTA
+GGGTCCCAATGGACAACAGATGAAAATGGAGGCACTTCGATCCTCTCCACTACTTTTTTTAAAAAACATG
+CAGAGATATTATGGAACATAAATCCTAAATAGCGGGCATGCTTTTCATAATTTGACACTAGTTCGCCATG
+TCAAGTAAGTGATTAAAAACATATTAGATTGAATTTGATATATTATATAGACAGGATTATTAAATTATGT
+GTCGGAAATGGTAATTCATCAAAAAACTGCTTTTATCCAATAAATATAATAATATATGAGATAATCTCAA
+TTTTAATCGACAGATGGCTTTAATTATATCATTCCGCGGGTATATTGATTTTAGTCAGAAGATTGCTTAT
+AAAAAGTATATATATTCTTGATCAGTATCATCGGCCGAGTCGATATTGCAATGTCCGTCTAAGCAAACTA
+GTCTTTTACTTTTAAAGCAACTCGAATGCATATGTCCAGAAAGAATTCTTTCTAATACTGAAAGTATATA
+AGTGAAATCGGATCTGGTGACCATATTATATAGGAAAAAAATTACAATACATAATTTTGGCATTAAACTG
+ATCGAAATCGGGTGACTGCATCGTATAGCTGGCATTAGAATATGTCATTATTATTCATAGGCATAATATA
+AAGAAATCATAGTTTCTATCTTGTTATCCCTAAATGGCTCTTATTCAGCTTAAAGATATAATTACTGAAA
+GGGATATTCCTTAAATTTTTCTTAGAAAACAGAAGGCAAGTAAAAACTTAGGGGAAAGGGCCAGAAACAC
+TTCGAAAGCGAACTACTTACCTATACACCTTACCAATTACACAAGTAATCTAAACCGAGACCCAGTTGAG
+GAAGCCACTGGCAAGTCCACAAACACGGAACCGAAACGGAAATTTCAAGGGGAGTCTGGTCCAAAAACAA
+AACCGGCCAGAACGGCATGAAATGCGAGGGGCAAGGAGGTGCTGCAGAGGGGCGGCGGCCATTACTTGGG
+CTCCTGCCTTGGCCAATAAAATGAGCTAAGAAATGGGCACAGCTGTGGGATTGTGGGACTGTCCCTGAAC
+GAGTCGCAATCGCGGTTTGGGGCGCCTCCGAAAAGTCCACTACAAAGGCTAAAAAAGTTGGGGTCGAAAT
+TGATTTTGCGGTAGCCCAGGCAATAAATGCCAAAATGCGAGATGGCCAATAGAAGAGGGCATGGGAAAGG
+CGAGGAAGTGGTTTGTGCACAGAGAGATGATATTTATTAGTTTTAATATCACTTTTTGTAATAGGTTTGT
+AGTAGGTTTTCTTTCCAAGCCTTATACATTGAAGAGCAGAGCTATCAAGTATAGGTATCGAAATAAATTA
+AAACCATCTTTTATCGAAAGGATTCTGTTGCCCAACTTATTTCACACACTTTTCGCTCAGTGTTGCAATG
+CAATTGCATTGCGGCCTTGCGCAGTGCACAAAAGGTTTGACAAAGTGAGAAATATGCATGGCAAACAAGG
+AGCACCAGCTTGCCACCACCCCTCCGGACCCTGCGCGTCCTGCCCGACCACTCCCCTTTCGTCCCTTCAA
+CTGCAACGAGGAAATATGATGACATATCGCGTCATAGTTCAAACGGCGGGGACTCCACTGATCAATTTTG
+TACGCAGCACGGCGCCATCTTTTTGGCCCTTGCAAGGGAGCAGGACCTTCCTTTTTTCGAGGATTTACTG
+TGCATTGCGATGCGGGGTGTGGCGGGGCTGGGTGAAACGAAAAGGGATGAGGAGGGGGGGGGGGGTTCTT
+GGTCTGGTCAGTGGCGCACAGAGTATTCGGTTTTTCGGTTGCTTTTGCTTCGTTTCGAGTGAGCCAAATC
+GCAGGCCATAATTTTTTATTATGCCGGGCGCAGGGAAAACGAGAGGGCCAAGACGTCGGCTGGTGGCTTC
+CGTTGGTGGAGTTGGCTCTCGGCCCGGAGTAGCCATAAAAATAATTAATTGGCTTTTATGTGGCAGGAGC
+CGTTGAAATTTCGCTTGTTTTCCAACTCTTTCCGCTCCCTTTACCCTGCCAGTGCAATTTCTGAATTGCA
+TTTGCCTGTTTAATTAGCCGTATTAATTATCTCCATAATCAGCATCTGTTCTGTGGTCACACACACACAC
+ACACTCACACGCGGGCAAAGCTCATTTCCGCTTCAGCCGACGGCCATTTTGTTTTTATCCGTGGCTGTTT
+TGACGTTGTAATTAGTTTTTGCGGTTTTCCATTGGCCATTCGACCGCAAATGCAATTGTTATTTCGTTTG
+CGTTCTTCCTGCAAAATTAGAGTAAAACTTTATTTCATTTCTATTTCTCAGCCGGGAGATGATAGTCAGT
+TATGCATGTAGCTCATGTCGATTATAATCCTATTGGGTTCCATATGTTCCAATGCTATTTGATGAAATTT
+GAAGTACATCCTTATCGAAATTGGTAATACGTTTTTATGTGACATTCTGTTTCTATGTCACATAACAAAA
+ACGACACTAATCATCTGGAAGTGAATTTGATGTCAGTTCGTTTGCAGCATCCGGTTTCTTACCAGTAGAC
+AAGTATTAATAGACTTAAGTTTTAAAAGGTATTTATTTTTTAACAGCTAGAAAAAAAGCCGTAAATTCCT
+TCAGTTTTGCCTTGCCTTTGGCGTGGAAAACACACAACTCACTTGATTAGCCAACGAACTTTTGCTCTTG
+CCCATTTGCACATGATTTCCATTATATTTTTCCCATTCCAAATCATGCCACTTACTTAATGTTGTACCAT
+ACATTTCCCAGCCCTTTCTTTCAGCTAGCTTCATTCTACTCCGTATGAAACCATCATCATGAACATTATT
+CTATTCCATTAATTTATGCGCAGAAAACTGCAGCACAGTATGAAGCATTTTTCTCGGTTCTTGCTGCTTG
+AAAATGTAGAGAAATTGAACAAAAATGTTGAAAACACACGAGGCAAATGTCGAATCGATGCGGGAAGGAA
+GAGGAAACTCGAGCAAAATTAATGGGGTATAATCAACGAAGAAAATATATGGTTATTAAACAGAGAGCGA
+TCCATAAGTAACCGAATAATTGGATAATTAAATTTTATTCATTTTACTATTGTAGAAAGTTACTGGAGAA
+ATTCACCGACACTATGGTAAATGGCACATGAGAGAAAGTGGTGTATTGATAAAAGTGCAGTATTTCGTTC
+TTCAATAACTTCGCACCGATAAATAAATAACGCGTCCTCAACGATATTGATTTGAGCATTTTCTATATGA
+AAATCTGGCCTAGATCGACTCTCGGCATACTTAGATCGAGATCAAACTATTGTCAGGTTGCAAATGTCTA
+TCGATAATTTTTTCCGATTCTCAGGAAAGGCGTCCCAGTTTCCTAGACTTTTTAGACGTAAGAAAAAAGG
+TGCGTGTCCCGAAAATAAAATCAACACTGACACTTTTCGGTGATCGCAAAGTTTACAAACTGTAAAAGTT
+AGCTTGGCAAAAAAAAGTCCGATAGGTTAAACAAAGGCGAACTTAAATGCGCAATTCACTGTGGGCAAAG
+GAAACACCCCTTAAAAATTCGTTTATTTTCGCATTATTTCGCGTTTTTCGCGCCAAAAGGGAAACACAAA
+GGATTTGACTAAAAAGCGACCAAGAACACACAATAAGGTTGATCTCCAAAGCCAGATTTTCGCGCAATTA
+GGCGCAATGAGCCGGAAATGCAAATAAAGAGTATGTACAACTGCACACAAATATATCCACGGGCCTTGGG
+TCGGGCAAGGCCAATTGTTCACTTATCCATCCCCTGATGACGATTACGGAAAACTTTAGCGACGGAGATG
+ATGACGATAATGACGATGATGACGGCTCTCATATAGTATGTATGATCCATTGTTCTACGGGGCTGACATT
+TCCCCGGGGGAAGTCCAATCAAAAGCTGAAATGGCTGAGGCGAAGGTTTCTGGGATGCTGCGCTTTTGTT
+TTTTCGGAGCCTACGTCGCGACTTCGTCCTGCAAGCGCAAGGACAACAGGATAACAAAAAACACTATACA
+ATAAAGGCCTACTGACATAGCCGAAAATCGATTCTAAGAACGAATGCGGTTTGGTATCGCAGTTGATTGC
+GCACCAATGGAATCAAATGTTGTTTTTTATTTTTAACAGCTTTGTACTTTTATAGGGGTCAAAATCACTT
+TTTGCCTGTAATTGAACCGAAGAACGATACGAACTTGTATTGTATATTGTATATAAGGATGTAATGTATT
+TCCTTACCCATACTTGATCATATGTACTTTCAGATCAACTTGAGATGTACCAAAACCTATTCAGCATATA
+ATGGCAATATTGGTAATGGCAAATCACCCCACATCAAACCAAAAAGAATTAAGCATTCTAACCGTGTTTA
+TTGGCGCATCATCATAGGGAGTTCTTTGTACAACGATTGCAATGTTGTACTCGTACATATACAGTTGTTT
+GGCTTAGCAATTTTGACAGAGTTTACCCTTCGATTGGCATGTTGGACATTTTGAGTGTGTGTTTTACTGG
+TTTTTGGGCTGGCTCTCCAATAGCTTGCGGTTCTGCTCCTCACGCCTCCGCTTGGCCATCTCGAAGGCCG
+TTATCTGTTTCCGGGCACGAGGTCCGGCCTTGCTCCGGAATCGCTGTTGGCGCACATAGAGGGGCCTGCG
+CTGGTTGAGCCACCAGCTGAAGTCCGCCGGGATCCTGCCGAACTTGCTGACCATGTTGCGGTGCCTCTGG
+ATCTCCTCACGCCTCTCCAGCCACTTCCTCCCGTACTCCCAGCCGAGCAGCCAACCCATCACCGGCCTTT
+CCTCGCACAGCTCCGGAATGGGATCTGGCCGATCTGCCGGCGGAAGGATCGCTGAACCGTGATCCCTAGC
+CGGAATCAGTGGCGAGCGGCTCCAGATCTTGATCTTTGAAATCATTATTGAGTGGAATTATATGCTTGTC
+GTGTCGGTGCTGTGTGATTTGATACGGAGTCTGTCTGGGACTGAGGCTTTGTGTCTGCTGGGTCAAGAGC
+TACTTGATTATGAAAAATTTTCCAATGTTCCAATACGGTTGTACAAACAATTGTACATTCAAATTTTAAC
+TTAGTCAATTAGTTACTTTAATGAAAGGTAATTAAAGGACTTCACCGCTTTCTATGGAATTTTCCGATTT
+AGATTAGATTTATCATTAGCACAACAAAACCCATCAGCAGCTTTCGCTTTACTCCAACAGATGTCGCACC
+ATGCAGATATAGCATTAAATTAATTGATTACCTATTATTATTATTACGTTTAAAATCTATACATTACATA
+CTATTTTTGTATTATCTTTATTCATTTAGATACACATTTTATAAAAAAGCCAGAACGTGAAGACAATTAA
+CAATTTTTACAAAATTTCATATTCAAAAACTGGACAACTTAATGAACACAAATAAAACGTCAAGATCTGA
+TCAGCTGTTGCTTAGTCTTTATGGCCCTCCGCTTCTCAAGCCAACTGGTATAGTTGGGTGGAATGAAGTT
+GGCCTCCTTCTTTATCTTCAACTTGGTCTCCATCCTGTGTATATCACGCTCCTCCATCCACTGGCGACCG
+TAGTGCCAGGATAGAAGCAGTGCCATTTGGGGCTCCTCCTGCTCGTACGTCGGTGTGAATGACTGGTGCC
+AGATACTTACTTTCGCCCTCTCGTTTTTTGGGCGGAAAGCCTTTGCCGGCTCCCAATATTTCTTTTCCGA
+CATTTTCTTGATTTTTTTTGTTGCTGTCTGTCTTGCTTAGAAAATATAGCATTTCTACATAATAACATCA
+ATCAGATTTCGAAGAAACCGATTAAAGGTGAAGGAAATATCAAGTATGGAATGATTTACATTACCAAAAA
+GCTCAATTTCAGCGCGTTTTGACTCTTTTGGAAATCTTTCTTTGAAAATTTCTATCGATCGAAAATTCTA
+TCGAAAAAACTTGTTGCCAGCCCACTCTAACGCCCTCAAATACAACAATTTGAACAATTCTATTTCTCAT
+TTTATTCACCAAAATCTATTGATATCCTAGAAAAAGTATGAAATTTCGCGATCGCATTTTCACTAGCTGA
+GTAACGGGTATATGATAATCGGGCAAGTCGACTATAGCATTCTCTCTTTTTGTGGTATACTATATATATA
+TGTACTATGGAATATATATTTTTGCGGATAGCTTTAAAATTGATAGGCTAGTTTGCGTAGAATAGAACGG
+ACAGACATACGGGCATTGTTATATCAAAGAATCTATTAATACTCATTAAATATATGTATTTGCAAGATTA
+TAAAAACATGAAATTAGATATATATTTTTTTCTTAATTTTCGTACCCCTGGTGTACATACAGTTGCGGTA
+ACAATAATGGCACCATAAGCACATTTCGTGTTTGTCTCAACGTTTCTCTATTTTCTGACATTTTTTCATA
+CTTTTACTCACTAAACTTAAATACTACAATGATTTTCAATCGAAATAAAAAAATTAATAACAGATGTAAT
+GGATATTTTAAAAATAATTGGTAAAACAAAAAAAAAGTTCAAATTTAGGCGGTAACAAAAATAGCACTGT
+TTCTCGTAGTTTGCTAAAACTAACCAAAAAAAAATAAAAAAATAATTCAACAAATGAATTATATCTTAAG
+AACTATGTTTAAAGAATCTTAATATTTGGTTGCGTGACCTTTGTTGGCAATGACAGCCGCGCATCGTCCT
+GGCATGGAGTCCACCAAGTCCTGGCATCGTTATTGAGTAGTTTTGCTCCATGGATCCTTGACCAGACCCC
+AAAGATCATCGTTATTATTGGGTTTGGCTTCAGAGACCTTTTTTTCACGTCCGCCCAAAGGTTTTCGATT
+GGATTCAAGTCGGGTGACTGAGCAGGCCAGTTCATTCCTCGGATCGATTTCTGCTCTAACCACTTTCGAG
+CGTTCTTCCTCGTGTGTTTTGGGTCGTTATCCTGTTGAAATATTCAAACCAACGGCATTTCATCCTCGGC
+ATATGACAGCATCACATTTTCCAGGATATCTGTGTAAATGTCCTGATCCATGATGCCTTGAATCTAATGG
+ATCGGACCTACTCCATAGTACGAAAAGCACGCCCGTACCATTGTGTTTGATCCCCCGTACTTTACCGCCT
+TAAAGGTGAAGCGAGGATTATATTCAGTTCGTGGAGGACGCCGAACATAAGACCAAGACAACACAAACAA
+CACAATTTTGGTCTCATCTGACCACAAAATGTTGCGCCACTTCTCCACAGGCCAGTCCTTGGGAATCTTG
+GCATATTCTATTCGCTTTGCCACATGCTTAACAGTCAAAAGCGGGACTTTTCTTGGGCTGCACGCATTAA
+GGTTGTTTTGTTTTTATTTTTTTTTTTTTTTTGTTTTATTATTCATGCAATCTGACTTTAAAAAATATAA
+ACATTTAATAATTTTTTTTTGAAAATGAACTTTCCACCTGCAATAGTGCTATTATTTTAAACGCAGCTGT
+ATAACTAATTGTGTCGTTTATTATAGATTTTTTAAGAAGTAATATAATTTGGTTGCATGTGATTATTGGA
+GTATTCCTTCGTTACGATGTGAAAACTACATATTTATGAAATTGCCAACTGCTAATTGAACAAAAACCCG
+ACAAAAGTGCTGCTAATGGACAAAACACATATAACACAAATGGCACAGACAACGGACAACAAACCGCCCA
+TCGACAAGGGTCGCAAATTGGGAGGAAATACAAACAGATGGAAATCTGTGTATAAAACCCAAGCAACCCG
+AAGTGGAGAAACTGGAAATGTGAAAAGCGCGGCATGCGGCCCAAGTCAGCGGGGGCGACCAATAGGTCAA
+GTACGAACTGCATTGGCTCGCTTTAGTTTTAGCGGCTCCGGAAGTGAAACAGTTTGATGGAGCCCTGACG
+TGGGCAGAACTACGCGTGCCAAAAGGTGCACAGAGGCCTTAGCGGAATTCGGAAGACAGCTGGTTTTCAT
+TCACAATTCACAATTTACAATACGCAATTATGCAATAAAAGGTGGCGAACTTAAATGCAACCTGGTATTC
+TAAACATAATGCTGGGAAAACAATGACCATGGGCCAAATGGTGGTTAAAATTCACCACCTCTCCTTTTTT
+GGTAACAGGAAAGTGATGGCATTATTTATTGACAAAATTCAACGAAATCCATTATAAATATACATGTAAG
+TCACAAGCCCCCTATATGGCCTTTGGAAAATGCTATACTTACTTTGTTTGGCAGTCAAGTCGGTTGCTCA
+CAGTACGAAATGAGCTGAGTTGGCAGCACTGATTGTAAGTCGCTTTCCCGCTCGCACGCCGCTCGGCTGT
+CTCCGTCCTTGTTTGGCATCCACCACTGCGCTCCTCCGCCCGCCTGCCTGTAGTCATTTCTCATCGCCAC
+CGGGTTGTTTCCTTGTAATTTGTCACCGCTGGAGCCCATTTCTGCGGCGTAATTTGTTTGCAACTCATTT
+CGGGATTCATTTCCATGGCTGGGTTGTCTCTTTGTTTGCTTGCCTTTGTTTTGGTCAGCTGCCTTGGGCT
+CGGTGCATTTAATTAAAATTATTATTGCTTGTAATTGGGGAGCGAAGGTGGGTTATTCGTAGGGTCAAAT
+AAGCAGACCGACTTGCATTACAACGTTTTACGGAATGAAGTGTCAATGTAATGCAACCGAGAAATTGAAA
+GCTATATTTTGGAGTAAGTTTGAGGCTATTTTTATCAACCTTTAAGGAATTGGTGATATGGCGATATTTG
+ATAACAGTCCACAAAGTATTTTATAAGCCATAAAGGGCCCCCCTAAGTTTAAGCCATTAAGGGCAGGGGG
+TTCCTTCGATTAATCGATTTGGTTTCAACTCAAGAGAAGCCTGACCAGATAAAATTTATTGTCAGGGCAG
+AAAACCGATCACACTCAGTTTCTACGATCGCCCTAATATTTGGAAATCGACCAACGCTTCTTCTTTGTGG
+AAAGTACTTGTTGAAGTGCAACTCGGCCTGTGGCCATCTTGCACATAAGGAAACATTTTGAAATACTTTT
+AATTTCATTCACCTTCCCTCTTTCATTTTAGGCCCCCCACAACCAAAACTCTTTCAAAATATCTTTCCAC
+TCACTTCATTACCAACTGAGGCATATCAATTTGGCCTATCCATACAAAGTAAGCCACTTCAGAAAACTAA
+TTTTTGAGCATTAGAAAGGTCTGGGCCTACACATATGGATGTATATATGTACCTATATGAATGTAGTTCC
+ACGGCGATTGTGATCCAGCATGACTTTGCTTTCAAAACATATTTGCAACGGCGAAAAGCCGACAACAATA
+GAGTAACACTCCCGTCATAAAGGAAAAGTATAAAAAATTCTCAAGTACACGCACTTTTGAACGCAATTAC
+GTTGAACTTGGGCTCATGGCATGGGGTGGTGTGCAGGGTGCAGGGGGTATGGGCATAGGATTGTTGAAAC
+GAACTTTACAATAATATTCGTGTGTAAGTCTTAACGATGGCAGCGAAGAAAATTTTTTTATTTGCCTTGG
+GGCGAAACTTGAATCGGATTTGCACTCTATTGACTTCTGCGCCGCTCCCCCTATTACTTATTCTGCACCG
+CGTAGTTGCACAATCCAGAATGACCCAGGTAGAAAAAGAAGATCCATTCAATTTCTCGCATAGGACCGCA
+TACCCTGTAAAAACTGTTTTACTATATAAGTATTGTAAGTGTAATATGAATAGTACGAGTATAGATCCAA
+TGAAATGGATATTTGGTGGAGTAAACCGAAAGTTATCGAAGATTCCATTATGAGTGCTCTAATAGCTCCA
+CTATGATTTAAAATTACCAAAACCTATCAACCGAATGAAACAACAACAACGACGACAACTGGAATGCATC
+ACCATCAACACATCGTCGCAGTTCACCACACTATCGCCATCTCGCTTTTCCATCGCCATTGGGGGTTCGG
+CATTGATACTGCGCCTATGCGTGCATCCCGCTTGCTCTCCCGTCCGCATTCGCACCCTAGAGCCCTCGCT
+GTCTCACTCCCTCTCCCTTTCCAACAACACATTCATCCTGAGACCCTTTGCGAGCGGATTTGGCTTTATT
+AGTTTGTCTAATTGCTTTTTGCAACAATTATTACGGCATTTTCGTTTTTGTCGCCGGTGTGTTGTTAGTT
+CTCGCAGCAGAAAAGTATCACAGATGTGTGAGCCCCGCGCTGACACCCCGCGGATTTGCTAGGCTTTGAT
+TTGACTCCTGGCATGTTTTGTTGTAATTGTACATAGCGCTCGTACTCGATTTTCAATTTTGGGTGTGCTT
+TGGTTACCATGTTCTGTTAGGCATAGAGCGCGCGATTCATCTCTCTGGGCTACTACTTTTCTAATATTTT
+TTAATAAATTCTGTTAAAGAAGGCGTGAAACATTTCACTGTTTCAGCATTTCTGTTTCTAGGTACCGCCC
--- a/test-data/genome_results/full_table	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/genome_results/full_table	Mon Aug 17 06:50:18 2020 -0400
@@ -1,6 +1,1016 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpeQaU9k/job_working_directory/000/2/conda-env/bin/BUSCO.py -i /tmp/tmpeQaU9k/files/000/dataset_1.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m genome -c 1 -sp generic -e 0.01 -z
-#
-# Busco id	Status	Contig	Start	End	Score	Length
-BUSCOaEOG7B0HST	Missing
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Busco id	Status	Sequence	Gene Start	Gene End	Score	Length	OrthoDB url	Description
+774at6656	Missing
+980at6656	Missing
+997at6656	Missing
+1166at6656	Missing
+1885at6656	Missing
+1990at6656	Missing
+2148at6656	Missing
+2456at6656	Missing
+2473at6656	Missing
+3310at6656	Missing
+3585at6656	Missing
+3644at6656	Missing
+4136at6656	Missing
+4227at6656	Missing
+4864at6656	Missing
+5277at6656	Missing
+5616at6656	Missing
+6453at6656	Missing
+6563at6656	Missing
+6715at6656	Missing
+6820at6656	Missing
+7210at6656	Missing
+8145at6656	Missing
+8495at6656	Missing
+8847at6656	Missing
+8913at6656	Missing
+9647at6656	Missing
+9648at6656	Missing
+10240at6656	Missing
+10573at6656	Missing
+11384at6656	Missing
+12029at6656	Missing
+12174at6656	Missing
+12383at6656	Missing
+12771at6656	Missing
+12846at6656	Missing
+13019at6656	Missing
+13051at6656	Missing
+13736at6656	Missing
+13833at6656	Missing
+13858at6656	Missing
+13890at6656	Missing
+13934at6656	Missing
+14090at6656	Missing
+14257at6656	Missing
+14447at6656	Missing
+14995at6656	Missing
+15200at6656	Missing
+15697at6656	Missing
+15905at6656	Missing
+16061at6656	Missing
+16084at6656	Missing
+16220at6656	Missing
+16630at6656	Missing
+16648at6656	Missing
+17096at6656	Missing
+17122at6656	Missing
+17128at6656	Missing
+17748at6656	Missing
+18036at6656	Missing
+18055at6656	Missing
+18073at6656	Missing
+18630at6656	Missing
+18929at6656	Missing
+19044at6656	Missing
+19058at6656	Missing
+19104at6656	Missing
+19129at6656	Missing
+19208at6656	Missing
+19289at6656	Missing
+19590at6656	Missing
+19760at6656	Missing
+20093at6656	Missing
+20162at6656	Missing
+20267at6656	Missing
+20935at6656	Missing
+20936at6656	Missing
+21019at6656	Missing
+21191at6656	Missing
+21361at6656	Missing
+21367at6656	Missing
+21385at6656	Missing
+22098at6656	Missing
+22148at6656	Missing
+22358at6656	Missing
+22364at6656	Missing
+22468at6656	Missing
+22611at6656	Missing
+22887at6656	Missing
+23309at6656	Missing
+23388at6656	Missing
+23429at6656	Missing
+23917at6656	Missing
+24255at6656	Missing
+24427at6656	Missing
+24459at6656	Missing
+24556at6656	Missing
+24573at6656	Missing
+25554at6656	Missing
+25680at6656	Missing
+26078at6656	Missing
+26653at6656	Missing
+26734at6656	Missing
+27198at6656	Missing
+27515at6656	Missing
+27617at6656	Missing
+27655at6656	Missing
+28325at6656	Missing
+28380at6656	Missing
+28519at6656	Missing
+28685at6656	Missing
+28872at6656	Missing
+29213at6656	Missing
+29237at6656	Missing
+29365at6656	Missing
+29730at6656	Missing
+29744at6656	Missing
+30156at6656	Missing
+30184at6656	Missing
+30267at6656	Missing
+30463at6656	Missing
+30512at6656	Missing
+30526at6656	Missing
+30642at6656	Missing
+30822at6656	Missing
+30918at6656	Missing
+30962at6656	Missing
+31014at6656	Missing
+31119at6656	Missing
+31196at6656	Missing
+31333at6656	Missing
+31480at6656	Missing
+31615at6656	Missing
+31634at6656	Missing
+31820at6656	Missing
+31886at6656	Missing
+31919at6656	Missing
+32694at6656	Missing
+32733at6656	Missing
+32851at6656	Missing
+33187at6656	Missing
+33566at6656	Missing
+33794at6656	Missing
+34586at6656	Missing
+34917at6656	Missing
+35035at6656	Missing
+35548at6656	Missing
+35680at6656	Missing
+35708at6656	Missing
+35995at6656	Missing
+36374at6656	Missing
+36387at6656	Missing
+36403at6656	Missing
+36463at6656	Missing
+37030at6656	Missing
+37297at6656	Missing
+37387at6656	Missing
+37678at6656	Missing
+38140at6656	Missing
+38186at6656	Missing
+38303at6656	Missing
+38391at6656	Missing
+38567at6656	Missing
+38819at6656	Missing
+38928at6656	Missing
+39506at6656	Missing
+39548at6656	Missing
+39783at6656	Missing
+39809at6656	Missing
+39821at6656	Missing
+40065at6656	Missing
+40092at6656	Missing
+40213at6656	Missing
+40240at6656	Missing
+40319at6656	Missing
+40323at6656	Missing
+40399at6656	Missing
+40691at6656	Missing
+40929at6656	Missing
+41522at6656	Missing
+41990at6656	Missing
+42577at6656	Missing
+42622at6656	Missing
+42819at6656	Missing
+42842at6656	Missing
+42929at6656	Missing
+42943at6656	Missing
+42992at6656	Missing
+43045at6656	Missing
+43236at6656	Missing
+43245at6656	Missing
+43540at6656	Missing
+43728at6656	Missing
+43774at6656	Missing
+44001at6656	Missing
+44123at6656	Missing
+44359at6656	Missing
+44389at6656	Missing
+44504at6656	Missing
+44630at6656	Missing
+44694at6656	Missing
+44953at6656	Missing
+45131at6656	Missing
+45367at6656	Missing
+45528at6656	Missing
+45556at6656	Missing
+45732at6656	Missing
+45915at6656	Missing
+46430at6656	Missing
+46437at6656	Missing
+46671at6656	Missing
+46679at6656	Missing
+46692at6656	Missing
+46750at6656	Missing
+46960at6656	Missing
+47270at6656	Missing
+47443at6656	Missing
+47495at6656	Missing
+47500at6656	Missing
+47967at6656	Missing
+48195at6656	Missing
+48466at6656	Missing
+48519at6656	Missing
+48657at6656	Missing
+48836at6656	Missing
+49070at6656	Missing
+49526at6656	Missing
+49936at6656	Missing
+50191at6656	Missing
+50493at6656	Missing
+50740at6656	Missing
+50792at6656	Missing
+50947at6656	Missing
+51037at6656	Missing
+51280at6656	Missing
+51364at6656	Missing
+51757at6656	Missing
+52210at6656	Missing
+52224at6656	Missing
+52320at6656	Missing
+52422at6656	Missing
+52643at6656	Missing
+52828at6656	Missing
+53201at6656	Missing
+53243at6656	Missing
+53298at6656	Missing
+53318at6656	Missing
+53993at6656	Missing
+54236at6656	Missing
+54527at6656	Missing
+54679at6656	Missing
+55036at6656	Missing
+55094at6656	Missing
+55108at6656	Missing
+55260at6656	Missing
+55417at6656	Missing
+55450at6656	Missing
+55599at6656	Missing
+55847at6656	Missing
+55932at6656	Missing
+55953at6656	Missing
+56010at6656	Missing
+56322at6656	Missing
+56449at6656	Missing
+56523at6656	Missing
+56687at6656	Missing
+56836at6656	Missing
+57262at6656	Missing
+57597at6656	Missing
+57605at6656	Missing
+57624at6656	Missing
+57932at6656	Missing
+58012at6656	Missing
+58027at6656	Missing
+58110at6656	Missing
+58119at6656	Missing
+58276at6656	Missing
+59084at6656	Missing
+59193at6656	Missing
+59197at6656	Missing
+59200at6656	Missing
+59226at6656	Missing
+59393at6656	Missing
+59430at6656	Missing
+59681at6656	Missing
+59824at6656	Missing
+59833at6656	Missing
+60067at6656	Missing
+60299at6656	Missing
+60333at6656	Missing
+60356at6656	Missing
+60468at6656	Missing
+60682at6656	Missing
+60729at6656	Missing
+60750at6656	Missing
+60762at6656	Missing
+61081at6656	Missing
+61096at6656	Missing
+61153at6656	Missing
+61180at6656	Missing
+61261at6656	Missing
+61577at6656	Missing
+61612at6656	Missing
+62010at6656	Missing
+62275at6656	Missing
+62580at6656	Missing
+62678at6656	Missing
+62914at6656	Missing
+62979at6656	Missing
+63193at6656	Missing
+63228at6656	Missing
+63461at6656	Missing
+63923at6656	Missing
+63924at6656	Missing
+64046at6656	Missing
+64896at6656	Missing
+65490at6656	Missing
+65508at6656	Missing
+65532at6656	Missing
+65949at6656	Missing
+66028at6656	Missing
+66229at6656	Missing
+66299at6656	Missing
+66366at6656	Missing
+66597at6656	Missing
+66770at6656	Missing
+67113at6656	Missing
+67166at6656	Missing
+67191at6656	Missing
+67491at6656	Missing
+67583at6656	Missing
+67710at6656	Missing
+68468at6656	Missing
+68491at6656	Missing
+68731at6656	Missing
+68876at6656	Missing
+68939at6656	Missing
+68961at6656	Missing
+68981at6656	Missing
+68987at6656	Missing
+69201at6656	Missing
+69238at6656	Missing
+69284at6656	Missing
+69394at6656	Missing
+69403at6656	Missing
+69742at6656	Missing
+69897at6656	Missing
+70078at6656	Missing
+70201at6656	Missing
+70300at6656	Missing
+70550at6656	Missing
+70663at6656	Missing
+71018at6656	Missing
+71110at6656	Missing
+71129at6656	Missing
+71199at6656	Missing
+71230at6656	Missing
+71251at6656	Missing
+71483at6656	Missing
+71937at6656	Missing
+72450at6656	Missing
+72578at6656	Missing
+72583at6656	Missing
+72586at6656	Missing
+72782at6656	Missing
+72857at6656	Missing
+73084at6656	Missing
+73301at6656	Missing
+73455at6656	Missing
+73456at6656	Missing
+73547at6656	Missing
+74030at6656	Missing
+74384at6656	Missing
+74655at6656	Missing
+74692at6656	Missing
+74836at6656	Missing
+75692at6656	Missing
+75704at6656	Missing
+75764at6656	Missing
+75982at6656	Missing
+76308at6656	Missing
+76342at6656	Missing
+76573at6656	Missing
+76745at6656	Missing
+76812at6656	Missing
+77197at6656	Missing
+77688at6656	Missing
+77770at6656	Missing
+77883at6656	Missing
+77976at6656	Missing
+77987at6656	Missing
+78110at6656	Missing
+78202at6656	Missing
+78254at6656	Missing
+78695at6656	Missing
+78758at6656	Missing
+78777at6656	Missing
+78844at6656	Missing
+78854at6656	Missing
+78919at6656	Missing
+78921at6656	Missing
+78947at6656	Missing
+78968at6656	Missing
+79241at6656	Missing
+79377at6656	Missing
+79915at6656	Missing
+79993at6656	Missing
+80067at6656	Missing
+80294at6656	Missing
+80317at6656	Missing
+80348at6656	Missing
+80689at6656	Missing
+80693at6656	Missing
+80948at6656	Missing
+81292at6656	Missing
+81307at6656	Missing
+81406at6656	Missing
+81413at6656	Missing
+81423at6656	Missing
+81650at6656	Missing
+81703at6656	Missing
+81708at6656	Missing
+81919at6656	Missing
+81950at6656	Missing
+83102at6656	Missing
+83164at6656	Missing
+83303at6656	Missing
+83350at6656	Missing
+83372at6656	Missing
+83376at6656	Missing
+83613at6656	Missing
+83673at6656	Missing
+83755at6656	Missing
+83765at6656	Missing
+84028at6656	Missing
+84097at6656	Missing
+84149at6656	Missing
+84169at6656	Missing
+84422at6656	Missing
+84576at6656	Missing
+84819at6656	Missing
+84925at6656	Missing
+85103at6656	Missing
+85509at6656	Missing
+85574at6656	Missing
+85680at6656	Missing
+85810at6656	Missing
+86262at6656	Missing
+86318at6656	Missing
+86488at6656	Missing
+86654at6656	Missing
+86715at6656	Missing
+86889at6656	Missing
+86930at6656	Missing
+87014at6656	Missing
+87089at6656	Missing
+87103at6656	Missing
+87114at6656	Missing
+87139at6656	Missing
+87142at6656	Missing
+87527at6656	Missing
+87575at6656	Missing
+87695at6656	Missing
+87728at6656	Missing
+87910at6656	Missing
+87928at6656	Missing
+87933at6656	Missing
+88051at6656	Missing
+88711at6656	Missing
+89064at6656	Missing
+89153at6656	Missing
+89677at6656	Missing
+89713at6656	Missing
+89810at6656	Missing
+89840at6656	Missing
+89864at6656	Missing
+90126at6656	Missing
+90322at6656	Missing
+90580at6656	Missing
+90600at6656	Missing
+90822at6656	Missing
+90928at6656	Missing
+90931at6656	Missing
+91002at6656	Missing
+91005at6656	Missing
+91022at6656	Missing
+91313at6656	Missing
+91418at6656	Missing
+91468at6656	Missing
+91933at6656	Missing
+91946at6656	Missing
+92167at6656	Missing
+92184at6656	Missing
+92420at6656	Missing
+92576at6656	Missing
+92777at6656	Missing
+92854at6656	Missing
+93061at6656	Missing
+93085at6656	Missing
+93152at6656	Missing
+93168at6656	Missing
+93408at6656	Missing
+93432at6656	Missing
+93483at6656	Missing
+93507at6656	Missing
+93535at6656	Missing
+93797at6656	Missing
+94054at6656	Missing
+94238at6656	Complete	sample	34764	38486	60.7	116	https://www.orthodb.org/v10?query=94238at6656	checkpoint protein HUS1
+94263at6656	Missing
+94304at6656	Missing
+94473at6656	Missing
+94476at6656	Missing
+94842at6656	Missing
+94878at6656	Missing
+95028at6656	Missing
+95089at6656	Missing
+95294at6656	Missing
+95524at6656	Missing
+96251at6656	Missing
+96444at6656	Missing
+96569at6656	Missing
+96592at6656	Missing
+96601at6656	Missing
+96956at6656	Missing
+96971at6656	Missing
+97225at6656	Missing
+97492at6656	Missing
+97749at6656	Missing
+97763at6656	Missing
+97865at6656	Missing
+98066at6656	Missing
+98251at6656	Missing
+98544at6656	Missing
+98620at6656	Missing
+98725at6656	Missing
+98755at6656	Missing
+98821at6656	Missing
+98845at6656	Missing
+98927at6656	Missing
+98948at6656	Missing
+99204at6656	Missing
+99270at6656	Missing
+99307at6656	Missing
+99377at6656	Missing
+99519at6656	Missing
+99625at6656	Missing
+99998at6656	Missing
+100070at6656	Missing
+100136at6656	Missing
+100216at6656	Missing
+100227at6656	Missing
+100296at6656	Missing
+100612at6656	Missing
+100664at6656	Missing
+100673at6656	Missing
+100760at6656	Missing
+101349at6656	Missing
+101359at6656	Missing
+101491at6656	Missing
+101531at6656	Missing
+101621at6656	Missing
+101727at6656	Missing
+101761at6656	Missing
+101767at6656	Missing
+101829at6656	Missing
+101886at6656	Missing
+102321at6656	Missing
+102714at6656	Missing
+102770at6656	Missing
+103125at6656	Missing
+103207at6656	Missing
+103479at6656	Missing
+103590at6656	Missing
+103747at6656	Missing
+103749at6656	Missing
+103752at6656	Missing
+103908at6656	Missing
+103914at6656	Missing
+104063at6656	Missing
+104122at6656	Missing
+104198at6656	Missing
+104410at6656	Missing
+104588at6656	Missing
+104595at6656	Missing
+104604at6656	Missing
+104769at6656	Missing
+104898at6656	Missing
+105000at6656	Missing
+105099at6656	Missing
+105170at6656	Missing
+105364at6656	Missing
+105457at6656	Missing
+105771at6656	Missing
+105887at6656	Missing
+106116at6656	Missing
+106126at6656	Missing
+106466at6656	Missing
+106470at6656	Missing
+106634at6656	Missing
+106639at6656	Missing
+106788at6656	Missing
+106988at6656	Missing
+107030at6656	Missing
+107139at6656	Missing
+107226at6656	Missing
+107353at6656	Missing
+107427at6656	Missing
+107453at6656	Missing
+107615at6656	Missing
+107802at6656	Missing
+107806at6656	Missing
+107844at6656	Missing
+108162at6656	Missing
+108207at6656	Missing
+108240at6656	Missing
+108693at6656	Missing
+108702at6656	Missing
+108705at6656	Missing
+108808at6656	Missing
+109131at6656	Missing
+109174at6656	Missing
+109325at6656	Missing
+109444at6656	Missing
+109484at6656	Missing
+109562at6656	Missing
+109664at6656	Missing
+109724at6656	Missing
+109793at6656	Missing
+109919at6656	Missing
+109923at6656	Missing
+110129at6656	Missing
+110504at6656	Missing
+110787at6656	Missing
+110982at6656	Missing
+111082at6656	Missing
+111153at6656	Missing
+111236at6656	Missing
+111239at6656	Missing
+111545at6656	Missing
+111851at6656	Missing
+112281at6656	Missing
+112328at6656	Missing
+112360at6656	Missing
+112556at6656	Missing
+112634at6656	Missing
+112645at6656	Missing
+112759at6656	Missing
+113015at6656	Missing
+113300at6656	Missing
+113432at6656	Missing
+113604at6656	Missing
+113622at6656	Missing
+113641at6656	Missing
+113668at6656	Missing
+113713at6656	Missing
+113817at6656	Missing
+113818at6656	Missing
+113865at6656	Missing
+113960at6656	Missing
+114019at6656	Missing
+114360at6656	Missing
+114463at6656	Missing
+114609at6656	Missing
+114738at6656	Missing
+114765at6656	Missing
+115001at6656	Missing
+115208at6656	Missing
+115229at6656	Missing
+115252at6656	Missing
+115256at6656	Missing
+115462at6656	Missing
+115537at6656	Missing
+115841at6656	Missing
+115917at6656	Missing
+115959at6656	Missing
+115986at6656	Missing
+116117at6656	Missing
+116401at6656	Missing
+116608at6656	Missing
+116688at6656	Missing
+116804at6656	Missing
+116982at6656	Missing
+117173at6656	Missing
+117335at6656	Missing
+117399at6656	Missing
+117413at6656	Missing
+117586at6656	Missing
+117742at6656	Missing
+117811at6656	Missing
+117843at6656	Missing
+117947at6656	Missing
+118014at6656	Missing
+118037at6656	Missing
+118496at6656	Missing
+118527at6656	Missing
+118761at6656	Missing
+118780at6656	Missing
+118807at6656	Missing
+118831at6656	Missing
+118904at6656	Missing
+119012at6656	Missing
+119144at6656	Missing
+119188at6656	Missing
+119194at6656	Missing
+119438at6656	Missing
+119541at6656	Missing
+119951at6656	Missing
+120047at6656	Missing
+120383at6656	Missing
+120445at6656	Missing
+120875at6656	Missing
+120907at6656	Missing
+120958at6656	Missing
+121002at6656	Missing
+121220at6656	Missing
+121530at6656	Missing
+121558at6656	Missing
+121847at6656	Missing
+121894at6656	Missing
+122526at6656	Missing
+122665at6656	Missing
+122816at6656	Missing
+123035at6656	Missing
+123320at6656	Missing
+123409at6656	Missing
+123631at6656	Missing
+123672at6656	Missing
+123790at6656	Missing
+123793at6656	Missing
+123853at6656	Missing
+124174at6656	Missing
+124282at6656	Missing
+124400at6656	Missing
+124452at6656	Missing
+124628at6656	Missing
+124707at6656	Missing
+124720at6656	Missing
+124730at6656	Missing
+124981at6656	Missing
+125100at6656	Missing
+125127at6656	Missing
+125210at6656	Missing
+125234at6656	Missing
+125238at6656	Missing
+125414at6656	Missing
+125446at6656	Missing
+125452at6656	Missing
+125716at6656	Missing
+126074at6656	Missing
+126225at6656	Missing
+126442at6656	Missing
+126483at6656	Missing
+126733at6656	Missing
+127349at6656	Missing
+127511at6656	Missing
+127602at6656	Missing
+127649at6656	Missing
+127661at6656	Missing
+127775at6656	Missing
+127998at6656	Missing
+128030at6656	Missing
+128188at6656	Missing
+128216at6656	Missing
+128331at6656	Missing
+128464at6656	Missing
+128916at6656	Missing
+129077at6656	Missing
+129131at6656	Missing
+129200at6656	Missing
+129593at6656	Missing
+129618at6656	Missing
+129675at6656	Missing
+129886at6656	Missing
+129902at6656	Missing
+129989at6656	Missing
+130105at6656	Missing
+130126at6656	Missing
+130176at6656	Missing
+130363at6656	Missing
+130514at6656	Missing
+130563at6656	Missing
+130663at6656	Missing
+130825at6656	Missing
+130923at6656	Missing
+131276at6656	Missing
+131307at6656	Missing
+131495at6656	Missing
+131516at6656	Missing
+131588at6656	Missing
+131642at6656	Missing
+131668at6656	Missing
+131720at6656	Missing
+131751at6656	Missing
+131921at6656	Missing
+132329at6656	Missing
+132340at6656	Missing
+132441at6656	Missing
+132495at6656	Missing
+132760at6656	Missing
+132854at6656	Missing
+132857at6656	Missing
+133015at6656	Missing
+133329at6656	Missing
+133362at6656	Missing
+133422at6656	Missing
+133603at6656	Missing
+133735at6656	Missing
+133949at6656	Missing
+134073at6656	Missing
+134209at6656	Missing
+134216at6656	Missing
+134673at6656	Missing
+134708at6656	Missing
+134776at6656	Missing
+134835at6656	Missing
+134853at6656	Missing
+134865at6656	Missing
+134885at6656	Missing
+135065at6656	Missing
+135075at6656	Missing
+135107at6656	Missing
+135123at6656	Missing
+135203at6656	Missing
+135204at6656	Missing
+135215at6656	Missing
+135357at6656	Missing
+135373at6656	Missing
+135391at6656	Missing
+135526at6656	Missing
+135676at6656	Missing
+135690at6656	Missing
+135702at6656	Missing
+135764at6656	Missing
+135828at6656	Missing
+135834at6656	Missing
+135859at6656	Missing
+135975at6656	Missing
+135994at6656	Missing
+136055at6656	Missing
+136095at6656	Missing
+136119at6656	Missing
+136224at6656	Missing
+136365at6656	Missing
+136559at6656	Missing
+136888at6656	Missing
+137050at6656	Missing
+137197at6656	Missing
+137202at6656	Missing
+137334at6656	Missing
+137338at6656	Missing
+137422at6656	Missing
+137609at6656	Missing
+137688at6656	Missing
+137709at6656	Missing
+137711at6656	Missing
+138243at6656	Missing
+138271at6656	Missing
+138379at6656	Missing
+138401at6656	Missing
+138502at6656	Missing
+138553at6656	Missing
+138659at6656	Missing
+138684at6656	Missing
+138937at6656	Missing
+139217at6656	Missing
+139553at6656	Missing
+139638at6656	Missing
+139744at6656	Missing
+139834at6656	Missing
+140076at6656	Missing
+140197at6656	Missing
+140198at6656	Missing
+140403at6656	Missing
+140461at6656	Missing
+140693at6656	Missing
+140874at6656	Missing
+140903at6656	Missing
+141031at6656	Missing
+141163at6656	Missing
+141166at6656	Missing
+141175at6656	Missing
+141298at6656	Missing
+141804at6656	Missing
+141859at6656	Missing
+141916at6656	Missing
+142388at6656	Missing
+142415at6656	Missing
+142522at6656	Missing
+142613at6656	Missing
+142661at6656	Missing
+142833at6656	Missing
+143154at6656	Missing
+143279at6656	Missing
+143459at6656	Missing
+143489at6656	Missing
+143562at6656	Missing
+143626at6656	Missing
+143709at6656	Missing
+143812at6656	Missing
+143930at6656	Missing
+144337at6656	Missing
+144652at6656	Missing
+144836at6656	Missing
+144851at6656	Missing
+144853at6656	Missing
+145033at6656	Missing
+145102at6656	Missing
+145443at6656	Missing
+145610at6656	Missing
+145811at6656	Missing
+145996at6656	Missing
+146007at6656	Missing
+146036at6656	Missing
+146087at6656	Missing
+146102at6656	Missing
+146103at6656	Missing
+146383at6656	Missing
+146600at6656	Missing
+146920at6656	Missing
+147002at6656	Missing
+147025at6656	Missing
+147322at6656	Missing
+147657at6656	Missing
+147723at6656	Missing
+147852at6656	Missing
+147891at6656	Missing
+147980at6656	Missing
+148134at6656	Missing
+148619at6656	Missing
+148713at6656	Missing
+148851at6656	Missing
+148890at6656	Missing
+149101at6656	Missing
+149126at6656	Missing
+149251at6656	Missing
+149405at6656	Missing
+149680at6656	Missing
+149753at6656	Missing
+149796at6656	Missing
+149819at6656	Missing
+149973at6656	Missing
+149977at6656	Missing
+150005at6656	Missing
+150049at6656	Missing
+150137at6656	Missing
+150182at6656	Missing
+150251at6656	Missing
+150327at6656	Missing
+150479at6656	Missing
+150583at6656	Missing
+150585at6656	Missing
+150667at6656	Missing
+150765at6656	Missing
+151102at6656	Missing
+151111at6656	Missing
+151114at6656	Missing
+151393at6656	Missing
+151436at6656	Missing
+151642at6656	Missing
+151658at6656	Missing
+152032at6656	Missing
+152109at6656	Missing
+152402at6656	Missing
+152534at6656	Missing
+152871at6656	Missing
+153155at6656	Missing
+153232at6656	Missing
+153312at6656	Missing
+153534at6656	Missing
+153693at6656	Missing
+153873at6656	Missing
+154133at6656	Missing
+154415at6656	Missing
+154507at6656	Missing
+155285at6656	Missing
+156057at6656	Missing
+156081at6656	Missing
+156111at6656	Missing
+156305at6656	Missing
+156395at6656	Missing
+156728at6656	Missing
+156824at6656	Missing
+156882at6656	Missing
+156975at6656	Missing
+157486at6656	Missing
+157579at6656	Missing
+157851at6656	Missing
+157879at6656	Missing
+158194at6656	Missing
+158760at6656	Missing
+159231at6656	Missing
+159420at6656	Missing
+159542at6656	Missing
+160675at6656	Missing
+160705at6656	Missing
+161435at6656	Missing
+162059at6656	Missing
+162147at6656	Missing
+162594at6656	Missing
+162628at6656	Missing
+162841at6656	Missing
+163670at6656	Missing
+163896at6656	Missing
+164354at6656	Missing
+164512at6656	Missing
+165142at6656	Missing
+165207at6656	Missing
+165493at6656	Missing
+166476at6656	Missing
+166479at6656	Missing
+166485at6656	Missing
+169220at6656	Missing
--- a/test-data/genome_results/missing_buscos_list	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/genome_results/missing_buscos_list	Mon Aug 17 06:50:18 2020 -0400
@@ -1,5 +1,1015 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpeQaU9k/job_working_directory/000/2/conda-env/bin/BUSCO.py -i /tmp/tmpeQaU9k/files/000/dataset_1.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m genome -c 1 -sp generic -e 0.01 -z
-#
-BUSCOaEOG7B0HST
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Busco id
+100070at6656
+100136at6656
+100216at6656
+100227at6656
+100296at6656
+100612at6656
+100664at6656
+100673at6656
+100760at6656
+101349at6656
+101359at6656
+101491at6656
+101531at6656
+101621at6656
+101727at6656
+101761at6656
+101767at6656
+101829at6656
+101886at6656
+102321at6656
+10240at6656
+102714at6656
+102770at6656
+103125at6656
+103207at6656
+103479at6656
+103590at6656
+103747at6656
+103749at6656
+103752at6656
+103908at6656
+103914at6656
+104063at6656
+104122at6656
+104198at6656
+104410at6656
+104588at6656
+104595at6656
+104604at6656
+104769at6656
+104898at6656
+105000at6656
+105099at6656
+105170at6656
+105364at6656
+105457at6656
+10573at6656
+105771at6656
+105887at6656
+106116at6656
+106126at6656
+106466at6656
+106470at6656
+106634at6656
+106639at6656
+106788at6656
+106988at6656
+107030at6656
+107139at6656
+107226at6656
+107353at6656
+107427at6656
+107453at6656
+107615at6656
+107802at6656
+107806at6656
+107844at6656
+108162at6656
+108207at6656
+108240at6656
+108693at6656
+108702at6656
+108705at6656
+108808at6656
+109131at6656
+109174at6656
+109325at6656
+109444at6656
+109484at6656
+109562at6656
+109664at6656
+109724at6656
+109793at6656
+109919at6656
+109923at6656
+110129at6656
+110504at6656
+110787at6656
+110982at6656
+111082at6656
+111153at6656
+111236at6656
+111239at6656
+111545at6656
+111851at6656
+112281at6656
+112328at6656
+112360at6656
+112556at6656
+112634at6656
+112645at6656
+112759at6656
+113015at6656
+113300at6656
+113432at6656
+113604at6656
+113622at6656
+113641at6656
+113668at6656
+113713at6656
+113817at6656
+113818at6656
+11384at6656
+113865at6656
+113960at6656
+114019at6656
+114360at6656
+114463at6656
+114609at6656
+114738at6656
+114765at6656
+115001at6656
+115208at6656
+115229at6656
+115252at6656
+115256at6656
+115462at6656
+115537at6656
+115841at6656
+115917at6656
+115959at6656
+115986at6656
+116117at6656
+116401at6656
+116608at6656
+116688at6656
+1166at6656
+116804at6656
+116982at6656
+117173at6656
+117335at6656
+117399at6656
+117413at6656
+117586at6656
+117742at6656
+117811at6656
+117843at6656
+117947at6656
+118014at6656
+118037at6656
+118496at6656
+118527at6656
+118761at6656
+118780at6656
+118807at6656
+118831at6656
+118904at6656
+119012at6656
+119144at6656
+119188at6656
+119194at6656
+119438at6656
+119541at6656
+119951at6656
+120047at6656
+12029at6656
+120383at6656
+120445at6656
+120875at6656
+120907at6656
+120958at6656
+121002at6656
+121220at6656
+121530at6656
+121558at6656
+12174at6656
+121847at6656
+121894at6656
+122526at6656
+122665at6656
+122816at6656
+123035at6656
+123320at6656
+123409at6656
+123631at6656
+123672at6656
+123790at6656
+123793at6656
+12383at6656
+123853at6656
+124174at6656
+124282at6656
+124400at6656
+124452at6656
+124628at6656
+124707at6656
+124720at6656
+124730at6656
+124981at6656
+125100at6656
+125127at6656
+125210at6656
+125234at6656
+125238at6656
+125414at6656
+125446at6656
+125452at6656
+125716at6656
+126074at6656
+126225at6656
+126442at6656
+126483at6656
+126733at6656
+127349at6656
+127511at6656
+127602at6656
+127649at6656
+127661at6656
+12771at6656
+127775at6656
+127998at6656
+128030at6656
+128188at6656
+128216at6656
+128331at6656
+128464at6656
+12846at6656
+128916at6656
+129077at6656
+129131at6656
+129200at6656
+129593at6656
+129618at6656
+129675at6656
+129886at6656
+129902at6656
+129989at6656
+130105at6656
+130126at6656
+130176at6656
+13019at6656
+130363at6656
+130514at6656
+13051at6656
+130563at6656
+130663at6656
+130825at6656
+130923at6656
+131276at6656
+131307at6656
+131495at6656
+131516at6656
+131588at6656
+131642at6656
+131668at6656
+131720at6656
+131751at6656
+131921at6656
+132329at6656
+132340at6656
+132441at6656
+132495at6656
+132760at6656
+132854at6656
+132857at6656
+133015at6656
+133329at6656
+133362at6656
+133422at6656
+133603at6656
+133735at6656
+133949at6656
+134073at6656
+134209at6656
+134216at6656
+134673at6656
+134708at6656
+134776at6656
+134835at6656
+134853at6656
+134865at6656
+134885at6656
+135065at6656
+135075at6656
+135107at6656
+135123at6656
+135203at6656
+135204at6656
+135215at6656
+135357at6656
+135373at6656
+135391at6656
+135526at6656
+135676at6656
+135690at6656
+135702at6656
+135764at6656
+135828at6656
+135834at6656
+135859at6656
+135975at6656
+135994at6656
+136055at6656
+136095at6656
+136119at6656
+136224at6656
+136365at6656
+136559at6656
+136888at6656
+137050at6656
+137197at6656
+137202at6656
+137334at6656
+137338at6656
+13736at6656
+137422at6656
+137609at6656
+137688at6656
+137709at6656
+137711at6656
+138243at6656
+138271at6656
+13833at6656
+138379at6656
+138401at6656
+138502at6656
+138553at6656
+13858at6656
+138659at6656
+138684at6656
+13890at6656
+138937at6656
+139217at6656
+13934at6656
+139553at6656
+139638at6656
+139744at6656
+139834at6656
+140076at6656
+140197at6656
+140198at6656
+140403at6656
+140461at6656
+140693at6656
+140874at6656
+140903at6656
+14090at6656
+141031at6656
+141163at6656
+141166at6656
+141175at6656
+141298at6656
+141804at6656
+141859at6656
+141916at6656
+142388at6656
+142415at6656
+142522at6656
+14257at6656
+142613at6656
+142661at6656
+142833at6656
+143154at6656
+143279at6656
+143459at6656
+143489at6656
+143562at6656
+143626at6656
+143709at6656
+143812at6656
+143930at6656
+144337at6656
+14447at6656
+144652at6656
+144836at6656
+144851at6656
+144853at6656
+145033at6656
+145102at6656
+145443at6656
+145610at6656
+145811at6656
+145996at6656
+146007at6656
+146036at6656
+146087at6656
+146102at6656
+146103at6656
+146383at6656
+146600at6656
+146920at6656
+147002at6656
+147025at6656
+147322at6656
+147657at6656
+147723at6656
+147852at6656
+147891at6656
+147980at6656
+148134at6656
+148619at6656
+148713at6656
+148851at6656
+148890at6656
+149101at6656
+149126at6656
+149251at6656
+149405at6656
+149680at6656
+149753at6656
+149796at6656
+149819at6656
+14995at6656
+149973at6656
+149977at6656
+150005at6656
+150049at6656
+150137at6656
+150182at6656
+150251at6656
+150327at6656
+150479at6656
+150583at6656
+150585at6656
+150667at6656
+150765at6656
+151102at6656
+151111at6656
+151114at6656
+151393at6656
+151436at6656
+151642at6656
+151658at6656
+15200at6656
+152032at6656
+152109at6656
+152402at6656
+152534at6656
+152871at6656
+153155at6656
+153232at6656
+153312at6656
+153534at6656
+153693at6656
+153873at6656
+154133at6656
+154415at6656
+154507at6656
+155285at6656
+156057at6656
+156081at6656
+156111at6656
+156305at6656
+156395at6656
+156728at6656
+156824at6656
+156882at6656
+156975at6656
+15697at6656
+157486at6656
+157579at6656
+157851at6656
+157879at6656
+158194at6656
+158760at6656
+15905at6656
+159231at6656
+159420at6656
+159542at6656
+16061at6656
+160675at6656
+160705at6656
+16084at6656
+161435at6656
+162059at6656
+162147at6656
+16220at6656
+162594at6656
+162628at6656
+162841at6656
+163670at6656
+163896at6656
+164354at6656
+164512at6656
+165142at6656
+165207at6656
+165493at6656
+16630at6656
+166476at6656
+166479at6656
+166485at6656
+16648at6656
+169220at6656
+17096at6656
+17122at6656
+17128at6656
+17748at6656
+18036at6656
+18055at6656
+18073at6656
+18630at6656
+1885at6656
+18929at6656
+19044at6656
+19058at6656
+19104at6656
+19129at6656
+19208at6656
+19289at6656
+19590at6656
+19760at6656
+1990at6656
+20093at6656
+20162at6656
+20267at6656
+20935at6656
+20936at6656
+21019at6656
+21191at6656
+21361at6656
+21367at6656
+21385at6656
+2148at6656
+22098at6656
+22148at6656
+22358at6656
+22364at6656
+22468at6656
+22611at6656
+22887at6656
+23309at6656
+23388at6656
+23429at6656
+23917at6656
+24255at6656
+24427at6656
+24459at6656
+24556at6656
+2456at6656
+24573at6656
+2473at6656
+25554at6656
+25680at6656
+26078at6656
+26653at6656
+26734at6656
+27198at6656
+27515at6656
+27617at6656
+27655at6656
+28325at6656
+28380at6656
+28519at6656
+28685at6656
+28872at6656
+29213at6656
+29237at6656
+29365at6656
+29730at6656
+29744at6656
+30156at6656
+30184at6656
+30267at6656
+30463at6656
+30512at6656
+30526at6656
+30642at6656
+30822at6656
+30918at6656
+30962at6656
+31014at6656
+31119at6656
+31196at6656
+31333at6656
+31480at6656
+31615at6656
+31634at6656
+31820at6656
+31886at6656
+31919at6656
+32694at6656
+32733at6656
+32851at6656
+3310at6656
+33187at6656
+33566at6656
+33794at6656
+34586at6656
+34917at6656
+35035at6656
+35548at6656
+35680at6656
+35708at6656
+3585at6656
+35995at6656
+36374at6656
+36387at6656
+36403at6656
+3644at6656
+36463at6656
+37030at6656
+37297at6656
+37387at6656
+37678at6656
+38140at6656
+38186at6656
+38303at6656
+38391at6656
+38567at6656
+38819at6656
+38928at6656
+39506at6656
+39548at6656
+39783at6656
+39809at6656
+39821at6656
+40065at6656
+40092at6656
+40213at6656
+40240at6656
+40319at6656
+40323at6656
+40399at6656
+40691at6656
+40929at6656
+4136at6656
+41522at6656
+41990at6656
+4227at6656
+42577at6656
+42622at6656
+42819at6656
+42842at6656
+42929at6656
+42943at6656
+42992at6656
+43045at6656
+43236at6656
+43245at6656
+43540at6656
+43728at6656
+43774at6656
+44001at6656
+44123at6656
+44359at6656
+44389at6656
+44504at6656
+44630at6656
+44694at6656
+44953at6656
+45131at6656
+45367at6656
+45528at6656
+45556at6656
+45732at6656
+45915at6656
+46430at6656
+46437at6656
+46671at6656
+46679at6656
+46692at6656
+46750at6656
+46960at6656
+47270at6656
+47443at6656
+47495at6656
+47500at6656
+47967at6656
+48195at6656
+48466at6656
+48519at6656
+4864at6656
+48657at6656
+48836at6656
+49070at6656
+49526at6656
+49936at6656
+50191at6656
+50493at6656
+50740at6656
+50792at6656
+50947at6656
+51037at6656
+51280at6656
+51364at6656
+51757at6656
+52210at6656
+52224at6656
+52320at6656
+52422at6656
+52643at6656
+5277at6656
+52828at6656
+53201at6656
+53243at6656
+53298at6656
+53318at6656
+53993at6656
+54236at6656
+54527at6656
+54679at6656
+55036at6656
+55094at6656
+55108at6656
+55260at6656
+55417at6656
+55450at6656
+55599at6656
+55847at6656
+55932at6656
+55953at6656
+56010at6656
+5616at6656
+56322at6656
+56449at6656
+56523at6656
+56687at6656
+56836at6656
+57262at6656
+57597at6656
+57605at6656
+57624at6656
+57932at6656
+58012at6656
+58027at6656
+58110at6656
+58119at6656
+58276at6656
+59084at6656
+59193at6656
+59197at6656
+59200at6656
+59226at6656
+59393at6656
+59430at6656
+59681at6656
+59824at6656
+59833at6656
+60067at6656
+60299at6656
+60333at6656
+60356at6656
+60468at6656
+60682at6656
+60729at6656
+60750at6656
+60762at6656
+61081at6656
+61096at6656
+61153at6656
+61180at6656
+61261at6656
+61577at6656
+61612at6656
+62010at6656
+62275at6656
+62580at6656
+62678at6656
+62914at6656
+62979at6656
+63193at6656
+63228at6656
+63461at6656
+63923at6656
+63924at6656
+64046at6656
+6453at6656
+64896at6656
+65490at6656
+65508at6656
+65532at6656
+6563at6656
+65949at6656
+66028at6656
+66229at6656
+66299at6656
+66366at6656
+66597at6656
+66770at6656
+67113at6656
+6715at6656
+67166at6656
+67191at6656
+67491at6656
+67583at6656
+67710at6656
+6820at6656
+68468at6656
+68491at6656
+68731at6656
+68876at6656
+68939at6656
+68961at6656
+68981at6656
+68987at6656
+69201at6656
+69238at6656
+69284at6656
+69394at6656
+69403at6656
+69742at6656
+69897at6656
+70078at6656
+70201at6656
+70300at6656
+70550at6656
+70663at6656
+71018at6656
+71110at6656
+71129at6656
+71199at6656
+71230at6656
+71251at6656
+71483at6656
+71937at6656
+7210at6656
+72450at6656
+72578at6656
+72583at6656
+72586at6656
+72782at6656
+72857at6656
+73084at6656
+73301at6656
+73455at6656
+73456at6656
+73547at6656
+74030at6656
+74384at6656
+74655at6656
+74692at6656
+74836at6656
+75692at6656
+75704at6656
+75764at6656
+75982at6656
+76308at6656
+76342at6656
+76573at6656
+76745at6656
+76812at6656
+77197at6656
+774at6656
+77688at6656
+77770at6656
+77883at6656
+77976at6656
+77987at6656
+78110at6656
+78202at6656
+78254at6656
+78695at6656
+78758at6656
+78777at6656
+78844at6656
+78854at6656
+78919at6656
+78921at6656
+78947at6656
+78968at6656
+79241at6656
+79377at6656
+79915at6656
+79993at6656
+80067at6656
+80294at6656
+80317at6656
+80348at6656
+80689at6656
+80693at6656
+80948at6656
+81292at6656
+81307at6656
+81406at6656
+81413at6656
+81423at6656
+8145at6656
+81650at6656
+81703at6656
+81708at6656
+81919at6656
+81950at6656
+83102at6656
+83164at6656
+83303at6656
+83350at6656
+83372at6656
+83376at6656
+83613at6656
+83673at6656
+83755at6656
+83765at6656
+84028at6656
+84097at6656
+84149at6656
+84169at6656
+84422at6656
+84576at6656
+84819at6656
+84925at6656
+8495at6656
+85103at6656
+85509at6656
+85574at6656
+85680at6656
+85810at6656
+86262at6656
+86318at6656
+86488at6656
+86654at6656
+86715at6656
+86889at6656
+86930at6656
+87014at6656
+87089at6656
+87103at6656
+87114at6656
+87139at6656
+87142at6656
+87527at6656
+87575at6656
+87695at6656
+87728at6656
+87910at6656
+87928at6656
+87933at6656
+88051at6656
+8847at6656
+88711at6656
+89064at6656
+8913at6656
+89153at6656
+89677at6656
+89713at6656
+89810at6656
+89840at6656
+89864at6656
+90126at6656
+90322at6656
+90580at6656
+90600at6656
+90822at6656
+90928at6656
+90931at6656
+91002at6656
+91005at6656
+91022at6656
+91313at6656
+91418at6656
+91468at6656
+91933at6656
+91946at6656
+92167at6656
+92184at6656
+92420at6656
+92576at6656
+92777at6656
+92854at6656
+93061at6656
+93085at6656
+93152at6656
+93168at6656
+93408at6656
+93432at6656
+93483at6656
+93507at6656
+93535at6656
+93797at6656
+94054at6656
+94263at6656
+94304at6656
+94473at6656
+94476at6656
+94842at6656
+94878at6656
+95028at6656
+95089at6656
+95294at6656
+95524at6656
+96251at6656
+96444at6656
+9647at6656
+9648at6656
+96569at6656
+96592at6656
+96601at6656
+96956at6656
+96971at6656
+97225at6656
+97492at6656
+97749at6656
+97763at6656
+97865at6656
+98066at6656
+980at6656
+98251at6656
+98544at6656
+98620at6656
+98725at6656
+98755at6656
+98821at6656
+98845at6656
+98927at6656
+98948at6656
+99204at6656
+99270at6656
+99307at6656
+99377at6656
+99519at6656
+99625at6656
+997at6656
+99998at6656
--- a/test-data/genome_results/short_summary	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/genome_results/short_summary	Mon Aug 17 06:50:18 2020 -0400
@@ -1,15 +1,14 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpeQaU9k/job_working_directory/000/2/conda-env/bin/BUSCO.py -i /tmp/tmpeQaU9k/files/000/dataset_1.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m genome -c 1 -sp generic -e 0.01 -z
-#
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpeQaU9k/files/000/dataset_1.dat
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Summarized benchmarking in BUSCO notation for file /tmp/tmpsafr8yho/files/4/1/7/dataset_417da650-712e-4081-86f4-3edaae2d6232.dat
 # BUSCO was run in mode: genome
 
-	C:0.0%[S:0.0%,D:0.0%],F:0.0%,M:100.0%,n:1
+	***** Results: *****
 
-	0	Complete BUSCOs (C)
-	0	Complete and single-copy BUSCOs (S)
-	0	Complete and duplicated BUSCOs (D)
-	0	Fragmented BUSCOs (F)
-	1	Missing BUSCOs (M)
-	1	Total BUSCO groups searched
+	C:0.1%[S:0.1%,D:0.0%],F:0.0%,M:99.9%,n:1013	   
+	1	Complete BUSCOs (C)			   
+	1	Complete and single-copy BUSCOs (S)	   
+	0	Complete and duplicated BUSCOs (D)	   
+	0	Fragmented BUSCOs (F)			   
+	1012	Missing BUSCOs (M)			   
+	1013	Total BUSCO groups searched		   
--- a/test-data/proteome_results/full_table	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/proteome_results/full_table	Mon Aug 17 06:50:18 2020 -0400
@@ -1,6 +1,1016 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpCgx5rU/job_working_directory/000/4/conda-env/bin/BUSCO.py -i /tmp/tmpCgx5rU/files/000/dataset_5.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m proteins -c 1 -sp generic -e 0.01 -z
-#
-# Busco id	Status	Sequence	Score	Length
-BUSCOaEOG7B0HST	Fragmented	BUSCOaEOG7B0HST	1877.5	899
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Busco id	Status	Sequence	Score	Length	OrthoDB url	Description
+774at6656	Missing
+980at6656	Missing
+997at6656	Missing
+1166at6656	Missing
+1885at6656	Missing
+1990at6656	Missing
+2148at6656	Missing
+2456at6656	Missing
+2473at6656	Missing
+3310at6656	Missing
+3585at6656	Missing
+3644at6656	Missing
+4136at6656	Missing
+4227at6656	Missing
+4864at6656	Missing
+5277at6656	Missing
+5616at6656	Missing
+6453at6656	Missing
+6563at6656	Missing
+6715at6656	Missing
+6820at6656	Missing
+7210at6656	Missing
+8145at6656	Missing
+8495at6656	Missing
+8847at6656	Missing
+8913at6656	Missing
+9647at6656	Missing
+9648at6656	Missing
+10240at6656	Missing
+10573at6656	Missing
+11384at6656	Missing
+12029at6656	Missing
+12174at6656	Missing
+12383at6656	Missing
+12771at6656	Missing
+12846at6656	Missing
+13019at6656	Missing
+13051at6656	Missing
+13736at6656	Missing
+13833at6656	Missing
+13858at6656	Missing
+13890at6656	Missing
+13934at6656	Missing
+14090at6656	Missing
+14257at6656	Missing
+14447at6656	Missing
+14995at6656	Missing
+15200at6656	Missing
+15697at6656	Missing
+15905at6656	Missing
+16061at6656	Missing
+16084at6656	Missing
+16220at6656	Missing
+16630at6656	Missing
+16648at6656	Missing
+17096at6656	Missing
+17122at6656	Missing
+17128at6656	Missing
+17748at6656	Missing
+18036at6656	Missing
+18055at6656	Missing
+18073at6656	Missing
+18630at6656	Missing
+18929at6656	Missing
+19044at6656	Missing
+19058at6656	Missing
+19104at6656	Missing
+19129at6656	Missing
+19208at6656	Missing
+19289at6656	Missing
+19590at6656	Missing
+19760at6656	Missing
+20093at6656	Missing
+20162at6656	Missing
+20267at6656	Missing
+20935at6656	Missing
+20936at6656	Missing
+21019at6656	Missing
+21191at6656	Missing
+21361at6656	Missing
+21367at6656	Missing
+21385at6656	Missing
+22098at6656	Missing
+22148at6656	Missing
+22358at6656	Missing
+22364at6656	Complete	BUSCOaEOG7B0HST	1355.6	788	https://www.orthodb.org/v10?query=22364at6656	importin-5
+22468at6656	Missing
+22611at6656	Missing
+22887at6656	Missing
+23309at6656	Missing
+23388at6656	Missing
+23429at6656	Missing
+23917at6656	Missing
+24255at6656	Missing
+24427at6656	Missing
+24459at6656	Missing
+24556at6656	Missing
+24573at6656	Missing
+25554at6656	Missing
+25680at6656	Missing
+26078at6656	Missing
+26653at6656	Missing
+26734at6656	Missing
+27198at6656	Missing
+27515at6656	Missing
+27617at6656	Missing
+27655at6656	Missing
+28325at6656	Missing
+28380at6656	Missing
+28519at6656	Missing
+28685at6656	Missing
+28872at6656	Missing
+29213at6656	Missing
+29237at6656	Missing
+29365at6656	Missing
+29730at6656	Missing
+29744at6656	Missing
+30156at6656	Missing
+30184at6656	Missing
+30267at6656	Missing
+30463at6656	Missing
+30512at6656	Missing
+30526at6656	Missing
+30642at6656	Missing
+30822at6656	Missing
+30918at6656	Missing
+30962at6656	Missing
+31014at6656	Missing
+31119at6656	Missing
+31196at6656	Missing
+31333at6656	Missing
+31480at6656	Missing
+31615at6656	Missing
+31634at6656	Missing
+31820at6656	Missing
+31886at6656	Missing
+31919at6656	Missing
+32694at6656	Missing
+32733at6656	Missing
+32851at6656	Missing
+33187at6656	Missing
+33566at6656	Missing
+33794at6656	Missing
+34586at6656	Missing
+34917at6656	Missing
+35035at6656	Missing
+35548at6656	Missing
+35680at6656	Missing
+35708at6656	Missing
+35995at6656	Missing
+36374at6656	Missing
+36387at6656	Missing
+36403at6656	Missing
+36463at6656	Missing
+37030at6656	Missing
+37297at6656	Missing
+37387at6656	Missing
+37678at6656	Missing
+38140at6656	Missing
+38186at6656	Missing
+38303at6656	Missing
+38391at6656	Missing
+38567at6656	Missing
+38819at6656	Missing
+38928at6656	Missing
+39506at6656	Missing
+39548at6656	Missing
+39783at6656	Missing
+39809at6656	Missing
+39821at6656	Missing
+40065at6656	Missing
+40092at6656	Missing
+40213at6656	Missing
+40240at6656	Missing
+40319at6656	Missing
+40323at6656	Missing
+40399at6656	Missing
+40691at6656	Missing
+40929at6656	Missing
+41522at6656	Missing
+41990at6656	Missing
+42577at6656	Missing
+42622at6656	Missing
+42819at6656	Missing
+42842at6656	Missing
+42929at6656	Missing
+42943at6656	Missing
+42992at6656	Missing
+43045at6656	Missing
+43236at6656	Missing
+43245at6656	Missing
+43540at6656	Missing
+43728at6656	Missing
+43774at6656	Missing
+44001at6656	Missing
+44123at6656	Missing
+44359at6656	Missing
+44389at6656	Missing
+44504at6656	Missing
+44630at6656	Missing
+44694at6656	Missing
+44953at6656	Missing
+45131at6656	Missing
+45367at6656	Missing
+45528at6656	Missing
+45556at6656	Missing
+45732at6656	Missing
+45915at6656	Missing
+46430at6656	Missing
+46437at6656	Missing
+46671at6656	Missing
+46679at6656	Missing
+46692at6656	Missing
+46750at6656	Missing
+46960at6656	Missing
+47270at6656	Missing
+47443at6656	Missing
+47495at6656	Missing
+47500at6656	Missing
+47967at6656	Missing
+48195at6656	Missing
+48466at6656	Missing
+48519at6656	Missing
+48657at6656	Missing
+48836at6656	Missing
+49070at6656	Missing
+49526at6656	Missing
+49936at6656	Missing
+50191at6656	Missing
+50493at6656	Missing
+50740at6656	Missing
+50792at6656	Missing
+50947at6656	Missing
+51037at6656	Missing
+51280at6656	Missing
+51364at6656	Missing
+51757at6656	Missing
+52210at6656	Missing
+52224at6656	Missing
+52320at6656	Missing
+52422at6656	Missing
+52643at6656	Missing
+52828at6656	Missing
+53201at6656	Missing
+53243at6656	Missing
+53298at6656	Missing
+53318at6656	Missing
+53993at6656	Missing
+54236at6656	Missing
+54527at6656	Missing
+54679at6656	Missing
+55036at6656	Missing
+55094at6656	Missing
+55108at6656	Missing
+55260at6656	Missing
+55417at6656	Missing
+55450at6656	Missing
+55599at6656	Missing
+55847at6656	Missing
+55932at6656	Missing
+55953at6656	Missing
+56010at6656	Missing
+56322at6656	Missing
+56449at6656	Missing
+56523at6656	Missing
+56687at6656	Missing
+56836at6656	Missing
+57262at6656	Missing
+57597at6656	Missing
+57605at6656	Missing
+57624at6656	Missing
+57932at6656	Missing
+58012at6656	Missing
+58027at6656	Missing
+58110at6656	Missing
+58119at6656	Missing
+58276at6656	Missing
+59084at6656	Missing
+59193at6656	Missing
+59197at6656	Missing
+59200at6656	Missing
+59226at6656	Missing
+59393at6656	Missing
+59430at6656	Missing
+59681at6656	Missing
+59824at6656	Missing
+59833at6656	Missing
+60067at6656	Missing
+60299at6656	Missing
+60333at6656	Missing
+60356at6656	Missing
+60468at6656	Missing
+60682at6656	Missing
+60729at6656	Missing
+60750at6656	Missing
+60762at6656	Missing
+61081at6656	Missing
+61096at6656	Missing
+61153at6656	Missing
+61180at6656	Missing
+61261at6656	Missing
+61577at6656	Missing
+61612at6656	Missing
+62010at6656	Missing
+62275at6656	Missing
+62580at6656	Missing
+62678at6656	Missing
+62914at6656	Missing
+62979at6656	Missing
+63193at6656	Missing
+63228at6656	Missing
+63461at6656	Missing
+63923at6656	Missing
+63924at6656	Missing
+64046at6656	Missing
+64896at6656	Missing
+65490at6656	Missing
+65508at6656	Missing
+65532at6656	Missing
+65949at6656	Missing
+66028at6656	Missing
+66229at6656	Missing
+66299at6656	Missing
+66366at6656	Missing
+66597at6656	Missing
+66770at6656	Missing
+67113at6656	Missing
+67166at6656	Missing
+67191at6656	Missing
+67491at6656	Missing
+67583at6656	Missing
+67710at6656	Missing
+68468at6656	Missing
+68491at6656	Missing
+68731at6656	Missing
+68876at6656	Missing
+68939at6656	Missing
+68961at6656	Missing
+68981at6656	Missing
+68987at6656	Missing
+69201at6656	Missing
+69238at6656	Missing
+69284at6656	Missing
+69394at6656	Missing
+69403at6656	Missing
+69742at6656	Missing
+69897at6656	Missing
+70078at6656	Missing
+70201at6656	Missing
+70300at6656	Missing
+70550at6656	Missing
+70663at6656	Missing
+71018at6656	Missing
+71110at6656	Missing
+71129at6656	Missing
+71199at6656	Missing
+71230at6656	Missing
+71251at6656	Missing
+71483at6656	Missing
+71937at6656	Missing
+72450at6656	Missing
+72578at6656	Missing
+72583at6656	Missing
+72586at6656	Missing
+72782at6656	Missing
+72857at6656	Missing
+73084at6656	Missing
+73301at6656	Missing
+73455at6656	Missing
+73456at6656	Missing
+73547at6656	Missing
+74030at6656	Missing
+74384at6656	Missing
+74655at6656	Missing
+74692at6656	Missing
+74836at6656	Missing
+75692at6656	Missing
+75704at6656	Missing
+75764at6656	Missing
+75982at6656	Missing
+76308at6656	Missing
+76342at6656	Missing
+76573at6656	Missing
+76745at6656	Missing
+76812at6656	Missing
+77197at6656	Missing
+77688at6656	Missing
+77770at6656	Missing
+77883at6656	Missing
+77976at6656	Missing
+77987at6656	Missing
+78110at6656	Missing
+78202at6656	Missing
+78254at6656	Missing
+78695at6656	Missing
+78758at6656	Missing
+78777at6656	Missing
+78844at6656	Missing
+78854at6656	Missing
+78919at6656	Missing
+78921at6656	Missing
+78947at6656	Missing
+78968at6656	Missing
+79241at6656	Missing
+79377at6656	Missing
+79915at6656	Missing
+79993at6656	Missing
+80067at6656	Missing
+80294at6656	Missing
+80317at6656	Missing
+80348at6656	Missing
+80689at6656	Missing
+80693at6656	Missing
+80948at6656	Missing
+81292at6656	Missing
+81307at6656	Missing
+81406at6656	Missing
+81413at6656	Missing
+81423at6656	Missing
+81650at6656	Missing
+81703at6656	Missing
+81708at6656	Missing
+81919at6656	Missing
+81950at6656	Missing
+83102at6656	Missing
+83164at6656	Missing
+83303at6656	Missing
+83350at6656	Missing
+83372at6656	Missing
+83376at6656	Missing
+83613at6656	Missing
+83673at6656	Missing
+83755at6656	Missing
+83765at6656	Missing
+84028at6656	Missing
+84097at6656	Missing
+84149at6656	Missing
+84169at6656	Missing
+84422at6656	Missing
+84576at6656	Missing
+84819at6656	Missing
+84925at6656	Missing
+85103at6656	Missing
+85509at6656	Missing
+85574at6656	Missing
+85680at6656	Missing
+85810at6656	Missing
+86262at6656	Missing
+86318at6656	Missing
+86488at6656	Missing
+86654at6656	Missing
+86715at6656	Missing
+86889at6656	Missing
+86930at6656	Missing
+87014at6656	Missing
+87089at6656	Missing
+87103at6656	Missing
+87114at6656	Missing
+87139at6656	Missing
+87142at6656	Missing
+87527at6656	Missing
+87575at6656	Missing
+87695at6656	Missing
+87728at6656	Missing
+87910at6656	Missing
+87928at6656	Missing
+87933at6656	Missing
+88051at6656	Missing
+88711at6656	Missing
+89064at6656	Missing
+89153at6656	Missing
+89677at6656	Missing
+89713at6656	Missing
+89810at6656	Missing
+89840at6656	Missing
+89864at6656	Missing
+90126at6656	Missing
+90322at6656	Missing
+90580at6656	Missing
+90600at6656	Missing
+90822at6656	Missing
+90928at6656	Missing
+90931at6656	Missing
+91002at6656	Missing
+91005at6656	Missing
+91022at6656	Missing
+91313at6656	Missing
+91418at6656	Missing
+91468at6656	Missing
+91933at6656	Missing
+91946at6656	Missing
+92167at6656	Missing
+92184at6656	Missing
+92420at6656	Missing
+92576at6656	Missing
+92777at6656	Missing
+92854at6656	Missing
+93061at6656	Missing
+93085at6656	Missing
+93152at6656	Missing
+93168at6656	Missing
+93408at6656	Missing
+93432at6656	Missing
+93483at6656	Missing
+93507at6656	Missing
+93535at6656	Missing
+93797at6656	Missing
+94054at6656	Missing
+94238at6656	Missing
+94263at6656	Missing
+94304at6656	Missing
+94473at6656	Missing
+94476at6656	Missing
+94842at6656	Missing
+94878at6656	Missing
+95028at6656	Missing
+95089at6656	Missing
+95294at6656	Missing
+95524at6656	Missing
+96251at6656	Missing
+96444at6656	Missing
+96569at6656	Missing
+96592at6656	Missing
+96601at6656	Missing
+96956at6656	Missing
+96971at6656	Missing
+97225at6656	Missing
+97492at6656	Missing
+97749at6656	Missing
+97763at6656	Missing
+97865at6656	Missing
+98066at6656	Missing
+98251at6656	Missing
+98544at6656	Missing
+98620at6656	Missing
+98725at6656	Missing
+98755at6656	Missing
+98821at6656	Missing
+98845at6656	Missing
+98927at6656	Missing
+98948at6656	Missing
+99204at6656	Missing
+99270at6656	Missing
+99307at6656	Missing
+99377at6656	Missing
+99519at6656	Missing
+99625at6656	Missing
+99998at6656	Missing
+100070at6656	Missing
+100136at6656	Missing
+100216at6656	Missing
+100227at6656	Missing
+100296at6656	Missing
+100612at6656	Missing
+100664at6656	Missing
+100673at6656	Missing
+100760at6656	Missing
+101349at6656	Missing
+101359at6656	Missing
+101491at6656	Missing
+101531at6656	Missing
+101621at6656	Missing
+101727at6656	Missing
+101761at6656	Missing
+101767at6656	Missing
+101829at6656	Missing
+101886at6656	Missing
+102321at6656	Missing
+102714at6656	Missing
+102770at6656	Missing
+103125at6656	Missing
+103207at6656	Missing
+103479at6656	Missing
+103590at6656	Missing
+103747at6656	Missing
+103749at6656	Missing
+103752at6656	Missing
+103908at6656	Missing
+103914at6656	Missing
+104063at6656	Missing
+104122at6656	Missing
+104198at6656	Missing
+104410at6656	Missing
+104588at6656	Missing
+104595at6656	Missing
+104604at6656	Missing
+104769at6656	Missing
+104898at6656	Missing
+105000at6656	Missing
+105099at6656	Missing
+105170at6656	Missing
+105364at6656	Missing
+105457at6656	Missing
+105771at6656	Missing
+105887at6656	Missing
+106116at6656	Missing
+106126at6656	Missing
+106466at6656	Missing
+106470at6656	Missing
+106634at6656	Missing
+106639at6656	Missing
+106788at6656	Missing
+106988at6656	Missing
+107030at6656	Missing
+107139at6656	Missing
+107226at6656	Missing
+107353at6656	Missing
+107427at6656	Missing
+107453at6656	Missing
+107615at6656	Missing
+107802at6656	Missing
+107806at6656	Missing
+107844at6656	Missing
+108162at6656	Missing
+108207at6656	Missing
+108240at6656	Missing
+108693at6656	Missing
+108702at6656	Missing
+108705at6656	Missing
+108808at6656	Missing
+109131at6656	Missing
+109174at6656	Missing
+109325at6656	Missing
+109444at6656	Missing
+109484at6656	Missing
+109562at6656	Missing
+109664at6656	Missing
+109724at6656	Missing
+109793at6656	Missing
+109919at6656	Missing
+109923at6656	Missing
+110129at6656	Missing
+110504at6656	Missing
+110787at6656	Missing
+110982at6656	Missing
+111082at6656	Missing
+111153at6656	Missing
+111236at6656	Missing
+111239at6656	Missing
+111545at6656	Missing
+111851at6656	Missing
+112281at6656	Missing
+112328at6656	Missing
+112360at6656	Missing
+112556at6656	Missing
+112634at6656	Missing
+112645at6656	Missing
+112759at6656	Missing
+113015at6656	Missing
+113300at6656	Missing
+113432at6656	Missing
+113604at6656	Missing
+113622at6656	Missing
+113641at6656	Missing
+113668at6656	Missing
+113713at6656	Missing
+113817at6656	Missing
+113818at6656	Missing
+113865at6656	Missing
+113960at6656	Missing
+114019at6656	Missing
+114360at6656	Missing
+114463at6656	Missing
+114609at6656	Missing
+114738at6656	Missing
+114765at6656	Missing
+115001at6656	Missing
+115208at6656	Missing
+115229at6656	Missing
+115252at6656	Missing
+115256at6656	Missing
+115462at6656	Missing
+115537at6656	Missing
+115841at6656	Missing
+115917at6656	Missing
+115959at6656	Missing
+115986at6656	Missing
+116117at6656	Missing
+116401at6656	Missing
+116608at6656	Missing
+116688at6656	Missing
+116804at6656	Missing
+116982at6656	Missing
+117173at6656	Missing
+117335at6656	Missing
+117399at6656	Missing
+117413at6656	Missing
+117586at6656	Missing
+117742at6656	Missing
+117811at6656	Missing
+117843at6656	Missing
+117947at6656	Missing
+118014at6656	Missing
+118037at6656	Missing
+118496at6656	Missing
+118527at6656	Missing
+118761at6656	Missing
+118780at6656	Missing
+118807at6656	Missing
+118831at6656	Missing
+118904at6656	Missing
+119012at6656	Missing
+119144at6656	Missing
+119188at6656	Missing
+119194at6656	Missing
+119438at6656	Missing
+119541at6656	Missing
+119951at6656	Missing
+120047at6656	Missing
+120383at6656	Missing
+120445at6656	Missing
+120875at6656	Missing
+120907at6656	Missing
+120958at6656	Missing
+121002at6656	Missing
+121220at6656	Missing
+121530at6656	Missing
+121558at6656	Missing
+121847at6656	Missing
+121894at6656	Missing
+122526at6656	Missing
+122665at6656	Missing
+122816at6656	Missing
+123035at6656	Missing
+123320at6656	Missing
+123409at6656	Missing
+123631at6656	Missing
+123672at6656	Missing
+123790at6656	Missing
+123793at6656	Missing
+123853at6656	Missing
+124174at6656	Missing
+124282at6656	Missing
+124400at6656	Missing
+124452at6656	Missing
+124628at6656	Missing
+124707at6656	Missing
+124720at6656	Missing
+124730at6656	Missing
+124981at6656	Missing
+125100at6656	Missing
+125127at6656	Missing
+125210at6656	Missing
+125234at6656	Missing
+125238at6656	Missing
+125414at6656	Missing
+125446at6656	Missing
+125452at6656	Missing
+125716at6656	Missing
+126074at6656	Missing
+126225at6656	Missing
+126442at6656	Missing
+126483at6656	Missing
+126733at6656	Missing
+127349at6656	Missing
+127511at6656	Missing
+127602at6656	Missing
+127649at6656	Missing
+127661at6656	Missing
+127775at6656	Missing
+127998at6656	Missing
+128030at6656	Missing
+128188at6656	Missing
+128216at6656	Missing
+128331at6656	Missing
+128464at6656	Missing
+128916at6656	Missing
+129077at6656	Missing
+129131at6656	Missing
+129200at6656	Missing
+129593at6656	Missing
+129618at6656	Missing
+129675at6656	Missing
+129886at6656	Missing
+129902at6656	Missing
+129989at6656	Missing
+130105at6656	Missing
+130126at6656	Missing
+130176at6656	Missing
+130363at6656	Missing
+130514at6656	Missing
+130563at6656	Missing
+130663at6656	Missing
+130825at6656	Missing
+130923at6656	Missing
+131276at6656	Missing
+131307at6656	Missing
+131495at6656	Missing
+131516at6656	Missing
+131588at6656	Missing
+131642at6656	Missing
+131668at6656	Missing
+131720at6656	Missing
+131751at6656	Missing
+131921at6656	Missing
+132329at6656	Missing
+132340at6656	Missing
+132441at6656	Missing
+132495at6656	Missing
+132760at6656	Missing
+132854at6656	Missing
+132857at6656	Missing
+133015at6656	Missing
+133329at6656	Missing
+133362at6656	Missing
+133422at6656	Missing
+133603at6656	Missing
+133735at6656	Missing
+133949at6656	Missing
+134073at6656	Missing
+134209at6656	Missing
+134216at6656	Missing
+134673at6656	Missing
+134708at6656	Missing
+134776at6656	Missing
+134835at6656	Missing
+134853at6656	Missing
+134865at6656	Missing
+134885at6656	Missing
+135065at6656	Missing
+135075at6656	Missing
+135107at6656	Missing
+135123at6656	Missing
+135203at6656	Missing
+135204at6656	Missing
+135215at6656	Missing
+135357at6656	Missing
+135373at6656	Missing
+135391at6656	Missing
+135526at6656	Missing
+135676at6656	Missing
+135690at6656	Missing
+135702at6656	Missing
+135764at6656	Missing
+135828at6656	Missing
+135834at6656	Missing
+135859at6656	Missing
+135975at6656	Missing
+135994at6656	Missing
+136055at6656	Missing
+136095at6656	Missing
+136119at6656	Missing
+136224at6656	Missing
+136365at6656	Missing
+136559at6656	Missing
+136888at6656	Missing
+137050at6656	Missing
+137197at6656	Missing
+137202at6656	Missing
+137334at6656	Missing
+137338at6656	Missing
+137422at6656	Missing
+137609at6656	Missing
+137688at6656	Missing
+137709at6656	Missing
+137711at6656	Missing
+138243at6656	Missing
+138271at6656	Missing
+138379at6656	Missing
+138401at6656	Missing
+138502at6656	Missing
+138553at6656	Missing
+138659at6656	Missing
+138684at6656	Missing
+138937at6656	Missing
+139217at6656	Missing
+139553at6656	Missing
+139638at6656	Missing
+139744at6656	Missing
+139834at6656	Missing
+140076at6656	Missing
+140197at6656	Missing
+140198at6656	Missing
+140403at6656	Missing
+140461at6656	Missing
+140693at6656	Missing
+140874at6656	Missing
+140903at6656	Missing
+141031at6656	Missing
+141163at6656	Missing
+141166at6656	Missing
+141175at6656	Missing
+141298at6656	Missing
+141804at6656	Missing
+141859at6656	Missing
+141916at6656	Missing
+142388at6656	Missing
+142415at6656	Missing
+142522at6656	Missing
+142613at6656	Missing
+142661at6656	Missing
+142833at6656	Missing
+143154at6656	Missing
+143279at6656	Missing
+143459at6656	Missing
+143489at6656	Missing
+143562at6656	Missing
+143626at6656	Missing
+143709at6656	Missing
+143812at6656	Missing
+143930at6656	Missing
+144337at6656	Missing
+144652at6656	Missing
+144836at6656	Missing
+144851at6656	Missing
+144853at6656	Missing
+145033at6656	Missing
+145102at6656	Missing
+145443at6656	Missing
+145610at6656	Missing
+145811at6656	Missing
+145996at6656	Missing
+146007at6656	Missing
+146036at6656	Missing
+146087at6656	Missing
+146102at6656	Missing
+146103at6656	Missing
+146383at6656	Missing
+146600at6656	Missing
+146920at6656	Missing
+147002at6656	Missing
+147025at6656	Missing
+147322at6656	Missing
+147657at6656	Missing
+147723at6656	Missing
+147852at6656	Missing
+147891at6656	Missing
+147980at6656	Missing
+148134at6656	Missing
+148619at6656	Missing
+148713at6656	Missing
+148851at6656	Missing
+148890at6656	Missing
+149101at6656	Missing
+149126at6656	Missing
+149251at6656	Missing
+149405at6656	Missing
+149680at6656	Missing
+149753at6656	Missing
+149796at6656	Missing
+149819at6656	Missing
+149973at6656	Missing
+149977at6656	Missing
+150005at6656	Missing
+150049at6656	Missing
+150137at6656	Missing
+150182at6656	Missing
+150251at6656	Missing
+150327at6656	Missing
+150479at6656	Missing
+150583at6656	Missing
+150585at6656	Missing
+150667at6656	Missing
+150765at6656	Missing
+151102at6656	Missing
+151111at6656	Missing
+151114at6656	Missing
+151393at6656	Missing
+151436at6656	Missing
+151642at6656	Missing
+151658at6656	Missing
+152032at6656	Missing
+152109at6656	Missing
+152402at6656	Missing
+152534at6656	Missing
+152871at6656	Missing
+153155at6656	Missing
+153232at6656	Missing
+153312at6656	Missing
+153534at6656	Missing
+153693at6656	Missing
+153873at6656	Missing
+154133at6656	Missing
+154415at6656	Missing
+154507at6656	Missing
+155285at6656	Missing
+156057at6656	Missing
+156081at6656	Missing
+156111at6656	Missing
+156305at6656	Missing
+156395at6656	Missing
+156728at6656	Missing
+156824at6656	Missing
+156882at6656	Missing
+156975at6656	Missing
+157486at6656	Missing
+157579at6656	Missing
+157851at6656	Missing
+157879at6656	Missing
+158194at6656	Missing
+158760at6656	Missing
+159231at6656	Missing
+159420at6656	Missing
+159542at6656	Missing
+160675at6656	Missing
+160705at6656	Missing
+161435at6656	Missing
+162059at6656	Missing
+162147at6656	Missing
+162594at6656	Missing
+162628at6656	Missing
+162841at6656	Missing
+163670at6656	Missing
+163896at6656	Missing
+164354at6656	Missing
+164512at6656	Missing
+165142at6656	Missing
+165207at6656	Missing
+165493at6656	Missing
+166476at6656	Missing
+166479at6656	Missing
+166485at6656	Missing
+169220at6656	Missing
--- a/test-data/proteome_results/missing_buscos_list	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/proteome_results/missing_buscos_list	Mon Aug 17 06:50:18 2020 -0400
@@ -1,4 +1,1015 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpCgx5rU/job_working_directory/000/4/conda-env/bin/BUSCO.py -i /tmp/tmpCgx5rU/files/000/dataset_5.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m proteins -c 1 -sp generic -e 0.01 -z
-#
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Busco id
+100070at6656
+100136at6656
+100216at6656
+100227at6656
+100296at6656
+100612at6656
+100664at6656
+100673at6656
+100760at6656
+101349at6656
+101359at6656
+101491at6656
+101531at6656
+101621at6656
+101727at6656
+101761at6656
+101767at6656
+101829at6656
+101886at6656
+102321at6656
+10240at6656
+102714at6656
+102770at6656
+103125at6656
+103207at6656
+103479at6656
+103590at6656
+103747at6656
+103749at6656
+103752at6656
+103908at6656
+103914at6656
+104063at6656
+104122at6656
+104198at6656
+104410at6656
+104588at6656
+104595at6656
+104604at6656
+104769at6656
+104898at6656
+105000at6656
+105099at6656
+105170at6656
+105364at6656
+105457at6656
+10573at6656
+105771at6656
+105887at6656
+106116at6656
+106126at6656
+106466at6656
+106470at6656
+106634at6656
+106639at6656
+106788at6656
+106988at6656
+107030at6656
+107139at6656
+107226at6656
+107353at6656
+107427at6656
+107453at6656
+107615at6656
+107802at6656
+107806at6656
+107844at6656
+108162at6656
+108207at6656
+108240at6656
+108693at6656
+108702at6656
+108705at6656
+108808at6656
+109131at6656
+109174at6656
+109325at6656
+109444at6656
+109484at6656
+109562at6656
+109664at6656
+109724at6656
+109793at6656
+109919at6656
+109923at6656
+110129at6656
+110504at6656
+110787at6656
+110982at6656
+111082at6656
+111153at6656
+111236at6656
+111239at6656
+111545at6656
+111851at6656
+112281at6656
+112328at6656
+112360at6656
+112556at6656
+112634at6656
+112645at6656
+112759at6656
+113015at6656
+113300at6656
+113432at6656
+113604at6656
+113622at6656
+113641at6656
+113668at6656
+113713at6656
+113817at6656
+113818at6656
+11384at6656
+113865at6656
+113960at6656
+114019at6656
+114360at6656
+114463at6656
+114609at6656
+114738at6656
+114765at6656
+115001at6656
+115208at6656
+115229at6656
+115252at6656
+115256at6656
+115462at6656
+115537at6656
+115841at6656
+115917at6656
+115959at6656
+115986at6656
+116117at6656
+116401at6656
+116608at6656
+116688at6656
+1166at6656
+116804at6656
+116982at6656
+117173at6656
+117335at6656
+117399at6656
+117413at6656
+117586at6656
+117742at6656
+117811at6656
+117843at6656
+117947at6656
+118014at6656
+118037at6656
+118496at6656
+118527at6656
+118761at6656
+118780at6656
+118807at6656
+118831at6656
+118904at6656
+119012at6656
+119144at6656
+119188at6656
+119194at6656
+119438at6656
+119541at6656
+119951at6656
+120047at6656
+12029at6656
+120383at6656
+120445at6656
+120875at6656
+120907at6656
+120958at6656
+121002at6656
+121220at6656
+121530at6656
+121558at6656
+12174at6656
+121847at6656
+121894at6656
+122526at6656
+122665at6656
+122816at6656
+123035at6656
+123320at6656
+123409at6656
+123631at6656
+123672at6656
+123790at6656
+123793at6656
+12383at6656
+123853at6656
+124174at6656
+124282at6656
+124400at6656
+124452at6656
+124628at6656
+124707at6656
+124720at6656
+124730at6656
+124981at6656
+125100at6656
+125127at6656
+125210at6656
+125234at6656
+125238at6656
+125414at6656
+125446at6656
+125452at6656
+125716at6656
+126074at6656
+126225at6656
+126442at6656
+126483at6656
+126733at6656
+127349at6656
+127511at6656
+127602at6656
+127649at6656
+127661at6656
+12771at6656
+127775at6656
+127998at6656
+128030at6656
+128188at6656
+128216at6656
+128331at6656
+128464at6656
+12846at6656
+128916at6656
+129077at6656
+129131at6656
+129200at6656
+129593at6656
+129618at6656
+129675at6656
+129886at6656
+129902at6656
+129989at6656
+130105at6656
+130126at6656
+130176at6656
+13019at6656
+130363at6656
+130514at6656
+13051at6656
+130563at6656
+130663at6656
+130825at6656
+130923at6656
+131276at6656
+131307at6656
+131495at6656
+131516at6656
+131588at6656
+131642at6656
+131668at6656
+131720at6656
+131751at6656
+131921at6656
+132329at6656
+132340at6656
+132441at6656
+132495at6656
+132760at6656
+132854at6656
+132857at6656
+133015at6656
+133329at6656
+133362at6656
+133422at6656
+133603at6656
+133735at6656
+133949at6656
+134073at6656
+134209at6656
+134216at6656
+134673at6656
+134708at6656
+134776at6656
+134835at6656
+134853at6656
+134865at6656
+134885at6656
+135065at6656
+135075at6656
+135107at6656
+135123at6656
+135203at6656
+135204at6656
+135215at6656
+135357at6656
+135373at6656
+135391at6656
+135526at6656
+135676at6656
+135690at6656
+135702at6656
+135764at6656
+135828at6656
+135834at6656
+135859at6656
+135975at6656
+135994at6656
+136055at6656
+136095at6656
+136119at6656
+136224at6656
+136365at6656
+136559at6656
+136888at6656
+137050at6656
+137197at6656
+137202at6656
+137334at6656
+137338at6656
+13736at6656
+137422at6656
+137609at6656
+137688at6656
+137709at6656
+137711at6656
+138243at6656
+138271at6656
+13833at6656
+138379at6656
+138401at6656
+138502at6656
+138553at6656
+13858at6656
+138659at6656
+138684at6656
+13890at6656
+138937at6656
+139217at6656
+13934at6656
+139553at6656
+139638at6656
+139744at6656
+139834at6656
+140076at6656
+140197at6656
+140198at6656
+140403at6656
+140461at6656
+140693at6656
+140874at6656
+140903at6656
+14090at6656
+141031at6656
+141163at6656
+141166at6656
+141175at6656
+141298at6656
+141804at6656
+141859at6656
+141916at6656
+142388at6656
+142415at6656
+142522at6656
+14257at6656
+142613at6656
+142661at6656
+142833at6656
+143154at6656
+143279at6656
+143459at6656
+143489at6656
+143562at6656
+143626at6656
+143709at6656
+143812at6656
+143930at6656
+144337at6656
+14447at6656
+144652at6656
+144836at6656
+144851at6656
+144853at6656
+145033at6656
+145102at6656
+145443at6656
+145610at6656
+145811at6656
+145996at6656
+146007at6656
+146036at6656
+146087at6656
+146102at6656
+146103at6656
+146383at6656
+146600at6656
+146920at6656
+147002at6656
+147025at6656
+147322at6656
+147657at6656
+147723at6656
+147852at6656
+147891at6656
+147980at6656
+148134at6656
+148619at6656
+148713at6656
+148851at6656
+148890at6656
+149101at6656
+149126at6656
+149251at6656
+149405at6656
+149680at6656
+149753at6656
+149796at6656
+149819at6656
+14995at6656
+149973at6656
+149977at6656
+150005at6656
+150049at6656
+150137at6656
+150182at6656
+150251at6656
+150327at6656
+150479at6656
+150583at6656
+150585at6656
+150667at6656
+150765at6656
+151102at6656
+151111at6656
+151114at6656
+151393at6656
+151436at6656
+151642at6656
+151658at6656
+15200at6656
+152032at6656
+152109at6656
+152402at6656
+152534at6656
+152871at6656
+153155at6656
+153232at6656
+153312at6656
+153534at6656
+153693at6656
+153873at6656
+154133at6656
+154415at6656
+154507at6656
+155285at6656
+156057at6656
+156081at6656
+156111at6656
+156305at6656
+156395at6656
+156728at6656
+156824at6656
+156882at6656
+156975at6656
+15697at6656
+157486at6656
+157579at6656
+157851at6656
+157879at6656
+158194at6656
+158760at6656
+15905at6656
+159231at6656
+159420at6656
+159542at6656
+16061at6656
+160675at6656
+160705at6656
+16084at6656
+161435at6656
+162059at6656
+162147at6656
+16220at6656
+162594at6656
+162628at6656
+162841at6656
+163670at6656
+163896at6656
+164354at6656
+164512at6656
+165142at6656
+165207at6656
+165493at6656
+16630at6656
+166476at6656
+166479at6656
+166485at6656
+16648at6656
+169220at6656
+17096at6656
+17122at6656
+17128at6656
+17748at6656
+18036at6656
+18055at6656
+18073at6656
+18630at6656
+1885at6656
+18929at6656
+19044at6656
+19058at6656
+19104at6656
+19129at6656
+19208at6656
+19289at6656
+19590at6656
+19760at6656
+1990at6656
+20093at6656
+20162at6656
+20267at6656
+20935at6656
+20936at6656
+21019at6656
+21191at6656
+21361at6656
+21367at6656
+21385at6656
+2148at6656
+22098at6656
+22148at6656
+22358at6656
+22468at6656
+22611at6656
+22887at6656
+23309at6656
+23388at6656
+23429at6656
+23917at6656
+24255at6656
+24427at6656
+24459at6656
+24556at6656
+2456at6656
+24573at6656
+2473at6656
+25554at6656
+25680at6656
+26078at6656
+26653at6656
+26734at6656
+27198at6656
+27515at6656
+27617at6656
+27655at6656
+28325at6656
+28380at6656
+28519at6656
+28685at6656
+28872at6656
+29213at6656
+29237at6656
+29365at6656
+29730at6656
+29744at6656
+30156at6656
+30184at6656
+30267at6656
+30463at6656
+30512at6656
+30526at6656
+30642at6656
+30822at6656
+30918at6656
+30962at6656
+31014at6656
+31119at6656
+31196at6656
+31333at6656
+31480at6656
+31615at6656
+31634at6656
+31820at6656
+31886at6656
+31919at6656
+32694at6656
+32733at6656
+32851at6656
+3310at6656
+33187at6656
+33566at6656
+33794at6656
+34586at6656
+34917at6656
+35035at6656
+35548at6656
+35680at6656
+35708at6656
+3585at6656
+35995at6656
+36374at6656
+36387at6656
+36403at6656
+3644at6656
+36463at6656
+37030at6656
+37297at6656
+37387at6656
+37678at6656
+38140at6656
+38186at6656
+38303at6656
+38391at6656
+38567at6656
+38819at6656
+38928at6656
+39506at6656
+39548at6656
+39783at6656
+39809at6656
+39821at6656
+40065at6656
+40092at6656
+40213at6656
+40240at6656
+40319at6656
+40323at6656
+40399at6656
+40691at6656
+40929at6656
+4136at6656
+41522at6656
+41990at6656
+4227at6656
+42577at6656
+42622at6656
+42819at6656
+42842at6656
+42929at6656
+42943at6656
+42992at6656
+43045at6656
+43236at6656
+43245at6656
+43540at6656
+43728at6656
+43774at6656
+44001at6656
+44123at6656
+44359at6656
+44389at6656
+44504at6656
+44630at6656
+44694at6656
+44953at6656
+45131at6656
+45367at6656
+45528at6656
+45556at6656
+45732at6656
+45915at6656
+46430at6656
+46437at6656
+46671at6656
+46679at6656
+46692at6656
+46750at6656
+46960at6656
+47270at6656
+47443at6656
+47495at6656
+47500at6656
+47967at6656
+48195at6656
+48466at6656
+48519at6656
+4864at6656
+48657at6656
+48836at6656
+49070at6656
+49526at6656
+49936at6656
+50191at6656
+50493at6656
+50740at6656
+50792at6656
+50947at6656
+51037at6656
+51280at6656
+51364at6656
+51757at6656
+52210at6656
+52224at6656
+52320at6656
+52422at6656
+52643at6656
+5277at6656
+52828at6656
+53201at6656
+53243at6656
+53298at6656
+53318at6656
+53993at6656
+54236at6656
+54527at6656
+54679at6656
+55036at6656
+55094at6656
+55108at6656
+55260at6656
+55417at6656
+55450at6656
+55599at6656
+55847at6656
+55932at6656
+55953at6656
+56010at6656
+5616at6656
+56322at6656
+56449at6656
+56523at6656
+56687at6656
+56836at6656
+57262at6656
+57597at6656
+57605at6656
+57624at6656
+57932at6656
+58012at6656
+58027at6656
+58110at6656
+58119at6656
+58276at6656
+59084at6656
+59193at6656
+59197at6656
+59200at6656
+59226at6656
+59393at6656
+59430at6656
+59681at6656
+59824at6656
+59833at6656
+60067at6656
+60299at6656
+60333at6656
+60356at6656
+60468at6656
+60682at6656
+60729at6656
+60750at6656
+60762at6656
+61081at6656
+61096at6656
+61153at6656
+61180at6656
+61261at6656
+61577at6656
+61612at6656
+62010at6656
+62275at6656
+62580at6656
+62678at6656
+62914at6656
+62979at6656
+63193at6656
+63228at6656
+63461at6656
+63923at6656
+63924at6656
+64046at6656
+6453at6656
+64896at6656
+65490at6656
+65508at6656
+65532at6656
+6563at6656
+65949at6656
+66028at6656
+66229at6656
+66299at6656
+66366at6656
+66597at6656
+66770at6656
+67113at6656
+6715at6656
+67166at6656
+67191at6656
+67491at6656
+67583at6656
+67710at6656
+6820at6656
+68468at6656
+68491at6656
+68731at6656
+68876at6656
+68939at6656
+68961at6656
+68981at6656
+68987at6656
+69201at6656
+69238at6656
+69284at6656
+69394at6656
+69403at6656
+69742at6656
+69897at6656
+70078at6656
+70201at6656
+70300at6656
+70550at6656
+70663at6656
+71018at6656
+71110at6656
+71129at6656
+71199at6656
+71230at6656
+71251at6656
+71483at6656
+71937at6656
+7210at6656
+72450at6656
+72578at6656
+72583at6656
+72586at6656
+72782at6656
+72857at6656
+73084at6656
+73301at6656
+73455at6656
+73456at6656
+73547at6656
+74030at6656
+74384at6656
+74655at6656
+74692at6656
+74836at6656
+75692at6656
+75704at6656
+75764at6656
+75982at6656
+76308at6656
+76342at6656
+76573at6656
+76745at6656
+76812at6656
+77197at6656
+774at6656
+77688at6656
+77770at6656
+77883at6656
+77976at6656
+77987at6656
+78110at6656
+78202at6656
+78254at6656
+78695at6656
+78758at6656
+78777at6656
+78844at6656
+78854at6656
+78919at6656
+78921at6656
+78947at6656
+78968at6656
+79241at6656
+79377at6656
+79915at6656
+79993at6656
+80067at6656
+80294at6656
+80317at6656
+80348at6656
+80689at6656
+80693at6656
+80948at6656
+81292at6656
+81307at6656
+81406at6656
+81413at6656
+81423at6656
+8145at6656
+81650at6656
+81703at6656
+81708at6656
+81919at6656
+81950at6656
+83102at6656
+83164at6656
+83303at6656
+83350at6656
+83372at6656
+83376at6656
+83613at6656
+83673at6656
+83755at6656
+83765at6656
+84028at6656
+84097at6656
+84149at6656
+84169at6656
+84422at6656
+84576at6656
+84819at6656
+84925at6656
+8495at6656
+85103at6656
+85509at6656
+85574at6656
+85680at6656
+85810at6656
+86262at6656
+86318at6656
+86488at6656
+86654at6656
+86715at6656
+86889at6656
+86930at6656
+87014at6656
+87089at6656
+87103at6656
+87114at6656
+87139at6656
+87142at6656
+87527at6656
+87575at6656
+87695at6656
+87728at6656
+87910at6656
+87928at6656
+87933at6656
+88051at6656
+8847at6656
+88711at6656
+89064at6656
+8913at6656
+89153at6656
+89677at6656
+89713at6656
+89810at6656
+89840at6656
+89864at6656
+90126at6656
+90322at6656
+90580at6656
+90600at6656
+90822at6656
+90928at6656
+90931at6656
+91002at6656
+91005at6656
+91022at6656
+91313at6656
+91418at6656
+91468at6656
+91933at6656
+91946at6656
+92167at6656
+92184at6656
+92420at6656
+92576at6656
+92777at6656
+92854at6656
+93061at6656
+93085at6656
+93152at6656
+93168at6656
+93408at6656
+93432at6656
+93483at6656
+93507at6656
+93535at6656
+93797at6656
+94054at6656
+94238at6656
+94263at6656
+94304at6656
+94473at6656
+94476at6656
+94842at6656
+94878at6656
+95028at6656
+95089at6656
+95294at6656
+95524at6656
+96251at6656
+96444at6656
+9647at6656
+9648at6656
+96569at6656
+96592at6656
+96601at6656
+96956at6656
+96971at6656
+97225at6656
+97492at6656
+97749at6656
+97763at6656
+97865at6656
+98066at6656
+980at6656
+98251at6656
+98544at6656
+98620at6656
+98725at6656
+98755at6656
+98821at6656
+98845at6656
+98927at6656
+98948at6656
+99204at6656
+99270at6656
+99307at6656
+99377at6656
+99519at6656
+99625at6656
+997at6656
+99998at6656
--- a/test-data/proteome_results/short_summary	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/proteome_results/short_summary	Mon Aug 17 06:50:18 2020 -0400
@@ -1,15 +1,14 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpCgx5rU/job_working_directory/000/4/conda-env/bin/BUSCO.py -i /tmp/tmpCgx5rU/files/000/dataset_5.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m proteins -c 1 -sp generic -e 0.01 -z
-#
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpCgx5rU/files/000/dataset_5.dat
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Summarized benchmarking in BUSCO notation for file /tmp/tmpsafr8yho/files/5/e/9/dataset_5e95c1d5-37e1-4fca-8e9b-3058fa860695.dat
 # BUSCO was run in mode: proteins
 
-	C:0.0%[S:0.0%,D:0.0%],F:100.0%,M:0.0%,n:1
+	***** Results: *****
 
-	0	Complete BUSCOs (C)
-	0	Complete and single-copy BUSCOs (S)
-	0	Complete and duplicated BUSCOs (D)
-	1	Fragmented BUSCOs (F)
-	0	Missing BUSCOs (M)
-	1	Total BUSCO groups searched
+	C:0.1%[S:0.1%,D:0.0%],F:0.0%,M:99.9%,n:1013	   
+	1	Complete BUSCOs (C)			   
+	1	Complete and single-copy BUSCOs (S)	   
+	0	Complete and duplicated BUSCOs (D)	   
+	0	Fragmented BUSCOs (F)			   
+	1012	Missing BUSCOs (M)			   
+	1013	Total BUSCO groups searched		   
--- a/test-data/transcriptome_results/full_table	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/transcriptome_results/full_table	Mon Aug 17 06:50:18 2020 -0400
@@ -1,6 +1,1016 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpCgx5rU/job_working_directory/000/6/conda-env/bin/BUSCO.py -i /tmp/tmpCgx5rU/files/000/dataset_9.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m tran -c 1 -sp generic -e 0.01 -z
-#
-# Busco id	Status	Sequence	Score	Length
-BUSCOaEOG7B0HST	Missing
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Busco id	Status	Sequence	Score	Length	OrthoDB url	Description
+774at6656	Missing
+980at6656	Missing
+997at6656	Missing
+1166at6656	Missing
+1885at6656	Missing
+1990at6656	Missing
+2148at6656	Missing
+2456at6656	Missing
+2473at6656	Missing
+3310at6656	Missing
+3585at6656	Missing
+3644at6656	Missing
+4136at6656	Missing
+4227at6656	Missing
+4864at6656	Missing
+5277at6656	Missing
+5616at6656	Missing
+6453at6656	Missing
+6563at6656	Missing
+6715at6656	Missing
+6820at6656	Missing
+7210at6656	Missing
+8145at6656	Missing
+8495at6656	Missing
+8847at6656	Missing
+8913at6656	Missing
+9647at6656	Missing
+9648at6656	Missing
+10240at6656	Missing
+10573at6656	Missing
+11384at6656	Missing
+12029at6656	Missing
+12174at6656	Missing
+12383at6656	Missing
+12771at6656	Missing
+12846at6656	Missing
+13019at6656	Missing
+13051at6656	Missing
+13736at6656	Missing
+13833at6656	Missing
+13858at6656	Missing
+13890at6656	Missing
+13934at6656	Missing
+14090at6656	Missing
+14257at6656	Missing
+14447at6656	Missing
+14995at6656	Missing
+15200at6656	Missing
+15697at6656	Missing
+15905at6656	Missing
+16061at6656	Missing
+16084at6656	Missing
+16220at6656	Missing
+16630at6656	Missing
+16648at6656	Missing
+17096at6656	Missing
+17122at6656	Missing
+17128at6656	Missing
+17748at6656	Missing
+18036at6656	Missing
+18055at6656	Missing
+18073at6656	Missing
+18630at6656	Missing
+18929at6656	Missing
+19044at6656	Missing
+19058at6656	Missing
+19104at6656	Missing
+19129at6656	Missing
+19208at6656	Missing
+19289at6656	Missing
+19590at6656	Missing
+19760at6656	Missing
+20093at6656	Missing
+20162at6656	Missing
+20267at6656	Missing
+20935at6656	Missing
+20936at6656	Missing
+21019at6656	Missing
+21191at6656	Missing
+21361at6656	Missing
+21367at6656	Missing
+21385at6656	Missing
+22098at6656	Missing
+22148at6656	Missing
+22358at6656	Missing
+22364at6656	Complete	BUSCOaEOG7B0HST	1355.6	788	https://www.orthodb.org/v10?query=22364at6656	importin-5
+22468at6656	Missing
+22611at6656	Missing
+22887at6656	Missing
+23309at6656	Missing
+23388at6656	Missing
+23429at6656	Missing
+23917at6656	Missing
+24255at6656	Missing
+24427at6656	Missing
+24459at6656	Missing
+24556at6656	Missing
+24573at6656	Missing
+25554at6656	Missing
+25680at6656	Missing
+26078at6656	Missing
+26653at6656	Missing
+26734at6656	Missing
+27198at6656	Missing
+27515at6656	Missing
+27617at6656	Missing
+27655at6656	Missing
+28325at6656	Missing
+28380at6656	Missing
+28519at6656	Missing
+28685at6656	Missing
+28872at6656	Missing
+29213at6656	Missing
+29237at6656	Missing
+29365at6656	Missing
+29730at6656	Missing
+29744at6656	Missing
+30156at6656	Missing
+30184at6656	Missing
+30267at6656	Missing
+30463at6656	Missing
+30512at6656	Missing
+30526at6656	Missing
+30642at6656	Missing
+30822at6656	Missing
+30918at6656	Missing
+30962at6656	Missing
+31014at6656	Missing
+31119at6656	Missing
+31196at6656	Missing
+31333at6656	Missing
+31480at6656	Missing
+31615at6656	Missing
+31634at6656	Missing
+31820at6656	Missing
+31886at6656	Missing
+31919at6656	Missing
+32694at6656	Missing
+32733at6656	Missing
+32851at6656	Missing
+33187at6656	Missing
+33566at6656	Missing
+33794at6656	Missing
+34586at6656	Missing
+34917at6656	Missing
+35035at6656	Missing
+35548at6656	Missing
+35680at6656	Missing
+35708at6656	Missing
+35995at6656	Missing
+36374at6656	Missing
+36387at6656	Missing
+36403at6656	Missing
+36463at6656	Missing
+37030at6656	Missing
+37297at6656	Missing
+37387at6656	Missing
+37678at6656	Missing
+38140at6656	Missing
+38186at6656	Missing
+38303at6656	Missing
+38391at6656	Missing
+38567at6656	Missing
+38819at6656	Missing
+38928at6656	Missing
+39506at6656	Missing
+39548at6656	Missing
+39783at6656	Missing
+39809at6656	Missing
+39821at6656	Missing
+40065at6656	Missing
+40092at6656	Missing
+40213at6656	Missing
+40240at6656	Missing
+40319at6656	Missing
+40323at6656	Missing
+40399at6656	Missing
+40691at6656	Missing
+40929at6656	Missing
+41522at6656	Missing
+41990at6656	Missing
+42577at6656	Missing
+42622at6656	Missing
+42819at6656	Missing
+42842at6656	Missing
+42929at6656	Missing
+42943at6656	Missing
+42992at6656	Missing
+43045at6656	Missing
+43236at6656	Missing
+43245at6656	Missing
+43540at6656	Missing
+43728at6656	Missing
+43774at6656	Missing
+44001at6656	Missing
+44123at6656	Missing
+44359at6656	Missing
+44389at6656	Missing
+44504at6656	Missing
+44630at6656	Missing
+44694at6656	Missing
+44953at6656	Missing
+45131at6656	Missing
+45367at6656	Missing
+45528at6656	Missing
+45556at6656	Missing
+45732at6656	Missing
+45915at6656	Missing
+46430at6656	Missing
+46437at6656	Missing
+46671at6656	Missing
+46679at6656	Missing
+46692at6656	Missing
+46750at6656	Missing
+46960at6656	Missing
+47270at6656	Missing
+47443at6656	Missing
+47495at6656	Missing
+47500at6656	Missing
+47967at6656	Missing
+48195at6656	Missing
+48466at6656	Missing
+48519at6656	Missing
+48657at6656	Missing
+48836at6656	Missing
+49070at6656	Missing
+49526at6656	Missing
+49936at6656	Missing
+50191at6656	Missing
+50493at6656	Missing
+50740at6656	Missing
+50792at6656	Missing
+50947at6656	Missing
+51037at6656	Missing
+51280at6656	Missing
+51364at6656	Missing
+51757at6656	Missing
+52210at6656	Missing
+52224at6656	Missing
+52320at6656	Missing
+52422at6656	Missing
+52643at6656	Missing
+52828at6656	Missing
+53201at6656	Missing
+53243at6656	Missing
+53298at6656	Missing
+53318at6656	Missing
+53993at6656	Missing
+54236at6656	Missing
+54527at6656	Missing
+54679at6656	Missing
+55036at6656	Missing
+55094at6656	Missing
+55108at6656	Missing
+55260at6656	Missing
+55417at6656	Missing
+55450at6656	Missing
+55599at6656	Missing
+55847at6656	Missing
+55932at6656	Missing
+55953at6656	Missing
+56010at6656	Missing
+56322at6656	Missing
+56449at6656	Missing
+56523at6656	Missing
+56687at6656	Missing
+56836at6656	Missing
+57262at6656	Missing
+57597at6656	Missing
+57605at6656	Missing
+57624at6656	Missing
+57932at6656	Missing
+58012at6656	Missing
+58027at6656	Missing
+58110at6656	Missing
+58119at6656	Missing
+58276at6656	Missing
+59084at6656	Missing
+59193at6656	Missing
+59197at6656	Missing
+59200at6656	Missing
+59226at6656	Missing
+59393at6656	Missing
+59430at6656	Missing
+59681at6656	Missing
+59824at6656	Missing
+59833at6656	Missing
+60067at6656	Missing
+60299at6656	Missing
+60333at6656	Missing
+60356at6656	Missing
+60468at6656	Missing
+60682at6656	Missing
+60729at6656	Missing
+60750at6656	Missing
+60762at6656	Missing
+61081at6656	Missing
+61096at6656	Missing
+61153at6656	Missing
+61180at6656	Missing
+61261at6656	Missing
+61577at6656	Missing
+61612at6656	Missing
+62010at6656	Missing
+62275at6656	Missing
+62580at6656	Missing
+62678at6656	Missing
+62914at6656	Missing
+62979at6656	Missing
+63193at6656	Missing
+63228at6656	Missing
+63461at6656	Missing
+63923at6656	Missing
+63924at6656	Missing
+64046at6656	Missing
+64896at6656	Missing
+65490at6656	Missing
+65508at6656	Missing
+65532at6656	Missing
+65949at6656	Missing
+66028at6656	Missing
+66229at6656	Missing
+66299at6656	Missing
+66366at6656	Missing
+66597at6656	Missing
+66770at6656	Missing
+67113at6656	Missing
+67166at6656	Missing
+67191at6656	Missing
+67491at6656	Missing
+67583at6656	Missing
+67710at6656	Missing
+68468at6656	Missing
+68491at6656	Missing
+68731at6656	Missing
+68876at6656	Missing
+68939at6656	Missing
+68961at6656	Missing
+68981at6656	Missing
+68987at6656	Missing
+69201at6656	Missing
+69238at6656	Missing
+69284at6656	Missing
+69394at6656	Missing
+69403at6656	Missing
+69742at6656	Missing
+69897at6656	Missing
+70078at6656	Missing
+70201at6656	Missing
+70300at6656	Missing
+70550at6656	Missing
+70663at6656	Missing
+71018at6656	Missing
+71110at6656	Missing
+71129at6656	Missing
+71199at6656	Missing
+71230at6656	Missing
+71251at6656	Missing
+71483at6656	Missing
+71937at6656	Missing
+72450at6656	Missing
+72578at6656	Missing
+72583at6656	Missing
+72586at6656	Missing
+72782at6656	Missing
+72857at6656	Missing
+73084at6656	Missing
+73301at6656	Missing
+73455at6656	Missing
+73456at6656	Missing
+73547at6656	Missing
+74030at6656	Missing
+74384at6656	Missing
+74655at6656	Missing
+74692at6656	Missing
+74836at6656	Missing
+75692at6656	Missing
+75704at6656	Missing
+75764at6656	Missing
+75982at6656	Missing
+76308at6656	Missing
+76342at6656	Missing
+76573at6656	Missing
+76745at6656	Missing
+76812at6656	Missing
+77197at6656	Missing
+77688at6656	Missing
+77770at6656	Missing
+77883at6656	Missing
+77976at6656	Missing
+77987at6656	Missing
+78110at6656	Missing
+78202at6656	Missing
+78254at6656	Missing
+78695at6656	Missing
+78758at6656	Missing
+78777at6656	Missing
+78844at6656	Missing
+78854at6656	Missing
+78919at6656	Missing
+78921at6656	Missing
+78947at6656	Missing
+78968at6656	Missing
+79241at6656	Missing
+79377at6656	Missing
+79915at6656	Missing
+79993at6656	Missing
+80067at6656	Missing
+80294at6656	Missing
+80317at6656	Missing
+80348at6656	Missing
+80689at6656	Missing
+80693at6656	Missing
+80948at6656	Missing
+81292at6656	Missing
+81307at6656	Missing
+81406at6656	Missing
+81413at6656	Missing
+81423at6656	Missing
+81650at6656	Missing
+81703at6656	Missing
+81708at6656	Missing
+81919at6656	Missing
+81950at6656	Missing
+83102at6656	Missing
+83164at6656	Missing
+83303at6656	Missing
+83350at6656	Missing
+83372at6656	Missing
+83376at6656	Missing
+83613at6656	Missing
+83673at6656	Missing
+83755at6656	Missing
+83765at6656	Missing
+84028at6656	Missing
+84097at6656	Missing
+84149at6656	Missing
+84169at6656	Missing
+84422at6656	Missing
+84576at6656	Missing
+84819at6656	Missing
+84925at6656	Missing
+85103at6656	Missing
+85509at6656	Missing
+85574at6656	Missing
+85680at6656	Missing
+85810at6656	Missing
+86262at6656	Missing
+86318at6656	Missing
+86488at6656	Missing
+86654at6656	Missing
+86715at6656	Missing
+86889at6656	Missing
+86930at6656	Missing
+87014at6656	Missing
+87089at6656	Missing
+87103at6656	Missing
+87114at6656	Missing
+87139at6656	Missing
+87142at6656	Missing
+87527at6656	Missing
+87575at6656	Missing
+87695at6656	Missing
+87728at6656	Missing
+87910at6656	Missing
+87928at6656	Missing
+87933at6656	Missing
+88051at6656	Missing
+88711at6656	Missing
+89064at6656	Missing
+89153at6656	Missing
+89677at6656	Missing
+89713at6656	Missing
+89810at6656	Missing
+89840at6656	Missing
+89864at6656	Missing
+90126at6656	Missing
+90322at6656	Missing
+90580at6656	Missing
+90600at6656	Missing
+90822at6656	Missing
+90928at6656	Missing
+90931at6656	Missing
+91002at6656	Missing
+91005at6656	Missing
+91022at6656	Missing
+91313at6656	Missing
+91418at6656	Missing
+91468at6656	Missing
+91933at6656	Missing
+91946at6656	Missing
+92167at6656	Missing
+92184at6656	Missing
+92420at6656	Missing
+92576at6656	Missing
+92777at6656	Missing
+92854at6656	Missing
+93061at6656	Missing
+93085at6656	Missing
+93152at6656	Missing
+93168at6656	Missing
+93408at6656	Missing
+93432at6656	Missing
+93483at6656	Missing
+93507at6656	Missing
+93535at6656	Missing
+93797at6656	Missing
+94054at6656	Missing
+94238at6656	Missing
+94263at6656	Missing
+94304at6656	Missing
+94473at6656	Missing
+94476at6656	Missing
+94842at6656	Missing
+94878at6656	Missing
+95028at6656	Missing
+95089at6656	Missing
+95294at6656	Missing
+95524at6656	Missing
+96251at6656	Missing
+96444at6656	Missing
+96569at6656	Missing
+96592at6656	Missing
+96601at6656	Missing
+96956at6656	Missing
+96971at6656	Missing
+97225at6656	Missing
+97492at6656	Missing
+97749at6656	Missing
+97763at6656	Missing
+97865at6656	Missing
+98066at6656	Missing
+98251at6656	Missing
+98544at6656	Missing
+98620at6656	Missing
+98725at6656	Missing
+98755at6656	Missing
+98821at6656	Missing
+98845at6656	Missing
+98927at6656	Missing
+98948at6656	Missing
+99204at6656	Missing
+99270at6656	Missing
+99307at6656	Missing
+99377at6656	Missing
+99519at6656	Missing
+99625at6656	Missing
+99998at6656	Missing
+100070at6656	Missing
+100136at6656	Missing
+100216at6656	Missing
+100227at6656	Missing
+100296at6656	Missing
+100612at6656	Missing
+100664at6656	Missing
+100673at6656	Missing
+100760at6656	Missing
+101349at6656	Missing
+101359at6656	Missing
+101491at6656	Missing
+101531at6656	Missing
+101621at6656	Missing
+101727at6656	Missing
+101761at6656	Missing
+101767at6656	Missing
+101829at6656	Missing
+101886at6656	Missing
+102321at6656	Missing
+102714at6656	Missing
+102770at6656	Missing
+103125at6656	Missing
+103207at6656	Missing
+103479at6656	Missing
+103590at6656	Missing
+103747at6656	Missing
+103749at6656	Missing
+103752at6656	Missing
+103908at6656	Missing
+103914at6656	Missing
+104063at6656	Missing
+104122at6656	Missing
+104198at6656	Missing
+104410at6656	Missing
+104588at6656	Missing
+104595at6656	Missing
+104604at6656	Missing
+104769at6656	Missing
+104898at6656	Missing
+105000at6656	Missing
+105099at6656	Missing
+105170at6656	Missing
+105364at6656	Missing
+105457at6656	Missing
+105771at6656	Missing
+105887at6656	Missing
+106116at6656	Missing
+106126at6656	Missing
+106466at6656	Missing
+106470at6656	Missing
+106634at6656	Missing
+106639at6656	Missing
+106788at6656	Missing
+106988at6656	Missing
+107030at6656	Missing
+107139at6656	Missing
+107226at6656	Missing
+107353at6656	Missing
+107427at6656	Missing
+107453at6656	Missing
+107615at6656	Missing
+107802at6656	Missing
+107806at6656	Missing
+107844at6656	Missing
+108162at6656	Missing
+108207at6656	Missing
+108240at6656	Missing
+108693at6656	Missing
+108702at6656	Missing
+108705at6656	Missing
+108808at6656	Missing
+109131at6656	Missing
+109174at6656	Missing
+109325at6656	Missing
+109444at6656	Missing
+109484at6656	Missing
+109562at6656	Missing
+109664at6656	Missing
+109724at6656	Missing
+109793at6656	Missing
+109919at6656	Missing
+109923at6656	Missing
+110129at6656	Missing
+110504at6656	Missing
+110787at6656	Missing
+110982at6656	Missing
+111082at6656	Missing
+111153at6656	Missing
+111236at6656	Missing
+111239at6656	Missing
+111545at6656	Missing
+111851at6656	Missing
+112281at6656	Missing
+112328at6656	Missing
+112360at6656	Missing
+112556at6656	Missing
+112634at6656	Missing
+112645at6656	Missing
+112759at6656	Missing
+113015at6656	Missing
+113300at6656	Missing
+113432at6656	Missing
+113604at6656	Missing
+113622at6656	Missing
+113641at6656	Missing
+113668at6656	Missing
+113713at6656	Missing
+113817at6656	Missing
+113818at6656	Missing
+113865at6656	Missing
+113960at6656	Missing
+114019at6656	Missing
+114360at6656	Missing
+114463at6656	Missing
+114609at6656	Missing
+114738at6656	Missing
+114765at6656	Missing
+115001at6656	Missing
+115208at6656	Missing
+115229at6656	Missing
+115252at6656	Missing
+115256at6656	Missing
+115462at6656	Missing
+115537at6656	Missing
+115841at6656	Missing
+115917at6656	Missing
+115959at6656	Missing
+115986at6656	Missing
+116117at6656	Missing
+116401at6656	Missing
+116608at6656	Missing
+116688at6656	Missing
+116804at6656	Missing
+116982at6656	Missing
+117173at6656	Missing
+117335at6656	Missing
+117399at6656	Missing
+117413at6656	Missing
+117586at6656	Missing
+117742at6656	Missing
+117811at6656	Missing
+117843at6656	Missing
+117947at6656	Missing
+118014at6656	Missing
+118037at6656	Missing
+118496at6656	Missing
+118527at6656	Missing
+118761at6656	Missing
+118780at6656	Missing
+118807at6656	Missing
+118831at6656	Missing
+118904at6656	Missing
+119012at6656	Missing
+119144at6656	Missing
+119188at6656	Missing
+119194at6656	Missing
+119438at6656	Missing
+119541at6656	Missing
+119951at6656	Missing
+120047at6656	Missing
+120383at6656	Missing
+120445at6656	Missing
+120875at6656	Missing
+120907at6656	Missing
+120958at6656	Missing
+121002at6656	Missing
+121220at6656	Missing
+121530at6656	Missing
+121558at6656	Missing
+121847at6656	Missing
+121894at6656	Missing
+122526at6656	Missing
+122665at6656	Missing
+122816at6656	Missing
+123035at6656	Missing
+123320at6656	Missing
+123409at6656	Missing
+123631at6656	Missing
+123672at6656	Missing
+123790at6656	Missing
+123793at6656	Missing
+123853at6656	Missing
+124174at6656	Missing
+124282at6656	Missing
+124400at6656	Missing
+124452at6656	Missing
+124628at6656	Missing
+124707at6656	Missing
+124720at6656	Missing
+124730at6656	Missing
+124981at6656	Missing
+125100at6656	Missing
+125127at6656	Missing
+125210at6656	Missing
+125234at6656	Missing
+125238at6656	Missing
+125414at6656	Missing
+125446at6656	Missing
+125452at6656	Missing
+125716at6656	Missing
+126074at6656	Missing
+126225at6656	Missing
+126442at6656	Missing
+126483at6656	Missing
+126733at6656	Missing
+127349at6656	Missing
+127511at6656	Missing
+127602at6656	Missing
+127649at6656	Missing
+127661at6656	Missing
+127775at6656	Missing
+127998at6656	Missing
+128030at6656	Missing
+128188at6656	Missing
+128216at6656	Missing
+128331at6656	Missing
+128464at6656	Missing
+128916at6656	Missing
+129077at6656	Missing
+129131at6656	Missing
+129200at6656	Missing
+129593at6656	Missing
+129618at6656	Missing
+129675at6656	Missing
+129886at6656	Missing
+129902at6656	Missing
+129989at6656	Missing
+130105at6656	Missing
+130126at6656	Missing
+130176at6656	Missing
+130363at6656	Missing
+130514at6656	Missing
+130563at6656	Missing
+130663at6656	Missing
+130825at6656	Missing
+130923at6656	Missing
+131276at6656	Missing
+131307at6656	Missing
+131495at6656	Missing
+131516at6656	Missing
+131588at6656	Missing
+131642at6656	Missing
+131668at6656	Missing
+131720at6656	Missing
+131751at6656	Missing
+131921at6656	Missing
+132329at6656	Missing
+132340at6656	Missing
+132441at6656	Missing
+132495at6656	Missing
+132760at6656	Missing
+132854at6656	Missing
+132857at6656	Missing
+133015at6656	Missing
+133329at6656	Missing
+133362at6656	Missing
+133422at6656	Missing
+133603at6656	Missing
+133735at6656	Missing
+133949at6656	Missing
+134073at6656	Missing
+134209at6656	Missing
+134216at6656	Missing
+134673at6656	Missing
+134708at6656	Missing
+134776at6656	Missing
+134835at6656	Missing
+134853at6656	Missing
+134865at6656	Missing
+134885at6656	Missing
+135065at6656	Missing
+135075at6656	Missing
+135107at6656	Missing
+135123at6656	Missing
+135203at6656	Missing
+135204at6656	Missing
+135215at6656	Missing
+135357at6656	Missing
+135373at6656	Missing
+135391at6656	Missing
+135526at6656	Missing
+135676at6656	Missing
+135690at6656	Missing
+135702at6656	Missing
+135764at6656	Missing
+135828at6656	Missing
+135834at6656	Missing
+135859at6656	Missing
+135975at6656	Missing
+135994at6656	Missing
+136055at6656	Missing
+136095at6656	Missing
+136119at6656	Missing
+136224at6656	Missing
+136365at6656	Missing
+136559at6656	Missing
+136888at6656	Missing
+137050at6656	Missing
+137197at6656	Missing
+137202at6656	Missing
+137334at6656	Missing
+137338at6656	Missing
+137422at6656	Missing
+137609at6656	Missing
+137688at6656	Missing
+137709at6656	Missing
+137711at6656	Missing
+138243at6656	Missing
+138271at6656	Missing
+138379at6656	Missing
+138401at6656	Missing
+138502at6656	Missing
+138553at6656	Missing
+138659at6656	Missing
+138684at6656	Missing
+138937at6656	Missing
+139217at6656	Missing
+139553at6656	Missing
+139638at6656	Missing
+139744at6656	Missing
+139834at6656	Missing
+140076at6656	Missing
+140197at6656	Missing
+140198at6656	Missing
+140403at6656	Missing
+140461at6656	Missing
+140693at6656	Missing
+140874at6656	Missing
+140903at6656	Missing
+141031at6656	Missing
+141163at6656	Missing
+141166at6656	Missing
+141175at6656	Missing
+141298at6656	Missing
+141804at6656	Missing
+141859at6656	Missing
+141916at6656	Missing
+142388at6656	Missing
+142415at6656	Missing
+142522at6656	Missing
+142613at6656	Missing
+142661at6656	Missing
+142833at6656	Missing
+143154at6656	Missing
+143279at6656	Missing
+143459at6656	Missing
+143489at6656	Missing
+143562at6656	Missing
+143626at6656	Missing
+143709at6656	Missing
+143812at6656	Missing
+143930at6656	Missing
+144337at6656	Missing
+144652at6656	Missing
+144836at6656	Missing
+144851at6656	Missing
+144853at6656	Missing
+145033at6656	Missing
+145102at6656	Missing
+145443at6656	Missing
+145610at6656	Missing
+145811at6656	Missing
+145996at6656	Missing
+146007at6656	Missing
+146036at6656	Missing
+146087at6656	Missing
+146102at6656	Missing
+146103at6656	Missing
+146383at6656	Missing
+146600at6656	Missing
+146920at6656	Missing
+147002at6656	Missing
+147025at6656	Missing
+147322at6656	Missing
+147657at6656	Missing
+147723at6656	Missing
+147852at6656	Missing
+147891at6656	Missing
+147980at6656	Missing
+148134at6656	Missing
+148619at6656	Missing
+148713at6656	Missing
+148851at6656	Missing
+148890at6656	Missing
+149101at6656	Missing
+149126at6656	Missing
+149251at6656	Missing
+149405at6656	Missing
+149680at6656	Missing
+149753at6656	Missing
+149796at6656	Missing
+149819at6656	Missing
+149973at6656	Missing
+149977at6656	Missing
+150005at6656	Missing
+150049at6656	Missing
+150137at6656	Missing
+150182at6656	Missing
+150251at6656	Missing
+150327at6656	Missing
+150479at6656	Missing
+150583at6656	Missing
+150585at6656	Missing
+150667at6656	Missing
+150765at6656	Missing
+151102at6656	Missing
+151111at6656	Missing
+151114at6656	Missing
+151393at6656	Missing
+151436at6656	Missing
+151642at6656	Missing
+151658at6656	Missing
+152032at6656	Missing
+152109at6656	Missing
+152402at6656	Missing
+152534at6656	Missing
+152871at6656	Missing
+153155at6656	Missing
+153232at6656	Missing
+153312at6656	Missing
+153534at6656	Missing
+153693at6656	Missing
+153873at6656	Missing
+154133at6656	Missing
+154415at6656	Missing
+154507at6656	Missing
+155285at6656	Missing
+156057at6656	Missing
+156081at6656	Missing
+156111at6656	Missing
+156305at6656	Missing
+156395at6656	Missing
+156728at6656	Missing
+156824at6656	Missing
+156882at6656	Missing
+156975at6656	Missing
+157486at6656	Missing
+157579at6656	Missing
+157851at6656	Missing
+157879at6656	Missing
+158194at6656	Missing
+158760at6656	Missing
+159231at6656	Missing
+159420at6656	Missing
+159542at6656	Missing
+160675at6656	Missing
+160705at6656	Missing
+161435at6656	Missing
+162059at6656	Missing
+162147at6656	Missing
+162594at6656	Missing
+162628at6656	Missing
+162841at6656	Missing
+163670at6656	Missing
+163896at6656	Missing
+164354at6656	Missing
+164512at6656	Missing
+165142at6656	Missing
+165207at6656	Missing
+165493at6656	Missing
+166476at6656	Missing
+166479at6656	Missing
+166485at6656	Missing
+169220at6656	Missing
--- a/test-data/transcriptome_results/missing_buscos_list	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/transcriptome_results/missing_buscos_list	Mon Aug 17 06:50:18 2020 -0400
@@ -1,5 +1,1015 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpCgx5rU/job_working_directory/000/6/conda-env/bin/BUSCO.py -i /tmp/tmpCgx5rU/files/000/dataset_9.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m tran -c 1 -sp generic -e 0.01 -z
-#
-BUSCOaEOG7B0HST
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Busco id
+100070at6656
+100136at6656
+100216at6656
+100227at6656
+100296at6656
+100612at6656
+100664at6656
+100673at6656
+100760at6656
+101349at6656
+101359at6656
+101491at6656
+101531at6656
+101621at6656
+101727at6656
+101761at6656
+101767at6656
+101829at6656
+101886at6656
+102321at6656
+10240at6656
+102714at6656
+102770at6656
+103125at6656
+103207at6656
+103479at6656
+103590at6656
+103747at6656
+103749at6656
+103752at6656
+103908at6656
+103914at6656
+104063at6656
+104122at6656
+104198at6656
+104410at6656
+104588at6656
+104595at6656
+104604at6656
+104769at6656
+104898at6656
+105000at6656
+105099at6656
+105170at6656
+105364at6656
+105457at6656
+10573at6656
+105771at6656
+105887at6656
+106116at6656
+106126at6656
+106466at6656
+106470at6656
+106634at6656
+106639at6656
+106788at6656
+106988at6656
+107030at6656
+107139at6656
+107226at6656
+107353at6656
+107427at6656
+107453at6656
+107615at6656
+107802at6656
+107806at6656
+107844at6656
+108162at6656
+108207at6656
+108240at6656
+108693at6656
+108702at6656
+108705at6656
+108808at6656
+109131at6656
+109174at6656
+109325at6656
+109444at6656
+109484at6656
+109562at6656
+109664at6656
+109724at6656
+109793at6656
+109919at6656
+109923at6656
+110129at6656
+110504at6656
+110787at6656
+110982at6656
+111082at6656
+111153at6656
+111236at6656
+111239at6656
+111545at6656
+111851at6656
+112281at6656
+112328at6656
+112360at6656
+112556at6656
+112634at6656
+112645at6656
+112759at6656
+113015at6656
+113300at6656
+113432at6656
+113604at6656
+113622at6656
+113641at6656
+113668at6656
+113713at6656
+113817at6656
+113818at6656
+11384at6656
+113865at6656
+113960at6656
+114019at6656
+114360at6656
+114463at6656
+114609at6656
+114738at6656
+114765at6656
+115001at6656
+115208at6656
+115229at6656
+115252at6656
+115256at6656
+115462at6656
+115537at6656
+115841at6656
+115917at6656
+115959at6656
+115986at6656
+116117at6656
+116401at6656
+116608at6656
+116688at6656
+1166at6656
+116804at6656
+116982at6656
+117173at6656
+117335at6656
+117399at6656
+117413at6656
+117586at6656
+117742at6656
+117811at6656
+117843at6656
+117947at6656
+118014at6656
+118037at6656
+118496at6656
+118527at6656
+118761at6656
+118780at6656
+118807at6656
+118831at6656
+118904at6656
+119012at6656
+119144at6656
+119188at6656
+119194at6656
+119438at6656
+119541at6656
+119951at6656
+120047at6656
+12029at6656
+120383at6656
+120445at6656
+120875at6656
+120907at6656
+120958at6656
+121002at6656
+121220at6656
+121530at6656
+121558at6656
+12174at6656
+121847at6656
+121894at6656
+122526at6656
+122665at6656
+122816at6656
+123035at6656
+123320at6656
+123409at6656
+123631at6656
+123672at6656
+123790at6656
+123793at6656
+12383at6656
+123853at6656
+124174at6656
+124282at6656
+124400at6656
+124452at6656
+124628at6656
+124707at6656
+124720at6656
+124730at6656
+124981at6656
+125100at6656
+125127at6656
+125210at6656
+125234at6656
+125238at6656
+125414at6656
+125446at6656
+125452at6656
+125716at6656
+126074at6656
+126225at6656
+126442at6656
+126483at6656
+126733at6656
+127349at6656
+127511at6656
+127602at6656
+127649at6656
+127661at6656
+12771at6656
+127775at6656
+127998at6656
+128030at6656
+128188at6656
+128216at6656
+128331at6656
+128464at6656
+12846at6656
+128916at6656
+129077at6656
+129131at6656
+129200at6656
+129593at6656
+129618at6656
+129675at6656
+129886at6656
+129902at6656
+129989at6656
+130105at6656
+130126at6656
+130176at6656
+13019at6656
+130363at6656
+130514at6656
+13051at6656
+130563at6656
+130663at6656
+130825at6656
+130923at6656
+131276at6656
+131307at6656
+131495at6656
+131516at6656
+131588at6656
+131642at6656
+131668at6656
+131720at6656
+131751at6656
+131921at6656
+132329at6656
+132340at6656
+132441at6656
+132495at6656
+132760at6656
+132854at6656
+132857at6656
+133015at6656
+133329at6656
+133362at6656
+133422at6656
+133603at6656
+133735at6656
+133949at6656
+134073at6656
+134209at6656
+134216at6656
+134673at6656
+134708at6656
+134776at6656
+134835at6656
+134853at6656
+134865at6656
+134885at6656
+135065at6656
+135075at6656
+135107at6656
+135123at6656
+135203at6656
+135204at6656
+135215at6656
+135357at6656
+135373at6656
+135391at6656
+135526at6656
+135676at6656
+135690at6656
+135702at6656
+135764at6656
+135828at6656
+135834at6656
+135859at6656
+135975at6656
+135994at6656
+136055at6656
+136095at6656
+136119at6656
+136224at6656
+136365at6656
+136559at6656
+136888at6656
+137050at6656
+137197at6656
+137202at6656
+137334at6656
+137338at6656
+13736at6656
+137422at6656
+137609at6656
+137688at6656
+137709at6656
+137711at6656
+138243at6656
+138271at6656
+13833at6656
+138379at6656
+138401at6656
+138502at6656
+138553at6656
+13858at6656
+138659at6656
+138684at6656
+13890at6656
+138937at6656
+139217at6656
+13934at6656
+139553at6656
+139638at6656
+139744at6656
+139834at6656
+140076at6656
+140197at6656
+140198at6656
+140403at6656
+140461at6656
+140693at6656
+140874at6656
+140903at6656
+14090at6656
+141031at6656
+141163at6656
+141166at6656
+141175at6656
+141298at6656
+141804at6656
+141859at6656
+141916at6656
+142388at6656
+142415at6656
+142522at6656
+14257at6656
+142613at6656
+142661at6656
+142833at6656
+143154at6656
+143279at6656
+143459at6656
+143489at6656
+143562at6656
+143626at6656
+143709at6656
+143812at6656
+143930at6656
+144337at6656
+14447at6656
+144652at6656
+144836at6656
+144851at6656
+144853at6656
+145033at6656
+145102at6656
+145443at6656
+145610at6656
+145811at6656
+145996at6656
+146007at6656
+146036at6656
+146087at6656
+146102at6656
+146103at6656
+146383at6656
+146600at6656
+146920at6656
+147002at6656
+147025at6656
+147322at6656
+147657at6656
+147723at6656
+147852at6656
+147891at6656
+147980at6656
+148134at6656
+148619at6656
+148713at6656
+148851at6656
+148890at6656
+149101at6656
+149126at6656
+149251at6656
+149405at6656
+149680at6656
+149753at6656
+149796at6656
+149819at6656
+14995at6656
+149973at6656
+149977at6656
+150005at6656
+150049at6656
+150137at6656
+150182at6656
+150251at6656
+150327at6656
+150479at6656
+150583at6656
+150585at6656
+150667at6656
+150765at6656
+151102at6656
+151111at6656
+151114at6656
+151393at6656
+151436at6656
+151642at6656
+151658at6656
+15200at6656
+152032at6656
+152109at6656
+152402at6656
+152534at6656
+152871at6656
+153155at6656
+153232at6656
+153312at6656
+153534at6656
+153693at6656
+153873at6656
+154133at6656
+154415at6656
+154507at6656
+155285at6656
+156057at6656
+156081at6656
+156111at6656
+156305at6656
+156395at6656
+156728at6656
+156824at6656
+156882at6656
+156975at6656
+15697at6656
+157486at6656
+157579at6656
+157851at6656
+157879at6656
+158194at6656
+158760at6656
+15905at6656
+159231at6656
+159420at6656
+159542at6656
+16061at6656
+160675at6656
+160705at6656
+16084at6656
+161435at6656
+162059at6656
+162147at6656
+16220at6656
+162594at6656
+162628at6656
+162841at6656
+163670at6656
+163896at6656
+164354at6656
+164512at6656
+165142at6656
+165207at6656
+165493at6656
+16630at6656
+166476at6656
+166479at6656
+166485at6656
+16648at6656
+169220at6656
+17096at6656
+17122at6656
+17128at6656
+17748at6656
+18036at6656
+18055at6656
+18073at6656
+18630at6656
+1885at6656
+18929at6656
+19044at6656
+19058at6656
+19104at6656
+19129at6656
+19208at6656
+19289at6656
+19590at6656
+19760at6656
+1990at6656
+20093at6656
+20162at6656
+20267at6656
+20935at6656
+20936at6656
+21019at6656
+21191at6656
+21361at6656
+21367at6656
+21385at6656
+2148at6656
+22098at6656
+22148at6656
+22358at6656
+22468at6656
+22611at6656
+22887at6656
+23309at6656
+23388at6656
+23429at6656
+23917at6656
+24255at6656
+24427at6656
+24459at6656
+24556at6656
+2456at6656
+24573at6656
+2473at6656
+25554at6656
+25680at6656
+26078at6656
+26653at6656
+26734at6656
+27198at6656
+27515at6656
+27617at6656
+27655at6656
+28325at6656
+28380at6656
+28519at6656
+28685at6656
+28872at6656
+29213at6656
+29237at6656
+29365at6656
+29730at6656
+29744at6656
+30156at6656
+30184at6656
+30267at6656
+30463at6656
+30512at6656
+30526at6656
+30642at6656
+30822at6656
+30918at6656
+30962at6656
+31014at6656
+31119at6656
+31196at6656
+31333at6656
+31480at6656
+31615at6656
+31634at6656
+31820at6656
+31886at6656
+31919at6656
+32694at6656
+32733at6656
+32851at6656
+3310at6656
+33187at6656
+33566at6656
+33794at6656
+34586at6656
+34917at6656
+35035at6656
+35548at6656
+35680at6656
+35708at6656
+3585at6656
+35995at6656
+36374at6656
+36387at6656
+36403at6656
+3644at6656
+36463at6656
+37030at6656
+37297at6656
+37387at6656
+37678at6656
+38140at6656
+38186at6656
+38303at6656
+38391at6656
+38567at6656
+38819at6656
+38928at6656
+39506at6656
+39548at6656
+39783at6656
+39809at6656
+39821at6656
+40065at6656
+40092at6656
+40213at6656
+40240at6656
+40319at6656
+40323at6656
+40399at6656
+40691at6656
+40929at6656
+4136at6656
+41522at6656
+41990at6656
+4227at6656
+42577at6656
+42622at6656
+42819at6656
+42842at6656
+42929at6656
+42943at6656
+42992at6656
+43045at6656
+43236at6656
+43245at6656
+43540at6656
+43728at6656
+43774at6656
+44001at6656
+44123at6656
+44359at6656
+44389at6656
+44504at6656
+44630at6656
+44694at6656
+44953at6656
+45131at6656
+45367at6656
+45528at6656
+45556at6656
+45732at6656
+45915at6656
+46430at6656
+46437at6656
+46671at6656
+46679at6656
+46692at6656
+46750at6656
+46960at6656
+47270at6656
+47443at6656
+47495at6656
+47500at6656
+47967at6656
+48195at6656
+48466at6656
+48519at6656
+4864at6656
+48657at6656
+48836at6656
+49070at6656
+49526at6656
+49936at6656
+50191at6656
+50493at6656
+50740at6656
+50792at6656
+50947at6656
+51037at6656
+51280at6656
+51364at6656
+51757at6656
+52210at6656
+52224at6656
+52320at6656
+52422at6656
+52643at6656
+5277at6656
+52828at6656
+53201at6656
+53243at6656
+53298at6656
+53318at6656
+53993at6656
+54236at6656
+54527at6656
+54679at6656
+55036at6656
+55094at6656
+55108at6656
+55260at6656
+55417at6656
+55450at6656
+55599at6656
+55847at6656
+55932at6656
+55953at6656
+56010at6656
+5616at6656
+56322at6656
+56449at6656
+56523at6656
+56687at6656
+56836at6656
+57262at6656
+57597at6656
+57605at6656
+57624at6656
+57932at6656
+58012at6656
+58027at6656
+58110at6656
+58119at6656
+58276at6656
+59084at6656
+59193at6656
+59197at6656
+59200at6656
+59226at6656
+59393at6656
+59430at6656
+59681at6656
+59824at6656
+59833at6656
+60067at6656
+60299at6656
+60333at6656
+60356at6656
+60468at6656
+60682at6656
+60729at6656
+60750at6656
+60762at6656
+61081at6656
+61096at6656
+61153at6656
+61180at6656
+61261at6656
+61577at6656
+61612at6656
+62010at6656
+62275at6656
+62580at6656
+62678at6656
+62914at6656
+62979at6656
+63193at6656
+63228at6656
+63461at6656
+63923at6656
+63924at6656
+64046at6656
+6453at6656
+64896at6656
+65490at6656
+65508at6656
+65532at6656
+6563at6656
+65949at6656
+66028at6656
+66229at6656
+66299at6656
+66366at6656
+66597at6656
+66770at6656
+67113at6656
+6715at6656
+67166at6656
+67191at6656
+67491at6656
+67583at6656
+67710at6656
+6820at6656
+68468at6656
+68491at6656
+68731at6656
+68876at6656
+68939at6656
+68961at6656
+68981at6656
+68987at6656
+69201at6656
+69238at6656
+69284at6656
+69394at6656
+69403at6656
+69742at6656
+69897at6656
+70078at6656
+70201at6656
+70300at6656
+70550at6656
+70663at6656
+71018at6656
+71110at6656
+71129at6656
+71199at6656
+71230at6656
+71251at6656
+71483at6656
+71937at6656
+7210at6656
+72450at6656
+72578at6656
+72583at6656
+72586at6656
+72782at6656
+72857at6656
+73084at6656
+73301at6656
+73455at6656
+73456at6656
+73547at6656
+74030at6656
+74384at6656
+74655at6656
+74692at6656
+74836at6656
+75692at6656
+75704at6656
+75764at6656
+75982at6656
+76308at6656
+76342at6656
+76573at6656
+76745at6656
+76812at6656
+77197at6656
+774at6656
+77688at6656
+77770at6656
+77883at6656
+77976at6656
+77987at6656
+78110at6656
+78202at6656
+78254at6656
+78695at6656
+78758at6656
+78777at6656
+78844at6656
+78854at6656
+78919at6656
+78921at6656
+78947at6656
+78968at6656
+79241at6656
+79377at6656
+79915at6656
+79993at6656
+80067at6656
+80294at6656
+80317at6656
+80348at6656
+80689at6656
+80693at6656
+80948at6656
+81292at6656
+81307at6656
+81406at6656
+81413at6656
+81423at6656
+8145at6656
+81650at6656
+81703at6656
+81708at6656
+81919at6656
+81950at6656
+83102at6656
+83164at6656
+83303at6656
+83350at6656
+83372at6656
+83376at6656
+83613at6656
+83673at6656
+83755at6656
+83765at6656
+84028at6656
+84097at6656
+84149at6656
+84169at6656
+84422at6656
+84576at6656
+84819at6656
+84925at6656
+8495at6656
+85103at6656
+85509at6656
+85574at6656
+85680at6656
+85810at6656
+86262at6656
+86318at6656
+86488at6656
+86654at6656
+86715at6656
+86889at6656
+86930at6656
+87014at6656
+87089at6656
+87103at6656
+87114at6656
+87139at6656
+87142at6656
+87527at6656
+87575at6656
+87695at6656
+87728at6656
+87910at6656
+87928at6656
+87933at6656
+88051at6656
+8847at6656
+88711at6656
+89064at6656
+8913at6656
+89153at6656
+89677at6656
+89713at6656
+89810at6656
+89840at6656
+89864at6656
+90126at6656
+90322at6656
+90580at6656
+90600at6656
+90822at6656
+90928at6656
+90931at6656
+91002at6656
+91005at6656
+91022at6656
+91313at6656
+91418at6656
+91468at6656
+91933at6656
+91946at6656
+92167at6656
+92184at6656
+92420at6656
+92576at6656
+92777at6656
+92854at6656
+93061at6656
+93085at6656
+93152at6656
+93168at6656
+93408at6656
+93432at6656
+93483at6656
+93507at6656
+93535at6656
+93797at6656
+94054at6656
+94238at6656
+94263at6656
+94304at6656
+94473at6656
+94476at6656
+94842at6656
+94878at6656
+95028at6656
+95089at6656
+95294at6656
+95524at6656
+96251at6656
+96444at6656
+9647at6656
+9648at6656
+96569at6656
+96592at6656
+96601at6656
+96956at6656
+96971at6656
+97225at6656
+97492at6656
+97749at6656
+97763at6656
+97865at6656
+98066at6656
+980at6656
+98251at6656
+98544at6656
+98620at6656
+98725at6656
+98755at6656
+98821at6656
+98845at6656
+98927at6656
+98948at6656
+99204at6656
+99270at6656
+99307at6656
+99377at6656
+99519at6656
+99625at6656
+997at6656
+99998at6656
--- a/test-data/transcriptome_results/short_summary	Wed Dec 04 13:45:35 2019 -0500
+++ b/test-data/transcriptome_results/short_summary	Mon Aug 17 06:50:18 2020 -0400
@@ -1,15 +1,14 @@
-# BUSCO version is: 3.0.2 
-# The lineage dataset is: N/A (Creation date: N/A, number of species: N/A, number of BUSCOs: N/A)
-# To reproduce this run: python /tmp/tmpCgx5rU/job_working_directory/000/6/conda-env/bin/BUSCO.py -i /tmp/tmpCgx5rU/files/000/dataset_9.dat -o busco_galaxy -l /home/abretaud/iuc_tools_abretaud/tools/busco/test-data/arthropoda/ -m tran -c 1 -sp generic -e 0.01 -z
-#
-# Summarized benchmarking in BUSCO notation for file /tmp/tmpCgx5rU/files/000/dataset_9.dat
+# BUSCO version is: 4.1.2 
+# The lineage dataset is: arthropoda_odb10 (Creation date: 2019-11-20, number of species: 90, number of BUSCOs: 1013)
+# Summarized benchmarking in BUSCO notation for file /tmp/tmpsafr8yho/files/9/9/2/dataset_9922e6bd-50c2-4b64-8e36-70b9b9c3f8ed.dat
 # BUSCO was run in mode: transcriptome
 
-	C:0.0%[S:0.0%,D:0.0%],F:0.0%,M:100.0%,n:1
+	***** Results: *****
 
-	0	Complete BUSCOs (C)
-	0	Complete and single-copy BUSCOs (S)
-	0	Complete and duplicated BUSCOs (D)
-	0	Fragmented BUSCOs (F)
-	1	Missing BUSCOs (M)
-	1	Total BUSCO groups searched
+	C:0.1%[S:0.1%,D:0.0%],F:0.0%,M:99.9%,n:1013	   
+	1	Complete BUSCOs (C)			   
+	1	Complete and single-copy BUSCOs (S)	   
+	0	Complete and duplicated BUSCOs (D)	   
+	0	Fragmented BUSCOs (F)			   
+	1012	Missing BUSCOs (M)			   
+	1013	Total BUSCO groups searched		   
--- a/tool-data/busco.loc.sample	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# This is a sample file distributed with Galaxy that is used to define a
-# list of busco datasets, using four columns tab separated:
-#
-# <unique_build_id>	<display_name>	<genome_fasta_file_path>
-#
-# Datasets can be retrieved from http://busco.ezlab.org/frame_wget.html
-#
-# "/some/path/datasets/" would be the last column in the line
-# If this were for the /some/path/lineage/cyanobacteria_odb9/ reference dataset:
-#
-# $ ls /some/path/datasets/cyanobacteria_odb9/
-#   ancestral  ancestral_variants  dataset.cfg  hmms  info  lengths_cutoff  prfl  scores_cutoff
-#
-# the resulting entry would look like:
-#
-#cyanobacteria_odb9	cyanobacteria	/some/path/datasets/
-#
-#
--- a/tool_data_table_conf.xml.sample	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<tables>
-    <table name="busco" comment_char="#">
-        <columns>value, name, path</columns>
-        <file path="tool-data/busco.loc" />
-    </table>
-</tables>
--- a/tool_data_table_conf.xml.test	Wed Dec 04 13:45:35 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<tables>
-    <table name="busco" comment_char="#">
-        <columns>value, name, path</columns>
-        <file path="${__HERE__}/test-data/busco.loc" />
-    </table>
-</tables>