# HG changeset patch # User ethevenot # Date 1516638761 18000 # Node ID 3f8ae071bddad90c86e9320c803083a55075c920 # Parent 4753e64cf694376a287a9bb25276b82fda77a6d0 planemo upload for repository https://github.com/workflow4metabolomics/profia.git commit 19ed25c048232776369a392ddb8c1860471acd29 diff -r 4753e64cf694 -r 3f8ae071bdda README.md --- a/README.md Wed May 03 10:49:08 2017 -0400 +++ b/README.md Mon Jan 22 11:32:41 2018 -0500 @@ -7,11 +7,11 @@ ### Description -**Version:** 3.0.4 -**Date:** 2017-05-02 +**Version:** 3.1.0 +**Date:** 2018-01-08 **Author:** Alexis Delabriere and Etienne A. Thevenot (CEA, LIST, MetaboHUB, W4M Core Development Team) **Email:** [etienne.thevenot(at)cea.fr](mailto:etienne.thevenot@cea.fr) -**Citation:** Delabriere A., Hohenester U., Colsch B., Junot C., Fenaille F. and Thevenot E.A. proFIA: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry. *submitted*. +**Citation:** Delabriere A., Hohenester U., Colsch B., Junot C., Fenaille F. and Thevenot E.A. (2017). proFIA: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry. *Bioinformatics*, 33:3767-3775 (https://doi.org/10.1093/bioinformatics/btx458). **Licence:** CeCILL **Reference history:** **Funding:** Agence Nationale de la Recherche ([MetaboHUB](http://www.metabohub.fr/index.php?lang=en&Itemid=473) national infrastructure for metabolomics and fluxomics, ANR-11-INBS-0010 grant) @@ -28,15 +28,16 @@ ```r install.packages("batch", dep=TRUE) - install.packages("FNN", dep=TRUE) - install.packages("maxLik", dep=TRUE) install.packages("minpack.lm", dep=TRUE) + install.packages("missForest", dep=TRUE) install.packages("pracma", dep=TRUE) ``` + **profia** from Bioconductor ```r source("http://www.bioconductor.org/biocLite.R") + biocLite("Biobase") + biocLite("BiocParallel") biocLite("xcms") biocLite("plasFIA") biocLite("proFIA") @@ -55,6 +56,18 @@ ### News +###### CHANGES IN VERSION 3.1.0 + +NEW FEATURE + +randomForest method implemented for imputation of missing values + +###### CHANGES IN VERSION 3.0.6 + +NEW FEATURES + + * New (advanced) parameters available + ###### CHANGES IN VERSION 3.0.4 MINOR MODIFICATION diff -r 4753e64cf694 -r 3f8ae071bdda profia_config.xml --- a/profia_config.xml Wed May 03 10:49:08 2017 -0400 +++ b/profia_config.xml Mon Jan 22 11:32:41 2018 -0500 @@ -1,315 +1,367 @@ - - Preprocessing of FIA-HRMS data - - - r-batch - r-FNN - r-maxLik - r-minpack.lm - r-pracma - bioconductor-xcms - bioconductor-plasFIA - bioconductor-proFIA - - - - - - - - Rscript $__tool_directory__/profia_wrapper.R - - #if $inputs.input == "lib": - library $__app__.config.user_library_import_dir/$__user_email__/$inputs.library - #elif $inputs.input == "zip_file": - zipfile $inputs.zip_file - #end if - - ppmN "$ppmN" - ppmGroupN "$ppmGroupN" - fracGroupN "$fracGroupN" - kI "$kI" - - dataMatrix_out "$dataMatrix_out" - sampleMetadata_out "$sampleMetadata_out" - variableMetadata_out "$variableMetadata_out" - figure "$figure" - information "$information" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. class:: infomark - -**Author** Alexis Delabriere and Etienne Thevenot (CEA, LIST, MetaboHUB Paris, etienne.thevenot@cea.fr) - ---------------------------------------------------- - -.. class:: infomark - -**Please cite** - -Delabriere A., Hohenester U., Colsch B., Junot C., Fenaille F. and Thevenot E.A. *proFIA*: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry. *submitted*. - ---------------------------------------------------- - -.. class:: infomark - -**R package** - -The **proFIA** package is available from the bioconductor repository `http://bioconductor.org/packages/proFIA <http://bioconductor.org/packages/proFIA>`_ - ---------------------------------------------------- - -.. class:: infomark - -**Tool updates** - -See the **NEWS** section at the bottom of this page - ---------------------------------------------------- - -========================================================== -*proFIA*: A preprocessing workflow for FIA-HRMS data -========================================================== - ------------ -Description ------------ - -**Flow Injection Analysis coupled to High-Resolution Mass Spectrometry (FIA-HRMS)** is a promising approach for **high-throughput metabolomics** (Madalinski *et al.*, 2008; Fuhrer *et al.*, 2011; Draper *et al.*, 2013). FIA- HRMS data, however, cannot be preprocessed with current software tools which rely on liquid chromatography separation, or handle low resolution data only. - -The **proFIA module is a workflow** allowing to preprocess FIA-HRMS raw data in **centroid** mode and open format (netCDF, mzData, mzXML, and mzML), and generates the table of peak intensities (**peak table**). The workflow consists in **peak detection and quantification** within individual sample files, followed by **alignment** between files in the m/z dimension, and **imputation** of the missing values in the final peak table (Delabriere *et al.*, submitted). For each ion, the graph representing the intensity as a function of time is called a **flowgram**. A flowgram can be modeled as I = kP + ME(P) + B + e, where k is the response factor (corresponding to the ionization properties of the analyte), P is the **sample peak** (normalized profile which is common for all analytes from a sample and depends on the flow injection conditions only), ME is the **matrix effect**, B is the **solvent baseline**, and e is the heteroscedastic noise. - -The generated peak table is available in the '3 table' W4M tabular format (**dataMatrix**, **sampleMetadata**, and **variableMetadata**) for downstream statistical analysis and annotation with W4M modules. - -A figure provides **diagnostics** and visualization of the preprocessed data set. - ---------------------------------------------------- - -.. class:: infomark - -**References** - -| Delabriere A., Hohenester U., Junot C. and Thevenot E.A. proFIA: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry. *submitted*. -| Draper J., Lloyd A., Goodacre R. and Beckmann M. (2013). Flow infusion electrospray ionisation mass spectrometry for high throughput, non-targeted metabolite fingerprinting: a review. *Metabolomics* 9, 4-29. (http://dx.doi.org/10.1007/s11306-012-0449-x) -| Fuhrer T., Dominik H., Boris B. and Zamboni N. (2011). High-throughput, accurate mass metabolome profiling of cellular extracts by flow injection-time-of-flight mass spectrometry. *Analytical Chemistry* 83, 7074-7080. (http://dx.doi.org/10.1021/ac201267k) -| Madalinski G., Godat E., Alves S., Lesage D., Genin E., Levi P., Labarre J., Tabet J., Ezan E. and Junot, C. (2008). Direct introduction of biological samples into a LTQ-orbitrap hybrid mass spectrometer as a tool for fast metabolome analysis. *Analytical Chemistry* 80, 3291-3303. (http://dx.doi.org/10.1021/ac7024915) - ---------------------------------------------------- - ------------------ -Workflow position ------------------ - -.. image:: profia_workflowPositionImage.png - :width: 600 - ------------ -Input files ------------ - -+---------------------------+------------+ -| Parameter : num + label | Format | -+===========================+============+ -| 1 : Choose your inputs | zip | -+---------------------------+------------+ - ---------------------------------------------------- - -.. class:: warningmark - -VERY IMPORTANT: Your data must be in **centroid** mode (centroidization of raw files and conversion to an open format can be achieved with the proteowizard software: http://proteowizard.sourceforge.net/). - - -You have two methods for your inputs: - | Zip file (recommended): You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories; see below). - | library folder: You must specify the name of your "library" (folder) created within your space project (for example: /projet/externe/institut/login/galaxylibrary/yourlibrary). Your library must contain all your conditions as sub-directories. - -**Steps for creating the zip file** - -**Step1: Creating your directory and hierarchize the subdirectories** - -.. class:: warningmark - -VERY IMPORTANT: If you zip your files under Windows, you must use the **7Zip** software (http://www.7-zip.org/), otherwise your zip will not be well unzipped on the platform W4M (zip corrupted bug). - -1a) Prepare a parent folder with the name of your data set (e.g., 'arabidopsis') containing your files: - | 'arabidopsis/w1.raw' - | 'arabidopsis/w2.raw' - | ... - | 'arabidopsis/m1.raw' - | 'arabidopsis/m2.raw' - | ... - | - -1b) If you have several experimental conditions resulting in distinct profiles of your samples (e.g. 'wild-type' and 'mutant' genotypes), create subfolders for your files (e.g., 'wild' and 'mutant') into your parent folder: - | 'arabidopsis/wild/w1.raw' - | 'arabidopsis/wild/w2.raw' - | ... - | 'arabidopsis/mutant/m1.raw' - | 'arabidopsis/mutant/m2.raw' - | ... - | - -**Step2: Creating a zip file** - | Zip your **parent** folder (here the 'arabidopsis' folder) containing all the subfolders and files with **7Zip**. - | - -**Step 3 : Uploading it to our Galaxy server** - | If your zip file is less than 2Gb, you get use the **Upload File** tool and the **no_unzip.zip** type to upload it. - | Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO on workflow4metabolomics.org (http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf). - | For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). - | - ----------- -Parameters ----------- - -Maximum deviation between centroids during band detection; in ppm (default = 5) - | m/z tolerance of centroids corresponding to the same ion from one scan to the other. - | - -Accuracy of the mass spectrometer to be used during feature alignment; in ppm (default = 5) - | Should be inferior or equal to the deviation parameter above. - | - -Minimum fraction of samples in which a peak should be detected in at least one class to be kept during feature alignment (default = 0.5) - | Identical to the corresponding parameter in XCMS. - | - -Number of neighbour features to be used for imputation (default = 5) - | Select 0 to skip the imputation step. - | - - ------------- -Output files ------------- - -dataMatrix.tabular - | **dataMatrix** tabular separated file with the variables as rows and samples as columns. Missing values are indicated as 'NA' (i.e. when the signal was not significantly different from noise). - | - -sampleMetadata.tabular - | **sampleMetadata** tabular separated file containing the sample metadata as columns. - | - -variableMetadata.tabular - | **variableMetadata** tabular separated file containing the variable metadata as columns. The **timeShifted** flag is set to 1 when the flowgram is time shifted compared to the sample peak (probably due to liquid retention in the FI tube). The **corSampPeakMean** metric is the correlation between the feature flowgram and the sample peak (values are in [-1, 1]). A value below 0.2 suggests that the feature signal is affected by a strong matrix effect. The **meanSolvent** is the mean baseline signal in the feature flowgrams. The **signalOverSolventPvalueMean** is the mean p-value of the tests discriminating between signal and baseline solvent. - | - -figure.pdf - | Visualization and diagnostics about the preprocessed data set; **Feature quality**: Number of detected features per sample for each of the three categories: 'Well-behaved' features have a peak shape close to the sample peak (optimal FIA acquisition is achieved when the majority of the features fall into this category); 'Shifted' indicates a time shift compared to the sample peak, and probably results from retention in the FI tube; 'Significant Matrix Effect' corresponds to a correlation between the feature and the samples peaks of less than 0.2, which is usually caused by a strong matrix effect; **Sample peaks**: Visualization of the peak model for each sample; should have close shapes in case of similar FIA conditions; **m/z density**: may allow to detect a missing m/z value, and in turn, suggest that the *ppm* parameter should be modified; **PCA score plot** of the log10 intensities to detect sample outliers. - | - -information.txt - | Text file with all messages and warnings generated during the computation. - | - ---------------------------------------------------- - ---------------- -Working example ---------------- - -Figure output -============= - -.. image:: profia_workingExampleImage.png - :width: 600 - ---------------------------------------------------- - ----- -NEWS ----- - -CHANGES IN VERSION 3.0.4 -======================== - -MINOR MODIFICATION - -Details added in the documentation - -CHANGES IN VERSION 3.0.2 -======================== - -NEW FEATURE - -Parallel processing - - -CHANGES IN VERSION 3.0.0 -======================== - -NEW FEATURE - -Creation of the tool - - - - - @Article{DelabriereSubmitted, - Title = {proFIA: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry}, - Author = {Delabriere, Alexis and Hohenester, Ulli and Colsch, Benoit and Junot, Christophe and Fenaille, Francois and Thevenot, Etienne A}, - Journal = {submitted}, - Year = {submitted}, - Pages = {--}, - Volume = {}, - Doi = {} - } - 10.1093/bioinformatics/btu813 - - - + + Preprocessing of FIA-HRMS data + + + r-batch + bioconductor-proFIA + + + + + + + + Rscript $__tool_directory__/profia_wrapper.R + + #if $inputs.input == "lib": + library $__app__.config.user_library_import_dir/$__user_email__/$inputs.library + #elif $inputs.input == "zip_file": + zipfile $inputs.zip_file + #end if + + ppmN "$ppmN" + dmzN "$dmzN" + ppmGroupN "$ppmGroupN" + dmzGroupN "$dmzGroupN" + fracGroupN "$fracGroupN" + imputeC "$imputeC" + + #if $advCpt.opcC == "full" + bandCoverageN "$advCpt.bandCoverageN" + sizeMinN "$advCpt.sizeMinN" + scanMinI "$advCpt.scanMinI" + scanMaxI "$advCpt.scanMaxI" + #end if + + dataMatrix_out "$dataMatrix_out" + sampleMetadata_out "$sampleMetadata_out" + variableMetadata_out "$variableMetadata_out" + figure "$figure" + information "$information" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +.. class:: infomark + +**Author** Alexis Delabriere and Etienne Thevenot (CEA, LIST, MetaboHUB Paris, etienne.thevenot@cea.fr) + +--------------------------------------------------- + +.. class:: infomark + +**Please cite** + +Delabriere A., Hohenester U., Colsch B., Junot C., Fenaille F. and Thevenot E.A. (2017). *proFIA*: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry. *Bioinformatics*, **33**:3767-3775. `https://doi.org/10.1093/bioinformatics/btx458 <https://doi.org/10.1093/bioinformatics/btx458>`_ + +--------------------------------------------------- + +.. class:: infomark + +**R package** + +The **proFIA** package is available from the bioconductor repository `http://bioconductor.org/packages/proFIA <http://bioconductor.org/packages/proFIA>`_ + +--------------------------------------------------- + +.. class:: infomark + +**Tool updates** + +See the **NEWS** section at the bottom of this page + +--------------------------------------------------- + +========================================================== +*proFIA*: A preprocessing workflow for FIA-HRMS data +========================================================== + +----------- +Description +----------- + +**Flow Injection Analysis coupled to High-Resolution Mass Spectrometry (FIA-HRMS)** is a promising approach for **high-throughput metabolomics** (Madalinski *et al.*, 2008; Fuhrer *et al.*, 2011; Draper *et al.*, 2013). FIA- HRMS data, however, cannot be preprocessed with current software tools which rely on liquid chromatography separation, or handle low resolution data only. + +The **proFIA module is a workflow** allowing to preprocess FIA-HRMS raw data in **centroid** mode and open format (netCDF, mzData, mzXML, and mzML), and generates the table of peak intensities (**peak table**). The workflow consists in **peak detection and quantification** within individual sample files, followed by **alignment** between files in the m/z dimension, and **imputation** of the missing values in the final peak table (Delabriere *et al.*, submitted). For each ion, the graph representing the intensity as a function of time is called a **flowgram**. A flowgram can be modeled as I = kP + ME(P) + B + e, where k is the response factor (corresponding to the ionization properties of the analyte), P is the **sample peak** (normalized profile which is common for all analytes from a sample and depends on the flow injection conditions only), ME is the **matrix effect**, B is the **solvent baseline**, and e is the heteroscedastic noise. + +The generated peak table is available in the '3 table' W4M tabular format (**dataMatrix**, **sampleMetadata**, and **variableMetadata**) for downstream statistical analysis and annotation with W4M modules. + +A figure provides **diagnostics** and visualization of the preprocessed data set. + +--------------------------------------------------- + +.. class:: infomark + +**References** + +| Delabriere A., Hohenester U., Junot C. and Thevenot E.A. (2017). proFIA: A data preprocessing workflow for Flow Injection Analysis coupled to High-Resolution Mass Spectrometry. *Bioinformatics*, **33**:3767-3775. (https://doi.org/10.1093/bioinformatics/btx458) +| Draper J., Lloyd A., Goodacre R. and Beckmann M. (2013). Flow infusion electrospray ionisation mass spectrometry for high throughput, non-targeted metabolite fingerprinting: a review. *Metabolomics* 9, 4-29. (https://doi.org/10.1007/s11306-012-0449-x) +| Fuhrer T., Dominik H., Boris B. and Zamboni N. (2011). High-throughput, accurate mass metabolome profiling of cellular extracts by flow injection-time-of-flight mass spectrometry. *Analytical Chemistry* 83, 7074-7080. (https://doi.org/10.1021/ac201267k) +| Madalinski G., Godat E., Alves S., Lesage D., Genin E., Levi P., Labarre J., Tabet J., Ezan E. and Junot, C. (2008). Direct introduction of biological samples into a LTQ-orbitrap hybrid mass spectrometer as a tool for fast metabolome analysis. *Analytical Chemistry* 80, 3291-3303. (https://doi.org/10.1021/ac7024915) + +--------------------------------------------------- + +----------------- +Workflow position +----------------- + +.. image:: profia_workflowPositionImage.png + :width: 600 + +----------- +Input files +----------- + ++---------------------------+------------+ +| Parameter : num + label | Format | ++===========================+============+ +| 1 : Choose your inputs | zip | ++---------------------------+------------+ + +--------------------------------------------------- + +.. class:: warningmark + +VERY IMPORTANT: Your data must be in **centroid** mode (centroidization of raw files and conversion to an open format can be achieved with the proteowizard software: http://proteowizard.sourceforge.net/). + + +You have two methods for your inputs: + | Zip file (recommended): You can put a zip file containing your inputs: myinputs.zip (containing all your conditions as sub-directories; see below). + | library folder: You must specify the name of your "library" (folder) created within your space project (for example: /projet/externe/institut/login/galaxylibrary/yourlibrary). Your library must contain all your conditions as sub-directories. + +**Steps for creating the zip file** + +**Step1: Creating your directory and hierarchize the subdirectories** + +.. class:: warningmark + +VERY IMPORTANT: If you zip your files under Windows, you must use the **7Zip** software (http://www.7-zip.org/), otherwise your zip will not be well unzipped on the platform W4M (zip corrupted bug). + +1a) Prepare a parent folder with the name of your data set (e.g., 'arabidopsis') containing your files: + | 'arabidopsis/w1.raw' + | 'arabidopsis/w2.raw' + | ... + | 'arabidopsis/m1.raw' + | 'arabidopsis/m2.raw' + | ... + | + +1b) If you have several experimental conditions resulting in distinct profiles of your samples (e.g. 'wild-type' and 'mutant' genotypes), create subfolders for your files (e.g., 'wild' and 'mutant') into your parent folder: + | 'arabidopsis/wild/w1.raw' + | 'arabidopsis/wild/w2.raw' + | ... + | 'arabidopsis/mutant/m1.raw' + | 'arabidopsis/mutant/m2.raw' + | ... + | + +**Step2: Creating a zip file** + | Zip your **parent** folder (here the 'arabidopsis' folder) containing all the subfolders and files with **7Zip**. + | + +**Step 3 : Uploading it to our Galaxy server** + | If your zip file is less than 2Gb, you get use the **Upload File** tool and the **no_unzip.zip** type to upload it. + | Otherwise if your zip file is larger than 2Gb, please refer to the HOWTO on workflow4metabolomics.org (http://application.sb-roscoff.fr/download/w4m/howto/galaxy_upload_up_2Go.pdf). + | For more informations, don't hesitate to send us an email at supportATworkflow4metabolomics.org). + | + +---------- +Parameters +---------- + +Maximum deviation between centroids during band detection; in ppm (default = 7) + | m/z tolerance of centroids corresponding to the same ion from one scan to the other. + | + +Minimal maximum deviation between centroids during band detection; in Da (default = 0.001); to avoid bias at low mass values, the deviation is the maximum between this quantity and the deviation in ppm + | minimum m/z tolerance of centroids corresponding to the same ion from one scan to the other. + | + +Accuracy of the mass spectrometer to be used during feature alignment; in ppm (default = 3); should be less than the ppm parameter used for detection + | Should be inferior or equal to the ppm deviation parameter above. + | + +Minimal accuracy of the mass spectrometer to be used during feature alignment; in Da (default = 0.0005); to avoid bias at low mass values; the deviation is the maximum between this quantity and the deviation in ppm + | + +Minimum fraction of samples in which a peak should be detected in at least one class to be kept during feature alignment (default = 0.5) + | Identical to the corresponding parameter in XCMS. + | + +Imputation method for missing values (default = 'randomForest') + | + +Minimum fraction of centroids in the estimated injection window for a band to be built (advanced; default = 0.3) + | + +Minimum number of consecutive centroids for a band to be built (advanced; default = half of the size of the estimated injection window) + | + +First scan to be preprocessed (advanced; default = 1) + | + +Last scan to be preprocessed (advanced; default = last acquisition scan) + | + +------------ +Output files +------------ + +dataMatrix.tabular + | **dataMatrix** tabular separated file with the variables as rows and samples as columns. Missing values are indicated as 'NA' (i.e. when the signal was not significantly different from noise). + | + +sampleMetadata.tabular + | **sampleMetadata** tabular separated file containing the sample metadata as columns. + | + +variableMetadata.tabular + | **variableMetadata** tabular separated file containing the variable metadata as columns. The **timeShifted** flag is set to 1 when the flowgram is time shifted compared to the sample peak (probably due to liquid retention in the FI tube). The **corSampPeakMean** metric is the correlation between the feature flowgram and the sample peak (values are in [-1, 1]). A value below 0.2 suggests that the feature signal is affected by a strong matrix effect. The **meanSolvent** is the mean baseline signal in the feature flowgrams. The **signalOverSolventPvalueMean** is the mean p-value of the tests discriminating between signal and baseline solvent. + | + +figure.pdf + | Visualization and diagnostics about the preprocessed data set; **Feature quality**: Number of detected features per sample for each of the three categories: 'Well-behaved' features have a peak shape close to the sample peak (optimal FIA acquisition is achieved when the majority of the features fall into this category); 'Shifted' indicates a time shift compared to the sample peak, and probably results from retention in the FI tube; 'Significant Matrix Effect' corresponds to a correlation between the feature and the samples peaks of less than 0.2, which is usually caused by a strong matrix effect; **Sample peaks**: Visualization of the peak model for each sample; should have close shapes in case of similar FIA conditions; **m/z density**: may allow to detect a missing m/z value, and in turn, suggest that the *ppm* parameter should be modified; **PCA score plot** of the log10 intensities to detect sample outliers. + | + +information.txt + | Text file with all messages and warnings generated during the computation. + | + +--------------------------------------------------- + +--------------- +Working example +--------------- + +Figure output +============= + +.. image:: profia_workingExampleImage.png + :width: 600 + +--------------------------------------------------- + +---- +NEWS +---- + +CHANGES IN VERSION 3.1.0 +======================== + +NEW FEATURE + +randomForest method implemented for imputation of missing values + +CHANGES IN VERSION 3.0.6 +======================== + +NEW FEATURE + +dmz (and dmzGroup) parameters added for the peak detection and grouping steps; bandCoverage, sizeMin, scanMin, and scanMax added as advanced parameters for peak detection + + +CHANGES IN VERSION 3.0.4 +======================== + +MINOR MODIFICATION + +Details added in the documentation + +CHANGES IN VERSION 3.0.2 +======================== + +NEW FEATURE + +Parallel processing + + +CHANGES IN VERSION 3.0.0 +======================== + +NEW FEATURE + +Creation of the tool + + + + + 10.1093/bioinformatics/btx458 + 10.1093/bioinformatics/btu813 + + + diff -r 4753e64cf694 -r 3f8ae071bdda profia_wrapper.R --- a/profia_wrapper.R Wed May 03 10:49:08 2017 -0400 +++ b/profia_wrapper.R Mon Jan 22 11:32:41 2018 -0500 @@ -95,9 +95,43 @@ cat("\n", stpI, ") Peak detection step ('proFIAset'):\n", sep = "") -fiaset <- proFIAset(directory, - ppm = as.numeric(argVc["ppmN"]), - parallel = TRUE) +if("sizeMinN" %in% names(argVc) && argVc["sizeMinN"] != "none") { + if("scanMaxI" %in% names(argVc) && argVc["scanMaxI"] != "none") { + fiaset <- proFIAset(directory, + ppm = as.numeric(argVc["ppmN"]), + dmz = as.numeric(argVc["dmzN"]), + bandCoverage = as.numeric(ifelse("bandCoverageN" %in% names(argVc), argVc["bandCoverageN"], "0.3")), + sizeMin = as.numeric(argVc["sizeMinN"]), + scanmin = as.numeric(ifelse("scanMinI" %in% names(argVc), argVc["scanMinI"], "1")), + scanmax = as.numeric(argVc["scanMaxI"]), + parallel = TRUE) + } else { + fiaset <- proFIAset(directory, + ppm = as.numeric(argVc["ppmN"]), + dmz = as.numeric(argVc["dmzN"]), + bandCoverage = as.numeric(ifelse("bandCoverageN" %in% names(argVc), argVc["bandCoverageN"], "0.3")), + sizeMin = as.numeric(argVc["sizeMinN"]), + scanmin = as.numeric(ifelse("scanMinI" %in% names(argVc), argVc["scanMinI"], "1")), + parallel = TRUE) + } +} else { + if("scanMaxI" %in% names(argVc) && argVc["scanMaxI"] != "none") { + fiaset <- proFIAset(directory, + ppm = as.numeric(argVc["ppmN"]), + dmz = as.numeric(argVc["dmzN"]), + bandCoverage = as.numeric(ifelse("bandCoverageN" %in% names(argVc), argVc["bandCoverageN"], "0.3")), + scanmin = as.numeric(ifelse("scanMinI" %in% names(argVc), argVc["scanMinI"], "1")), + scanmax = as.numeric(argVc["scanMaxI"]), + parallel = TRUE) + } else { + fiaset <- proFIAset(directory, + ppm = as.numeric(argVc["ppmN"]), + dmz = as.numeric(argVc["dmzN"]), + bandCoverage = as.numeric(ifelse("bandCoverageN" %in% names(argVc), argVc["bandCoverageN"], "0.3")), + scanmin = as.numeric(ifelse("scanMinI" %in% names(argVc), argVc["scanMinI"], "1")), + parallel = TRUE) + } +} stpI <- stpI + 1 @@ -105,6 +139,7 @@ fiaset <- group.FIA(fiaset, ppmGroup = as.numeric(argVc["ppmGroupN"]), + dmz = as.numeric(argVc["dmzGroupN"]), fracGroup = as.numeric(argVc["fracGroupN"])) stpI <- stpI + 1 @@ -116,17 +151,23 @@ stpI <- stpI + 1 -kI <- as.integer(argVc["kI"]) -if(kI > 0) { +if(argVc["imputeC"] == "randomForest") { + + cat("\n", stpI, ") Imputing missing values ('impute.randomForest'):\n", sep = "") - cat("\n", stpI, ") Imputing missing values ('imputeMissingValues.WKNN_TN'):\n", sep = "") + set.seed(123) - fiaset <- imputeMissingValues.WKNN_TN(fiaset, - k = kI) + fiaset <- impute.randomForest(fiaset, + parallel = FALSE) + + set.seed(NULL) stpI <- stpI + 1 } +###TODO Fix the error message to set 'parallel' to TRUE: You must register a 'foreach' parallel backend to run 'missForest' in parallel. Set 'parallelize' to 'no' to compute serially. +###TODO add the impute.KNN_TN method + options(warn = optWrnN) @@ -205,6 +246,21 @@ cat("\nEnd of '", modNamC, "' Galaxy module call: ", as.character(Sys.time()), "\n", sep = "") +cat("\n\n\n============================================================================") +cat("\nAdditional information about the call:\n") +cat("\n1) Parameters:\n") +print(cbind(value = argVc)) + +cat("\n2) Session Info:\n") +sessioninfo <- sessionInfo() +cat(sessioninfo$R.version$version.string,"\n") +cat("Main packages:\n") +for (pkg in names(sessioninfo$otherPkgs)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n") +cat("Other loaded packages:\n") +for (pkg in names(sessioninfo$loadedOnly)) { cat(paste(pkg,packageVersion(pkg)),"\t") }; cat("\n") + +cat("============================================================================\n") + sink() rm(list = ls()) diff -r 4753e64cf694 -r 3f8ae071bdda runit/output/dataMatrix.tsv --- a/runit/output/dataMatrix.tsv Wed May 03 10:49:08 2017 -0400 +++ b/runit/output/dataMatrix.tsv Mon Jan 22 11:32:41 2018 -0500 @@ -1,723 +1,708 @@ dataMatrix C100a C100b C100c -M86.0965 1313797.61844021 2346283.61756864 2199831.8940868 -M89.5728 NA NA NA -M89.5775 NA NA NA -M89.5944 NA NA NA -M89.6051 NA NA NA -M90.9767 5106007.35482488 6564507.32105305 6447733.55546476 -M93.9748 NA NA NA -M93.9834 NA NA NA -M93.9846 NA NA NA -M93.9873 NA NA NA -M93.9889 NA NA NA -M93.9950 NA NA NA -M94.0000 NA NA NA -M94.0078 NA NA NA -M94.0124 NA NA NA -M94.0174 NA NA NA -M94.0209 NA NA NA -M94.0262 NA NA NA -M94.0321 NA NA NA -M94.0362 NA NA NA -M94.0401 NA NA NA -M94.0412 NA NA NA -M94.0437 NA NA NA -M94.0552 NA NA NA -M94.1052 NA NA NA -M94.1167 NA NA NA -M94.1227 NA NA NA -M94.1401 NA NA NA -M94.1445 NA NA NA -M94.1538 NA NA NA -M94.1559 NA NA NA -M95.0604 685629.13713184 993375.02882652 875626.486232038 -M96.9218 11555241.0234047 11798830.9597099 13712178.7307854 -M97.0761 1114447.34533038 1167650.73440278 987109.64945019 -M98.9189 3036892.14294779 2897574.20676409 2879965.62034251 -M102.0550 425296.351333251 562287.354221277 NA -M102.0914 3405898.45991167 3405365.30747783 NA -M103.9195 NA NA NA -M103.9419 NA NA NA -M104.1070 NA NA NA -M105.0699 4302867.69309973 4844241.85637734 3733356.71721098 -M109.0760 7482333.50573563 7749454.43356407 6629390.30420811 -M112.8957 11121448.9424704 11023618.7533977 11020725.581527 -M114.0662 3787927.88423462 4219228.56920995 4175211.94282092 -M114.8928 2599676.24720123 2710556.01072404 2784568.84757635 -M115.0542 7559851.1229425 7681057.45130294 5517374.77626431 -M116.0706 22245233.8553328 22803669.3222943 23491347.9559748 -M117.0573 2748979.07162588 2538668.17223273 2174237.92100802 -M117.0699 5790263.22958525 4875814.61521518 4148891.43451485 -M118.0651 9770801.94760909 9328622.47944978 9104132.1653589 -M118.0862 27308207.5048995 28200166.5313722 29895881.538737 -M120.0655 2294414.34871079 2336845.67214873 2491247.14498326 -M120.0808 2872417.82916936 2263221.21507969 2327238.94823518 -M120.9661 603722.847061515 NA 573795.21966387 -M121.0509 122658259.614793 104503127.137474 94239375.1646403 -M121.8984 NA NA NA -M121.9045 NA NA NA -M121.9157 NA NA NA -M121.9208 NA NA NA -M121.9247 NA NA NA -M121.9269 NA NA NA -M121.9312 NA NA NA -M121.9333 NA NA NA -M121.9391 NA NA NA -M121.9524 NA NA NA -M121.9552 NA NA NA -M121.9704 NA NA NA -M121.9738 NA NA NA -M121.9836 NA NA NA -M121.9888 NA NA NA -M121.9938 NA NA NA -M121.9957 NA NA NA -M122.0018 NA NA NA -M122.0480 NA NA NA -M122.0542 4513962.08223987 3201210.5171773 4014449.66768367 -M122.0579 NA NA NA -M122.0747 NA NA NA -M122.0995 NA NA NA -M126.1026 81499099.8245328 124635981.19873 80083019.3531485 -M127.1059 6012736.00869722 5472794.82842695 4871879.07593195 -M128.0494 23952127.8478598 19058160.3422955 17601743.7731112 -M129.0658 988215.070873834 1040340.62937073 854623.945932545 -M130.0498 1955847.68063145 2232763.20934855 2467285.5945456 -M130.0862 1085605.25319448 1465336.20457251 1829782.12060952 -M130.1087 319305323.249651 291519987.402727 265409459.287951 -M131.0815 596446.53961781 691807.982855779 NA -M131.1057 3682474.54143962 2036935.67466124 2660637.56292433 -M131.1120 9785332.21473518 8692010.96517718 8288068.26203035 -M132.0655 3790320.10909363 4035488.20961741 4165651.60338819 -M132.0767 2762213.88476255 3202180.90847702 2909373.90206213 -M132.1019 58938805.9629904 60083542.3860023 57978919.76802 -M133.0971 1526239.14803199 1680743.18492953 1793790.93561658 -M133.1052 1806771.72880841 1958263.70045634 2116383.2046456 -M134.0448 563310.367045782 550778.627756037 NA -M134.0964 69455994.6946368 65595158.2631852 57158814.3360672 -M134.9884 1350501.82892699 1316365.41719993 NA -M135.0028 16443026.4661012 19052105.7436914 19213830.3866995 -M135.0301 NA NA NA -M135.0998 3994966.42947665 3704548.05397512 3390018.27395486 -M136.0757 39193123.0686269 35201909.1549833 34902125.3884823 -M137.0573 NA NA NA -M137.0790 NA NA NA -M138.9065 3223615.48922233 3546765.26098753 3392576.37740282 -M140.0682 1818996.32930819 2415629.65322842 2917498.22244721 -M140.9035 2335282.31470032 1853902.13392931 2281789.26368724 -M142.0651 3906512.29507626 3220352.83524359 3167557.04507274 -M142.9183 736798.97485138 1061687.7839917 NA -M142.9480 2307463.66917123 2250722.87257071 2351350.55197038 -M143.0328 5386144.58120333 4749164.85681901 4731307.64478276 -M144.1019 1682911.40914242 1271101.49598748 2087330.56210117 -M144.9921 1790246.49611938 1873958.00767876 NA -M146.0600 17590387.2130479 13659785.9729641 12675286.4206461 -M147.0916 NA NA NA -M147.1128 8512593.29292088 10150250.3201434 10101324.4419097 -M148.0604 28982094.8251359 31985353.2265509 32066678.2714451 -M148.0845 NA NA NA -M150.1124 89261475.1890639 78695119.6848129 66393875.3249239 -M151.1158 3532347.93994054 2992164.73520349 2309766.43474961 -M152.0567 95446142.5256256 80461550.6655116 70907120.4870534 -M152.0620 66914302.448971 53291355.6001184 49405976.6179309 -M152.9990 1487856.94812769 2139400.60180442 1973078.39147367 -M153.0600 2530600.22228531 1575590.53187766 2043353.16447424 -M153.0654 5551057.96416431 4540837.64408771 3503494.98969178 -M154.0838 1602212.06413254 2125973.42930982 2237018.39534314 -M156.0767 7180203.55184552 7432312.21964443 8066032.83703485 -M158.1175 2575955.40522541 2819248.38165613 2967060.23322334 -M158.9641 10528315.5893492 9827149.11831452 10155455.9000007 -M159.0917 41442213.4953561 36620656.0818536 34146731.4810334 -M160.0604 11412284.1311854 12692004.5046147 12409554.1469177 -M160.0717 6013731.12415779 5356326.99884126 3744913.42140903 -M160.0757 19459771.9071185 17534413.9037177 13144076.9933714 -M160.0950 2168002.88566268 NA 1974301.00107605 -M162.1125 101126161.267021 91688810.2666549 82133484.537056 -M163.0389 6271819.0482583 3516523.16084236 4059955.67624336 +M86.0965 1365657.46871829 2347446.63569453 2199831.8940868 +M89.5775 262404.395805925 381844.970087672 183201.736805914 +M89.5944 180720.695433757 538117.849869313 343821.650371087 +M90.9767 5140543.51303079 6500085.23343601 6434007.18776087 +M93.9796 262404.395805925 475379.798728885 241109.865170487 +M93.9829 525993.800861844 680641.122553169 518157.158624426 +M93.9846 262404.395805925 457350.385848604 183201.736805914 +M93.9857 262404.395805925 452747.601961853 183201.736805914 +M93.9950 525993.800861844 680628.738824373 518157.158624426 +M94.0000 170266.694967335 522298.731027195 328703.479443852 +M94.0078 483067.499537294 719822.629521351 524058.230322723 +M94.0124 521746.454985277 686804.927332576 531060.55919767 +M94.0174 716854.789369761 781057.870445829 1026617.33325106 +M94.0209 551976.793101561 663627.164267467 516157.501222229 +M94.0219 170266.694967335 513750.786130158 317394.562785105 +M94.0266 753032.057959997 862479.596964471 824235.120033154 +M94.0401 732396.333032912 825031.6924414 978046.259254348 +M94.0412 766082.641993545 890962.290982023 934253.378964932 +M94.0425 170266.694967335 513167.045743023 317394.562785105 +M94.0437 220074.435857945 561736.75587764 353438.694030774 +M94.1167 523190.92714045 705279.291685799 499005.595635194 +M94.1227 507327.048342379 678999.362253992 616309.237210138 +M94.1404 973835.117763286 1024365.42782141 697687.633618779 +M94.1538 587337.898366149 620342.078205486 479205.614089195 +M95.0604 688459.405071069 1121392.94862552 942076.92768462 +M96.9218 11571645.439658 11901958.9786765 13712178.7307854 +M97.0761 1142572.16154433 1257776.65346605 987903.7044589 +M98.9189 3036892.14294779 2929451.62099849 2879965.62034252 +M98.9842 4647909.45516845 4711113.12674913 4395293.57693031 +M102.0549 457122.032570655 716980.595842307 524058.230322723 +M102.0914 3487126.46410629 3568060.4347137 3056083.56140045 +M103.9195 170266.694967335 532963.620514378 328703.479443852 +M103.9419 582896.205703601 590354.225064138 425253.918858495 +M105.0699 4354240.68376763 4963745.64237526 3733356.71721098 +M109.0760 7889212.55895934 8212803.57070059 6629390.3042081 +M112.8957 11155741.6088201 11050226.9641313 11020725.581527 +M114.0662 3751875.60550517 4341516.28295526 4175211.94282092 +M114.8928 2607983.86281943 2710556.01072404 2784568.84757635 +M115.0542 7677941.7702316 7903510.75237048 5517374.77626431 +M116.0706 22497806.2577178 23556699.0223317 23497117.2794566 +M117.0573 2734815.48655138 2607785.79486092 2174237.92100802 +M117.0699 5815712.17898203 4949529.34450439 4148891.43451485 +M118.0651 9596425.99603364 9528117.98312575 9336841.11418557 +M118.0862 26816179.6201791 28223607.0951581 29892757.5683279 +M120.0655 2310491.43778194 2420851.49330388 2491247.14498326 +M120.0808 2912526.30769435 2362377.04733641 2327238.94823518 +M120.9661 633401.988072857 602552.014321227 442077.617254697 +M121.0509 125094513.468891 107137475.482668 94286057.1760539 +M121.8984 478767.361366505 728426.056700692 524058.230322723 +M121.9029 781929.00749825 902002.873514952 907150.035205931 +M121.9045 1002636.72101058 1053816.95558711 1056113.82468617 +M121.9067 762847.747730092 896669.759348026 905896.337041527 +M121.9157 1174972.85457819 1172020.32161654 1070530.90525274 +M121.9208 1054468.68302024 1104548.3762885 1045928.06960982 +M121.9232 483067.499537294 719761.934191139 524058.230322723 +M121.9247 478767.361366505 732561.264633536 516660.643956131 +M121.9269 1001582.81128034 1106847.2745361 1073164.24596781 +M121.9333 1045608.90744308 1012545.24434832 1115439.77382496 +M121.9391 1484527.06386611 1207650.92530077 1492797.74676431 +M121.9438 912124.760796561 1023152.47040779 862164.409467911 +M121.9524 939905.014027479 1128523.53935102 976492.771610472 +M121.9704 170266.694967335 532673.121760879 328703.479443852 +M121.9836 903900.872338152 965327.473875895 1061039.70833982 +M121.9957 225232.944991624 489033.864437845 294686.88269896 +M122.0029 716854.789369761 782193.473265481 1025462.92249517 +M122.0100 262404.395805925 439177.251347662 184072.983825219 +M122.0245 170266.694967335 531328.022984257 301463.170972916 +M122.0361 1074655.59281375 1281176.06565024 890839.288105439 +M122.0434 738828.600631131 826118.590991695 791111.252814251 +M122.0542 4628115.93702245 3433989.96260339 4030035.84305745 +M126.1026 81504995.2797918 138097314.124867 80683718.2583537 +M127.1059 5764261.92773369 5472794.82842696 4871879.07593195 +M128.0494 23952127.8478599 19058160.3422955 17601743.7731112 +M129.0658 810062.800114945 902298.307907155 866542.552682947 +M130.0498 1863796.96850939 2171713.80444848 2472194.68844634 +M130.0862 1321563.47730657 2005171.49523886 1829782.12060952 +M130.1087 323536121.191181 291547419.55057 267102368.891795 +M131.0815 659870.243036013 759129.905004844 850686.592565239 +M131.1057 3730333.06125893 1930756.39880887 2660637.56292433 +M131.1120 9590354.35988036 8907582.33984187 8288068.26203036 +M132.0655 3897334.23602271 4525950.17605665 4202329.73341459 +M132.0767 2823532.57244091 3189460.02962631 2909373.90206213 +M132.1019 59195127.5645003 60139690.4988308 57978087.9782667 +M133.0971 1452645.70886724 1710827.55462269 1782090.34375902 +M133.1052 1806771.72880841 1990596.39546298 2105750.61239188 +M134.0964 69831278.1348138 66601614.8648055 57161359.7508104 +M134.9884 1468925.37755618 1491095.05018219 1537810.43863215 +M135.0028 16433313.3996454 19201636.6776551 19213830.3866996 +M135.0301 1292263.11233583 1392459.87049284 1509103.64037116 +M135.0998 4048811.94974215 3845045.39351517 3390018.27395485 +M136.0757 38569355.2906585 35932231.625268 34902125.3884823 +M137.0573 192852.610100001 544461.426296981 381032.491642574 +M137.0790 1608012.31997528 2066193.29777835 2201697.05806763 +M138.9065 3231648.05068375 3584967.14032184 3392576.37740283 +M140.0682 1829293.95122686 2432515.59488878 2911503.97299289 +M140.9035 2335282.31470032 2464677.38856731 2281789.26368725 +M142.0651 3858168.29064462 3046455.94032302 3167557.04507273 +M142.9183 1132843.33293839 1207675.46403029 1030521.38393274 +M142.9480 2395660.39973068 1865171.09296167 2351350.55197038 +M143.0328 5386144.58120333 4749164.856819 4731307.64478275 +M144.1019 1699403.3179271 1281026.44527471 2087330.56210117 +M144.9921 1860905.74204126 2168081.5891439 1650073.65898636 +M146.0600 17846012.8342021 14004418.5988939 12675286.4206461 +M147.0916 1576803.35146662 1665529.02119883 1665786.03065765 +M147.1128 8923556.11948067 10843675.5843242 10113332.088248 +M148.0604 29668837.4424997 31345093.5001829 32292676.0415046 +M148.0845 1712790.43969714 1667197.19469019 1457814.9782369 +M150.1124 90454585.8621957 81160080.3669318 66675102.5427174 +M151.1158 3529526.70569122 3124275.78826962 2309766.43474961 +M152.0567 95477985.408432 80483132.8190978 73001686.9884996 +M152.0620 67164923.2401757 53299710.8390484 49405976.6179309 +M152.9990 1514160.06611225 1476559.8367103 1973078.39147367 +M153.0600 2487735.50018375 1651658.16295595 2043353.16447423 +M153.0654 5637060.10393232 4596767.22386639 3503494.98969178 +M154.0838 1570411.93647376 2026995.90874154 2237018.39534314 +M154.9417 919789.336056024 1030902.69463119 1322419.50683045 +M156.0767 7206643.63813484 6958895.03171733 8066032.83703485 +M158.1175 2646425.48467683 2907924.73510224 2967060.23322333 +M158.9641 10568886.8293019 9750759.65811728 10185671.9369586 +M159.0917 41691141.4783592 36738474.856822 34154144.0996134 +M160.0604 11868866.7969859 13998902.5469692 12409554.1469177 +M160.0717 6438823.87473035 4587295.43242475 3820038.90319616 +M160.0757 19284083.8298162 17747999.9993857 13148490.6708605 +M160.0950 2168002.88566268 2156856.73259625 1974301.00107605 +M162.1125 101404350.300538 92433038.2555757 82549066.6459017 +M163.0389 6308678.74684834 3603640.29247914 4059955.67624336 M163.0534 1708683.05056012 1846676.26055003 1115660.58613033 -M163.1158 4144884.0091215 3520525.80052189 3424995.38617912 -M164.0615 3084528.82755271 2378651.81486156 2208146.09833165 -M164.9300 2992733.25576033 2903542.25324878 3543827.57640149 -M165.0698 102649448.943227 87029826.6216388 68793668.4068115 -M166.0259 22781984.809448 24321299.5620737 45054856.5898504 -M166.0731 9549763.42141555 8089999.07833078 7035955.41212239 -M166.0776 22781343.3426984 17269723.1577832 14865050.8012404 -M166.0862 13613422.4740705 15176840.6954434 16013850.1459192 -M166.5277 2440991.32429287 1943509.82843725 3164295.93056673 -M167.0811 1800524.00946359 1332206.80626526 1763891.70183255 -M167.0855 1238507841.81479 1063539267.42343 962827484.697041 -M167.1042 1129607.84703147 3266436.80780596 5219325.02725037 -M168.0888 176100041.866373 152314473.098359 134893945.037034 -M169.0922 7415486.81607202 5353079.89595166 5367910.78847167 -M170.0424 3361449.74719705 4854651.84373392 4496513.88920189 -M170.0924 2396103.07633561 2158494.56733188 2704637.92037521 -M170.0964 NA NA NA -M172.0944 50591236.979718 48885474.9832646 47119718.3289317 -M173.4724 13827878.5252824 13668744.9331348 13330980.0328761 -M174.0386 23057140.0680147 21009559.3493582 17462798.9581687 -M174.0549 106188465.175296 84266692.8103321 72779468.826741 -M174.0913 54504571.7861772 41317230.1691637 36957129.2608857 -M175.0314 29173751.999249 35426942.4168434 61103526.0376071 -M175.0583 6962351.09294645 5285872.2885748 4797273.975556 -M175.0947 5111351.48901319 1700424.10689431 2520244.57081003 -M175.1101 3276332.95307957 3097268.91078995 2493633.99082218 -M175.1189 7904771.93165319 8010259.29504753 8215686.94529975 -M175.5330 2386862.19836901 2646118.50087746 4755174.32614505 -M176.1030 NA NA NA -M176.1182 2760658939.64461 2534447410.33121 2357045187.34129 -M176.1280 29014966.5807087 25279724.1580894 23885653.8115198 -M177.0546 81832387.4684782 62712232.672612 55028070.2425498 -M177.0869 20118338.2794236 20195769.0466831 22731899.7177496 -M177.0982 73782297.6330994 60549348.9613602 52481258.0650673 -M177.1152 22799864.8362571 18472356.6092875 17149773.3412587 -M177.1215 304366070.440223 279689493.350112 259826168.827289 -M177.1244 2091420.43879671 NA 1881525.32837183 -M178.0579 5500826.77138872 4165703.4655105 3281839.05640024 -M178.1015 1554003.90274412 913215.054233458 NA -M178.1249 9131484.57050345 7798237.2188937 6991561.73300907 -M182.0811 5198877.72970979 6019080.13173341 5610511.06756802 -M182.9023 545864.790988128 912845.212994516 NA -M185.0420 24081320.4850895 20126526.8259117 18582568.0503845 -M187.0577 2133510.91371473 2871579.70769044 2618974.32768322 -M187.0713 1483452.81240897 2505697.34775862 2822094.18746286 -M188.0683 2769750.09629821 2131163.5729647 2156178.8851821 -M188.0706 5269989.80528338 6047168.1920442 6731254.41834175 -M189.0871 4785226.92598933 3595918.60908169 5992557.52398604 -M190.0125 10295932.2405152 9607649.36925905 9132128.92682541 -M190.1437 2817753.69982248 2572695.88046103 2333382.11128631 -M191.0766 NA NA NA -M191.1026 513041.871609603 NA 378446.683780134 -M192.0243 2653147.81390215 3510941.57758833 3064661.37322575 -M194.1387 8765556.31470926 7569486.57212612 6572423.70630935 -M195.0459 4077912.28115511 3802666.0447295 NA -M196.0205 3714808.17068011 2896990.80770834 2545102.61498448 -M196.0369 39939546.5456877 36946530.2608331 32694508.3364005 -M196.8650 3121052.64774075 3960270.49619032 3282948.368046 -M196.9886 1154804.67077116 1247852.18181714 NA -M197.0402 2251124.08045988 2487840.79144093 2006343.65607698 -M197.0430 942984.065065078 NA 1235941.82547168 -M197.0788 NA NA NA -M198.0972 1748028.6578216 1950082.52470439 1802278.37084008 -M198.1001 1575083.89667393 1784584.64167917 1429627.66860902 -M198.8621 2906607.78979286 3177943.87356267 3126032.04089236 -M199.0365 65212006.3839333 63384204.0494627 57459016.618973 -M199.0689 420170.044692464 677364.940902661 463980.274226126 -M199.0801 6796619.02505233 5434853.51212979 4963136.36054024 -M200.0399 3715381.64261371 3697382.19088249 3729073.81968567 -M202.9759 NA NA NA -M203.0102 NA 2694191.18454253 3076372.22780162 -M203.0526 200126612.570594 234715270.211728 230864660.345688 -M204.0560 8215553.57023436 9451665.64521418 10183092.8178458 -M204.1230 268626508.008745 235322784.5912 213670174.111007 -M205.0970 6519672.62576889 5707929.23145184 6990633.82660943 -M205.1263 18232814.7440697 14602018.878559 13771147.3215659 -M206.1386 24419703.4414756 18885094.2314635 14868113.5512195 -M206.8938 8643671.5459021 8911417.80773421 9027286.12800464 -M207.0239 3553010.76982527 2564365.23456527 2606982.37084791 -M208.8909 5826778.61034737 4920139.36821972 5736447.95107834 -M211.0940 55017136.1706483 45341026.8792336 41411232.2100951 -M212.0974 3362446.99151837 3133099.98447595 1461760.12011745 -M214.0062 3153032.82320461 2879896.55421943 3133660.77151453 -M214.9992 1462922.94461892 1709069.70813081 3252979.59249925 -M215.0105 3487125.89129336 4441305.40042988 3616248.37291089 -M215.0282 7652234.01350933 3627665.53467947 8434051.37532151 -M215.0496 2128564.10572854 1353291.95509538 NA -M215.0535 NA NA NA -M216.1018 2825623.75929819 2951426.25066665 2326613.82985331 -M216.1206 8880087.0416046 8879776.06695875 8487992.17325025 -M216.9226 21339027.0540295 22989402.8669789 22848842.5742847 -M218.0188 6331667.36352683 5489279.41239518 5405488.43937686 -M218.1386 26900417.0547187 23468765.7086353 22167211.4255384 -M218.9197 5431160.21566889 5700707.12837848 6064284.7387276 -M219.0265 40457118.6017755 48865872.3144214 52725256.9665775 -M219.1128 19041755.0173782 14172253.0376764 13442204.3954207 +M163.1158 4092979.75608872 3576292.6969486 3424995.38617912 +M164.0615 3160570.95694739 2361210.45362829 2208146.09833165 +M164.9300 3093369.08796661 2979476.7133877 3543827.57640149 +M165.0698 101763093.624757 86389280.5083764 69121861.0245605 +M166.0259 24171980.5064204 27925282.5730567 44988287.9237862 +M166.0731 9549763.42141554 8162982.58870116 7035955.4121224 +M166.0776 22658351.4512894 17647240.2040201 14870886.7143813 +M166.0862 13767737.2468953 15139605.6341583 16013850.1459192 +M166.5277 1725199.26345292 2282777.76045944 3159301.84339938 +M167.0811 1814013.37164624 1613525.7472289 1651875.7562403 +M167.0855 1226275007.56198 1067124858.12193 964318227.426987 +M167.1042 3747532.83138739 3280025.09118124 5219325.02725037 +M168.0888 174021077.155761 152898818.993186 134907927.362834 +M169.0922 7415486.81607202 5413015.61718613 5367910.78847167 +M170.0424 3461867.76229048 4854651.84373392 4496513.88920189 +M170.0924 2206402.26941635 2030238.28098685 2719101.10576575 +M172.0944 50981223.8867573 49332291.7798188 47129768.4248904 +M173.4724 14653226.5153941 14171526.0709894 13390458.1637222 +M174.0386 23326447.2392808 20995692.4252362 17467162.0262564 +M174.0549 104874799.46098 83942792.4442337 72783606.7794251 +M174.0913 55696188.3795536 41439328.2613626 36957129.2608857 +M175.0314 32354118.3806345 40037104.5199738 61024336.1123638 +M175.0583 7001307.59418452 5338766.22879028 4797273.975556 +M175.0947 5170702.83098458 1682711.20625845 2429789.94541695 +M175.1101 3339490.72552156 3222617.0803882 2493633.99082217 +M175.1189 8052014.20824909 8262625.74441293 7787326.4427765 +M175.5330 2707233.98555651 3201037.79106104 4729628.19446483 +M176.1030 1319137.43200187 1224057.09195949 1179533.67888121 +M176.1182 2786959216.53731 2549025498.64613 2368819037.83465 +M176.1280 28509576.2400399 26045596.250268 23885653.8115198 +M177.0546 81888192.3597782 64256330.6960155 55044601.8104665 +M177.0869 19967670.4504319 19894396.2963893 22666128.2682622 +M177.0982 72905655.1714301 62674243.8705366 52522511.3074245 +M177.1152 22806615.9453367 19180991.1624494 17154673.2462814 +M177.1215 305977570.441966 280268068.512306 259853497.106594 +M177.1244 2133912.16944461 1752539.39882232 1881525.32837183 +M178.0579 5488102.74404101 4302997.87965177 3281839.05640024 +M178.1015 1631619.24600706 1998508.10106502 2144128.94134969 +M178.1249 9046072.43749306 8232523.69910717 7194479.20811647 +M182.0811 5231837.012411 6385241.41088182 4722806.42164922 +M182.9023 607616.107201546 846731.851025492 1373281.0658773 +M185.0420 23932347.7540019 20576742.0565037 18586914.2696204 +M187.0577 2135889.35293548 2871579.70769044 2618974.32768322 +M187.0713 1636302.44666128 1604203.78682427 2817821.90041915 +M188.0683 2769750.09629821 2149628.64338601 2033937.94066582 +M188.0706 5285468.43145949 6217706.59276381 6733779.21219823 +M189.0871 3192082.19266221 3895566.15416831 6165519.64673102 +M190.0125 10326802.0512644 9843455.47421777 9132128.9268254 +M190.1437 2817753.69982249 2591827.74498636 2335814.8667184 +M191.0766 2035666.42816936 1908422.24331812 1641618.09032821 +M191.1026 537857.308649302 593185.47685525 378446.683780134 +M192.0243 2667992.38721363 3593959.50129317 3064661.37322575 +M194.1387 8762188.46923006 7648783.64493439 6578853.18449339 +M195.0459 4400231.34446955 4514319.78548703 4347715.16005753 +M196.0205 3730966.38790932 2839358.25392937 2549324.14097176 +M196.0369 40117390.0200092 37297827.8822054 32694508.3364005 +M196.8650 3121052.64774074 3976036.21861255 3282948.368046 +M196.9886 1198485.33235363 1427691.58559556 1668386.75517096 +M197.0402 2251124.08045989 2355899.24926434 2006343.65607698 +M197.0430 993076.436961584 1113096.37745947 1235941.82547168 +M198.0972 1784683.58165641 1944590.77485026 1802278.37084008 +M198.1001 1583317.80401393 1802765.58875808 1429627.66860902 +M198.8621 2922624.96783768 3177943.87356267 3126032.04089236 +M199.0365 65500334.2706954 63240988.4128394 57464934.5159855 +M199.0689 487747.944224462 753475.389852751 452770.68084399 +M199.0801 6886688.46500582 5497429.60809194 4963136.36054024 +M200.0399 3715381.64261371 3792350.67223433 3729073.81968567 +M202.9759 2959653.82362521 3231448.36276441 3083529.17868616 +M203.0101 4193000.6995405 3232997.48993474 2966757.96605888 +M203.0526 200891402.676656 234251633.551553 231473278.560654 +M204.0560 8345421.3324447 9712965.91685164 10192309.9691676 +M204.1230 268666739.750016 240167334.96015 214712915.931217 +M205.0970 6549048.88680214 5735416.11534391 6990633.82660943 +M205.1263 18213954.4538494 14966908.5708195 13775305.3339033 +M206.1386 24419703.4414756 18999378.059201 14635594.60102 +M206.8938 8702855.44355756 8960512.4807303 9027286.12800464 +M207.0239 3568089.64213145 2579536.34088378 2606982.37084791 +M208.8909 5826778.61034736 4879381.60652018 5736447.95107834 +M211.0940 55435171.1918432 45718329.5385467 41449569.6943222 +M212.0974 3401761.6602636 3135429.57389485 1461760.12011744 +M214.0062 3153032.82320461 2830226.63459181 3133660.77151453 +M214.9992 1799449.92961554 2038431.4473041 3297809.23389256 +M215.0105 3503532.06001516 4472391.12376526 3616248.37291089 +M215.0282 7582592.20769042 7732702.76812141 8424229.66427326 +M215.0496 2128564.10572854 1263706.34013373 1556310.82544395 +M216.1018 2888562.77602936 2885439.75264674 2326613.82985331 +M216.1206 8727593.81796384 9212223.35868296 8487992.17325026 +M216.9226 21342054.7054657 23445374.2508996 22845642.112699 +M218.0188 6331667.36352684 5539391.59743471 5405488.43937686 +M218.1386 27051877.0825115 23844824.6338184 22167211.4255384 +M218.9197 5431160.21566889 5750041.40077345 6064284.7387276 +M219.0265 40886559.2221863 48667273.8569996 52725256.9665775 +M219.1128 19041755.0173782 14249250.8569036 13442204.3954207 M221.0621 6452966.93996748 4879131.2244945 3788042.64793272 -M222.8677 5916483.6636405 5918109.70902604 5129478.81531997 -M223.0636 15963969.1706616 29763565.0905324 34677703.7499492 -M223.0753 400699066.992853 358007190.894672 330309386.860094 -M224.0335 5644092.14382976 12584727.0588739 12787376.4436389 -M224.0632 NA 2586963.74243379 3824715.64829445 -M224.0786 55804997.8082798 43268403.8880348 42723593.9635859 +M222.8677 5916483.6636405 5949685.39230385 5129478.81531997 +M223.0636 16006798.4593273 29786229.7948095 34722395.177206 +M223.0753 412470524.824284 358058251.832432 330366314.302095 +M223.0940 154123.211303869 527670.682416603 328703.479443852 +M224.0335 5946783.84566361 12357150.0591067 12759039.6798604 +M224.0561 136859.526203213 527670.682416603 328703.479443852 +M224.0632 3028203.1750807 2640981.17422037 3824715.64829445 +M224.0786 55305499.7138133 44733157.6302326 42722013.4379472 M224.8648 2456832.11174559 3534204.49170553 2681258.05699337 -M225.0345 5020463.85550092 6355253.71408893 6921340.90692245 -M225.0429 NA 3663360.85644948 4281614.02024546 -M225.0820 1849369.40352619 NA 1792144.89085443 -M226.1049 1758337.46977055 1236875.57722071 NA -M226.9514 13274764.5911135 14565541.2074853 14459333.9041806 -M227.0680 2351947.55417785 2458766.41121936 1961891.14177575 -M228.1206 184143808.695225 158450414.136043 150051152.713111 -M229.1239 9761195.25709179 11066219.0670378 8932156.60897268 -M232.8966 11199584.62867 10750101.9439301 12370715.6995804 -M233.0388 1088286.16707703 1366985.55430232 NA -M233.0759 11135870.9351539 9706742.84503284 8436236.24386834 -M233.1284 65280546.4221718 51706612.8355453 43788336.3156491 -M234.1317 5679862.21106608 3293664.74830088 4184991.08075484 -M234.8936 2895211.40252562 3001631.11630975 2496676.07144072 -M235.0924 67786504.6931296 75179896.3379096 78618912.9159393 -M236.0958 3094711.69974786 1998660.93128306 2614423.39569664 -M241.0947 112300307.834 100282407.339719 93306152.6983095 -M242.0980 9014658.12840481 7981683.85084972 7974707.5824998 -M242.9254 5604931.99084604 5371466.87817744 5653301.65952534 -M244.0945 11875962.2108051 10652070.4634516 9725103.71864954 -M245.0572 212326681.388343 199629101.584094 182502123.481085 -M246.0606 24716539.9248781 22202262.7829552 20524763.8432467 -M247.0924 2024224.45429807 2168614.70740147 2262759.18961167 -M249.0455 1189925.12479877 1518998.00175813 1952159.48943856 -M249.1572 2430003.13209397 2640773.76955696 2741551.53442147 -M251.0702 2117046.66420363 2064095.86410828 1619754.19030769 -M254.8237 3920367.11494817 3853984.45355917 3278466.68626619 +M225.0345 5079374.60610904 6486545.68734878 6926439.39689797 +M225.0429 744032.637867145 3631632.32220267 4285539.15436006 +M225.0820 1830079.00763119 1858290.60202607 1792144.89085443 +M226.9514 12100864.944145 13010597.4197068 14367986.9742902 +M227.0680 2351947.55417785 2351399.5479335 1961891.14177575 +M228.1206 182728071.540538 160713616.697954 150097819.128712 +M229.1239 9693554.96268177 11178217.4192261 8927962.88702944 +M232.8966 11216390.5007318 10781777.6172831 12370715.6995804 +M233.0388 1123983.30248126 1327676.36445455 890749.246064179 +M233.0759 11252670.1465396 9786559.7754342 8436236.24386835 +M233.1284 65285495.9530413 52000295.8988631 43788336.3156492 +M234.1317 5728122.84994884 4016179.46464168 4184991.08075483 +M234.8936 2895211.40252563 3022881.29080556 2496676.07144072 +M235.0924 36989991.9002378 43818914.0734916 78416853.6245699 +M236.0958 2331458.1043784 2179320.16289841 2614423.39569664 +M239.1257 818795.684079953 957639.685849741 1083900.00460464 +M241.0947 115104386.883884 103302132.52116 95006489.2569921 +M242.0980 9037249.6391252 7985619.107418 7979400.47144726 +M242.9254 5614385.25454358 5370677.22038164 5647423.11215603 +M244.0945 12046936.6655093 10634445.4785307 9725103.71864954 +M245.0572 213261768.430319 201197615.971264 182507327.224356 +M246.0606 24732752.7342035 22316379.8141124 20524763.8432468 +M247.0924 2162590.19066483 2396207.18342011 2226962.58397919 +M249.0455 1200488.18947078 1409852.37638067 1959226.61640806 +M249.1572 2459027.14873422 2640773.76955696 2741551.53442147 +M251.0702 2117046.66420364 2038996.90389759 1619754.19030769 +M254.8237 3920367.11494817 3853984.45355918 3278466.68626619 M255.0580 3448164.32150295 3668327.40295465 3222590.74816633 -M255.0740 NA NA NA -M255.1034 NA NA NA -M255.1103 223337874.328575 203722670.399067 184144459.426574 -M256.1137 20627564.792714 17496987.911999 17149050.2148976 -M256.1695 859018458.425892 757874756.888551 687558707.616335 -M256.8207 5990404.63351424 4934727.39147585 4197313.26668598 -M257.0461 NA 3390135.06419403 3948333.69993475 -M257.0686 30703580.4512875 29419678.3993913 28114981.5948008 -M257.0743 4888514.15929776 5400144.42710492 5584282.82120243 -M257.1729 153924316.72384 130494290.570097 113871179.891783 -M258.0719 2258544.0732969 2263219.88532053 2144997.36752219 -M258.1763 7349972.50436976 6262937.58038509 5507091.18615244 -M258.1851 975091932.548157 871141249.761551 796493451.175645 -M259.1885 172320507.785217 153920712.922299 134091679.854387 -M260.1644 1271451895.52119 1081045750.1659 998406357.432992 -M260.1855 890428947.14965 761011658.004606 701880668.511365 -M260.1917 6995169.1036976 7154005.53765231 6205026.54715085 -M261.0111 4678304.71833646 4543224.92433672 4181093.93178779 -M261.0307 8641741.38863507 9006737.50768781 7170283.15725607 -M261.1615 NA NA NA -M261.1677 206741166.446517 182224107.590148 166081668.317428 -M261.1889 115842021.152196 95469659.4155837 87664668.8384874 -M262.1698 9770716.68534687 8576670.12787745 7584818.72431009 -M262.1910 3539028.18870461 2970696.61775765 2564472.30966068 -M263.0560 61338054.5862642 133958450.424302 165795251.139994 -M264.0304 NA NA NA -M264.0556 5833446.69156847 12901694.5984473 13880769.7153393 -M264.0594 NA 4773807.37412497 5001817.82690575 -M264.8525 NA 1915344.2275297 2078813.39948078 -M265.0230 9961264.15539685 11327458.5548774 12847501.1118994 -M265.0529 3032553.09711853 6975296.45548767 8537469.95330013 -M265.2525 NA 674357.746330184 664211.637907091 -M267.2682 1680114.81958192 1952610.68703309 1172575.39024113 -M269.1244 58434243.4288669 46486228.581218 41579068.774135 -M270.1277 4456250.81892282 2277651.57113787 2724793.95962764 -M270.9777 2268929.40136344 NA 1753465.20177863 -M271.0400 2909154.5203357 3494830.26931018 3530569.30146521 -M271.0843 37528519.0937256 38844935.221647 36141045.7245109 -M272.0876 3402401.58877595 3385845.16469535 3216831.89454971 -M272.2008 2650955789.65053 2299693244.27646 2103784048.58621 -M272.7945 3241077.07687501 2067414.23955798 NA -M273.0393 604058.146645251 669075.566957466 NA -M273.0824 NA 1972951.61888485 1852867.58745904 +M255.1034 593931.591138653 619078.297001265 447048.319163397 +M255.1103 223403166.561397 204197365.431131 185349773.021408 +M256.1137 20786646.1596536 17656591.737781 17149050.2148976 +M256.1695 864707294.340397 767199276.140709 688831423.558718 +M256.8207 6043128.47164851 4934727.39147586 4197313.26668598 +M257.0461 2245297.51608406 2708623.23728473 3995228.70680085 +M257.0686 30922504.431223 29531046.7539206 28114981.5948008 +M257.0743 5148638.55043766 5875855.74973404 5516072.99350306 +M257.1729 154858052.889566 130813958.453608 113875140.625535 +M258.0719 2294349.79129896 2331101.57640161 2144997.36752219 +M258.1763 7387601.17961439 6422479.81119794 5507091.18615244 +M258.1851 965512347.054493 882475535.669328 799829069.97113 +M259.1885 173864665.260732 154147231.376543 134132548.097285 +M260.1644 1247578257.76842 1080919200.59473 1002106885.08536 +M260.1855 894452405.309536 766231393.12476 706483872.814188 +M260.1917 7158844.82684347 7370550.69332266 6038988.4160711 +M261.0111 4679393.32739878 4559535.44955355 4181093.93178779 +M261.0307 8613142.30029423 9013996.95408396 7170283.15725606 +M261.1615 1706424.35650536 1724887.11147646 1455666.14637484 +M261.1677 211103285.503987 182681544.626386 166026473.284253 +M261.1889 116018969.787356 95390052.0252225 87679373.3004732 +M262.1698 9736476.36868829 8569476.24574569 7584818.7243101 +M262.1910 3598234.04226923 2859570.20774581 2564472.30966068 +M263.0560 61825710.9062807 133619652.236272 165863313.211597 +M264.0556 5833446.69156848 13218939.5106333 13880769.7153393 +M264.0594 4610914.87052599 4810045.04501197 5001817.82690576 +M264.8525 2139232.18191904 1915344.2275297 2078813.39948078 +M265.0230 10871017.342534 12670234.1768875 13219288.1182124 +M265.0529 2988875.82091729 7029898.93482867 8537469.95330012 +M267.2682 1814329.56176112 1681756.19103238 1169046.87766201 +M267.6469 1622068.67556482 1335908.30520128 1964223.75944575 +M269.1244 59788530.7354367 46515575.4129987 41617383.0302798 +M270.1277 4489587.64931646 2720772.15531731 2724793.95962764 +M270.9777 2268929.40136344 1911265.7704756 1765489.84962638 +M271.0400 2909154.5203357 3528878.92647478 3530569.30146521 +M271.0843 37692176.9887587 39922722.4897217 36147855.9013383 +M272.0876 3422007.26862349 3543721.15689705 2965702.50839769 +M272.2008 2619123934.02785 2302526013.73565 2105442108.82503 +M273.0393 637588.203633726 869579.401399741 897750.683926255 M273.1979 4907998.65151992 3873535.59537475 3328720.81565687 -M273.2041 492662205.224552 443193928.091118 410227393.397219 -M274.2012 6261917.24564835 5318036.01071551 4359289.32099818 -M274.2075 29858773.0383858 25055510.7746461 21894255.0605092 -M278.1514 24386009.784863 23062395.7705338 21293287.6206716 -M279.0300 3505693.92887117 6523766.08524107 7537345.69787529 -M279.0562 NA 759302.792719074 1033435.39400803 -M279.1547 2965411.93342666 2904870.85500168 2265667.31232376 -M282.1463 16904976.3338824 14657301.9899857 11153189.8686521 -M282.1674 10939165.2417762 9709831.17478859 8739339.4819195 -M282.2790 304928610.971784 234615873.808354 204239841.842914 -M283.2824 42049810.7267461 30199370.8936139 26460393.79498 -M284.2858 2257203.17855506 NA 1186256.39772071 -M284.2947 8751226.95593061 6724016.87663416 5380663.78405909 -M285.0756 51041526.8826298 38602469.8465979 32102766.1661692 -M285.2787 2048561.72932723 1146372.63823643 1095883.59446936 -M286.0790 7850501.61263358 5754172.60743675 4828560.96885583 -M287.0550 1865807.10634163 1897420.15082984 2131784.00854075 -M290.0910 2134357.55951367 1651429.82713261 1847614.05693816 -M290.1750 1203971353.14606 1051725021.0734 952094756.680383 -M291.1063 10804278.5444776 8414409.06057986 8304388.6301823 -M291.1783 205951832.271117 176854082.247648 166546125.588693 -M292.1805 8941768.52150918 8431804.17321369 7747873.44401423 -M293.0978 1066551618.12821 1172676311.75854 1371178282.7541 -M294.0949 4566449.94846568 4753054.31438622 4972396.45547283 -M294.1011 114135633.955006 129723827.597423 133473961.94394 -M295.1032 2451175.0392603 2875535.57096157 2641316.08492883 -M296.0238 19295055.517451 14907593.167528 12767799.6435612 -M296.1053 759225.878030329 999821.127531059 862362.368736334 -M297.0271 1898028.30501715 NA 1559380.50448666 -M298.0208 10813961.3646674 7890339.78833398 8012382.03735092 -M300.2896 205265601.017217 163667959.021727 138136360.262957 -M301.1409 949879.813151408 NA 833769.457063708 -M301.2929 24678821.4333971 20041748.6178211 17984595.0496047 -M302.2324 13056719.8012363 10799872.1422493 10622722.1532343 -M302.2963 NA NA NA -M302.3052 271998561.725972 216174239.294604 190183947.273865 -M303.3085 35965109.3159226 26679473.4689524 22991449.0893983 -M304.2609 183558125.325767 160166130.46132 144377438.177967 -M304.3119 1622665.64067618 1362575.54102141 NA -M305.1029 4827751.5252742 11287104.0686878 13813261.6111037 -M305.2643 22364190.3712796 18498506.411799 18155790.539605 -M307.0575 74101420.8093005 63121149.577415 55526713.9483085 -M308.0609 7910196.19023778 6780152.17886755 6759902.84365135 -M309.1120 121288404.667987 89373839.299145 74687559.199645 -M310.1153 15191542.5254186 11564508.0174782 10945452.7056608 -M312.1569 12097141.5443624 10922150.2390152 10796430.8696726 -M313.0882 2278275.34981687 1788395.17483947 1466813.64611681 -M313.2736 24872384.7215211 20045284.3209345 20989996.1585193 -M314.2769 3121643.17615627 2841807.48989636 4272515.54343683 -M315.0673 37043284.1093369 42092901.1426458 43654235.0326996 -M315.0797 479463768.664475 526775202.701763 596705500.434994 -M316.0692 1724360.32085497 1407258.62394022 2912589.65442482 -M316.0767 1447734.25308129 1626592.64554675 1676996.99518129 -M316.0831 40826403.2562661 51924387.7197291 49892431.5308845 -M317.0558 2937723.1249069 NA 2169113.49604961 -M317.0647 3271757.60189077 2985197.95276749 NA -M317.0851 882102.170341804 1195974.68088993 913053.377087361 -M318.0057 59110057.7503631 48916601.5262038 41470175.6215385 -M318.3001 328323303.391118 251617579.09277 216351402.259874 -M319.0091 6464667.3904661 5343222.60056752 4612996.48716172 -M319.3035 44393507.8344905 32608165.3331883 26486408.5719461 -M320.0027 32188077.7578578 26658051.3458086 25289199.9745073 -M320.2348 10846502.168593 10781676.1056689 9098625.37330044 -M320.3068 2725439.03237548 1616640.36449105 1636783.30396938 -M321.0061 2557864.87337582 2613266.97363836 2553454.86111978 -M321.9998 3253496.94827474 2868453.58904641 2786813.26095837 -M322.2715 42361756.9886686 36984110.8932356 30774347.9540324 -M323.0314 20434071.8288303 19154052.9315774 17635870.0022664 -M323.0559 954320.428976557 NA 1271133.01403665 -M323.2748 5044955.37999575 4502055.7819566 4656033.61647457 -M324.0347 1995861.60469451 1602384.3909456 NA -M324.2871 29402035.9883404 24633253.6610441 19560563.4220957 -M325.2347 2374299.84537449 3416633.66196679 3430013.15196504 -M325.2905 4344580.5545563 3037818.94380594 2743520.47746047 -M329.2586 1127471426.49497 928601674.562728 835886242.402633 -M330.2556 3990659.15139795 2662457.45555026 2387248.44163349 -M330.2619 238780658.692018 198426983.422724 176033666.836682 -M331.0447 253519390.259413 284077092.630963 316657259.879553 -M331.0535 47120348.6466308 56150783.2380464 56621168.0741181 -M331.0939 279185284.809951 249991618.909119 227933108.498914 -M331.2652 14694604.1146886 12209238.8598068 10077904.7371393 -M331.2841 27147540.2451383 28166098.6775863 21159655.2073926 -M331.5463 1427068.66788606 1937352.43269327 2460116.53299823 -M332.0418 579177.534959767 647684.080658406 1230573.97993983 -M332.0481 18853821.1178581 20360620.7574345 NA -M332.0569 2887592.36752424 3288467.25411861 3291708.81919556 -M332.0972 36942806.0321191 33796854.664469 30965558.6806971 -M332.2875 4561710.33294595 3010392.09905093 3741940.10325943 -M333.0408 804108.176921851 1481306.24494806 1415442.4204271 -M333.0503 2080122.5115892 2636302.80183731 2543899.38971682 -M333.1005 2062962.19470696 1754537.97847811 NA -M333.9797 6361810.53928197 5373496.56041691 4848807.32838519 -M335.0376 2384177.36397588 2747577.59832506 2928305.34146892 -M335.9767 3620843.20834636 2362771.80696594 1839252.46293222 -M337.0491 4113048.1039393 4407151.72286427 4516748.68850723 -M337.0616 89466158.0336255 120223514.870924 106248231.806613 -M337.0748 1409746.92553681 4820032.28358773 8296895.17418093 -M338.0650 4763490.85427311 6401634.46562496 6389201.14601493 -M338.2454 2219355.87651731 NA 2051875.61737897 -M338.3415 68751803.9464673 49212862.8297139 43039049.9072425 -M339.0378 4628799.2764172 4667320.83816432 2021759.47084513 -M339.3449 11944532.7465617 8942112.68711003 7975655.21720745 -M339.9876 4875050.67671183 3099456.09474145 3774065.13316448 -M340.2820 37872436.9737966 31062947.3253268 27725021.7335507 -M341.2853 4720215.60845366 5065883.36557073 4210527.37015339 -M341.3048 42591701.0258667 43078472.8033959 42384910.3307161 -M342.3082 7903768.94891215 6606565.26434569 7277079.72821182 -M345.1800 2347941.74945824 2985503.54644354 3388179.58688517 -M345.2422 86497816.0638902 64669915.6976954 53333906.7031669 -M346.2456 15087064.0219757 11213572.2213149 9602631.11898384 -M347.0678 83515551.1505599 80801116.4540753 69213638.4678014 -M348.0711 10852375.4790165 11660696.9446591 9622093.32803401 -M348.3106 9303406.87552519 7132752.11512155 7598415.50152281 -M349.0552 1051367.61210803 1813626.10382955 2182947.37823056 -M349.0659 3288510.47559021 3314760.50588369 2358147.48488417 -M350.0181 NA 1671969.0174735 1875183.94384797 -M353.0266 44826930.2497997 53638770.8115277 51721015.9013016 -M353.0355 19634466.8369755 23101019.1671312 22749499.8364903 -M353.0758 3119112.93441979 3230315.6619869 2510654.52686711 -M353.2660 753920219.450373 811297288.833349 815123600.03793 -M354.0300 2622142.22716659 3090207.21929517 3054520.52726768 -M354.0389 1434005.79964397 1335402.70713953 1525384.54996891 -M354.2694 127777228.080214 144063452.077152 140842517.598472 -M355.0112 NA NA NA -M355.0336 710764.570593263 NA 941811.54644547 -M355.2715 6470134.58023501 6941789.44656431 7162798.54150644 -M356.2558 3455994.33244327 2645817.27640068 1764535.41913634 -M359.0070 NA NA NA -M359.0310 1440521.92976077 1889354.70032023 1955485.74318473 -M359.0436 29648529.775815 34165128.8537302 33780976.6963095 -M359.1851 28416940.0354351 22767325.7564255 20185270.6974685 -M359.3154 93380050.0504195 86786202.6592822 87032241.9838583 -M360.0470 2017364.42894909 2407212.32758681 2339585.22748373 -M360.1884 6318893.39624041 3956189.76741737 3617609.61838324 -M360.3188 13047658.1544579 13701493.2815068 13048055.2208506 -M360.3235 137004458.598276 116878415.162203 102444646.86222 -M361.3268 20966404.2104711 17552034.4603885 15602897.0159185 -M362.1508 358171445.864188 307311150.866649 273418110.447385 -M362.9262 670107.601979404 NA 704299.004702797 -M363.1542 41762551.413121 38171718.8552934 32119916.9314803 -M364.1575 1986705.58125956 1955966.91715553 1216674.44256039 -M366.2314 1165997.8004272 NA 695959.208732072 -M367.2241 187869039.441217 170650711.995929 151327248.499189 -M368.2275 27759283.9139137 24824865.9451474 23451795.8847214 -M368.9945 NA NA NA -M369.0006 2981805.68857138 3553584.17054942 3755661.88357759 -M369.2309 1733445.80793055 1568991.51978817 NA -M369.2400 100381101.209087 119043100.021028 120069599.994259 -M369.3514 1913492.60346524 2712041.06907273 2288373.38016251 -M370.2433 12041846.9946968 15390915.4768991 15771503.6678255 -M371.2381 4141105.74608341 4647761.6178039 5268941.32937433 -M375.0086 8625815.56351972 10348625.3985939 10756585.9919032 -M375.0175 10582564.0106099 11725077.9011945 11727356.7522179 -M376.2974 14218163.1024362 12556984.0250417 11419148.9778551 -M376.3419 23020248.3851984 23440732.7487768 21886265.6561128 -M377.0502 1422649.53918878 NA 1704340.66903135 -M377.3008 2522549.4401892 1753506.83883235 1730666.39350954 -M377.3453 4725731.41441565 3861549.50079259 4278919.4553788 -M381.0256 4021825.28911434 5710768.34826168 4736194.39866801 -M381.1671 102592168.43891 91032638.137049 80412357.4230253 -M381.2973 1429837286.77429 1559610431.13176 1559370047.69893 -M382.1704 16277538.2284748 13520660.3845963 13627528.764503 -M382.3007 311052255.890552 342411823.257503 342082263.426542 -M383.1157 2848365.30570064 4279644.12101582 4761130.25735605 +M273.2041 496470459.880777 441976599.435944 411122615.372213 +M274.2012 6315480.44724035 5354154.28219411 4359289.32099818 +M274.2075 30235243.3763467 25621003.3490622 21898172.1427132 +M278.1514 24232934.5656016 22975057.6229112 21293287.6206716 +M278.8931 1346393.65972433 1484137.74513507 1546114.96585703 +M279.0300 3505693.92887117 6566435.62439415 7537345.69787529 +M279.0562 831428.666972282 946526.913242884 1033435.39400803 +M279.1547 2920001.54951695 2928715.22096581 2265667.31232376 +M282.1463 16821761.0853255 14737068.1276175 11169604.5301434 +M282.1674 11078420.1336944 9701153.21183765 8743884.40561816 +M282.2790 304283770.479867 235107435.167684 204936451.37172 +M283.2631 262404.395805925 439177.251347662 129547.78936045 +M283.2824 42403640.8212266 30223348.9760964 26982278.6283213 +M284.2858 2336448.86529924 1718006.91020579 1186256.39772071 +M284.2947 8889134.01188749 6886730.49290153 5424924.59643618 +M285.0756 51987733.9610646 39668433.5266902 32107688.6755844 +M286.0790 8089880.92034876 6009544.44806373 4828560.96885583 +M287.0550 1957450.66655363 2246674.46521078 2131784.00854075 +M290.0910 2248911.98533599 1523208.10484836 1860057.14935547 +M290.1750 1171407294.51691 1055068188.92193 954582472.767703 +M291.1063 11052617.40084 8421277.14623815 8310937.56377941 +M291.1783 204877032.978967 177806704.021328 168093793.030113 +M292.1805 8908366.87788713 8896141.55251575 7753618.8849816 +M293.0978 1178365150.40558 1298387603.37079 1371178282.7541 +M294.0949 4766645.46248445 5047853.11777794 4972396.45547283 +M294.1011 123908681.855418 143686072.772568 133473961.94394 +M295.1032 2707019.05661047 3216948.09915444 2610073.32692707 +M296.0238 19295055.517451 15612675.9792892 12767799.6435612 +M296.1053 813503.752275109 853370.027953923 862362.368736334 +M297.0271 1823865.00778818 1760210.05068715 1559380.50448667 +M298.0208 10837144.4692536 8502403.74875596 8012382.03735092 +M300.2896 210298636.798634 167318464.645333 139500480.05531 +M301.2929 25444295.5586951 19955174.7321276 18351041.7266243 +M302.2324 13129660.4240582 10828837.5759475 10622722.1532343 +M302.2963 1373026.88424291 1861991.13206369 1961043.80642472 +M302.3052 277711903.61043 224315063.070762 197319863.470327 +M303.3085 35988377.2931217 27279129.6886213 23336789.8949063 +M304.2609 184657266.31347 161834642.201142 144944579.614804 +M305.1029 4878208.93295667 11188281.0219296 13813261.6111037 +M305.2643 22364190.3712796 18450846.9728932 18155790.539605 +M307.0575 74925142.1407514 64518215.9139686 55551803.0632124 +M308.0609 7929725.37823007 7003554.93189275 6764658.12094864 +M309.1120 120141475.46223 90819389.0171237 74692723.1244454 +M310.1153 15476647.7704905 11564508.0174782 10945452.7056608 +M312.1569 12257666.1690168 10969911.3033449 10796430.8696726 +M313.0882 2321634.45447441 1747292.09939616 1652510.55206201 +M313.2736 26297618.0448207 21608372.8408278 21067940.3172581 +M314.2769 3328926.83725078 3196363.83131767 4272515.54343683 +M315.0673 25305229.1906974 29183310.7376294 43625065.1090856 +M315.0797 479463768.664474 572432335.488937 596705500.434994 +M316.0680 2051518.97075215 1345213.77569652 3140587.86804706 +M316.0767 1531230.77502295 1736020.22054385 1687987.05935711 +M316.0831 41073057.1059551 52199377.4555612 49892431.5308845 +M317.0558 3004624.28694418 3320510.59499187 3238689.00080305 +M317.0647 2177074.34407386 2393041.17593861 2078317.79119073 +M317.0851 893498.247004911 1266327.50416544 913053.377087362 +M318.0057 59661233.0166521 49479414.4739277 41470175.6215385 +M318.3001 333459424.661266 262874430.859612 225553413.909483 +M319.0091 6448538.16119009 5343222.60056752 4612996.48716173 +M319.3035 45881350.4791784 33214777.2974706 27998753.8937242 +M320.0027 32784208.895225 27377128.1885875 25289199.9745073 +M320.2348 10879896.3321929 10781676.1056689 9098625.37330043 +M320.3068 2725439.03237548 1528514.72410731 1675431.07481047 +M321.0061 2574817.9962929 2650704.08164472 2553454.86111978 +M321.9998 3304668.3248664 2899545.23203882 2786813.26095837 +M322.2715 42429105.1307779 37595277.9867646 30888233.8848494 +M323.0314 20439345.2309194 19362493.7789442 17643915.6715871 +M323.0560 1607777.10018396 1240140.71949746 1530704.8665155 +M323.2748 5221370.2979202 4576178.7699725 4662486.10548812 +M324.0347 2008962.25889016 1617392.39394324 1990584.10889402 +M324.2871 29515058.5923289 25187253.9023935 20078721.1518963 +M325.2347 2360495.70247781 3409843.39957015 3430013.15196504 +M325.2905 4409775.86543544 3115576.23395273 2743520.47746047 +M329.2586 1147367822.38369 943049162.466679 850694572.119698 +M330.2556 4091690.38153194 2422203.50241913 2387248.44163349 +M330.2619 244319626.687385 198486011.694881 178945056.422302 +M331.0447 272410538.016518 315870414.189226 316657259.879553 +M331.0535 47327033.9078953 56554575.2896495 56860398.9204218 +M331.0939 281255825.932835 252350471.42406 229268110.473115 +M331.2652 14847683.302587 12437715.7937496 10082929.7356662 +M331.2841 27916924.4463973 28309274.4802009 21222852.2515093 +M331.5463 1073818.45659175 1711658.63889776 1605720.55402049 +M332.0418 653171.291687459 808494.491282828 1226039.19588173 +M332.0481 19868998.5536855 23873550.4845603 22545435.5794538 +M332.0569 2911485.2831911 3479136.03970014 3291708.81919555 +M332.0972 37053600.7725896 34439127.6593075 30971033.2743618 +M332.2875 4608526.22082558 3147192.50610251 3750653.97700418 +M333.0408 849497.861654393 911593.527032867 1415442.4204271 +M333.0503 2200008.41270308 2807787.31554388 2525896.6938394 +M333.1005 1935265.25516333 1754537.97847811 1594745.28941452 +M333.9797 6421365.98998317 5373496.56041691 4848807.32838519 +M335.0376 2519317.76508702 2981378.53420594 2928305.34146892 +M335.9767 3637235.41206951 2401618.96102071 2535953.80964928 +M337.0491 4264632.0833205 5113052.34651071 4516748.68850723 +M337.0616 94916675.774313 120223514.870924 106248231.806613 +M337.0748 1400560.82594628 4817665.14624988 8321771.33533391 +M338.0650 5049894.88849679 7017779.57117587 6626997.28961152 +M338.2454 2219355.8765173 2198223.59265668 2051875.61737897 +M338.3415 68146720.4232022 52500083.4735404 43123496.1220051 +M339.0378 4588075.29018563 2248362.32164486 4599370.76345545 +M339.3449 12392949.1957343 9429370.01371058 8245535.83750138 +M339.9876 4889297.98256144 3132090.12732853 3774065.13316448 +M340.2820 38498136.4175655 31916864.6171812 27744489.2682866 +M341.2853 4727238.51749857 5115771.05858669 4217137.06583685 +M341.3048 43678700.2779967 45195851.9794766 42469948.4942099 +M342.3082 8163791.3346255 6859005.2748955 7724156.5128262 +M345.1800 2427347.75771205 3022038.10818517 3388179.58688517 +M345.2422 87218947.2492802 64891762.6336195 53516508.9198132 +M346.2456 15374364.4082081 11905480.7755291 9606524.10420796 +M347.0678 83725169.0146403 80931003.7246959 69220059.177453 +M348.0711 10916618.2061104 11669283.4771555 9617900.88478732 +M348.3106 9318055.17714205 7207797.10461941 7598415.50152281 +M349.0552 1548053.21299645 2041137.82662685 2256289.58324717 +M349.0659 3288510.47559021 3355259.07219499 2358147.48488417 +M350.0181 738098.311882757 1539233.12044212 1875183.94384797 +M353.0266 47740035.1956046 58527253.6344867 51721015.9013016 +M353.0355 20002184.3323439 24188983.4872507 22749499.8364903 +M353.0758 3138618.01035088 3248833.96520686 2510654.52686711 +M353.2660 757047021.026342 813653119.637421 817515747.638892 +M354.0300 2768259.8127801 3331465.45659372 3054520.52726768 +M354.0389 1507792.97259943 1439605.4629093 1525384.54996891 +M354.2694 126276909.809933 144549126.199793 141005712.605156 +M355.2715 6523312.74806774 7089646.42675877 7167712.93557337 +M356.2558 3472416.19421732 2645817.27640069 1764535.41913634 +M359.0070 741553.403408538 867539.815420173 808608.386440404 +M359.0310 1440521.92976077 2008294.08666213 1955485.74318473 +M359.0436 30880094.3285295 38606438.1343985 33780976.6963096 +M359.1851 29479806.2914746 22741555.2836128 20194805.8649451 +M359.3154 95178413.3982006 94877732.1257929 87150946.4282011 +M360.0470 2088964.99135006 2660983.2152632 2339585.22748373 +M360.1884 6211292.0701575 3956189.76741737 3617609.61838324 +M360.3188 13464056.8765759 15090691.5616328 13062480.6790312 +M360.3235 137941217.648826 117671158.788161 102692684.910468 +M361.3268 20975101.3276318 17555974.7820922 15605362.9853478 +M362.1508 371810502.110166 316538369.876163 280845836.680233 +M363.1542 41792973.6720504 39093841.2276344 32954981.571274 +M364.1575 1963387.58354077 1771712.05922034 1216674.44256039 +M366.2314 1432145.66524646 1172616.32062777 695959.208732072 +M367.2241 186651047.297915 170134973.927278 151341832.870092 +M368.2275 27778829.9186369 25050253.2611465 23451795.8847214 +M368.9945 1057608.59336782 1114558.75330112 1071103.09325844 +M369.0006 3039784.43161111 3953624.66393122 3755661.88357759 +M369.2309 1727367.17502923 1465064.48840956 1737487.42050842 +M369.2400 100447144.643317 120486275.733488 120178887.570069 +M369.3514 1933333.57725565 3322681.83991388 2286908.24162898 +M370.2433 12048287.0550529 15592036.5974022 15778546.4116608 +M371.2381 4101007.06112093 4792040.51299103 5268941.32937433 +M371.2643 1231944.89564912 1173422.25692982 1930555.70585337 +M375.0086 9039812.08354616 10532063.6520106 10756585.9919032 +M375.0175 10582564.0106099 12589763.8021876 11727356.7522179 +M376.2974 14298882.2091668 12781203.5898577 11419148.9778551 +M376.3419 23517390.7616695 23482118.0537089 21886265.6561128 +M376.9932 1327020.70983005 1015709.12595474 1216124.18351657 +M377.0502 1197635.13227236 2142222.95190883 1704340.66903135 +M377.3008 2506410.20549559 1923180.96237922 1730666.39350954 +M377.3453 4704332.21820001 3994918.77789919 4278919.4553788 +M381.0256 4157456.01312532 6132910.23191401 4736194.39866801 +M381.1671 103493658.458358 91150181.8702919 80947468.0843258 +M381.2973 1402191628.68955 1565362295.24541 1564364329.81815 +M382.1704 16284456.670769 13626902.7540069 13631786.737182 +M382.3007 308001441.168241 343512243.421303 343282037.94923 +M383.1157 2871145.55900463 4279644.12101582 4761130.25735605 M383.1980 15232242.3915818 14208861.9412308 13192598.2924382 -M383.3028 17642754.0760839 19799147.2383507 20050887.8466571 -M384.1328 14274369.6653498 12025259.6728247 10672334.2783012 -M384.2014 3115683.0994873 1964907.58658198 2333446.66711452 -M385.1361 1311122.18486819 1127711.26580849 NA -M388.7117 1788326.45111716 NA 2029710.77536487 -M390.9764 387172.908262633 NA 715093.341204555 -M390.9825 1565969.16762067 1796330.19155838 1947186.66220483 -M393.0643 911802.625100757 NA 740128.861516941 -M393.0830 NA 4178813.51375422 6816047.40384019 -M393.2051 4726564.08162183 4262165.1344086 3663436.12011078 -M394.2236 4244432.19288157 4838062.2217923 4525096.970502 -M396.9905 1246102.77178668 1377438.29077253 1515136.36970136 -M396.9995 1957157.04279499 2220620.98035861 2365352.5312015 -M397.1409 13665878.4643301 13359119.7106436 11838353.5780574 -M397.2712 257681288.341016 296888432.086311 301280694.809716 -M398.1443 1783658.69521439 NA 1743382.47309658 -M398.2746 34664389.1344486 41579790.5452237 42496161.0074537 -M399.2589 1208069.42746857 1709877.89426883 2171925.30029902 -M399.2694 10376452.8565278 10671026.4535823 11603970.3091935 -M399.2779 2287559.2133724 3894941.78723141 2610698.578919 -M400.1067 2994451.98830723 2346468.39852972 2124378.47625833 -M402.8242 2211572.02725194 1926682.41002183 NA -M407.2208 297139350.551667 245534056.180805 217811272.665895 -M408.2242 35837420.8041674 30048728.1120257 25655280.0243193 -M408.2391 18484615.5146746 17574662.3017036 16339356.8122997 -M409.2166 6729405.86134591 4061117.13558291 5267966.99673021 -M409.2275 1438822.21643748 1402409.16432718 1470787.08009707 -M409.2425 2582251.35888607 3641624.24971007 3252158.59649378 -M409.3286 6179251.49970447 7083769.43243089 7809367.23958309 -M410.8559 NA 2268132.94385055 2758027.91368893 -M410.9852 1173201.14092922 1288832.86425803 1106140.73575032 -M411.2247 8790210.99824318 8759507.77225856 7546339.87847254 -M414.9971 5657248.36949206 5968829.41745275 NA -M415.2114 50299989.0598071 38539879.641849 33680525.15538 -M415.2365 13444357.6464216 14162030.5477659 14393474.0974144 -M416.2147 10574924.1403655 9042016.96169001 7052846.54666445 -M416.2399 1786758.47023829 NA 1988138.63261648 -M417.0021 6718663.33751479 8449015.45714533 8014333.14463509 -M417.0302 NA NA NA -M418.9993 1767586.02329064 2458413.14365814 2287018.83535957 -M421.2535 9086241.75416088 9802266.0395901 8440474.96692193 -M427.2903 NA 3247569.8100445 4339804.44971593 -M429.0216 2143766.19336629 2405592.25629477 2665268.13338065 -M429.2027 20627301.2594355 18439286.2549144 15030843.8516337 -M430.2061 3357337.66721345 2491324.12438228 2815058.69306272 -M430.9136 459523.217592693 546072.034413905 1098455.38361521 -M432.2378 24181528.6554389 19091974.9783059 17162897.9674625 -M432.9672 NA 2174264.64466613 1658020.66886459 -M432.9761 3506940.32710531 4143979.49736794 4108422.69953065 -M433.0077 1902951.57213917 6217592.81631076 2779417.05432269 -M433.2412 5165211.66659649 4306300.66247009 3634289.72168813 -M435.2116 2371973.89927166 2576071.21844193 NA -M436.9790 1748127.25128554 1044776.28597126 1023076.50225925 -M437.1932 251500580.617872 228461188.095849 220520632.032774 -M438.1966 43564398.2923456 39910883.8894375 35532380.8872946 -M438.9842 3687983.04178313 4549215.42634023 4506435.07380544 -M439.2000 3473619.15926499 2948242.40812901 2821235.95784408 -M439.2559 16651902.3056015 16218751.4681529 16817402.0536886 -M440.2594 2987429.21801291 3081870.77864414 3178655.45047794 -M441.2530 4484775.74703227 4140455.17059523 4702928.16676045 -M441.2974 2075708.86927038 1895232.79762786 2594356.25203673 -M442.9960 921359.929551997 NA 469136.846600251 -M443.2678 31749798.8343095 32941165.2561204 32791989.2418301 -M444.2712 5086185.87825227 5106392.63678711 5313268.21296862 -M445.1766 3191164.12940581 2686790.25966952 2793724.99104169 -M449.2848 19296778.3613516 21347279.1775064 21188564.4615953 -M450.2882 3544892.23262142 4278635.84089954 4442341.48703894 -M451.0036 827412.622001902 835881.529074252 946609.846857891 -M453.1672 171424573.396354 161861828.907347 151721058.372762 -M454.1706 29385070.0300476 27478607.7784379 26673841.9548771 -M454.9581 1842500.02074552 2407814.34658038 2207237.39159366 -M454.9897 500971.72345981 NA 567056.77680096 -M455.1653 5839629.0279541 6926107.30870691 5961461.66828606 -M455.1740 1750103.59998115 2391316.95121008 2079473.18502088 -M455.2299 2682139.93970798 1597209.37483589 3008487.65069589 -M457.0205 NA 822634.304331624 726115.508615181 -M459.0772 5427975.18767948 6265265.596439 2034602.89787565 -M460.3268 1521981.10994801 1307800.20620859 NA -M462.3424 116940567.140264 88556011.7763781 74095158.8074716 -M463.3458 21880711.8463935 16826369.3870458 15681381.6460315 -M464.3492 NA NA NA -M464.3579 NA NA NA -M465.2586 1806868.62037621 2477645.65641598 3210876.83145013 -M467.1018 NA 3355528.97359235 5729065.87720533 +M383.3028 18037302.1347107 20514667.2001775 20070074.9717437 +M384.1328 14126414.9707606 12252198.7303876 10678252.9562497 +M384.2014 3115683.0994873 1981050.07241321 2333446.66711453 +M390.9764 393410.093131933 720559.053386298 637579.997947827 +M390.9825 1605903.25030007 1840136.98084044 1947186.66220483 +M393.0643 926140.711470742 1078056.91739553 740128.861516941 +M393.0830 4910695.54446233 4178813.51375422 6816047.40384018 +M393.2051 4819516.89288422 4283789.05106543 3668162.91590449 +M394.2236 4425302.8647974 5005806.07048127 4525096.970502 +M396.9905 1319211.68572686 1656971.61059792 1515136.36970136 +M396.9995 1976290.84403612 2365650.33717909 2365352.5312015 +M397.1409 13683168.4828628 13332126.3952288 11838353.5780574 +M397.2712 254911349.053719 296531317.191822 301556629.103581 +M398.1443 2102273.08882497 1825719.66045354 1743382.47309658 +M398.2746 34969738.0309265 41781873.4779083 42621547.2272469 +M398.7616 5432225.31947097 7159174.47819412 6778381.35087419 +M399.2632 2368363.77236982 3610606.69265534 2951385.14440838 +M399.2694 10663076.4912325 10816078.0180127 11603970.3091935 +M399.2779 2287559.21337239 3773954.81321719 2610698.578919 +M399.7694 2372772.07917534 2196281.97143273 2804552.13571475 +M400.1067 3329939.77017036 2405928.32019291 2124378.47625833 +M405.9470 905124.330961241 1066569.05784954 1096954.55904281 +M407.2208 308926947.102674 253394046.442368 224921060.46908 +M408.2242 36659447.079823 29937840.3267512 25668355.9943937 +M408.2391 18484615.5146746 17514878.9185505 16339356.8122997 +M409.2166 6737134.34170097 4101405.83309415 5272039.54472435 +M409.2275 1452973.76415411 1446837.02656489 1470787.08009707 +M409.2425 2548690.53182144 3681455.556615 3158776.66165261 +M409.3286 6253241.08322872 7191386.900075 7811194.07258011 +M410.9852 1271528.68885448 1468078.61939424 1106140.73575032 +M411.2247 8837607.53178999 8780673.82906678 7546339.87847254 +M411.7694 1172422.39427706 862354.727322601 1346814.09409366 +M412.7773 2536995.60102999 2985108.89870764 2958781.98848985 +M413.2790 1041734.27946727 1294422.53503054 876365.390025644 +M414.9971 3242663.85254735 3633394.10317066 6484847.61590827 +M415.2114 50142818.3082253 39831666.2420182 33734819.8586359 +M415.2365 13970497.0604271 15604169.9576345 14728469.8358268 +M416.2147 10606357.4719763 9080078.78040859 7062857.22801366 +M416.2399 1824766.22550777 2729376.80201186 2324354.59627359 +M417.0021 6787239.26312247 8944354.24878064 8014333.14463508 +M418.9993 1874954.44904455 2498656.62016243 2287018.83535957 +M421.2535 9109965.03872222 9796493.91023675 8447386.01999104 +M427.2903 3638732.57210646 3373779.71356699 4601589.1165342 +M429.0216 2222971.55677894 2600441.62336759 2665268.13338065 +M429.2027 20928974.2765931 18436316.0496667 15035959.3702412 +M430.2061 3456217.82166193 2510583.82202105 2815058.69306272 +M430.9136 413305.499259868 895040.581206259 1099695.76882575 +M432.2378 24295931.7387381 19249337.6846244 17162897.9674625 +M432.9672 1588874.16149294 2254168.15056488 1824386.89477415 +M432.9761 3586871.60334317 4303672.87817007 4108422.69953065 +M433.0077 3191397.00502703 3657447.32941496 2342936.54095981 +M433.2412 5147571.4030302 4210384.35736507 3634289.72168814 +M435.2116 2371973.89927166 2611658.57380428 2651623.11048967 +M436.9790 1920817.28729121 1252354.25558523 1023076.50225925 +M437.1932 249533353.573051 229963220.267375 221088292.709 +M438.1966 43359590.3613248 40364076.9559807 35728690.3533811 +M438.9842 3713870.0763389 4628729.59838043 4506435.07380544 +M439.2000 3681504.64361624 2653234.93174693 2726049.91597884 +M439.2559 16651902.3056015 16192306.3300532 16817402.0536886 +M440.2594 2987429.21801291 3036691.03024937 3178655.45047794 +M441.2530 4449967.42649719 4140455.17059523 4702928.16676046 +M441.2974 2075708.86927038 1855377.86174853 2410121.06673023 +M442.9960 935505.013636552 887418.724891883 473208.539199403 +M443.2678 34681702.1997307 36814180.7996108 34216170.0144284 +M444.2712 5362123.04253439 6043138.47942445 5584530.0587297 +M445.1766 3191164.12940581 2711006.31369336 2793724.99104169 +M449.2848 19391278.678669 21837994.6568741 21546494.606179 +M450.2882 3544892.23262142 4262658.41941707 4442341.48703894 +M451.0036 859084.724457227 897127.226592995 946609.84685789 +M453.1672 172302733.030257 163249992.389783 152040718.101196 +M454.1706 29591501.8483071 28341275.5921981 27099172.580443 +M454.9581 1860067.94604304 2453580.79985454 2207237.39159366 +M455.1653 5862660.49289846 6943199.64383301 5963998.03400898 +M455.1740 1808581.47535468 2391316.95121008 2079473.18502088 +M455.2299 2682139.93970798 3215339.12656583 3008487.65069589 +M457.0205 786438.608705611 864448.681384496 726115.508615181 +M459.0772 5403756.85136366 6171997.9033981 6133685.67095429 +M460.3268 1540944.63575236 1263401.45467421 1337813.25951632 +M462.3424 126121171.382998 97017964.0322356 82170765.9122889 +M463.3458 23640452.8900362 18035609.6629062 16564461.4547342 +M464.3492 2031737.4333368 2275883.28522794 2357452.12823919 +M464.3579 790510.596801352 855093.309877816 855779.100329433 +M465.2586 1957802.52860168 2556066.98246157 3210876.83145013 +M467.1018 4002239.99652419 3382371.23550548 5729065.87720533 M467.1253 12123900.5348116 13274417.5258689 11161743.85237 -M468.1014 NA NA NA -M468.1286 3501840.68904855 3583160.52626799 2735792.0478569 -M469.2726 1920769.53504816 NA 1835730.82484091 -M483.2884 7477241.46223121 6596429.85675904 5020562.16837423 -M484.2229 22763453.1815601 22162782.5048651 18520962.5692973 -M484.3243 33949222.7556143 26254579.2846628 22743988.0399606 -M485.2262 5721869.78241495 5945895.81212371 5699203.05495008 -M485.3276 7389292.49882727 5597648.05246474 5826738.04756752 -M490.3064 7005934.71316811 7177264.10980693 6059423.95803762 -M496.3397 19301986.506177 20037518.9942554 21122986.9993826 -M497.3430 2824408.1950822 4463751.75022188 5378109.85448609 -M499.1639 1824338.00622249 1495983.90684429 1871595.04476979 -M500.2983 4484211.58083326 3417577.06695201 3925912.225294 +M468.1014 2007839.26345663 1890837.9855211 1711839.84329495 +M468.1286 3501840.68904854 3529166.80874836 2735792.0478569 +M469.2726 1926966.92727689 1897519.00206083 1835730.82484091 +M483.2884 7460368.47180745 6513529.41398981 5020562.16837423 +M484.2229 22807804.5775571 22170460.1037026 18520962.5692973 +M484.3243 34518223.0858433 26104232.8170659 23890178.9190968 +M485.2262 5721869.78241496 5931200.15134071 5699203.05495007 +M485.2874 325566.014618252 455779.443748742 183201.736805914 +M485.3276 7495388.31052497 5679299.56045349 5832696.19318399 +M490.3064 7145569.22924885 7177264.10980693 6059423.95803763 +M496.3397 21261776.1327916 21264822.4473788 22653148.4305983 +M497.3430 3927093.95038541 3873874.74611966 5383274.41650164 +M499.1639 2166039.25575854 1588899.79440007 1876159.49805364 +M500.2983 4497584.71895272 3417577.06695201 3925912.22529399 M504.3219 14037508.4497066 13408143.2116979 11965459.0270626 -M505.3255 3828988.48523015 4209535.84729117 2935652.06057186 -M507.2716 2045073.39940774 NA 1356881.36577908 -M511.1082 1392129.14193124 1338106.59964788 1617024.00890785 -M518.3216 27093156.7612048 33028676.3743224 36099746.0746536 -M519.3250 5895239.4311464 6711770.1381985 7667903.1411831 -M520.3397 3847492.73196964 4541854.44822529 3650359.69021773 -M522.2962 6296155.41470912 5273888.24434824 4965630.50366915 -M522.3553 2075613.99300101 1858911.52095056 2240708.1380028 -M524.3710 5066236.16203511 5297516.46974 5061074.36336333 -M533.3295 1721024.51262182 2878425.67290566 2364704.76505068 -M534.2956 2765467.76936629 4734881.48270573 4220585.66000109 -M540.3068 4406984.10928948 3809775.62392765 2756363.60602222 -M542.3216 6111166.74805163 6983053.66187475 8246171.81585917 -M543.3252 1015430.72454012 1537890.1105699 1551677.94395954 -M544.3130 12527650.5351124 12668489.4605489 10621992.5070898 -M544.3375 3296394.51196524 3552085.79079011 4478046.31091711 -M545.3162 3629406.54986112 3430465.78070176 3374601.38373463 -M546.3530 6487511.84080137 7430702.91543311 8689345.15809027 -M547.3086 11492548.480285 8775007.36450722 8167383.80382567 -M547.3565 NA 2148875.83004235 1900961.67238174 -M548.3118 3338788.99091915 2921348.91737027 2116721.35456643 -M549.3056 2523179.76594264 2163698.55431172 NA -M549.3241 6054867.25315898 4224843.51673666 4140203.62188546 -M561.3608 4430520.45611544 6188958.79799756 5311730.12596965 -M561.3799 2780413.20629084 2012867.30103475 NA -M563.3399 36133451.6274531 27450715.2193879 22005563.1142296 -M564.2744 29396233.1138953 23179681.3258756 21194125.2658363 -M564.3432 10981623.8155861 9069275.54168641 7779434.7604166 -M565.2778 10253559.1807825 8571083.5904364 7840953.9399012 -M565.3370 9702035.53313166 7611518.63470811 7841251.34734168 -M565.3555 14003182.9961572 12097200.0705162 9578029.43833357 -M566.2900 22170097.8455947 21675454.3893316 20328347.4235747 -M566.3404 3261515.81995163 2320702.71592749 NA -M566.3588 4706099.04994465 3391673.43137811 2851733.85960977 -M567.2934 9133470.55873158 7641148.46692478 7325496.78803742 -M567.3524 3730575.29864749 1900484.41973943 2404386.11508467 -M568.2693 5845481.68626657 5280729.78617606 5161661.83183746 -M575.3343 4029460.63923149 2956375.49269933 3270179.06393519 -M576.2805 NA NA NA -M576.3180 200240431.329253 155753381.375412 142977125.658979 -M577.3214 47852877.6287887 39755811.6228349 37243947.1122577 -M578.3247 5012847.82029689 5463534.52118957 5082637.43713547 -M579.3711 38642925.4149014 30968517.3867908 23818983.893898 -M579.5346 1016351.23747087 1172214.21888856 1169684.58035576 -M580.3056 98971825.8626112 83323998.4697323 75139576.9067207 -M580.3743 14121774.2991148 11003146.9560264 8807605.65488151 -M581.3091 32063049.7137798 26997586.1215661 22506857.0327746 -M581.3682 10515939.51269 7931579.45100295 7301159.9418262 -M582.3124 5077956.48683686 4600378.57086312 3599079.86995104 -M590.3225 101746549.313492 95557744.5944848 88043292.0021999 -M591.3258 28465733.7176523 26508076.1209476 26008374.9571023 -M591.4959 NA 2405858.20363335 1667892.5401486 -M592.3292 3805771.55155463 3215590.36428314 3058976.81353684 -M597.3453 5558354.05706274 4403047.38929835 4355193.43271536 -M598.2799 23001456.5011199 21231835.1017178 20127831.6516988 -M598.3000 5877275.89155875 4344958.79380871 3872884.54635857 -M599.2832 8655953.15777912 8528057.97777283 7657673.40725925 -M599.3035 1479846.4103594 NA 1216689.13031145 -M603.3657 8866479.3939369 8287382.94272769 7198294.20470507 -M604.3689 2586954.41154763 2988375.90604904 2523725.23798267 -M607.5661 1113445.3888372 1501212.91393093 1537224.91922729 -M619.5272 11747813.7439383 15463697.128246 14337364.5464228 -M620.5304 3761561.01993107 4734963.03755274 5069530.54653342 -M623.1356 3180595.5891105 4042278.55956248 4228273.45887652 -M624.1388 724343.122602858 695987.647308726 NA -M629.1524 2572860.64592934 3105442.1556365 3090087.27795212 -M635.5011 3243038.04892189 4424993.42338596 4436907.41009134 -M637.3638 2153320.20402197 1829873.68603118 NA -M645.1048 849221.536255017 NA 1006127.8677095 -M645.1176 2526576.40738937 3142328.0338279 2962154.66068822 -M647.5585 15067023.1938918 18399786.5062587 18552943.5720032 -M648.5619 6254605.04424434 8193008.61511028 7024234.43709767 -M651.1344 1987468.79138313 2507140.87094772 2760554.45889613 -M660.0821 814437.300289444 1534479.22412678 562744.881718695 -M661.0824 2398892.29202539 2727254.79533067 4415848.32046208 -M662.5694 2779079.65330773 2482375.43135903 2480001.0808934 -M663.5325 3996916.91510874 5784442.30708932 5235727.2482233 -M664.5358 NA 1587875.03197069 1553434.43846743 -M665.3661 2386866.65735071 1874050.73186798 2048358.9876479 -M667.0996 2446538.33641566 2624223.87679173 2928170.0318936 -M670.2559 1754183.64727958 2408870.1151202 2109061.02452055 -M670.3738 6636668.39355427 6446248.74652466 6031306.96951204 -M671.3772 2816636.0913067 1798089.63237222 2111722.2798079 -M672.3895 4686473.79893916 4258496.84175044 4166255.72826511 -M673.1164 1469352.7683988 1829681.76580113 1917560.23493875 -M674.3685 3809129.89511944 3160860.00557134 2636130.13374479 -M676.0468 1461863.10195596 NA 1377422.71456078 -M683.0643 1259780.56399135 1322143.83574079 1552769.07139395 -M683.5431 1732441.67345777 2525723.18668878 2647724.55411367 -M686.4051 32080808.6893522 28761754.7656157 25571217.8418349 -M687.4084 13246103.1481081 13951215.1330508 12857524.9844597 -M688.4118 2093118.85466739 1814091.46550962 NA -M689.0812 1476618.84097023 1741683.93653201 1913192.51839009 -M689.3530 NA 1238431.80913389 1029803.46358456 -M689.4022 4338568.86783822 3318258.17489864 4213005.6754478 -M695.0984 1270154.44480474 1188530.68267335 999720.609375044 -M703.4544 1462246.07443563 1816537.57340901 2642770.85961821 -M703.5748 5102477.6908115 5274750.09273895 5185173.62570642 -M704.3794 4977090.82171093 4766704.41426656 3927234.4710448 -M704.5783 1626987.96032962 1669312.71186966 1387421.31251627 -M705.0463 NA 861285.955446116 1134434.61817021 -M705.3826 1789589.10109757 NA 1709645.14232354 -M711.0633 NA 1036374.52712934 885481.220466106 -M711.5745 14150222.1090017 14102404.5952038 15356903.5818177 -M712.5779 5077242.5759118 5592716.57268192 6845985.16047672 -M718.6320 4297488.07177764 2674413.24027353 3158446.37030282 -M719.4284 NA 2127705.73067334 1707398.52119952 -M725.5567 5531847.39784041 4899114.59155239 5881591.76830335 -M726.5600 NA 1491636.74107451 1514588.19312526 -M739.6058 13557326.9670239 16321329.2589389 16792318.9578223 -M740.6091 5505462.91675326 7113386.17328623 6438361.71719427 -M751.4289 3250491.94756132 4097881.10977438 2905108.52355567 -M758.5692 24171669.9177599 26133048.4446723 29823488.7144675 -M759.5727 11996299.5830951 12396459.816729 13725260.4161819 -M760.5758 2312542.05691645 1797714.30089578 2433944.0644655 -M760.5849 8704293.57954915 10886827.6669751 11678909.7038509 -M760.5849_2 8704293.57954915 10886827.6669751 11678909.7038509 -M761.5882 3494168.58240472 3623908.83475874 3517772.49370049 -M780.5512 26678287.0199592 33917501.213975 35599330.0192635 -M781.5550 13370049.3355155 16457198.8296785 17495405.1874264 -M782.5673 8275387.67127943 13698705.3298253 14111642.4412243 -M783.5714 5090990.23826268 7362752.56612007 7714528.34789568 -M784.5848 5220940.29954109 4276780.46147111 6260943.09565952 -M785.5880 1686702.15583167 2124120.66042257 1712214.24956577 -M786.6004 10857162.7919506 12918268.1405544 12499433.8991773 -M787.6038 4761674.55928992 5879054.35089474 7047984.21331802 -M795.5018 2077762.78637069 NA 1907175.50675846 -M796.5253 4271079.60468799 3501147.38860042 5343302.22793834 -M796.5462 NA 2822281.02903116 3224036.730931 -M804.5512 6633582.89013492 8165455.97185418 7470168.70212077 -M805.5546 2438210.55855297 3663463.1635972 3764389.21632828 -M806.5677 NA 6619742.31219476 9583742.64770817 -M807.5712 1352704.42256487 2936768.26498869 4447312.92370322 -M808.5826 13656852.4024354 15794458.1878269 16077663.9695797 -M809.5859 5995718.59407245 5735791.69055253 7082868.29906178 -M810.6003 3629141.36584462 2348128.92155743 3928135.89388521 -M813.6843 NA 773185.606064327 1241785.9308559 -M828.5517 6912623.84509757 6836612.02012318 8339689.31073757 -M829.5550 NA 2944009.16774303 4078158.50009707 -M832.5827 2539235.67631783 3231564.93949998 3214890.3796771 -M838.5642 2129171.20139942 2659697.24921949 2476264.53702713 -M856.5830 5771894.46378455 6862482.35532919 6096656.68858823 -M857.5866 2219552.55506141 2623050.99114286 2766548.52211978 -M918.6157 2402815.01640448 NA 1809595.40049242 -M934.6468 5786820.15496312 5970083.49633795 6293149.21279938 -M935.6502 3318525.17212971 4159207.90254135 2994270.82759245 -M952.6658 NA 1992166.49507342 1589196.0912281 +M505.3255 3850552.7968445 3986353.32355718 2935652.06057186 +M507.2716 2149231.4351121 1602103.28199855 1356881.36577908 +M511.1082 1392129.14193124 1427638.98616035 1617024.00890785 +M518.3216 26781046.4885072 32811483.5030276 36123592.1844171 +M519.3250 5901786.75908904 6716709.52172467 7667903.14118311 +M520.3397 3858043.01223108 4652575.1377143 4134018.13335077 +M522.2962 6296155.41470912 5418351.41129209 4965630.50366914 +M522.3553 2071938.28610405 1864596.04983216 2743633.66891254 +M524.3710 5087348.07032409 5714462.10757823 5073016.14319813 +M533.3295 1721024.51262182 2895020.10154232 2364704.76505068 +M534.2956 2769555.44130789 4771326.33984865 4220585.66000108 +M540.3068 4406984.10928948 3457830.78244424 2756363.60602222 +M542.3216 6135589.31776147 7383017.82292813 8251559.09612387 +M543.3252 1480809.66352075 1559232.49469467 1551677.94395954 +M544.3130 13153247.3703882 12779364.5920816 10621992.5070899 +M544.3375 3296394.51196524 3544147.58483064 4478046.31091711 +M545.3162 3629406.54986112 3407690.69994541 3374601.38373463 +M546.3530 6687278.45518902 7562049.63004819 8698416.77505878 +M547.3086 11492548.480285 8589150.17076287 8167383.80382568 +M547.3565 1772993.08499103 2148875.83004235 1900961.67238174 +M548.3118 3338788.99091914 3050332.87228709 2116721.35456643 +M549.3056 2523179.76594264 2182070.56716307 2387302.46187824 +M549.3241 6027124.26628712 4125283.63639173 4140203.62188546 +M561.3608 4464369.11330846 6260714.38629889 5311730.12596965 +M561.3799 2799979.56900604 2012867.30103475 2162517.78205012 +M563.3399 36140522.5943729 27598415.4636408 22005563.1142296 +M564.2744 29549402.114211 23179681.3258756 21194125.2658363 +M564.3432 10981623.8155861 9114841.09845555 7779434.7604166 +M565.2778 10268596.8345955 8587604.01837233 7840953.9399012 +M565.3370 9727319.65839767 7594841.21938622 7841251.34734169 +M565.3555 14105140.6651109 12137577.2163218 9578029.43833357 +M566.2900 22369361.1376456 21675454.3893316 20328347.4235747 +M566.3404 3277678.21786903 2276337.18775821 2436069.99030433 +M566.3588 4678646.86161909 3391673.43137811 2851733.85960978 +M567.2934 9213371.48102272 7711255.43338931 7325496.78803742 +M567.3524 3763586.28926638 1851357.38312436 2404386.11508467 +M568.2693 5901715.98465654 5280729.78617606 5161661.83183746 +M575.3343 4029460.63923149 2974468.48274869 3270179.06393518 +M576.2805 2201215.51009783 2170896.78073122 2134441.24424785 +M576.3180 207403119.780452 163212505.183101 149685977.736188 +M577.3214 49507070.6314305 41054341.2940099 37277200.2943345 +M578.3247 5029953.9907856 5542383.37986218 5420677.20360859 +M579.3711 38617533.1545994 31203216.9671907 23818983.893898 +M579.5346 1065824.79160517 1364754.94080785 1169684.58035576 +M580.3056 99365979.5102136 84269014.3582156 75139576.9067206 +M580.3743 14162596.5309249 11003146.9560264 8807605.65488151 +M581.3091 32310078.6436651 27014538.4630086 22506857.0327746 +M581.3682 10528192.5839861 7988428.91992995 7301159.94182619 +M582.3124 5112774.49239038 4499489.03229065 3620843.99017909 +M590.3225 101941566.214905 95212896.4462273 88048655.459276 +M591.3258 28076340.1153232 26547806.755075 26008374.9571023 +M591.4959 2279342.48766178 2446815.32184206 1684866.29598498 +M592.3292 3952499.9129182 2765584.30689804 3058976.81353684 +M597.3453 5586307.75321358 4430271.57752293 4355193.43271537 +M598.2799 23020095.0373364 21413276.5631384 20133966.0781959 +M598.3000 5913287.29645583 4499579.40625767 4356486.53993949 +M599.2832 8655953.15777913 8679184.17290342 7657673.40725926 +M599.3035 1479846.4103594 1262639.37676849 1223187.99848386 +M603.3657 8882501.44695434 8343769.8655653 7198294.20470506 +M604.3689 2586954.41154763 2950359.42875294 2481816.48527183 +M607.5661 1567626.08937771 1529003.12122215 1872898.94988514 +M619.5272 12202927.4316858 15642657.0150513 14530327.2094872 +M620.5304 3835638.88446366 5277625.38291588 5080928.14574876 +M623.1356 3298574.7255128 4347602.82075974 4228273.45887652 +M624.1388 724343.122602858 695987.647308726 745912.597555739 +M629.1524 2718903.22989894 3240087.83477189 3090087.27795212 +M635.5011 3243038.04892188 3737499.49205394 4436907.41009134 +M637.3638 2132193.98611681 1829873.68603118 1823251.52274277 +M645.1048 731549.433274001 829971.194699518 1006127.8677095 +M645.1176 2596858.84250656 3421098.99277505 3111697.24108863 +M647.5585 15159097.0003354 18773154.7086158 18763100.515563 +M648.5619 6792160.59839046 8414435.17673396 7466321.52549982 +M651.1344 2091921.00617735 2596882.24508807 2760554.45889613 +M660.0821 852126.55840414 1530607.91554071 1097626.09226077 +M661.0824 2517894.26914139 3026327.83793437 4415848.32046208 +M662.5694 2758310.31764583 2482375.43135903 2480001.0808934 +M663.5325 4159189.60060717 5722265.67425421 5368506.72390749 +M664.5358 1590138.58199471 1565668.29043795 1553434.43846743 +M665.3661 2415604.91271356 1927067.50270806 2048358.9876479 +M667.0996 2459873.15342237 2739700.71919391 2928170.0318936 +M670.2559 1746373.5314135 2328257.26422004 2109061.02452055 +M670.3738 6636668.39355427 5966410.78785634 6031306.96951205 +M671.3772 3346833.63227318 2029464.80647955 2111722.2798079 +M672.3895 4755283.68224199 4362290.34739906 4166255.72826511 +M673.1164 1508697.02451233 1978620.5963456 1917560.23493876 +M674.3685 3809129.89511944 3020821.27172427 3020635.58291312 +M676.0469 1524089.83038956 1097317.43276994 1377422.71456078 +M683.0643 1319109.60433216 1397861.09742995 1552769.07139395 +M683.5431 1734687.21416865 2456870.98173753 2653360.65268798 +M686.4051 32080808.6893523 28755628.2088164 25571217.8418349 +M687.4084 13252957.2904384 13943734.9966369 12857524.9844596 +M688.4118 2079959.14959653 1978836.35250348 2048320.45094078 +M689.0812 1551761.56094047 1945206.55258551 1913192.51839009 +M689.3530 1314217.12478638 1223917.56992117 1029803.46358456 +M689.4022 4353328.52656262 3338814.84252369 4217212.53235322 +M695.0984 1341571.69868802 1259548.4733505 999720.609375045 +M703.4544 1589409.63253016 1945093.6516519 2654155.1132658 +M703.5748 5126891.28706996 5331029.45848037 5218338.19989669 +M704.3794 5178605.34191297 4800149.37685962 3927234.47104479 +M704.5783 1643687.33997848 1679088.29665621 1393335.57786652 +M705.3826 1789589.10109757 1883492.7472888 1615493.51905719 +M711.0633 853580.336273836 1133245.49605968 885481.220466107 +M711.5745 14164392.0820404 14522317.9165182 15361377.7282847 +M712.5779 5139032.32802609 5618309.33298059 6845985.16047671 +M718.6320 4297488.07177764 2973347.60058457 3276315.98536509 +M719.4284 2062726.77559665 2233142.52077048 1984962.14498253 +M725.5567 5727335.08319327 4892394.81078909 5888544.61484952 +M726.5600 1446149.50691178 1556068.28138895 1520234.79621796 +M739.6058 13582112.2094491 16519555.2003611 16799130.6465545 +M740.6091 5505462.91675326 7218254.59719199 6438361.71719427 +M751.4289 3250491.94756132 4079181.26999161 2905108.52355567 +M758.5692 28331765.8138362 28466077.9081811 32390598.4570849 +M759.5727 12142145.2203603 13104427.6960816 13744881.5521971 +M760.5758 2352828.55369368 1807136.92490849 2433944.0644655 +M760.5849 9416500.36871725 10734900.5316893 12704830.9584858 +M760.5849_2 9416500.36871725 10734900.5316893 12704830.9584858 +M761.5882 3976548.41246083 3953065.77587308 3524706.91870479 +M780.5512 27508986.8661113 34708142.0579581 36497815.1288358 +M781.5550 13389054.0970829 16997528.8169357 17511562.4245092 +M782.5673 8278503.61343893 14633005.9716454 14142329.1704164 +M783.5714 5714709.65012449 7469122.45533431 7714528.34789568 +M784.5848 5225272.73813257 4291116.46786246 6270761.91191882 +M785.5880 1659626.11705283 2171216.65483389 1711873.40596293 +M786.6004 10891267.1752247 13994469.2885243 13576286.0664284 +M787.6038 4812535.855737 5924072.50445145 7062804.29815418 +M795.5018 2091136.18780562 1965645.77495775 1907175.50675846 +M796.5253 4336651.95628089 3550966.87875026 5343302.22793834 +M796.5462 3149951.07954109 2822281.02903116 3224036.730931 +M804.5512 6024386.67918766 8154177.49730298 7470168.70212078 +M805.5546 2438210.55855297 3730604.94429435 3769364.22206378 +M806.5679 8747448.00966397 6615601.81920081 10054043.7747572 +M807.5712 1662565.59852909 3016858.51794094 4452370.82921031 +M808.5826 13965552.4358914 16046582.5942018 16083981.2407362 +M809.5859 6001857.24187744 5898328.07078806 7089850.82684788 +M810.6003 3401629.17572322 2729439.61298525 3933143.52688557 +M813.6843 1140518.7812018 1013097.72408189 1241785.9308559 +M828.5517 6826781.34176111 7074996.96552345 8339689.31073758 +M829.5550 3611020.89985521 2986288.29514634 4083981.30783132 +M832.5827 2306055.5149489 3353268.35152601 3214890.3796771 +M838.5642 2349865.57830489 2938078.4830611 2476264.53702713 +M856.5830 5865616.20956458 6881292.637849 6103587.66531646 +M857.5866 2275623.20549569 2692437.77567439 2766548.52211978 +M918.6157 2488821.20355825 1807090.92146975 1869463.94164044 +M934.6468 5781694.32308957 6575636.35803521 6293149.21279939 +M935.6502 3159073.79099461 4180568.04181726 2994270.82759245 +M952.6658 1892231.59140035 1968057.17715784 1589196.0912281 diff -r 4753e64cf694 -r 3f8ae071bdda runit/output/figure.pdf Binary file runit/output/figure.pdf has changed diff -r 4753e64cf694 -r 3f8ae071bdda runit/output/information.txt --- a/runit/output/information.txt Wed May 03 10:49:08 2017 -0400 +++ b/runit/output/information.txt Mon Jan 22 11:32:41 2018 -0500 @@ -1,22 +1,31 @@ -Start of the 'proFIA' Galaxy module call: Wed 03 May 2017 01:18:28 PM +Start of the 'proFIA' Galaxy module call: Mon 08 Jan 2018 07:23:11 PM files_root_directory plasFIA 1) Peak detection step ('proFIAset'): 2) Peak alignment ('group.FIA'): - 722 groups have been done . + 707 groups have been done . 3) Creating the peak table ('makeDataMatrix'): -4) Imputing missing values ('imputeMissingValues.WKNN_TN'): +4) Imputing missing values ('impute.randomForest'): + missForest iteration 1 in progress...done! + missForest iteration 2 in progress...done! + missForest iteration 3 in progress...done! + missForest iteration 4 in progress...done! + missForest iteration 5 in progress...done! + missForest iteration 6 in progress...done! + missForest iteration 7 in progress...done! + missForest iteration 8 in progress...done! + missForest iteration 9 in progress...done! + missForest iteration 10 in progress...done! 5) Plotting ('plot'): PCA -3 samples x 644 variables +3 samples x 707 variables standard scaling of predictors -78 excluded variables (near zero variance) R2X(cum) pre ort Total 1 2 0 null device @@ -24,12 +33,41 @@ 6) Printing ('show'): A "proFIAset" object containing 1 classes. -Missing values have been imputed. -2101 peaks detected. -722 features have been grouped. +Data matrix has been created. +2089 peaks detected. +707 features have been grouped. The data matrix is avalaible. -Memory usage: 0.419 MB +Memory usage: 0.409 MB 7) Exporting ('exportDataMatrix', 'exportSampleMetadata', 'exportVariableMetadata'): -End of 'proFIA' Galaxy module call: 2017-05-03 13:27:09 +End of 'proFIA' Galaxy module call: 2018-01-08 19:27:06 + + + +============================================================================ +Additional information about the call: + +1) Parameters: + value +dataMatrix_out "./output/dataMatrix.tsv" +sampleMetadata_out "./output/sampleMetadata.tsv" +variableMetadata_out "./output/variableMetadata.tsv" +figure "./output/figure.pdf" +information "./output/information.txt" +zipfile "./plasfia/plasFIA.zip" +library "NULL" +ppmN "2" +dmzN "5e-04" +ppmGroupN "1" +dmzGroupN "5e-04" +fracGroupN "0.1" +imputeC "randomForest" + +2) Session Info: +R version 3.3.1 (2016-06-21) +Main packages: +proFIA 1.4.0 xcms 1.50.1 Biobase 2.34.0 ProtGenerics 1.6.0 BiocGenerics 0.20.0 mzR 2.8.1 Rcpp 0.12.10 batch 1.1.4 +Other loaded packages: +splines 3.3.1 itertools 0.1.3 MASS 7.3.45 BiocParallel 1.8.1 missForest 1.4 lattice 0.20.34 quadprog 1.5.5 foreach 1.4.4 plyr 1.8.4 grid 3.3.1 iterators 1.0.9 multtest 2.30.0 survival 2.41.2 randomForest 4.6.12 Matrix 1.2.8 RColorBrewer 1.1.2 S4Vectors 0.12.2 codetools 0.2.15 MassSpecWavelet 1.40.0 pracma 1.9.9 ropls 1.6.2 stats4 3.3.1 minpack.lm 1.2.1 RANN 2.5 +============================================================================ diff -r 4753e64cf694 -r 3f8ae071bdda runit/output/sampleMetadata.tsv --- a/runit/output/sampleMetadata.tsv Wed May 03 10:49:08 2017 -0400 +++ b/runit/output/sampleMetadata.tsv Mon Jan 22 11:32:41 2018 -0500 @@ -1,4 +1,4 @@ -sampleMetadata samDF[, colnames(samDF) != "sampleID"] +sampleMetadata class C100a plasFIA C100b plasFIA C100c plasFIA diff -r 4753e64cf694 -r 3f8ae071bdda runit/output/variableMetadata.tsv --- a/runit/output/variableMetadata.tsv Wed May 03 10:49:08 2017 -0400 +++ b/runit/output/variableMetadata.tsv Mon Jan 22 11:32:41 2018 -0500 @@ -1,723 +1,708 @@ -variableMetadata mzMed mzMin mzMax sizeSamp scanMin scanMax nPeaks meanSolvent timeShifted signalOverSolventPvalueMean corSampPeakMean corSampPeakSd signalOverSolventRatioMean imputationOk variableID -M86.0965 86.0965189329336 86.0962219238281 86.0969924926758 54 18 88 3 0 0 0 0.383752731062773 0.150199386574608 Inf 1 M86.0965 -M89.5728 89.57275471071 89.5722503662109 89.5733108520508 70 18 88 1 2018.93876953125 0 0 -0.205860140821627 NA 7.37171039239295 0 M89.5728 -M89.5775 89.577503377741 89.5766754150391 89.5781402587891 57 18 75 1 0 0 0 0.170383838659374 NA Inf 0 M89.5775 -M89.5944 89.5943771938108 89.5933990478516 89.5950241088867 70 18 88 1 0 0 0 0.347467448010905 NA Inf 0 M89.5944 -M89.6051 89.6051298777262 89.6045913696289 89.6056442260742 58 18 76 1 0 0 0 0.172024494887118 NA Inf 0 M89.6051 -M90.9767 90.9767066127749 90.975700378418 90.9774398803711 57.5 18 92 6 27519.1658172607 0 0 0.794240482143584 0.072150104148985 11.4851924134002 1 M90.9767 -M93.9748 93.9748041581134 93.9740447998047 93.9755172729492 66 19 85 1 2908.68158513849 0 0 0.247006302940454 NA 15.3877050736689 0 M93.9748 -M93.9834 93.9833794671136 93.9824676513672 93.9840393066406 61 18 79 1 2818.57228597005 0 0 0.437109827136454 NA 18.706158940127 0 M93.9834 -M93.9846 93.9845717921401 93.9835510253906 93.9851684570312 56 18 74 1 2412.86033935547 0 0 0.407471461722739 NA 17.339660507355 0 M93.9846 -M93.9873 93.987252790663 93.9865341186523 93.98779296875 57 18 75 1 2481.60717773438 0 0 0.351800266276609 NA 20.2140556755782 0 M93.9873 -M93.9889 93.9888848838566 93.9880599975586 93.9895629882812 54 18 72 1 3610.55723063151 0 0 0.396006132813501 NA 15.5203756693446 0 M93.9889 -M93.9950 93.9950324348781 93.994384765625 93.9957275390625 62 18 80 1 2229.79814801897 0 0 0.241612105825766 NA 22.6816537513546 0 M93.9950 -M94.0000 94.000032500426 93.9993209838867 94.0006256103516 56 18 74 1 4834.00592041016 0 0 0.518934009424996 NA 12.8192023875339 0 M94.0000 -M94.0078 94.0078254629064 94.0072174072266 94.008430480957 58 18 76 1 0 0 0 0.338538468735688 NA Inf 0 M94.0078 -M94.0124 94.0124465985536 94.0117416381836 94.0132141113281 64 18 82 1 2487.75439453125 0 1.41340072488116e-05 0.241464414184748 NA 16.8897639472362 0 M94.0124 -M94.0174 94.0173825687832 94.0166091918945 94.0180206298828 58 18 76 1 0 0 0 0.333006203441651 NA Inf 0 M94.0174 -M94.0209 94.0208812366832 94.0201263427734 94.0214691162109 59 18 77 1 0 0 0 0.0445717895358037 NA Inf 0 M94.0209 -M94.0262 94.0261501924491 94.025016784668 94.0277557373047 57 18 78 3 787.069051106771 0 0 0.267671736241134 0.0967164409808468 Inf 0 M94.0262 -M94.0321 94.0321010044643 94.0315017700195 94.032600402832 58 18 76 1 2696.71176147461 0 1.91379576186534e-06 0.236049991681362 NA 11.1483885383609 0 M94.0321 -M94.0362 94.0361511230469 94.0353240966797 94.036865234375 51 29 80 1 2594.17755126953 0 0 0.396159126481773 NA 22.0100748537854 0 M94.0362 -M94.0401 94.0401373142149 94.0394821166992 94.0407485961914 56 18 74 1 0 0 0 0.220869925323141 NA Inf 0 M94.0401 -M94.0412 94.0412086607918 94.0401000976562 94.0417709350586 62 18 80 1 1766.9701944987 0 0 0.325103568177275 NA 35.0611157384355 0 M94.0412 -M94.0437 94.0437175205776 94.0431671142578 94.0442962646484 62 18 80 1 0 0 0 0.31734287841071 NA Inf 0 M94.0437 -M94.0552 94.0551519626524 94.0544586181641 94.0556335449219 64 18 82 1 0 0 0 0.494826797291932 NA Inf 0 M94.0552 -M94.1052 94.1052276256473 94.1043548583984 94.1057281494141 61 18 79 1 0 0 0 0.423671360004223 NA Inf 0 M94.1052 -M94.1167 94.1166954888238 94.1156387329102 94.1173706054688 61 19 80 1 1817.65383911133 0 0 0.414030059664142 NA 24.4934294742746 0 M94.1167 -M94.1227 94.1226978602554 94.1218414306641 94.123405456543 60 21 81 1 0 0 0 0.368502427316148 NA Inf 0 M94.1227 -M94.1401 94.1400601988363 94.139045715332 94.1410675048828 60 19 80 2 0 0 0 0.315841982634271 0.0820513791493946 Inf 0 M94.1401 -M94.1445 94.1445399648351 94.1440124511719 94.1451034545898 63 19 82 1 0 0 0 0.423704550829583 NA Inf 0 M94.1445 -M94.1538 94.1537829312411 94.1530380249023 94.154426574707 60 21 81 1 0 0 0 0.324261126615365 NA Inf 0 M94.1538 -M94.1559 94.1558748483658 94.1551513671875 94.1563568115234 70 19 89 1 0 0 0 0.296973084462361 NA Inf 0 M94.1559 -M95.0604 95.0604486248377 95.0599975585938 95.0607986450195 56 18 94 3 0 0 0 0.162155433206131 0.357426271791107 Inf 1 M95.0604 -M96.9218 96.921836335108 96.9212112426758 96.9220886230469 59 18 79 3 0 0 0 0.926274842694946 0.011403371129021 Inf 1 M96.9218 -M97.0761 97.0760913028895 97.0756530761719 97.0768127441406 67 18 93 3 0 0 0 0.155597889189398 0.141726241422026 Inf 1 M97.0761 -M98.9189 98.9188891128755 98.9184875488281 98.9192733764648 58 18 77 3 0 0 0 0.708550417601752 0.0330146041692216 Inf 1 M98.9189 -M102.0550 102.054975323093 102.054145812988 102.055130004883 85.5 18 110 2 0 0 0 -0.0763748293823842 0.12399837351998 Inf 0 M102.0550 -M102.0914 102.091388230064 102.090888977051 102.091537475586 56.5 18 77 2 2805.0125342475 0 1.77635683940025e-15 0.484732295239128 0.034646520978652 59.4814046128523 0 M102.0914 -M103.9195 103.919523073592 103.918594360352 103.920143127441 68 20 88 1 0 0 0 0.133331495721408 NA Inf 0 M103.9195 -M103.9419 103.941940524714 103.940971374512 103.942558288574 62 20 82 1 0 0 0 0.353898796522856 NA Inf 0 M103.9419 -M104.1070 104.107025015158 104.106399536133 104.107345581055 70 18 88 2 66408.7600097656 0 0.00807211414361064 0.554019761810103 0 2.85420720740854 0 M104.1070 -M105.0699 105.069903960595 105.06950378418 105.070068359375 59 18 81 3 0 0 0 0.723271760888928 0.0189401875961994 Inf 1 M105.0699 -M109.0760 109.076044828995 109.07551574707 109.076278686523 65 18 88 3 0 0 0 0.547613912169008 0.0203886595190367 Inf 1 M109.0760 -M112.8957 112.895723540207 112.895500183105 112.895957946777 57 18 81 3 0 0 0 0.896542745371031 0.0124734497677377 Inf 1 M112.8957 -M114.0662 114.066191938587 114.065643310547 114.066436767578 70 18 89 3 0 0 0 0.602471234314378 0.0687039661452498 Inf 1 M114.0662 -M114.8928 114.892771402995 114.892677307129 114.89289855957 59 18 78 3 0 0 0 0.695379675487318 0.0632673907830377 Inf 1 M114.8928 -M115.0542 115.05422565645 115.053596496582 115.054382324219 58 18 78 3 0 0 0 0.768890183019879 0.00414469201610585 Inf 1 M115.0542 -M116.0706 116.070605011029 116.069999694824 116.071151733398 58 18 79 3 2331.99705171131 0 0 0.880594601129185 0.00752727470671844 Inf 1 M116.0706 -M117.0573 117.057290697855 117.056968688965 117.057456970215 60 20 89 3 0 0 0 0.593405566312414 0.0523910270419312 Inf 1 M117.0573 -M117.0699 117.069866410221 117.069313049316 117.070053100586 61 18 89 3 0 0 0 0.763549106685849 0.042077095157339 Inf 1 M117.0699 -M118.0651 118.065112529357 118.064384460449 118.065460205078 62 18 89 3 0 0 0 0.817327671500312 0.0370733319489495 Inf 1 M118.0651 -M118.0862 118.086245439637 118.085639953613 118.086700439453 71 18 89 3 5531.80975495926 0 0 0.909202821618958 0.0086860404590591 150.932366162921 1 M118.0862 -M120.0655 120.065502075922 120.06534576416 120.065979003906 68 18 89 3 0 0 0 0.305343369441208 0.112763142609674 Inf 1 M120.0655 -M120.0808 120.080758621444 120.080612182617 120.08097076416 61 18 86 3 0 0 0 0.535017356054308 0.0429004618330739 Inf 1 M120.0808 -M120.9661 120.966106232176 120.965995788574 120.966285705566 81 18 121 2 0 0 0 -0.461903321594289 0.0801263572866922 Inf 0 M120.9661 -M121.0509 121.050878791428 121.050361633301 121.051528930664 68 18 88 6 3674.92491492069 0 0 0.965205218280018 0.00704356001669973 Inf 1 M121.0509 -M121.8984 121.898391299778 121.897850036621 121.899024963379 64 19 83 1 4943.96606445312 0 0 0.201745104258367 NA 16.0226146291292 0 M121.8984 -M121.9045 121.90451741773 121.903656005859 121.905151367188 52 18 70 1 3299.53299967448 0 0 0.35979141869005 NA 25.5605654228482 0 M121.9045 -M121.9157 121.915666286762 121.914970397949 121.916404724121 55 18 73 1 3720.49703543527 0 0 0.265184846004965 NA 17.5705987143516 0 M121.9157 -M121.9208 121.920824323382 121.920143127441 121.921508789062 57 18 75 1 0 0 0 0.379590485496505 NA Inf 0 M121.9208 -M121.9247 121.924704031393 121.924163818359 121.92529296875 54 18 72 1 2871.18501790365 0 0.00183211477060885 0.294610695154223 NA 19.334063378455 0 M121.9247 -M121.9269 121.926917457581 121.926383972168 121.927490234375 57 18 75 1 3953.99332682292 0 0 0.411844205770503 NA 20.2418407914345 0 M121.9269 -M121.9312 121.931184823172 121.930320739746 121.931838989258 57 18 75 1 6809.88911132813 0 9.18439990726938e-10 0.32883957955863 NA 8.73740372805123 0 M121.9312 -M121.9333 121.93329679049 121.932685852051 121.93376159668 62 18 80 1 4771.90551757812 0 0 0.302715322716007 NA 15.5896042025612 0 M121.9333 -M121.9391 121.939097086589 121.938369750977 121.939819335938 59 18 77 1 3120.59478759766 0 0 0.492457989676642 NA 26.8791182895792 0 M121.9391 -M121.9524 121.952375531814 121.951477050781 121.95344543457 55 18 75 2 5891.23073032924 0 0.00205191314669573 0.346161763409438 0.0233719318873183 15.5795670284052 0 M121.9524 -M121.9552 121.955201235684 121.954330444336 121.955688476562 55 18 73 1 3296.8867594401 0 0 0.648592985293298 NA 17.716989634183 0 M121.9552 -M121.9704 121.970371002847 121.969505310059 121.971054077148 68 20 88 1 3930.30981445312 0 9.12603326241879e-13 -0.0243177970733837 NA 8.60577780715165 0 M121.9704 -M121.9738 121.973795013428 121.972999572754 121.974403381348 62 18 80 1 3120.05792236328 0 8.47752136468038e-06 0.39289723179297 NA 39.0796586475515 0 M121.9738 -M121.9836 121.983639053434 121.982757568359 121.984390258789 56 18 74 1 0 0 0 0.345486543396654 NA Inf 0 M121.9836 -M121.9888 121.988755337028 121.987869262695 121.989288330078 68 20 88 1 4050.15152994792 0 0.00688033038198532 0.0834597319910627 NA 12.0235260714065 0 M121.9888 -M121.9938 121.993844909668 121.99308013916 121.994384765625 60 18 78 1 4903.10241699219 0 0.000108919766856452 0.308633220363451 NA 9.26678172126117 0 M121.9938 -M121.9957 121.995664068993 121.994728088379 121.996292114258 62 18 80 1 3707.43551025391 0 0.00662612996762424 -0.136020299861705 NA 7.37780668730212 0 M121.9957 -M122.0018 122.001771381923 122.000793457031 122.002372741699 58 35 93 1 0 0 0 -0.327737245344874 NA Inf 0 M122.0018 -M122.0480 122.04799041748 122.047302246094 122.048614501953 55 21 76 1 4416.31009928385 0 3.59601237676088e-12 0.362589557541678 NA 10.5154443536103 0 M122.0480 -M122.0542 122.054221667832 122.053321838379 122.055038452148 59 18 80 3 1790.52235921224 0 0 0.648019126801235 0.0530872640458131 Inf 1 M122.0542 -M122.0579 122.057903925578 122.057342529297 122.058380126953 50 18 68 1 0 0 0 0.284643679837114 NA Inf 0 M122.0579 -M122.0747 122.074725267364 122.07405090332 122.075180053711 57 18 75 1 0 0 0 0.360307354181837 NA Inf 0 M122.0747 -M122.0995 122.09947325054 122.098709106445 122.100112915039 57 21 78 1 0 0 0 0.183676166667451 NA Inf 0 M122.0995 -M126.1026 126.102565453613 126.101722717285 126.103073120117 69 18 97 6 8608.73466491699 0 0 0.812985763919879 0.14552766224134 Inf 1 M126.1026 -M127.1059 127.10590196364 127.105758666992 127.106079101562 71 18 95 3 0 0 0 0.473499087038143 0.133400905266764 Inf 1 M127.1059 -M128.0494 128.04944844603 128.049133300781 128.049896240234 70 18 91 3 0 0 0 0.873935986906715 0.033763721018961 Inf 1 M128.0494 -M129.0658 129.065817676891 129.065246582031 129.066009521484 138 18 184 3 0 1 0 NA NA Inf 1 M129.0658 -M130.0498 130.049839131972 130.049468994141 130.049987792969 76 18 96 3 1139.03299967448 0 0 0.157626639113651 0.189556496057511 Inf 1 M130.0498 -M130.0862 130.086228390958 130.085708618164 130.086380004883 52 18 98 3 0 0 0 0.100739022668882 0.108143226202415 Inf 1 M130.0862 -M130.1087 130.108707195983 130.108215332031 130.109237670898 71 18 91 5 9216.404296875 0 0 0.963529460648041 0.00839133706378606 Inf 1 M130.1087 -M131.0815 131.08148052862 131.081314086914 131.081802368164 103.5 20 124 2 0 0 0 -0.255119401774786 0.360793318014413 Inf 0 M131.0815 -M131.1057 131.105718340193 131.105545043945 131.105926513672 59 18 81 3 0 0 0 0.523927616866178 0.106360996192432 Inf 1 M131.1057 -M131.1120 131.112038803101 131.111633300781 131.112213134766 60 18 89 3 0 0 0 0.788488886180208 0.102960985587182 Inf 1 M131.1120 -M132.0655 132.065486947286 132.065002441406 132.065643310547 104 18 122 3 0 0 0 -0.673734316011182 0.0278898572278228 Inf 1 M132.0655 -M132.0767 132.076721394857 132.076583862305 132.077087402344 64 18 88 3 0 0 0 0.489588336275689 0.0813489680536318 Inf 1 M132.0767 -M132.1019 132.101878821083 132.101150512695 132.102416992188 72 18 93 3 5555.52066040039 0 0 0.906307657122881 0.0158505997084159 280.688340680345 1 M132.1019 -M133.0971 133.097127339926 133.09700012207 133.097549438477 82 18 101 3 0 0 0 -0.173345431638996 0.244310413339532 Inf 1 M133.0971 -M133.1052 133.10521538313 133.10481262207 133.105361938477 57 18 80 3 0 0 0 0.409149545072417 0.0816349332465311 Inf 1 M133.1052 -M134.0448 134.044755497583 134.044189453125 134.044891357422 90 26 122 2 1436.37357584635 0 1.10072731340782e-06 -0.438988624740501 0.0414663583523287 Inf 0 M134.0448 -M134.0964 134.096401333921 134.095794677734 134.097106933594 62 18 88 3 0 0 0 0.964456324969677 0.00799507482558049 Inf 1 M134.0964 -M134.9884 134.988384731321 134.988098144531 134.988555908203 95.5 18 117 2 0 0 0 -0.531573256777832 0.0635798838633485 Inf 0 M134.9884 -M135.0028 135.002830932015 135.002044677734 135.003311157227 60 18 86 3 1538.4963921441 0 0 0.921724953674066 0.0117443576005922 Inf 1 M135.0028 -M135.0301 135.030094347502 135.029983520508 135.030212402344 59 25 84 1 0 0 0 0.0898480597351847 NA Inf 0 M135.0301 -M135.0998 135.099750180788 135.099578857422 135.099914550781 60 18 86 3 0 0 0 0.633817132369559 0.0333361819132554 Inf 1 M135.0998 -M136.0757 136.075662535082 136.075271606445 136.076187133789 71 18 94 3 0 0 0 0.931305249206762 0.0112041333734416 Inf 1 M136.0757 -M137.0573 137.057273513969 137.05712890625 137.057434082031 66 20 86 1 13551.7610909598 0 0.00944290975712225 0.0782446222599314 NA 4.09866770779716 0 M137.0573 -M137.0790 137.079008622603 137.078887939453 137.079147338867 58 19 77 1 0 0 0 0.534050030397736 NA Inf 0 M137.0790 -M138.9065 138.906451034546 138.905853271484 138.907165527344 58 18 78 3 0 0 0 0.68790562665958 0.0309477735373366 Inf 1 M138.9065 -M140.0682 140.068174501006 140.067749023438 140.068344116211 57 18 86 3 9466.70444980197 0 0 0.622536247986117 0.0298220039083829 15.9228368192193 1 M140.0682 -M140.9035 140.903497695923 140.903366088867 140.90364074707 59 20 82 3 0 0 0 0.679810121707795 0.0717366148234058 Inf 1 M140.9035 -M142.0651 142.065081157382 142.064697265625 142.065246582031 70 18 89 3 0 0 0 0.663381557080961 0.0236256438107027 Inf 1 M142.0651 -M142.9183 142.918298112958 142.918121337891 142.918472290039 87 20 122 2 0 1 0 NA NA Inf 0 M142.9183 -M142.9480 142.948038101196 142.947631835938 142.948211669922 77 19 101 3 0 0 0 -0.379531804371217 0.0776920646412546 Inf 1 M142.9480 -M143.0328 143.032791245914 143.032241821289 143.032943725586 58 18 91 3 0 0 0 0.750276171822917 0.070387257550342 Inf 1 M143.0328 -M144.1019 144.101876831055 144.101455688477 144.102066040039 61 18 81 3 1020.02756076389 0 0 0.409283546673232 0.14799675408149 Inf 1 M144.1019 -M144.9921 144.992074870596 144.991836547852 144.992553710938 74.5 43 123 2 0 0 0 -0.104142322459344 0.132427482720738 Inf 0 M144.9921 -M146.0600 146.059988759047 146.059432983398 146.060195922852 63 18 86 3 0 0 0 0.824722007681665 0.0576122436182909 Inf 1 M146.0600 -M147.0916 147.091621681496 147.091522216797 147.091751098633 61 18 79 1 0 0 0 0.41200992008848 NA Inf 0 M147.0916 -M147.1128 147.112763167547 147.11262512207 147.112991333008 71 18 93 3 2903.69189453125 0 0 0.231087883538219 0.215149186070146 Inf 1 M147.1128 -M148.0604 148.060396659572 148.060012817383 148.060897827148 71 18 93 3 5412.06809895833 0 0 0.593681442446498 0.103322710680898 Inf 1 M148.0604 -M148.0845 148.084474945068 148.084320068359 148.084609985352 60 18 78 1 0 0 0 0.631069312511128 NA Inf 0 M148.0845 -M150.1124 150.112438180048 150.111907958984 150.11296081543 74 18 98 3 14494.0882025825 0 0 0.894935446602279 0.037194266297541 140.895800854455 1 M150.1124 -M151.1158 151.115798563897 151.115615844727 151.115921020508 68 18 89 3 0 0 0 0.366699892849947 0.226550002166743 Inf 1 M151.1158 -M152.0567 152.05665371457 152.055755615234 152.057312011719 68 18 88 3 0 0 0 0.90048818620972 0.0256344449185945 Inf 1 M152.0567 -M152.0620 152.062017384405 152.061325073242 152.0625 62 18 89 3 0 0 0 0.962437439625352 0.00452163247340848 Inf 1 M152.0620 -M152.9990 152.998950171188 152.99853515625 152.999130249023 116 18 252 3 1561.81320529514 1 0 NA NA Inf 1 M152.9990 -M153.0600 153.060010736639 153.059783935547 153.060348510742 57 18 89 3 0 0 0 0.254562356764739 0.100074433214353 Inf 1 M153.0600 -M153.0654 153.065372935513 153.065124511719 153.065612792969 58 18 79 3 0 0 0 0.672596608603708 0.0906989485291645 Inf 1 M153.0654 -M154.0838 154.083814559444 154.083633422852 154.083999633789 58 18 80 3 0 0 0 0.507223096196498 0.0512346410548281 Inf 1 M154.0838 -M156.0767 156.076722570732 156.076110839844 156.076995849609 76 18 94 3 0 0 0 0.0954278192084081 0.131412424604246 Inf 1 M156.0767 -M158.1175 158.117540067785 158.117324829102 158.117721557617 56 18 76 3 0 0 0 0.554625034054941 0.037948211917868 Inf 1 M158.1175 -M158.9641 158.964053976125 158.963882446289 158.964202880859 56 18 74 3 34577.8110170718 0 0 0.83444144199546 0.0202443932605807 13.9772250994377 1 M158.9641 -M159.0917 159.091655247371 159.091217041016 159.092132568359 66 18 86 3 0 0 0 0.941673736603016 0.013590963212874 Inf 1 M159.0917 -M160.0604 160.060416795553 160.059799194336 160.060623168945 100 18 122 3 0 0 0 -0.714904721585353 0.019070813480748 Inf 1 M160.0604 -M160.0717 160.071653793107 160.071350097656 160.071838378906 66 18 98 3 0 0 0 0.269415045583579 0.141247651338553 Inf 1 M160.0717 -M160.0757 160.075667323328 160.075454711914 160.075988769531 71 18 91 3 0 0 0 0.771670737114479 0.0346987846577137 Inf 1 M160.0757 -M160.0950 160.094999226959 160.094802856445 160.095230102539 58.5 20 83 2 0 0 0 0.556262622718953 0.0536296260319401 Inf 0 M160.0950 -M162.1125 162.112470792988 162.111907958984 162.112609863281 76 18 96 3 8857.01214599609 0 0 0.9152364354164 0.0307037277033629 Inf 1 M162.1125 -M163.0389 163.038891176634 163.038162231445 163.03938293457 62 18 86 3 0 0 0 0.612003087264226 0.0869292484836555 Inf 1 M163.0389 -M163.0534 163.05337700477 163.052764892578 163.05387878418 60 18 82 3 0 0 0 0.355933610290362 0.15612005464671 Inf 1 M163.0534 -M163.1158 163.115787693712 163.115539550781 163.116027832031 68 18 89 3 0 0 0 0.525978738385955 0.137650760733075 Inf 1 M163.1158 -M164.0615 164.061473259559 164.060653686523 164.062042236328 61 18 79 3 0 0 0 0.511563853583548 0.0163774258389235 Inf 1 M164.0615 -M164.9300 164.929969901856 164.92951965332 164.930206298828 69 18 94 3 1299.52844238281 0 0 0.158256833138644 0.186610082318141 Inf 1 M164.9300 -M165.0698 165.069782265618 165.068664550781 165.070068359375 68 18 92 8 3350.1004486084 0 0 0.845232579828812 0.215114804345339 Inf 1 M165.0698 -M166.0259 166.025857289632 166.024307250977 166.026290893555 102 18 252 7 0 1 0 NA NA Inf 1 M166.0259 -M166.0731 166.073136416349 166.072250366211 166.073440551758 62 18 83 3 0 0 0 0.762070034017532 0.0787567558956556 Inf 1 M166.0731 -M166.0776 166.077639791701 166.076812744141 166.077880859375 60 18 89 3 0 0 0 0.875117636049866 0.051307188485327 Inf 1 M166.0776 -M166.0862 166.086228555637 166.085601806641 166.08642578125 62 18 88 3 0 0 0 0.839768527428836 0.0105783251770606 Inf 1 M166.0862 -M166.5277 166.527731553564 166.526977539062 166.528137207031 151 19 212 3 0 1 0 NA NA Inf 1 M166.5277 -M167.0811 167.081112983899 167.080276489258 167.081573486328 55 18 78 3 0 0 0 0.317234795223751 0.0675209408870915 Inf 1 M167.0811 -M167.0855 167.085490628756 167.084716796875 167.085601806641 71 18 92 3 73064.3657118056 0 0 0.985914432588426 0.00317463808749021 497.482092970827 1 M167.0855 -M167.1042 167.104209367619 167.10400390625 167.104446411133 58 18 76 3 6936.25345149461 0 0 0.634050662911369 0.171790686763617 26.5994358343066 1 M167.1042 -M168.0888 168.088849857945 168.088272094727 168.089111328125 71 18 89 3 0 0 0 0.97744698870653 0.00227281063791871 Inf 1 M168.0888 -M169.0922 169.092206682478 169.092025756836 169.092544555664 61 18 83 3 0 0 0 0.758803007884244 0.0616033213115718 Inf 1 M169.0922 -M170.0424 170.042356460813 170.04216003418 170.042617797852 63 18 88 3 0 0 0 0.629777485574536 0.0718838711624807 Inf 1 M170.0424 -M170.0924 170.092384338379 170.092132568359 170.09260559082 74 18 95 3 0 0 0 -0.156417733773211 0.168339791065726 Inf 1 M170.0924 -M170.0964 170.096408918792 170.096206665039 170.096618652344 59 26 85 1 25635.5879991319 0 0.00166977889507702 -0.139229768136581 NA 4.29640842461642 0 M170.0964 -M172.0944 172.09440111844 172.09375 172.094589233398 57 18 75 3 0 0 0 0.894796953167192 0.0230874547627367 Inf 1 M172.0944 -M173.4724 173.472379181903 173.4716796875 173.472961425781 65.5 18 91 6 22129.7952564381 0 0 0.942001107207437 0.0389662769466327 17.6344446154136 1 M173.4724 -M174.0386 174.038636618798 174.038330078125 174.038940429688 59 18 88 3 0 0 0 0.89512349579656 0.0170842540834756 Inf 1 M174.0386 -M174.0549 174.054942036723 174.05419921875 174.055191040039 70 18 93 3 0 0 0 0.9416104227578 0.00130565314863689 Inf 1 M174.0549 -M174.0913 174.091334582325 174.090789794922 174.091537475586 63 18 85 3 0 0 0 0.915421818607229 0.010158976198544 Inf 1 M174.0913 -M175.0314 175.031360689799 175.030792236328 175.031646728516 104 18 252 3 0 1 0 NA NA Inf 1 M175.0314 -M175.0583 175.058308293269 175.05744934082 175.058563232422 60 18 84 3 0 0 0 0.7108660468982 0.0782486084216694 Inf 1 M175.0583 -M175.0947 175.094700372041 175.094345092773 175.09489440918 57 18 78 3 0 0 0 0.558024074756647 0.131841033292886 Inf 1 M175.0947 -M175.1101 175.110130205546 175.109390258789 175.110778808594 61 18 81 3 0 0 0 0.564165510917449 0.0437963853207206 Inf 1 M175.1101 -M175.1189 175.118946620396 175.118713378906 175.119201660156 71 18 93 3 0 0 0 0.340051068336833 0.131791079885301 Inf 1 M175.1189 -M175.5330 175.533028617619 175.532501220703 175.533584594727 103 18 198 3 0 1 0 NA NA Inf 1 M175.5330 -M176.1030 176.102989479348 176.102676391602 176.103210449219 65 18 83 1 0 0 0 0.455883343585998 NA Inf 0 M176.1030 -M176.1182 176.118201870389 176.117691040039 176.118286132812 70 18 91 3 337963.152832031 0 0 0.987895793598041 0.00284698066504405 222.667788699681 1 M176.1182 -M176.1280 176.12801028895 176.127426147461 176.128326416016 68 18 89 3 0 0 0 0.851530960642003 0.00779524812116477 Inf 1 M176.1280 -M177.0546 177.054586839816 177.053955078125 177.054916381836 71.5 18 93 4 8010.88876994779 0 0 0.948165256999034 0.0171360945267089 273.99779209461 1 M177.0546 -M177.0869 177.086939179848 177.086395263672 177.087173461914 216 36 252 3 9160.38512369792 1 6.62292443109891e-12 NA NA 23.520555575446 1 M177.0869 -M177.0982 177.098172651854 177.097640991211 177.098434448242 78 18 99 3 0 0 0 0.494070220776238 0.0959562642562823 Inf 1 M177.0982 -M177.1152 177.115224685669 177.114990234375 177.115493774414 65 18 83 3 0 0 0 0.904584032264878 0.0112768904073397 Inf 1 M177.1152 -M177.1215 177.121526013167 177.12092590332 177.12174987793 68 18 88 3 0 0 0 0.981634413473625 0.0050994426900174 Inf 1 M177.1215 -M177.1244 177.124388089187 177.124130249023 177.124694824219 56 18 76 2 0 0 0 0.457934433734029 0.0320250394050121 Inf 0 M177.1244 -M178.0579 178.057930469513 178.057601928711 178.058212280273 67 18 89 3 0 0 0 0.669554040044787 0.0421039473147377 Inf 1 M178.0579 -M178.1015 178.10151857058 178.101303100586 178.10173034668 70 18 102 2 0 0 0 0.163034521833149 0.0215222705364007 Inf 0 M178.1015 -M178.1249 178.12488268931 178.12434387207 178.125534057617 58 18 89 3 0 0 0 0.770186646636921 0.0389159732968882 Inf 1 M178.1249 -M182.0811 182.081140660459 182.080810546875 182.081436157227 70 18 89 3 1950.91825358073 0 0 0.48775850181719 0.00990427339534194 Inf 1 M182.0811 -M182.9023 182.902342394921 182.901626586914 182.902694702148 95.5 43 147 2 0 1 0 NA NA Inf 0 M182.9023 -M185.0420 185.042032822319 185.041793823242 185.042434692383 60 18 85 3 0 0 0 0.875839707448023 0.0202164719070981 Inf 1 M185.0420 -M187.0577 187.057674153646 187.057281494141 187.057968139648 54 18 88 3 0 0 0 0.372013251341998 0.0195183584734385 Inf 1 M187.0577 -M187.0713 187.071337307201 187.070953369141 187.071685791016 197 20 252 3 0 1 0 NA NA Inf 1 M187.0713 -M188.0683 188.068278132258 188.067962646484 188.068603515625 54 18 78 3 0 0 0 0.534684304037522 0.141436947038147 Inf 1 M188.0683 -M188.0706 188.070580595283 188.070343017578 188.070877075195 64 18 86 3 0 0 0 0.626300744855506 0.125176991937175 Inf 1 M188.0706 -M189.0871 189.087073320899 189.086486816406 189.087493896484 192 20 250 3 0 1 0 NA NA Inf 1 M189.0871 -M190.0125 190.012532284385 190.01220703125 190.012893676758 60 18 81 3 0 0 0 0.897018620815224 0.0248617410110298 Inf 1 M190.0125 -M190.1437 190.14374363676 190.143432617188 190.144027709961 58 18 82 3 0 0 0 0.596529755404987 0.0689216306127536 Inf 1 M190.1437 -M191.0766 191.076643676758 191.076248168945 191.076858520508 54 18 72 1 0 0 0 0.392175595589221 NA Inf 0 M191.0766 -M191.1026 191.102550018286 191.101959228516 191.102890014648 94.5 36 137 2 0 1 0 NA NA Inf 0 M191.1026 -M192.0243 192.024306838577 192.024032592773 192.024642944336 55 18 76 3 0 0 0 0.498996612388673 0.107257674453984 Inf 1 M192.0243 -M194.1387 194.138656514486 194.138366699219 194.138931274414 68 18 89 3 0 0 0 0.64528419402074 0.0384783566042028 Inf 1 M194.1387 -M195.0459 195.045901784635 195.045608520508 195.046157836914 95.5 18 114 2 0 0 0 -0.576009043172326 0.0681106775168726 Inf 0 M195.0459 -M196.0205 196.02051858341 196.020065307617 196.020904541016 57 18 77 3 0 0 0 0.554097589877801 0.0851129487045486 Inf 1 M196.0205 -M196.0369 196.036869075748 196.036560058594 196.037216186523 58 18 77 3 0 0 0 0.954993586704994 0.0109716242161585 Inf 1 M196.0369 -M196.8650 196.865036908318 196.86474609375 196.86540222168 57 18 79 3 0 0 0 0.733163727398451 0.0330347640921115 Inf 1 M196.8650 -M196.9886 196.988619537303 196.987930297852 196.988952636719 102 18 122 2 0 0 0 -0.496232856396544 0.101975572404738 Inf 0 M196.9886 -M197.0402 197.040224552155 197.039825439453 197.040557861328 58 18 79 3 0 0 0 0.610004645469961 0.0949345468483105 Inf 1 M197.0402 -M197.0430 197.042954432603 197.042587280273 197.04328918457 140 20 218 2 0 1 0 NA NA Inf 0 M197.0430 -M197.0788 197.078799775131 197.078216552734 197.079345703125 94 19 113 1 7562.63444010417 0 0 -0.312157722269886 NA 3.96009822966026 0 M197.0788 -M198.0972 198.097195095486 198.096908569336 198.097457885742 61 18 88 3 0 0 0 0.311286144347844 0.0156747140732687 Inf 1 M198.0972 -M198.1001 198.100148168103 198.099807739258 198.100433349609 55 18 76 3 0 0 0 0.476437961875777 0.158626450363587 Inf 1 M198.1001 -M198.8621 198.862140655518 198.861541748047 198.862457275391 59 18 81 3 0 0 0 0.660173116701527 0.0212282062947215 Inf 1 M198.8621 -M199.0365 199.036545116377 199.035873413086 199.036926269531 64 18 86 3 0 0 0 0.973957485650476 0.00188634273849229 Inf 1 M199.0365 -M199.0689 199.068937906405 199.068603515625 199.0693359375 94 20 132 3 0 1 0 NA NA Inf 1 M199.0689 -M199.0801 199.080133337724 199.079788208008 199.080444335938 61 18 79 3 0 0 0 0.625862694487708 0.0320727809265612 Inf 1 M199.0801 -M200.0399 200.039887408821 200.039520263672 200.040328979492 58 18 89 3 0 0 0 0.616920026397013 0.0449567900755113 Inf 1 M200.0399 -M202.9759 202.975882325854 202.975555419922 202.976181030273 87 37 124 1 0 0 0 0.00513903921072073 NA Inf 0 M202.9759 -M203.0102 203.01015019135 203.009841918945 203.010467529297 97 36 141 2 0 1 0 NA NA Inf 0 M203.0102 -M203.0526 203.052636458382 203.052124023438 203.052947998047 72.5 18 95 4 29675.1667305541 0 0 0.934572624616435 0.00993551220421734 193.362308471322 1 M203.0526 -M204.0560 204.055967305501 204.0556640625 204.056289672852 59 18 83 3 0 0 0 0.80057441394409 0.0380017692914265 Inf 1 M204.0560 -M204.1230 204.123043327754 204.122756958008 204.12336730957 70 18 108 3 12379.1777140299 0 0 0.909292068262085 0.0246364179879224 Inf 1 M204.1230 -M205.0970 205.097007017869 205.096008300781 205.097381591797 70 18 89 3 0 0 0 0.606664043363136 0.0685662302099885 Inf 1 M205.0970 -M205.1263 205.126291138785 205.125579833984 205.126617431641 69 18 89 3 0 0 0 0.757482174315887 0.057279228741564 Inf 1 M205.1263 -M206.1386 206.138588686755 206.138000488281 206.138931274414 70 18 89 3 0 0 0 0.796056174518409 0.0413036551968712 Inf 1 M206.1386 -M206.8938 206.893815530313 206.89338684082 206.894119262695 56 18 76 3 0 0 0 0.889423892191348 0.0275064494901262 Inf 1 M206.8938 -M207.0239 207.023904123614 207.023620605469 207.024200439453 57 18 77 3 0 0 0 0.548429717351735 0.148434522582117 Inf 1 M207.0239 -M208.8909 208.89089457194 208.890625 208.891250610352 60 18 90 3 0 0 0 0.808557667737424 0.02944194810485 Inf 1 M208.8909 -M211.0940 211.094031484186 211.093704223633 211.09440612793 61 18 80 3 12282.3374103754 0 0 0.938018269657857 0.0165737279944434 129.65234513023 1 M211.0940 -M212.0974 212.097373818452 212.097076416016 212.097839355469 60 18 88 3 0 0 0 0.503634911377947 0.315631018174985 Inf 1 M212.0974 -M214.0062 214.006180612664 214.005905151367 214.006561279297 57 18 75 3 0 0 0 0.603822113290235 0.0515825265641113 Inf 1 M214.0062 -M214.9992 214.999152572043 214.998764038086 214.999801635742 101 20 214 3 0 1 0 NA NA Inf 1 M214.9992 -M215.0105 215.010466257731 215.010162353516 215.010879516602 58 18 77 3 0 0 0 0.710505817402629 0.0666400373097647 Inf 1 M215.0105 -M215.0282 215.028249383517 215.027526855469 215.028579711914 213 36 252 3 0 1 0 NA NA Inf 1 M215.0282 -M215.0496 215.049569712057 215.049255371094 215.049987792969 66 18 84 2 0 0 0 0.261963992527274 0.10660696318049 Inf 0 M215.0496 -M215.0535 215.053493041992 215.053237915039 215.053863525391 106 18 124 1 0 0 0 0 NA Inf 0 M215.0535 -M216.1018 216.10184173584 216.101318359375 216.102203369141 58 20 79 3 0 0 0 0.559034093925753 0.0946257352759497 Inf 1 M216.1018 -M216.1206 216.120568980341 216.11979675293 216.121017456055 54 18 89 3 0 0 0 0.579027943724685 0.0185826098010066 Inf 1 M216.1206 -M216.9226 216.922641261931 216.922286987305 216.923126220703 55 18 77 3 3863.24916294643 0 0 0.915593092956897 0.0123444965061319 Inf 1 M216.9226 -M218.0188 218.018786690452 218.018371582031 218.019134521484 57 18 77 3 0 0 0 0.776684266160457 0.00540440557526151 Inf 1 M218.0188 -M218.1386 218.138616021474 218.138244628906 218.139144897461 62 18 89 3 0 0 0 0.89529863669408 0.0170874456606561 Inf 1 M218.1386 -M218.9197 218.91968863351 218.919250488281 218.920166015625 55 18 75 3 0 0 0 0.800409293310794 0.0113572333024038 Inf 1 M218.9197 -M219.0265 219.026487236414 219.025848388672 219.026916503906 63 18 87 3 0 0 0 0.952935745863257 0.0121068314844725 Inf 1 M219.0265 -M219.1128 219.11275050572 219.112411499023 219.113159179688 71 18 91 3 0 0 0 0.769950849587673 0.0732369781591104 Inf 1 M219.1128 -M221.0621 221.062054656273 221.061630249023 221.062469482422 62 18 89 3 0 0 0 0.605045996922734 0.109183029763301 Inf 1 M221.0621 -M222.8677 222.867747658177 222.867294311523 222.868179321289 58 18 78 3 0 0 0 0.767407957482375 0.079818584704591 Inf 1 M222.8677 -M223.0636 223.063621252355 223.063186645508 223.064010620117 62 18 88 3 11919.2721215873 0 0 0.887546075489344 0.0299641419923695 81.2148819285306 1 M223.0636 -M223.0753 223.075327825885 223.074966430664 223.075607299805 70 18 98 3 10257.9484084654 0 0 0.958707058214187 0.00642446902437427 1059.71275662997 1 M223.0753 -M224.0335 224.033522722467 224.033142089844 224.033966064453 216 18 252 3 0 1 0 NA NA Inf 1 M224.0335 -M224.0632 224.063166381982 224.062850952148 224.063598632812 59 18 78 2 0 0 0 0.542590607449586 0.0726249570979367 Inf 0 M224.0632 -M224.0786 224.078640783257 224.078216552734 224.079055786133 70 18 88 3 1828.75838216146 0 0 0.923010602842713 0.0105310057686198 Inf 1 M224.0786 -M224.8648 224.864822998047 224.864379882812 224.865234375 57 18 88 3 0 0 0 0.731595708083634 0.0855501852857934 Inf 1 M224.8648 -M225.0345 225.034489246125 225.033798217773 225.034942626953 55 18 86 3 0 0 0 0.645015166171156 0.0345754251172273 Inf 1 M225.0345 -M225.0429 225.04286731672 225.042449951172 225.04328918457 60.5 18 80 2 33891.0204264323 0 3.79037612407984e-09 0.692319788386783 0.0108420288862525 5.61410973692305 0 M225.0429 -M225.0820 225.082030785353 225.08171081543 225.08251953125 64 20 89 2 0 0 0 0.475592868108778 0.0496078488000051 Inf 0 M225.0820 -M226.1049 226.104926963604 226.104446411133 226.105255126953 54 18 72 2 0 0 0 0.211976612772608 0.142168571267995 Inf 0 M226.1049 -M226.9514 226.95143281168 226.951080322266 226.951782226562 54 18 73 3 112911.991391782 0 0 0.874780814193066 0.0302213467281532 6.58493759702176 1 M226.9514 -M227.0680 227.067966938019 227.067489624023 227.068313598633 59 18 78 3 0 0 0 0.541607716856875 0.0351774447507902 Inf 1 M227.0680 -M228.1206 228.120551333216 228.120101928711 228.12092590332 67 18 88 3 0 0 0 0.965009773782036 0.0048425290564907 Inf 1 M228.1206 -M229.1239 229.123866347016 229.123016357422 229.124282836914 59 18 89 3 4824.26817039207 0 0 0.833131598603941 0.018317457390913 Inf 1 M229.1239 -M232.8966 232.896563586647 232.896224975586 232.897033691406 56 18 76 3 0 0 0 0.886067273930326 0.0133840908529256 Inf 1 M232.8966 -M233.0388 233.038797053516 233.038314819336 233.039154052734 132 38 185 2 0 1 0 NA NA Inf 0 M233.0388 -M233.0759 233.075946745325 233.075546264648 233.076278686523 56 18 75 3 0 0 0 0.837896860497316 0.0201497656328235 Inf 1 M233.0759 -M233.1284 233.128387451172 233.127899169922 233.128753662109 70 18 94 3 0 0 0 0.932142593071614 0.0221794956747038 Inf 1 M233.1284 -M234.1317 234.131736564636 234.131286621094 234.132186889648 59 18 79 3 0 0 0 0.583644187580374 0.0395182420091087 Inf 1 M234.1317 -M234.8936 234.893608786843 234.893127441406 234.893997192383 56 18 77 3 0 0 0 0.635258381360064 0.0795883498102782 Inf 1 M234.8936 -M235.0924 235.092394360041 235.092178344727 235.092758178711 216 36 252 3 0 1 0 NA NA Inf 1 M235.0924 -M236.0958 236.095764006027 236.095275878906 236.096160888672 132 20 224 3 0 1 0 NA NA Inf 1 M236.0958 -M241.0947 241.094685003999 241.094314575195 241.095108032227 58 18 77 3 48723.3506673177 0 0 0.961300257837907 0.00814657003732717 71.5168793042954 1 M241.0947 -M242.0980 242.09803314209 242.097534179688 242.09846496582 60 18 88 3 0 0 0 0.844110268501319 0.0358677250604448 Inf 1 M242.0980 -M242.9254 242.925358717354 242.924774169922 242.925811767578 58 18 88 3 12425.7499234069 0 0 0.793849752154258 0.0254621424048029 22.703255579078 1 M242.9254 -M244.0945 244.094495160864 244.094009399414 244.094879150391 66 18 88 3 0 0 0 0.906766316121365 0.0286640373997178 Inf 1 M244.0945 -M245.0572 245.057208082411 245.056838989258 245.0576171875 60 18 80 3 0 0 0 0.984151280301637 0.00231271007784422 Inf 1 M245.0572 -M246.0606 246.060577593352 246.059997558594 246.061065673828 63 18 84 3 0 0 0 0.929286577248408 0.0152106487983192 Inf 1 M246.0606 -M247.0924 247.092399044313 247.091888427734 247.092910766602 101 18 121 3 0 0 0 -0.609539874605863 0.0470410727461433 Inf 1 M247.0924 -M249.0455 249.04546684852 249.044998168945 249.045928955078 56 18 104 3 0 0 0 -0.378797292842437 0.0773268539287043 Inf 1 M249.0455 -M249.1572 249.157238515218 249.156814575195 249.157653808594 57 18 88 3 0 0 0 0.473360115549812 0.00977494144589141 Inf 1 M249.1572 -M251.0702 251.070204514724 251.069854736328 251.070709228516 57 18 77 3 0 0 0 0.565875046275424 0.0682766796855124 Inf 1 M251.0702 -M254.8237 254.823678236741 254.823272705078 254.824142456055 59 18 80 3 0 0 0 0.725587907815779 0.062726411747813 Inf 1 M254.8237 -M255.0580 255.057967049735 255.0576171875 255.058441162109 56 18 75 3 0 0 0 0.636786523532536 0.0513359725990438 Inf 1 M255.0580 -M255.0740 255.073953801935 255.073547363281 255.074325561523 60 20 80 1 0 0 0 0.444548007858048 NA Inf 0 M255.0740 -M255.1034 255.103368810705 255.102813720703 255.103912353516 69 54 123 1 0 0 0 -0.324854947410664 NA Inf 0 M255.1034 -M255.1103 255.110333485822 255.109832763672 255.110778808594 65 18 84 3 12976.4228515625 0 0 0.982350916453077 0.0028529713191403 Inf 1 M255.1103 -M256.1137 256.113688441685 256.113159179688 256.114288330078 59 18 86 3 0 0 0 0.918353076892975 0.0193301756523363 Inf 1 M256.1137 -M256.1695 256.169512115256 256.168853759766 256.169860839844 65 18 86 3 42171.4282850477 0 0 0.983116708580921 0.00688407067095412 577.368669199486 1 M256.1695 -M256.8207 256.820715904236 256.820220947266 256.821075439453 58 18 77 3 0 0 0 0.83488085888568 0.0268449824866257 Inf 1 M256.8207 -M257.0461 257.046070629953 257.045593261719 257.046508789062 159.5 36 212 2 0 1 0 NA NA Inf 0 M257.0461 -M257.0686 257.068607449001 257.068176269531 257.069122314453 59 18 80 3 0 0 0 0.915872444440158 0.0123033325625464 Inf 1 M257.0686 -M257.0743 257.074324640735 257.073883056641 257.074829101562 99 18 119 3 0 0 0 -0.677634657849851 0.0202212081522734 Inf 1 M257.0743 -M257.1729 257.172869159329 257.171875 257.173370361328 69 18 89 3 0 0 0 0.970449106693719 0.0147183931265744 Inf 1 M257.1729 -M258.0719 258.071938539163 258.071502685547 258.072387695312 54 18 76 3 0 0 0 0.495747946329128 0.189330128332133 Inf 1 M258.0719 -M258.1763 258.176298092573 258.175903320312 258.1767578125 60 18 86 3 0 0 0 0.762955149830568 0.0391011798349227 Inf 1 M258.1763 -M258.1851 258.185135837876 258.184844970703 258.185394287109 78 18 99 3 107642.66394973 0 0 0.979189964334593 0.00483570389348352 227.136895351435 1 M258.1851 -M259.1885 259.188493030476 259.188110351562 259.188995361328 72 18 97 3 15306.9187011719 0 0 0.971431891416525 0.00467361360132732 Inf 1 M259.1885 -M260.1644 260.164407248026 260.163696289062 260.164764404297 80 18 98 3 131651.206383825 0 0 0.973179517668581 0.00292224442953869 241.334448995798 1 M260.1644 -M260.1855 260.185503230375 260.185211181641 260.186004638672 85 18 106 3 120737.522949219 0 0 0.953692203068252 0.00520529421431885 167.897011138865 1 M260.1855 -M260.1917 260.191717465719 260.191253662109 260.192291259766 60 18 81 3 0 0 0 0.728288614205785 0.032931692654004 Inf 1 M260.1917 -M261.0111 261.011081471163 261.010711669922 261.011566162109 61 18 86 3 0 0 0 0.63416640867328 0.0610431753030903 Inf 1 M261.0111 -M261.0307 261.030669621059 261.030029296875 261.031341552734 58 18 88 3 9972.97796152152 0 0 0.837211260717628 0.0508633780740851 42.5701182624728 1 M261.0307 -M261.1615 261.1614717756 261.161193847656 261.161865234375 49 26 75 1 0 0 0 0.514201254121704 NA Inf 0 M261.1615 -M261.1677 261.167745675614 261.167358398438 261.168121337891 71 18 93 3 30772.6374104818 0 0 0.963518684454607 0.00311292424136242 Inf 1 M261.1677 -M261.1889 261.188866525326 261.188415527344 261.189392089844 70 18 93 3 0 0 0 0.91696489358819 0.006027606277746 Inf 1 M261.1889 -M262.1698 262.169838049626 262.167877197266 262.171569824219 63 18 89 6 0 0 0 0.564839706094914 0.237137250416128 Inf 1 M262.1698 -M262.1910 262.190960087375 262.189331054688 262.192626953125 60 18 80 6 0 0 0 0.554081963466739 0.0973965071748826 Inf 1 M262.1910 -M263.0560 263.056048126285 263.055480957031 263.056732177734 68 18 88 3 9928.11405331864 0 0 0.961001375890874 0.0183282104621611 396.444006606624 1 M263.0560 -M264.0304 264.030422112881 264.029571533203 264.030914306641 77 54 131 1 0 1 0 NA NA Inf 0 M264.0304 -M264.0556 264.055600827879 264.055023193359 264.056060791016 56 18 86 3 0 0 0 0.800486385472207 0.0805841668592475 Inf 1 M264.0556 -M264.0594 264.059358799096 264.058868408203 264.059783935547 58 18 77 2 0 0 0 0.669677420477548 0.00369204662661352 Inf 0 M264.0594 -M264.8525 264.852476640181 264.851959228516 264.852905273438 57 18 77 2 0 0 0 0.58943838344449 0.0111881499310966 Inf 0 M264.8525 -M265.0230 265.022975569722 265.022521972656 265.0234375 90 18 109 3 15600.1009260786 0 8.67137778914895e-07 -0.628675736411646 0.011694614163826 35.4236614886184 1 M265.0230 -M265.0529 265.052898551844 265.05224609375 265.053436279297 58 18 86 3 0 0 0 0.752584440443732 0.130323707158315 Inf 1 M265.0529 -M265.2525 265.252521920028 265.251861572266 265.253051757812 63 23 88 2 6558.70487060547 0 0 0.169367880454861 0.178291019723902 6.45877462502979 0 M265.2525 -M267.2682 267.268156571822 267.267639160156 267.268676757812 66 18 88 3 3654.70815429687 0 0 0.320591197514126 0.131585315749652 Inf 1 M267.2682 -M269.1244 269.124350289318 269.123870849609 269.124877929688 70 18 95 3 12424.3901367188 0 0 0.612665652021222 0.123725695820135 Inf 1 M269.1244 -M270.1277 270.127682721173 270.126831054688 270.128204345703 64 18 85 3 0 0 0 0.128944666026449 0.0522402017040142 Inf 1 M270.1277 -M270.9777 270.977668674513 270.977172851562 270.978118896484 54 18 74 2 2294.15014648438 0 0 0.588296638915319 0.0498723286047788 Inf 0 M270.9777 -M271.0400 271.039990792314 271.039276123047 271.040405273438 58 18 81 3 0 0 0 0.501819166211634 0.0548043655443622 Inf 1 M271.0400 -M271.0843 271.084252414933 271.083770751953 271.084991455078 58 18 78 3 2352.85815429688 0 0 0.945774690630124 0.0130318418586958 Inf 1 M271.0843 -M272.0876 272.087589808873 272.087097167969 272.088348388672 55 18 76 3 0 0 0 0.722381452442202 0.0151402894454323 Inf 1 M272.0876 -M272.2008 272.200789468813 272.200439453125 272.201263427734 71 18 90 3 58816.3428134817 0 0 0.988217474308384 0.00058235260058877 1186.74702896991 1 M272.2008 -M272.7945 272.794501749674 272.794189453125 272.794860839844 60 18 80 2 0 0 0 0.724849710314141 0.0631067214852829 Inf 0 M272.7945 -M273.0393 273.039307547616 273.038787841797 273.039764404297 88 37 135 2 0 1 0 NA NA Inf 0 M273.0393 -M273.0824 273.082365143684 273.082092285156 273.082763671875 66.5 18 97 2 0 0 0 0.550821924488567 0.0122635277317417 Inf 0 M273.0824 -M273.1979 273.197850114208 273.197204589844 273.198547363281 62 18 88 3 0 0 0 0.649450383091466 0.0843312233529672 Inf 1 M273.1979 -M273.2041 273.204133426442 273.203765869141 273.204467773438 70 18 89 3 32651.9488661024 0 0 0.985570687398415 0.00208770615654327 429.067525082177 1 M273.2041 -M274.2012 274.201150621686 274.200622558594 274.201690673828 60 18 86 3 0 0 0 0.659784759620681 0.0716406560635468 Inf 1 M274.2012 -M274.2075 274.207461239247 274.204467773438 274.2080078125 59 18 86 5 0 0 0 0.718039310444383 0.249864560748413 Inf 1 M274.2075 -M278.1514 278.15140575367 278.150756835938 278.152099609375 70 18 89 3 0 0 0 0.914980489527137 0.011849865156367 Inf 1 M278.1514 -M279.0300 279.029954855783 279.029327392578 279.030578613281 56 18 75 3 0 0 0 0.746912227908333 0.0815077588843168 Inf 1 M279.0300 -M279.0562 279.056217655305 279.055786132812 279.056671142578 76.5 21 121 2 0 1 0 NA NA Inf 0 M279.0562 -M279.1547 279.154725916245 279.153991699219 279.1552734375 61 18 84 3 0 0 0 0.671151195893308 0.0257583965092967 Inf 1 M279.1547 -M282.1463 282.14634503505 282.145812988281 282.146942138672 59 18 89 3 0 0 0 0.89732581805654 0.0269079973365723 Inf 1 M282.1463 -M282.1674 282.167447310228 282.166870117188 282.168304443359 58 18 88 3 0 0 0 0.80856941936317 0.00788822267333417 Inf 1 M282.1674 -M282.2790 282.27901474973 282.278472900391 282.279449462891 71 18 99 3 28092.7171204582 0 0 0.920690626578245 0.0156105441314907 225.517578198995 1 M282.2790 -M283.2824 283.282374493216 283.281829833984 283.282928466797 72 18 93 3 4266.18212890625 0 0 0.812880282858817 0.0461445448557086 Inf 1 M283.2824 -M284.2858 284.285754047262 284.285308837891 284.286224365234 58 18 79 2 0 0 0 0.299370822720376 0.330650081129559 Inf 0 M284.2858 -M284.2947 284.294684332771 284.294097900391 284.295288085938 61 18 88 3 9383.82932128906 0 0 0.64132657409171 0.0516837677981334 24.5574865215155 1 M284.2947 -M285.0756 285.075603214118 285.074920654297 285.076141357422 68 18 88 3 0 0 0 0.885867131355792 0.0499913027552435 Inf 1 M285.0756 -M285.2787 285.27868991428 285.278137207031 285.279235839844 61 18 89 3 2318.34333147321 0 0 0.324859348908629 0.167591533072034 Inf 1 M285.2787 -M286.0790 286.079012552897 286.078521728516 286.079681396484 60 18 81 3 0 0 0 0.670949714024832 0.119249140245262 Inf 1 M286.0790 -M287.0550 287.054964773996 287.054016113281 287.055603027344 99 18 125 3 0 0 0 -0.518268860711455 0.209581872919516 Inf 1 M287.0550 -M290.0910 290.091025108148 290.090393066406 290.091583251953 86 18 108 3 0 0 0 -0.567101321561927 0.109950753214448 Inf 1 M290.0910 -M290.1750 290.174968362712 290.174499511719 290.175476074219 74 18 98 3 79029.9112139651 0 0 0.977943629418804 0.00175650496229757 361.001253050794 1 M290.1750 -M291.1063 291.106261863962 291.105743408203 291.106811523438 68 18 86 3 0 0 0 0.609176920945575 0.0409139284947339 Inf 1 M291.1063 -M291.1783 291.178341583064 291.177978515625 291.178955078125 69 18 89 3 42078.5901557075 0 0 0.973822738516183 0.00110369898231689 124.548472654019 1 M291.1783 -M292.1805 292.180474308032 292.178680419922 292.182159423828 59 18 89 6 0 0 0 0.666949842920337 0.154052195946533 Inf 1 M292.1805 -M293.0978 293.097803299952 293.097381591797 293.098022460938 99 19 133 3 0 0 0 -0.77533620789846 0.0167981033794242 Inf 1 M293.0978 -M294.0949 294.094884530584 294.09375 294.095520019531 100 18 125 3 0 0 0 -0.65948036555588 0.0744581677351752 Inf 1 M294.0949 -M294.1011 294.101138822494 294.100616455078 294.101501464844 103 20 124 3 0 0 0 -0.759072888953524 0.0174099734416501 Inf 1 M294.1011 -M295.1032 295.103219506706 295.101165771484 295.105285644531 101 18 122 6 0 0 0 -0.658918781943519 0.0692807263288127 Inf 1 M295.1032 -M296.0238 296.023769516199 296.023132324219 296.024444580078 70 18 89 3 0 0 0 0.798397845748449 0.0388270765567013 Inf 1 M296.0238 -M296.1053 296.105331856864 296.104766845703 296.106048583984 107 18 186 3 0 1 0 NA NA Inf 1 M296.1053 -M297.0271 297.027119524726 297.026489257812 297.027679443359 58.5 18 79 2 0 0 0 0.317646408127947 0.0546001213907387 Inf 0 M297.0271 -M298.0208 298.020847440516 298.020172119141 298.021545410156 60 18 84 3 0 0 0 0.735060344197707 0.064756142123763 Inf 1 M298.0208 -M300.2896 300.289557762969 300.289001464844 300.290222167969 70 18 89 3 33603.8711066675 0 0 0.88662532357832 0.0302962881929054 123.714518118438 1 M300.2896 -M301.1409 301.140912222438 301.140167236328 301.141632080078 64.5 18 86 2 17705.1561550564 0 0.00234111973882412 0.447013765289295 0.0814584931272674 5.404218584928 0 M301.1409 -M301.2929 301.292914130471 301.292297363281 301.293609619141 70 18 92 3 9031.70613606771 0 0 0.784667192022304 0.0287785005980248 Inf 1 M301.2929 -M302.2324 302.232421488702 302.231536865234 302.233001708984 64 18 87 3 0 0 0 0.842658955348086 0.0325266255988136 Inf 1 M302.2324 -M302.2963 302.296271690956 302.296051025391 302.296600341797 55 18 73 1 0 0 0 0.294033201199406 NA Inf 0 M302.2963 -M302.3052 302.305191321567 302.304595947266 302.305847167969 74 18 99 3 178203.581217448 0 0 0.893292945324752 0.0207993474425266 29.3032137627289 1 M302.3052 -M303.3085 303.308543604073 303.307830810547 303.309234619141 70 18 91 3 0 0 0 0.763984549588241 0.0140538970565003 Inf 1 M303.3085 -M304.2609 304.260930287032 304.260192871094 304.261596679688 62 18 91 3 14606.9547729492 0 0 0.981894999998452 0.00306481764089461 356.618482455933 1 M304.2609 -M304.3119 304.311933898926 304.311462402344 304.312561035156 55.5 18 78 2 0 0 0 0.314929687435445 0.134386570914646 Inf 0 M304.3119 -M305.1029 305.102938175201 305.102142333984 305.103576660156 59 18 88 3 0 0 0 0.819280992263853 0.112183998270358 Inf 1 M305.1029 -M305.2643 305.264281065568 305.263702392578 305.264923095703 70 18 88 3 0 0 0 0.876779519036492 0.0239813574753022 Inf 1 M305.2643 -M307.0575 307.057541463385 307.056976318359 307.058166503906 60 18 89 3 10747.2667643229 0 0 0.955595306342692 0.0128194037043975 Inf 1 M307.0575 -M308.0609 308.060885985032 308.060302734375 308.0615234375 58 18 80 3 0 0 0 0.785022521310993 0.0301458560628389 Inf 1 M308.0609 -M309.1120 309.111985817934 309.111419677734 309.112701416016 75 18 93 3 0 0 0 0.957535835509633 0.00385276859545328 Inf 1 M309.1120 -M310.1153 310.115343134454 310.11474609375 310.115936279297 66 18 88 3 0 0 0 0.859997953684797 0.0191860332615529 Inf 1 M310.1153 -M312.1569 312.156864149306 312.156005859375 312.157501220703 62 18 86 3 0 0 0 0.880802107443958 0.0158887984073676 Inf 1 M312.1569 -M313.0882 313.088225046794 313.087615966797 313.088714599609 57 18 76 3 0 0 0 0.378550388973032 0.124230888293443 Inf 1 M313.0882 -M313.2736 313.273577284112 313.273040771484 313.273986816406 61 18 80 4 36186.4700520833 0 0 0.753191656322666 0.123814657517948 20.6817266985135 1 M313.2736 -M314.2769 314.276949081186 314.276336669922 314.277587890625 66 18 86 3 8006.73060062767 0 5.31476960219379e-08 0.459632596652839 0.0803067892521975 18.3713031174221 1 M314.2769 -M315.0673 315.067252431017 315.066131591797 315.067779541016 216 18 252 3 0 1 0 NA NA Inf 1 M315.0673 -M315.0797 315.079722243089 315.079376220703 315.080078125 99 20 126 3 0 0 0 -0.68906946665802 0.0139322530260814 Inf 1 M315.0797 -M316.0692 316.069240231348 316.067169189453 316.071166992188 195 36 252 6 0 1 0 NA NA Inf 1 M316.0692 -M316.0767 316.076728489088 316.076141357422 316.077362060547 94 19 115 3 0 0 0 -0.550093396463524 0.111987707296802 Inf 1 M316.0767 -M316.0831 316.083050287986 316.082489013672 316.083770751953 102 18 123 3 0 0 0 -0.723804370458156 0.0156123897653625 Inf 1 M316.0831 -M317.0558 317.055839130986 317.05517578125 317.056457519531 152.5 18 216 2 0 1 0 NA NA Inf 0 M317.0558 -M317.0647 317.064702914908 317.064025878906 317.0654296875 173.5 36 240 2 0 1 0 NA NA Inf 0 M317.0647 -M317.0851 317.085144083114 317.083312988281 317.086944580078 98.5 19 122 6 0 0 0 -0.569809132061063 0.0723114240329533 Inf 1 M317.0851 -M318.0057 318.005737848374 318.005126953125 318.00634765625 59 18 79 3 0 0 0 0.945473262385469 0.0192947025906922 Inf 1 M318.0057 -M318.3001 318.300079321521 318.299530029297 318.300720214844 78 18 102 3 184629.819715712 0 0 0.851365999739461 0.0280642386186314 32.194741974727 1 M318.3001 -M319.0091 319.009081522624 319.008087158203 319.009948730469 64 18 89 3 0 0 0 0.722158095255198 0.079385879934494 Inf 1 M319.0091 -M319.3035 319.303450091158 319.302673339844 319.304351806641 76 18 98 3 31127.1917317708 0 0 0.740100174296327 0.00915916691375925 28.9298289471546 1 M319.3035 -M320.0027 320.002745439662 320.002014160156 320.003631591797 60 18 83 3 0 0 0 0.90435857517966 0.0166084274431774 Inf 1 M320.0027 -M320.2348 320.234845977469 320.233947753906 320.235595703125 62 18 82 3 0 0 0 0.875091955461003 0.00872754256338139 Inf 1 M320.2348 -M320.3068 320.306771172418 320.306182861328 320.307525634766 62 18 82 3 0 0 0 0.183716004517856 0.126724548932892 Inf 1 M320.3068 -M321.0061 321.006094932556 321.005340576172 321.006652832031 58 18 79 3 0 0 0 0.575821570376504 0.0421708026023915 Inf 1 M321.0061 -M321.9998 321.999801347841 321.998809814453 322.000335693359 55 18 76 3 0 0 0 0.597132286148355 0.130386048356497 Inf 1 M321.9998 -M322.2715 322.271484129071 322.270751953125 322.272277832031 62 18 83 3 10127.3444771374 0 0 0.88478889973192 0.0170865972778503 114.995818442388 1 M322.2715 -M323.0314 323.0314453125 323.030792236328 323.032135009766 60 18 85 3 0 0 0 0.913241602697306 0.00761865967385385 Inf 1 M323.0314 -M323.0559 323.055882284086 323.055145263672 323.059509277344 148 18 184 3 0 1 0 NA NA Inf 0 M323.0559 -M323.2748 323.274803357247 323.273986816406 323.275390625 53 18 75 3 0 0 0 0.648589829457644 0.0440965043369863 Inf 1 M323.2748 -M324.0347 324.034748650476 324.0341796875 324.035308837891 58 18 77 2 0 0 0 0.434144565668633 0.0281419400944517 Inf 0 M324.0347 -M324.2871 324.287128337799 324.286285400391 324.287811279297 59 18 77 3 5395.486328125 0 0 0.884406799353411 0.00372230243813785 Inf 1 M324.2871 -M325.2347 325.23473142228 325.234008789062 325.235443115234 70 18 89 3 1481.51774088542 0 0 0.557792453956643 0.153849364524967 Inf 1 M325.2347 -M325.2905 325.290455693784 325.289459228516 325.291351318359 54 18 75 3 0 0 0 0.550894470796795 0.0979241143700565 Inf 1 M325.2905 -M329.2586 329.258562554253 329.258178710938 329.259124755859 70 18 89 3 363118.17183431 0 0 0.962774714879583 0.00211717667265043 72.4406523752721 1 M329.2586 -M330.2556 330.255602323092 330.254913330078 330.256256103516 57 18 84 3 0 0 0 0.471191919280474 0.104670298541171 Inf 1 M330.2556 -M330.2619 330.261929867872 330.261138916016 330.262481689453 68 18 91 3 52080.4152832031 0 0 0.944038860189735 0.00491999552217764 Inf 1 M330.2619 -M331.0447 331.0447165856 331.044311523438 331.045349121094 103 19 126 3 0 0 0 -0.749035959539522 0.025065288965694 Inf 1 M331.0447 -M331.0535 331.053544622827 331.052795410156 331.054351806641 97 18 116 3 0 0 0 -0.692132065209463 0.0162456999052975 Inf 1 M331.0535 -M331.0939 331.093872070313 331.093200683594 331.094604492188 62 18 87 3 40672.973063151 0 0 0.979020953442758 0.000477721013740312 199.500247268332 1 M331.0939 -M331.2652 331.265222059942 331.264343261719 331.266021728516 61 18 79 3 0 0 0 0.810167166782745 0.0681935359774185 Inf 1 M331.2652 -M331.2841 331.284076183826 331.283355712891 331.284606933594 69 18 88 5 32631.2992838542 0 0 0.852689937441841 0.0404783224676872 26.2597039937511 1 M331.2841 -M331.5463 331.546342116136 331.545288085938 331.547027587891 208 36 252 3 0 1 0 NA NA Inf 1 M331.5463 -M332.0418 332.041776103358 332.041046142578 332.042419433594 103 18 182 3 0 1 0 NA NA Inf 1 M332.0418 -M332.0481 332.048054194105 332.047485351562 332.048645019531 104 18 126 2 0 0 0 -0.710780057348728 0.0133573971287862 Inf 0 M332.0481 -M332.0569 332.056944504624 332.056060791016 332.057708740234 92 18 114 3 0 0 0 -0.65542619053973 0.034685159488742 Inf 1 M332.0569 -M332.0972 332.097214825385 332.096405029297 332.097839355469 61 18 84 3 0 0 0 0.928154485454268 0.019839845595818 Inf 1 M332.0972 -M332.2875 332.287466822013 332.286468505859 332.288299560547 63 18 88 3 8737.54806718527 0 0 0.343808481852648 0.286598333678673 18.5259272552069 1 M332.2875 -M333.0408 333.040790153952 333.039672851562 333.041564941406 175 20 252 3 0 1 0 NA NA Inf 1 M333.0408 -M333.0503 333.050264259411 333.048095703125 333.052368164062 97 19 123 6 0 0 0 -0.537283774597247 0.105469337155132 Inf 1 M333.0503 -M333.1005 333.100543848674 333.099884033203 333.101165771484 57 18 76 2 0 0 0 0.44954158258525 0.147681511094175 Inf 0 M333.1005 -M333.9797 333.979663555439 333.979034423828 333.980194091797 58 18 82 3 0 0 0 0.816737269331294 0.0672331417770898 Inf 1 M333.9797 -M335.0376 335.03756484165 335.036590576172 335.038299560547 104 18 125 3 0 0 0 -0.608184483738589 0.0157074843386267 Inf 1 M335.0376 -M335.9767 335.976701689929 335.976043701172 335.977325439453 54 20 80 3 0 0 0 0.537966546311085 0.183662406406442 Inf 1 M335.9767 -M337.0491 337.04912382453 337.048370361328 337.050018310547 95 19 124 3 0 0 0 -0.657791840794998 0.041223573460223 Inf 1 M337.0491 -M337.0616 337.061635180571 337.060821533203 337.062255859375 82 18 116 3 0 0 0 -0.35769533131938 0.0161801527363427 Inf 1 M337.0616 -M337.0748 337.074819664798 337.074005126953 337.075561523438 57 18 88 3 6345.61988661024 0 0 0.514811948201886 0.303301780660156 32.8526370324774 1 M337.0748 -M338.0650 338.06500050127 338.064208984375 338.065734863281 78 19 105 3 0 0 0 -0.285103764976044 0.195997986469645 Inf 1 M338.0650 -M338.2454 338.245404557536 338.244842529297 338.246154785156 55 18 74 2 0 0 0 0.516960197378256 0.131000503914557 Inf 0 M338.2454 -M338.3415 338.341543276324 338.340850830078 338.342376708984 72.5 18 92 4 11903.6468769447 0 0 0.801359353331143 0.0372478638282353 107.157300942444 1 M338.3415 -M339.0378 339.037791965693 339.036987304688 339.038726806641 232 18 252 3 0 1 0 NA NA Inf 1 M339.0378 -M339.3449 339.344909090956 339.344024658203 339.345611572266 64 18 89 3 8636.80013020833 0 0 0.657287566991912 0.0344268352016043 35.7260192380001 1 M339.3449 -M339.9876 339.987637081662 339.986846923828 339.988311767578 54 18 77 3 0 0 0 0.708933135403436 0.160385890790049 Inf 1 M339.9876 -M340.2820 340.28199697816 340.281036376953 340.28271484375 55 18 74 3 0 0 0 0.851357757154656 0.0152977752941278 Inf 1 M340.2820 -M341.2853 341.285330810547 341.284729003906 341.285980224609 55 18 74 3 0 0 0 0.574592606193467 0.0378731236871642 Inf 1 M341.2853 -M341.3048 341.30479391138 341.304290771484 341.305419921875 62 18 86 3 49534.4874344703 0 0 0.809066090978682 0.0307970362510249 23.5934080461513 1 M341.3048 -M342.3082 342.308193343725 342.307250976562 342.308959960938 61 18 88 3 10451.6830454252 0 0 0.657367402567082 0.0636873342837632 25.3362054985168 1 M342.3082 -M345.1800 345.180027627537 345.179107666016 345.180694580078 95 18 122 3 0 0 0 -0.624549938742275 0.051403289397724 Inf 1 M345.1800 -M345.2422 345.242222090418 345.241485595703 345.243011474609 68 18 89 3 6411.96075032552 0 0 0.895417256719808 0.00481296200139356 Inf 1 M345.2422 -M346.2456 346.245593108396 346.244781494141 346.246520996094 58 18 80 3 0 0 0 0.781892319599464 0.0426758004937943 Inf 1 M346.2456 -M347.0678 347.067819139911 347.067047119141 347.068634033203 61 18 86 3 0 0 0 0.963619687118716 0.00218577257104819 Inf 1 M347.0678 -M348.0711 348.071128280075 348.070007324219 348.071990966797 58 18 88 3 6527.94189083215 0 0 0.892255678186263 0.0115624659599922 76.7118847983129 1 M348.0711 -M348.3106 348.310605598219 348.309906005859 348.311248779297 61 18 89 3 0 0 0 0.81051103295601 0.0293001181398081 Inf 1 M348.3106 -M349.0552 349.055233977562 349.054443359375 349.056060791016 97 18 118 3 0 1 0 NA NA Inf 1 M349.0552 -M349.0659 349.065936149435 349.065216064453 349.066558837891 58 18 81 3 0 0 0 0.58407592939781 0.030836600696962 Inf 1 M349.0659 -M350.0181 350.018118252139 350.017120361328 350.019134521484 211 36 252 2 0 1 0 NA NA Inf 0 M350.0181 -M353.0266 353.026617285857 353.02587890625 353.027526855469 98 20 123 3 0 0 0 -0.666188036244468 0.00997519045420005 Inf 1 M353.0266 -M353.0355 353.035528261389 353.03466796875 353.036437988281 79 19 101 3 0 0 0 -0.216684500276021 0.119162453129801 Inf 1 M353.0355 -M353.0758 353.075828552246 353.075134277344 353.076385498047 56 18 74 3 0 0 0 0.573394438935561 0.0886590867573399 Inf 1 M353.0758 -M353.2660 353.266024076022 353.265716552734 353.266479492188 76 18 96 3 101117.180013021 0 0 0.973914111148808 0.00211998752320823 212.467726149824 1 M353.2660 -M354.0300 354.029998614337 354.028900146484 354.030853271484 98 18 119 3 0 1 0 NA NA Inf 1 M354.0300 -M354.0389 354.038914518536 354.038177490234 354.039855957031 81 18 101 3 0 0 0 -0.313152430438497 0.345814923787531 Inf 1 M354.0389 -M354.2694 354.269373844379 354.268707275391 354.270080566406 68 18 93 3 17781.068439359 0 0 0.95211091108674 0.00298611608459795 231.419310195002 1 M354.2694 -M355.0112 355.011249735134 355.010223388672 355.012023925781 164 42 206 1 6625.73197428385 1 0.00549094935724148 NA NA 11.1275011786484 0 M355.0112 -M355.0336 355.033565561584 355.032867431641 355.034210205078 70 21 107 2 0 0 0 -0.405672315398789 0.0108397116904648 Inf 0 M355.0336 -M355.2715 355.271483666341 355.269317626953 355.273406982422 58 18 89 6 0 0 0 0.622783629489419 0.160540512748458 Inf 1 M355.2715 -M356.2558 356.255824497768 356.254974365234 356.256561279297 58 18 78 3 0 0 0 0.480536671595142 0.100929971181428 Inf 1 M356.2558 -M359.0070 359.006959402902 359.006164550781 359.007904052734 88 43 131 1 0 1 0 NA NA Inf 0 M359.0070 -M359.0310 359.03100308505 359.030303955078 359.031707763672 104 18 130 3 0 0 0 -0.246106348871055 0.422016843403736 Inf 1 M359.0310 -M359.0436 359.043564429855 359.042846679688 359.044403076172 74 18 94 3 0 0 0 0.0104302812533813 0.0394169112233023 Inf 1 M359.0436 -M359.1851 359.185088082646 359.184387207031 359.185760498047 68 18 88 3 0 0 0 0.85858898840791 0.00350212517294917 Inf 1 M359.1851 -M359.3154 359.315360969597 359.314971923828 359.315795898438 69 18 88 3 74884.5067997685 0 0 0.887491749752994 0.0107430789042768 32.0989618427397 1 M359.3154 -M360.0470 360.046971684009 360.046142578125 360.047882080078 73 19 94 3 0 0 0 -0.184613772277762 0.174533143794047 Inf 1 M360.0470 -M360.1884 360.188445575421 360.187744140625 360.189117431641 70 18 89 3 0 0 0 0.566034188683221 0.136214247289165 Inf 1 M360.1884 -M360.3188 360.318765222491 360.317810058594 360.319549560547 61.5 18 80 4 13760.1431078942 0 0 0.808580086260306 0.0464731458715699 34.8814886680347 1 M360.3188 -M360.3235 360.323476776912 360.322570800781 360.324279785156 65 18 88 3 15831.1493171813 0 0 0.972567939930051 0.00758316581354671 251.688535134582 1 M360.3235 -M361.3268 361.326848830532 361.326080322266 361.327697753906 67 18 88 3 0 0 0 0.876631104828427 0.0273292585552364 Inf 1 M361.3268 -M362.1508 362.150843227611 362.150177001953 362.151519775391 70 18 97 3 212270.260742188 0 0 0.97582540260119 0.00400275412859612 41.8035022344611 1 M362.1508 -M362.9262 362.926198190812 362.925231933594 362.926910400391 67.5 18 87 2 10166.3879220145 0 0.00236324195672488 0.349933211676286 0.0833818333403346 9.32521639796976 0 M362.9262 -M363.1542 363.154240396724 363.153350830078 363.154968261719 70 18 88 3 15458.3132324219 0 0 0.916885705650731 0.0286966816149146 Inf 1 M363.1542 -M364.1575 364.157522201538 364.156677246094 364.158233642578 70 18 88 3 0 0 0 0.142296149146464 0.0436374058876441 Inf 1 M364.1575 -M366.2314 366.231351758857 366.230529785156 366.232330322266 79.5 23 106 2 0 0 0 -0.405501621590054 0.124234688897691 Inf 0 M366.2314 -M367.2241 367.224138305664 367.223236083984 367.224945068359 70 18 89 3 0 0 0 0.973400479051233 0.00434819975224372 Inf 1 M367.2241 -M368.2275 368.227501785995 368.226715087891 368.228302001953 59 18 80 3 0 0 0 0.909803675293269 0.0126188681472557 Inf 1 M368.2275 -M368.9945 368.994531204452 368.993865966797 368.995208740234 192 18 210 1 0 1 0 NA NA Inf 0 M368.9945 -M369.0006 369.000565199419 368.999572753906 369.001739501953 88 18 114 3 0 0 0 -0.654145087471826 0.0448084547448312 Inf 1 M369.0006 -M369.2309 369.23093821633 369.22998046875 369.231719970703 57 18 78 2 2619.65395507812 0 0 0.421891825219025 0.041301047956437 Inf 0 M369.2309 -M369.2400 369.239954148677 369.239074707031 369.2412109375 63 18 83 3 11272.796070886 0 0 0.973276109949078 0.00499418179999374 351.938542871162 1 M369.2400 -M369.3514 369.351375382831 369.350433349609 369.352294921875 65 18 86 3 7054.73975642774 0 1.92888327532614e-08 0.309239611259633 0.129624347807374 17.7434488012771 1 M369.3514 -M370.2433 370.243298124931 370.242340087891 370.244384765625 65 18 86 3 0 0 0 0.892833979125951 0.0249174597567885 Inf 1 M370.2433 -M371.2381 371.238074860749 371.237152099609 371.23876953125 62 18 86 3 0 0 0 0.70781986628087 0.0836370208549056 Inf 1 M371.2381 -M375.0086 375.008551890676 375.007781982422 375.009368896484 92 18 113 3 0 0 0 -0.474383073625477 0.109982135862803 Inf 1 M375.0086 -M375.0175 375.017495110848 375.0166015625 375.018463134766 71 18 96 3 0 0 0 0.0491991857356605 0.071194970317982 Inf 1 M375.0175 -M376.2974 376.297402028098 376.296478271484 376.298217773438 58 18 78 3 0 0 0 0.880040431368764 0.00802736596447097 Inf 1 M376.2974 -M376.3419 376.341909235174 376.341339111328 376.342834472656 62 18 90 3 0 0 0 0.922006421548434 0.0108881195769255 Inf 1 M376.3419 -M377.0502 377.050173329699 377.049285888672 377.050964355469 103 18 124 2 0 1 0 NA NA Inf 0 M377.0502 -M377.3008 377.30082248997 377.300170898438 377.301452636719 49 18 79 3 0 0 0 0.568546522765789 0.0601153315734659 Inf 1 M377.3008 -M377.3453 377.345314837517 377.344512939453 377.345977783203 56 18 83 3 0 0 0 0.671935579677896 0.107907157772736 Inf 1 M377.3453 -M381.0256 381.025553546885 381.024627685547 381.026550292969 69 19 89 3 0 0 0 0.263800998301513 0.181729068321949 Inf 1 M381.0256 -M381.1671 381.167054502511 381.165954589844 381.167938232422 62 18 83 3 13227.3697916667 0 0 0.961508353494126 0.00584640827698715 Inf 1 M381.1671 -M381.2973 381.297335431292 381.296997070312 381.297546386719 74 18 94 3 276619.914496528 0 0 0.97181178533641 0.00390336219056086 147.853831021736 1 M381.2973 -M382.1704 382.170396652897 382.169464111328 382.171112060547 65 18 86 3 0 0 0 0.900196272876532 0.0134373518431807 Inf 1 M382.1704 -M382.3007 382.300654911495 382.299865722656 382.301483154297 71 18 89 3 46145.1041033709 0 0 0.96363213175001 0.000844234325686776 203.290613516191 1 M382.3007 -M383.1157 383.115690148395 383.115051269531 383.116302490234 55 18 75 3 0 0 0 0.645707430361903 0.0534046611713253 Inf 1 M383.1157 -M383.1980 383.198044797207 383.197326660156 383.198974609375 63 18 88 3 0 0 0 0.909742156597544 0.0137530911226766 Inf 1 M383.1980 -M383.3028 383.302774075194 383.300476074219 383.304992675781 58 18 82 6 3345.04524933346 0 0 0.756374546069948 0.141914713922773 Inf 1 M383.3028 -M384.1328 384.132757302989 384.131896972656 384.133544921875 70 18 89 3 0 0 0 0.719038172541432 0.0563174436623715 Inf 1 M384.1328 -M384.2014 384.20138658796 384.200775146484 384.202209472656 58 18 79 3 0 0 0 0.601869965593726 0.0556946873275375 Inf 1 M384.2014 -M385.1361 385.136108989716 385.135467529297 385.136810302734 53 18 73 2 0 0 0 0.0717064230768177 0.0889940891620326 Inf 0 M385.1361 -M388.7117 388.711723115709 388.711120605469 388.712371826172 58.5 18 81 2 0 0 0 0.434068589315702 0.245713724458675 Inf 0 M388.7117 -M390.9764 390.976445764549 390.975646972656 390.977203369141 122 18 170 2 0 1 0 NA NA Inf 0 M390.9764 -M390.9825 390.982525956003 390.981567382812 390.983337402344 89 18 115 3 0 0 0 -0.446707955404017 0.163816501778633 Inf 1 M390.9825 -M393.0643 393.064311895413 393.063507080078 393.065246582031 75.5 24 102 2 0 0 0 -0.359810027372507 0.156053968867937 Inf 0 M393.0643 -M393.0830 393.082997189652 393.082122802734 393.083923339844 53.5 21 79 2 0 0 0 0.800154404116168 0.0731844980300221 Inf 0 M393.0830 -M393.2051 393.205148824056 393.204223632812 393.206237792969 67 18 86 3 0 0 0 0.394304283616841 0.0611780520112512 Inf 1 M393.2051 -M394.2236 394.22358452292 394.222778320312 394.224365234375 56 18 77 3 0 0 0 0.67919296478776 0.04539584158595 Inf 1 M394.2236 -M396.9905 396.990521786818 396.989593505859 396.991638183594 71 20 116 3 0 0 0 -0.226862442982943 0.442975999880152 Inf 1 M396.9905 -M396.9995 396.999478488498 396.998565673828 397.000274658203 69 19 92 3 0 0 0 0.261847625613334 0.200698992932874 Inf 1 M396.9995 -M397.1409 397.140929278205 397.140014648438 397.141693115234 60 18 88 3 0 0 0 0.870138757522777 0.00663804046059954 Inf 1 M397.1409 -M397.2712 397.271231911399 397.270538330078 397.272033691406 70 18 92 5 21187.3160343744 0 0 0.982611377667585 0.00131866807346978 452.749507594297 1 M397.2712 -M398.1443 398.144310551396 398.143646240234 398.145141601562 53 20 78 2 0 0 0 0.569740653700657 0.123945472698482 Inf 0 M398.1443 -M398.2746 398.274636015339 398.273559570312 398.27587890625 65 18 85 3 10343.623109654 0 0 0.937765385645714 0.0188166319368441 146.491669546647 1 M398.2746 -M399.2589 399.258946044922 399.257781982422 399.260009765625 83 18 104 3 5165.68876139323 0 0 -0.378034888338049 0.1024878898359 Inf 1 M399.2589 -M399.2694 399.269363135622 399.2685546875 399.270141601562 60 18 86 3 0 0 0 0.850356127319491 0.0206736857411775 Inf 1 M399.2694 -M399.2779 399.277884589301 399.276336669922 399.278930664062 57 18 88 3 0 0 0 0.628938558385026 0.070434025859261 Inf 1 M399.2779 -M400.1067 400.106708061404 400.105895996094 400.107482910156 64 18 88 3 0 0 0 0.352027083863277 0.169983002932665 Inf 1 M400.1067 -M402.8242 402.824210484823 402.823547363281 402.825042724609 61.5 18 87 2 0 0 0 0.564052323299046 0.0497807999112244 Inf 0 M402.8242 -M407.2208 407.220834622384 407.219940185547 407.221893310547 75 18 103 3 208033.053385417 0 0 0.87601894074749 0.0125871511995425 28.3507317891963 1 M407.2208 -M408.2242 408.224153998178 408.223114013672 408.225067138672 70 18 93 3 5927.7490234375 0 0 0.778960870507137 0.028112948956169 Inf 1 M408.2242 -M408.2391 408.239146260926 408.238189697266 408.239929199219 70 18 88 3 0 0 0 0.891402580708767 0.0219781774908449 Inf 1 M408.2391 -M409.2166 409.216576071346 409.215515136719 409.217559814453 68 18 88 3 0 0 0 0.510404037013079 0.192708707736403 Inf 1 M409.2166 -M409.2275 409.227548871722 409.226837158203 409.228454589844 64 18 92 3 0 0 0 0.0875111299980829 0.259884019310079 Inf 1 M409.2275 -M409.2425 409.24248010972 409.241668701172 409.243225097656 57 18 76 3 0 0 0 0.54054912532881 0.0683521145175911 Inf 1 M409.2425 -M409.3286 409.328623246173 409.327575683594 409.329681396484 59 18 78 3 8389.97009055398 0 0 0.745814529347148 0.0254388562047042 30.2787371925813 1 M409.3286 -M410.8559 410.85589384934 410.855133056641 410.856628417969 55 18 75 2 0 0 0 0.655938147534934 0.0810206398122793 Inf 0 M410.8559 -M410.9852 410.985202937931 410.983947753906 410.985961914062 90 18 115 3 0 0 0 -0.503396812156985 0.0822720155924395 Inf 1 M410.9852 -M411.2247 411.224657025254 411.223815917969 411.225433349609 60 18 89 3 0 0 0 0.867218148582082 0.0519601261628437 Inf 1 M411.2247 -M414.9971 414.997084014816 414.995788574219 414.997894287109 214.5 36 252 2 0 1 0 NA NA Inf 0 M414.9971 -M415.2114 415.211355153225 415.21044921875 415.212493896484 69 18 89 3 10266.9535039993 0 0 0.865964597278162 0.0246775136669939 113.611638510799 1 M415.2114 -M415.2365 415.236474117517 415.235595703125 415.237701416016 90 18 109 3 17924.0768454843 0 1.55431223447522e-15 -0.597061058404085 0.0783990254437828 29.5702020840481 1 M415.2365 -M416.2147 416.214674049449 416.213684082031 416.215576171875 65 18 91 3 0 0 0 0.75066678683018 0.143760886913443 Inf 1 M416.2147 -M416.2399 416.239894840962 416.238952636719 416.240997314453 84 18 108 2 3708.43896484375 0 0.000132672916000831 -0.580364239997042 0.059907835267169 Inf 0 M416.2399 -M417.0021 417.002123564677 417.001068115234 417.002960205078 70 18 94 3 0 0 0 0.255354187797131 0.0213552418363686 Inf 1 M417.0021 -M417.0302 417.030242919922 417.029388427734 417.031097412109 117 38 155 1 0 1 0 NA NA Inf 0 M417.0302 -M418.9993 418.999282132662 418.998352050781 419.000274658203 71 18 91 3 0 0 0 0.0494637117593832 0.153473293881657 Inf 1 M418.9993 -M421.2535 421.253461767126 421.252288818359 421.254364013672 62 18 88 3 0 0 0 0.806372839588106 0.0320789926754558 Inf 1 M421.2535 -M427.2903 427.290252086618 427.289367675781 427.291076660156 58 18 78 2 12315.2435492622 0 0.00151828375191942 -0.310957971859633 0.0814699794032974 19.6091470325956 0 M427.2903 -M429.0216 429.021555474464 429.020721435547 429.022552490234 101 19 121 3 0 0 0 -0.601328697455925 0.0566373801764399 Inf 1 M429.0216 -M429.2027 429.202731892214 429.201721191406 429.203857421875 59 18 88 3 0 0 0 0.85425254420661 0.0126329682047903 Inf 1 M429.2027 -M430.2061 430.20613945855 430.204833984375 430.207000732422 55 18 78 3 0 0 0 0.528782558718492 0.108466252314047 Inf 1 M430.2061 -M430.9136 430.913607377272 430.912170410156 430.914733886719 57 18 79 3 11353.0951930455 0 0.000104498070590653 0.2121107733753 0.0988316723592769 7.17762583419622 1 M430.9136 -M432.2378 432.237833513532 432.236755371094 432.238800048828 61 18 87 3 0 0 0 0.915789632091554 0.0181668868762316 Inf 1 M432.2378 -M432.9672 432.967202108457 432.965911865234 432.968078613281 71.5 19 109 2 0 0 0 -0.226800147328167 0.374177273074199 Inf 0 M432.9672 -M432.9761 432.97612508138 432.975219726562 432.976989746094 68 18 91 3 0 0 0 0.204421438437946 0.175365733336679 Inf 1 M432.9761 -M433.0077 433.007674913966 433.006622314453 433.008880615234 79 36 252 3 0 1 0 NA NA Inf 1 M433.0077 -M433.2412 433.241183397247 433.239868164062 433.242004394531 61 18 89 3 0 0 0 0.748777071639566 0.0231649049369026 Inf 1 M433.2412 -M435.2116 435.211616383593 435.21044921875 435.212615966797 55.5 18 74 2 0 0 0 0.572691611394055 0.0330708994514692 Inf 0 M435.2116 -M436.9790 436.979042211072 436.976806640625 436.980072021484 99 18 197 3 0 1 0 NA NA Inf 1 M436.9790 -M437.1932 437.193246592646 437.192474365234 437.194580078125 67 18 89 5 44777.8549804688 0 0 0.928494096351413 0.00952880576721265 142.85350875952 1 M437.1932 -M438.1966 438.196598157712 438.195556640625 438.197540283203 68 18 89 3 13371.9890971659 0 0 0.898168349493865 0.0159530762072289 100.432487837559 1 M438.1966 -M438.9842 438.984162454044 438.983093261719 438.985076904297 68 18 89 3 0 0 0 0.345531156889784 0.135162144636795 Inf 1 M438.9842 -M439.2000 439.200005073052 439.199005126953 439.200897216797 59 18 78 3 0 0 0 0.418203242616303 0.121626182841831 Inf 1 M439.2000 -M439.2559 439.255941873068 439.254913330078 439.2568359375 64 18 88 3 0 0 0 0.887067613623036 0.028968103324709 Inf 1 M439.2559 -M440.2594 440.259398566352 440.258148193359 440.260101318359 60 18 80 3 0 0 0 0.632261556523138 0.0292380953171882 Inf 1 M440.2594 -M441.2530 441.252962153009 441.251800537109 441.253723144531 59 18 82 3 0 0 0 0.585250505403101 0.0380231846799636 Inf 1 M441.2530 -M441.2974 441.297373644989 441.296020507812 441.298309326172 61 18 82 3 4351.5630812872 0 0 0.38713960968782 0.163991791112649 Inf 1 M441.2974 -M442.9960 442.996017940251 442.994934082031 442.997039794922 134.5 18 227 2 0 1 0 NA NA Inf 0 M442.9960 -M443.2678 443.267810964374 443.2666015625 443.268768310547 89 18 111 4 49123.085530599 0 4.15239354012442e-09 -0.641449963420814 0.015365210325455 29.5195726320753 1 M443.2678 -M444.2712 444.271189026913 444.270141601562 444.272521972656 90 18 108 3 15569.8226970693 0 5.72814796593324e-05 -0.648989040526443 0.0316510789434626 16.5738420037641 1 M444.2712 -M445.1766 445.176633834839 445.175506591797 445.177673339844 56 18 77 3 0 0 0 0.573261837712446 0.131487670776999 Inf 1 M445.1766 -M449.2848 449.284758929715 449.283447265625 449.28564453125 60 18 80 3 3508.10217285156 0 0 0.860482946206747 0.0318459411272742 Inf 1 M449.2848 -M450.2882 450.288199462891 450.287445068359 450.2890625 56 18 88 3 0 0 0 0.526622144979491 0.0267900085417479 Inf 1 M450.2882 -M451.0036 451.003559366862 451.00244140625 451.004455566406 99 19 124 3 0 0 0 -0.459292917791515 0.0234836655076716 Inf 1 M451.0036 -M453.1672 453.167210865188 453.166137695312 453.168121337891 60 18 86 4 22559.9349293428 0 0 0.949592322187842 0.00361609838000374 221.868417713345 1 M453.1672 -M454.1706 454.170591579648 454.16943359375 454.171844482422 60 18 81 3 11127.4242489769 0 0 0.888776461112119 0.0278089470322394 86.5857076889998 1 M454.1706 -M454.9581 454.958146315355 454.957122802734 454.95947265625 67 19 90 3 0 0 0 0.197514009539105 0.320580256440372 Inf 1 M454.9581 -M454.9897 454.989691985281 454.988586425781 454.990753173828 81 37 121 2 0 1 0 NA NA Inf 0 M454.9897 -M455.1653 455.165341584579 455.163940429688 455.166290283203 58 18 78 3 0 0 0 0.732203315626622 0.080428035452138 Inf 1 M455.1653 -M455.1740 455.173970031738 455.172790527344 455.174896240234 58 18 76 3 0 0 0 0.414563744993299 0.197096614152983 Inf 1 M455.1740 -M455.2299 455.229874119614 455.228454589844 455.230895996094 57 18 76 3 0 0 0 0.482953659430328 0.240798544571115 Inf 1 M455.2299 -M457.0205 457.020505507362 457.019500732422 457.021484375 92 19 115 2 0 0 0 -0.378123621711793 0.10561440208385 Inf 0 M457.0205 -M459.0772 459.077176958502 459.075805664062 459.078338623047 213 36 252 3 0 1 0 NA NA Inf 1 M459.0772 -M460.3268 460.326755015055 460.325714111328 460.327606201172 65.5 18 95 2 0 0 0 0.0144720746677551 0.0170608116755749 Inf 0 M460.3268 -M462.3424 462.34238719039 462.341094970703 462.343322753906 75 18 96 3 200477.557942708 0 0 0.335554436992228 0.0580605196412991 13.8929837200177 1 M462.3424 -M463.3458 463.345787007564 463.344512939453 463.346801757812 73 18 93 3 33838.8983561198 0 0 0.436101521907919 0.053356697906769 15.8265566916281 1 M463.3458 -M464.3492 464.349151611328 464.348480224609 464.349853515625 48 27 75 1 0 0 0 0.244178953566817 NA Inf 0 M464.3492 -M464.3579 464.35791984437 464.356903076172 464.358795166016 55 53 108 1 0 0 0 -0.394160510380355 NA Inf 0 M464.3579 -M465.2586 465.258579161109 465.2578125 465.259429931641 58 18 77 3 0 0 0 0.500824405755556 0.10531394280126 Inf 1 M465.2586 -M467.1018 467.101844609776 467.101013183594 467.102844238281 58 18 77 2 0 0 0 0.768225952241261 0.109489782136782 Inf 0 M467.1018 -M467.1253 467.125313984599 467.124237060547 467.126068115234 57 18 77 3 0 0 0 0.898876069734655 0.0260198351171494 Inf 1 M467.1253 -M468.1014 468.101350148519 468.100524902344 468.101989746094 57 18 75 1 0 0 0 0.579024734571033 NA Inf 0 M468.1014 -M468.1286 468.128562644676 468.12744140625 468.129547119141 58 18 79 3 0 0 0 0.674995692642379 0.0141690935968451 Inf 1 M468.1286 -M469.2726 469.272583622095 469.271789550781 469.273315429688 63 19 84 2 0 0 0 0.384089656336956 0.0197571450038984 Inf 0 M469.2726 -M483.2884 483.28844795975 483.287445068359 483.289886474609 58 20 89 3 0 0 0 0.807976359056853 0.12080188135089 Inf 1 M483.2884 -M484.2229 484.222907791138 484.221923828125 484.223968505859 69 18 92 3 0 0 0 0.886800255411759 0.0261820930904741 Inf 1 M484.2229 -M484.3243 484.324321578789 484.323150634766 484.325469970703 70 18 91 3 17931.2635091146 0 0 0.744309298222634 0.0136793645981208 Inf 1 M484.3243 -M485.2262 485.226244325991 485.225341796875 485.227264404297 62 18 88 3 0 0 0 0.729149988829966 0.0316141592494033 Inf 1 M485.2262 -M485.3276 485.32762781779 485.326568603516 485.328735351562 56 18 75 3 0 0 0 0.657815671116899 0.029100513906662 Inf 1 M485.3276 -M490.3064 490.306360473633 490.304626464844 490.3076171875 59 18 83 3 0 0 0 0.749132058396844 0.0131358948913212 Inf 1 M490.3064 -M496.3397 496.339689922751 496.338409423828 496.340850830078 70 18 89 3 40441.433186849 0 0 0.338940560069878 0.135998297188215 15.5128438177662 1 M496.3397 -M497.3430 497.343010519915 497.341796875 497.344146728516 68 18 96 3 0 0 0 0.148867386220841 0.106057254252417 Inf 1 M497.3430 -M499.1639 499.163882300967 499.162750244141 499.164978027344 87 18 110 3 0 0 0 -0.480060314153213 0.148500435100228 Inf 1 M499.1639 -M500.2983 500.298342285156 500.296508789062 500.299285888672 68 18 89 3 0 0 0 0.486668318132028 0.0965050502605623 Inf 1 M500.2983 -M504.3219 504.321945411572 504.320861816406 504.322967529297 67 18 88 3 0 0 0 0.901646517983991 0.00390071093610336 Inf 1 M504.3219 -M505.3255 505.325479125977 505.324340820312 505.326507568359 58 18 80 3 0 0 0 0.706782807387349 0.0352507623122217 Inf 1 M505.3255 -M507.2716 507.271566199247 507.270538330078 507.272857666016 61.5 18 89 2 0 0 0 0.230726829442906 0.153715266233212 Inf 0 M507.2716 -M511.1082 511.108214484321 511.107116699219 511.109649658203 89 18 116 3 0 0 0 -0.606964798181115 0.0167394863058587 Inf 1 M511.1082 -M518.3216 518.321627897375 518.320129394531 518.322692871094 70 18 89 3 0 0 0 0.771674282621569 0.0304877733583823 Inf 1 M518.3216 -M519.3250 519.32498224998 519.32373046875 519.325988769531 65 18 89 3 0 0 0 0.5527008929668 0.147634795276938 Inf 1 M519.3250 -M520.3397 520.339651810496 520.338195800781 520.340759277344 70 18 88 3 0 0 0 0.181655242332518 0.0214164753505694 Inf 1 M520.3397 -M522.2962 522.296154315655 522.294982910156 522.297241210938 61 18 83 3 0 0 0 0.606893906913701 0.0450477598534346 Inf 1 M522.2962 -M522.3553 522.355263943142 522.35400390625 522.3564453125 61 18 87 3 0 0 0 -0.045793728604654 0.0206428545421792 Inf 1 M522.3553 -M524.3710 524.370968194864 524.369567871094 524.37255859375 68 18 89 3 3824.62700737847 0 0 0.177858223469371 0.0869499058782894 Inf 1 M524.3710 -M533.3295 533.329502914891 533.328308105469 533.330871582031 55 18 76 3 0 0 0 0.435772331826104 0.150879641903693 Inf 1 M533.3295 -M534.2956 534.295569443121 534.294006347656 534.296630859375 58 18 76 3 0 0 0 0.586287266178184 0.137884441472411 Inf 1 M534.2956 -M540.3068 540.306774902344 540.305358886719 540.308166503906 70 18 90 3 0 0 0 0.276017632440176 0.0414199656129896 Inf 1 M540.3068 -M542.3216 542.321599324544 542.320068359375 542.322875976562 56 18 78 3 3668.97469075521 0 0 0.689547364185824 0.0275926464085886 Inf 1 M542.3216 -M543.3252 543.325225830078 543.324096679688 543.326599121094 52 18 70 3 0 0 0 0.0300130855251919 0.241137633761359 Inf 1 M543.3252 -M544.3130 544.312953948975 544.3115234375 544.314025878906 56 18 80 3 0 0 0 0.633969392064666 0.0448128025655923 Inf 1 M544.3130 -M544.3375 544.337450110394 544.336059570312 544.339294433594 60 18 88 3 0 0 0 0.483071049961695 0.0721606535139011 Inf 1 M544.3375 -M545.3162 545.316207159133 545.314880371094 545.3173828125 59 18 88 3 0 0 0 0.502943836852642 0.183226395532996 Inf 1 M545.3162 -M546.3530 546.352993164062 546.351684570312 546.354248046875 61 18 80 3 0 0 0 0.632857527426474 0.0838349395033962 Inf 1 M546.3530 -M547.3086 547.308591258769 547.307006835938 547.309814453125 63 18 83 3 0 0 0 0.854440838190639 0.023872810406542 Inf 1 M547.3086 -M547.3565 547.356479810632 547.355346679688 547.357727050781 59 18 81 2 0 0 0 0.375139880448195 0.098195243285064 Inf 0 M547.3565 -M548.3118 548.311819637523 548.310729980469 548.312805175781 59 20 82 3 0 0 0 0.53742533503758 0.0744891410634449 Inf 1 M548.3118 -M549.3056 549.305561507958 549.303833007812 549.306701660156 58 18 79 2 0 0 0 0.622718781185895 0.0512628244833692 Inf 0 M549.3056 -M549.3241 549.324134377872 549.32275390625 549.325256347656 60 19 81 3 0 0 0 0.784436717302676 0.0731675526641221 Inf 1 M549.3241 -M561.3608 561.360847473145 561.359191894531 561.362121582031 55 18 77 3 0 0 0 0.649260509432196 0.0592794631425682 Inf 1 M561.3608 -M561.3799 561.379933580326 561.378601074219 561.381164550781 63.5 20 86 2 0 0 0 0.265773192338486 0.0846553876988174 Inf 0 M561.3799 -M563.3399 563.339866965336 563.338562011719 563.341003417969 63 18 87 3 0 0 0 0.919647962162213 0.0143140463830001 Inf 1 M563.3399 -M564.2744 564.274371603261 564.273010253906 564.275390625 61 18 88 3 0 0 0 0.889709632653419 0.041363778158829 Inf 1 M564.2744 -M564.3432 564.343202986807 564.341796875 564.344543457031 62 18 83 3 0 0 0 0.832508748384382 0.0323349710834696 Inf 1 M564.3432 -M565.2778 565.277754465739 565.276306152344 565.279296875 61 18 80 3 0 0 0 0.811741113054669 0.0291255818632943 Inf 1 M565.2778 -M565.3370 565.336955778405 565.334533691406 565.338684082031 58 18 82 3 0 0 0 0.862644109041238 0.0253427647258676 Inf 1 M565.3370 -M565.3555 565.355463115986 565.35400390625 565.3564453125 60 18 80 3 0 0 0 0.869601449383512 0.0481216443015843 Inf 1 M565.3555 -M566.2900 566.290014992297 566.288269042969 566.291015625 63 18 88 3 0 0 0 0.854024426600137 0.0489235317541824 Inf 1 M566.2900 -M566.3404 566.340352749295 566.339111328125 566.341552734375 59 18 79 2 0 0 0 0.567328606102931 0.0713981653140322 Inf 0 M566.3404 -M566.3588 566.35878499349 566.357849121094 566.360107421875 63 18 83 3 0 0 0 0.650255799532827 0.019239333771994 Inf 1 M566.3588 -M567.2934 567.293387399593 567.291809082031 567.294860839844 61 18 85 3 0 0 0 0.716765477188782 0.0271174195299024 Inf 1 M567.2934 -M567.3524 567.35244516226 567.351318359375 567.353576660156 61 20 81 3 0 0 0 0.435293819272685 0.251145471768614 Inf 1 M567.3524 -M568.2693 568.269317004145 568.267822265625 568.270629882812 59 18 88 3 0 0 0 0.747473161176135 0.034800266945136 Inf 1 M568.2693 -M575.3343 575.334318273208 575.332946777344 575.335510253906 57 18 77 3 0 0 0 0.662951575384751 0.136549322172562 Inf 1 M575.3343 -M576.2805 576.280480521066 576.279174804688 576.281677246094 57 18 75 1 0 0 0 0.475057012422434 NA Inf 0 M576.2805 -M576.3180 576.318046540815 576.316650390625 576.319396972656 70 18 97 3 164273.292046441 0 0 0.908708203436187 0.0103012511795373 27.971864376028 1 M576.3180 -M577.3214 577.321365002234 577.313903808594 577.322631835938 72 18 96 4 18358.3276977539 0 0 0.733609189695258 0.27442956462932 Inf 1 M577.3214 -M578.3247 578.324668754966 578.32275390625 578.326293945312 60 18 79 3 5956.92133789063 0 0 0.603590829627443 0.0451227366139699 Inf 1 M578.3247 -M579.3711 579.371148593184 579.369934082031 579.372314453125 62 18 89 3 0 0 0 0.903480809115426 0.0265375502565589 Inf 1 M579.3711 -M579.5346 579.534620397231 579.533020019531 579.535888671875 53 18 98 3 2429.45166015625 0 0 -0.120107737097806 0.195483832496901 Inf 1 M579.5346 -M580.3056 580.305642771167 580.304138183594 580.306884765625 62 18 81 3 0 0 0 0.941713044494367 0.0233680675598472 Inf 1 M580.3056 -M580.3743 580.374335655799 580.372192382812 580.375732421875 63 18 88 3 0 0 0 0.867658927321139 0.045098744305962 Inf 1 M580.3743 -M581.3091 581.309070188608 581.307983398438 581.310363769531 62 18 84 3 0 0 0 0.913689208961517 0.0228019318242075 Inf 1 M581.3091 -M581.3682 581.368244969568 581.366882324219 581.369262695312 58 19 79 3 0 0 0 0.825443317116433 0.0497253027504609 Inf 1 M581.3682 -M582.3124 582.312407769097 582.310791015625 582.313537597656 61 18 80 3 0 0 0 0.668716758349538 0.0848510310560915 Inf 1 M582.3124 -M590.3225 590.322506773706 590.32080078125 590.324157714844 64 18 85 3 0 0 0 0.795004879551849 0.0277844581880322 Inf 1 M590.3225 -M591.3258 591.325807446111 591.323791503906 591.326965332031 68 18 89 3 0 0 0 0.790705122395931 0.0586846189737675 Inf 1 M591.3258 -M591.4959 591.49591063003 591.493774414062 591.497253417969 55.5 18 76 2 4090.34141322545 0 0 0.268898422237424 0.09567154445584 Inf 0 M591.4959 -M592.3292 592.329218845742 592.327331542969 592.330749511719 56 18 77 3 0 0 0 0.420058172534767 0.107594389741366 Inf 1 M592.3292 -M597.3453 597.345251995584 597.342956542969 597.3466796875 60 18 81 3 2145.69607204861 0 0 0.657286428270414 0.102894179238875 Inf 1 M597.3453 -M598.2799 598.279879222197 598.278381347656 598.281616210938 73 18 92 3 0 0 0 0.775486858093863 0.0880404618749876 Inf 1 M598.2799 -M598.3000 598.299953976193 598.298156738281 598.301574707031 58 18 86 3 4387.97941080729 0 0 0.40924435342943 0.0864401670275369 Inf 1 M598.3000 -M599.2832 599.283161808894 599.28076171875 599.284790039062 64 18 86 3 0 0 0 0.750433798074276 0.0819575873669479 Inf 1 M599.2832 -M599.3035 599.303504119048 599.302001953125 599.304748535156 51.5 18 71 2 0 0 0 0.0706669522367378 0.0488923904090267 Inf 0 M599.3035 -M603.3657 603.365688390899 603.36376953125 603.367004394531 58 18 79 3 0 0 0 0.887120456530709 0.0252245667606302 Inf 1 M603.3657 -M604.3689 604.368889160156 604.367004394531 604.370056152344 56 18 76 3 0 0 0 0.676919610248087 0.0677330433694815 Inf 1 M604.3689 -M607.5661 607.566079416582 607.564331054688 607.5673828125 75 18 107 3 2766.04264322917 0 0 -0.326031511139989 0.202972831621799 Inf 1 M607.5661 -M619.5272 619.527156028427 619.524780273438 619.529052734375 63 18 88 3 13782.3136627506 0 0 0.792973279473473 0.0640913699231943 34.3384824169462 1 M619.5272 -M620.5304 620.530423823091 620.527770996094 620.531860351562 57 18 82 3 5485.21404351128 0 0 0.500568453433588 0.0319817983779492 Inf 1 M620.5304 -M623.1356 623.135562744141 623.133361816406 623.137084960938 98 20 122 3 0 0 0 -0.55349991432517 0.135538692854083 Inf 1 M623.1356 -M624.1388 624.138779253837 624.13720703125 624.140319824219 100 18 126 2 0 0 0 -0.415061342992261 0.128026935199297 Inf 0 M624.1388 -M629.1524 629.152422223772 629.150451660156 629.153991699219 92 18 116 3 0 0 0 -0.635053391494657 0.0656479368137036 Inf 1 M629.1524 -M635.5011 635.501061416254 635.498962402344 635.502502441406 57 18 88 3 0 0 0 0.551618841825941 0.139446436061826 Inf 1 M635.5011 -M637.3638 637.363750516451 637.361877441406 637.365417480469 63 18 84 2 0 0 0 0.331169009146418 0.0203625999463802 Inf 0 M637.3638 -M645.1048 645.104840739622 645.102600097656 645.106323242188 199 18 243 2 0 1 0 NA NA Inf 0 M645.1048 -M645.1176 645.117581685384 645.115600585938 645.119201660156 99 18 118 3 0 0 0 -0.628794425187134 0.0353958192424248 Inf 1 M645.1176 -M647.5585 647.558513552643 647.556457519531 647.560363769531 64 18 83 3 13157.6329276843 0 0 0.822165821729946 0.0428564396371739 42.3563849823539 1 M647.5585 -M648.5619 648.561876128215 648.560241699219 648.563781738281 64 18 86 3 12690.7751193576 0 0 0.668262194075518 0.120963259610943 21.3815702369682 1 M648.5619 -M651.1344 651.134402962618 651.13232421875 651.135864257812 90 18 112 3 0 0 0 -0.61551800872139 0.0514882684304754 Inf 1 M651.1344 -M660.0821 660.082095833712 660.080017089844 660.083984375 106 20 252 3 0 1 0 NA NA Inf 1 M660.0821 -M661.0824 661.082416110569 661.080078125 661.083862304688 102 20 252 3 0 1 0 NA NA Inf 1 M661.0824 -M662.5694 662.569370117188 662.567749023438 662.57080078125 58 18 77 3 0 0 0 0.560191172946208 0.116668790013516 Inf 1 M662.5694 -M663.5325 663.532512618835 663.529968261719 663.534545898438 58 18 88 3 0 0 0 0.614968118206975 0.12566275376059 Inf 1 M663.5325 -M664.5358 664.535821708473 664.533996582031 664.537170410156 55 18 74 2 0 0 0 0.115489321399766 0.141950347159125 Inf 0 M664.5358 -M665.3661 665.366054280599 665.364501953125 665.367309570312 58 18 78 3 0 0 0 0.501529805331427 0.082563617300718 Inf 1 M665.3661 -M667.0996 667.099614307134 667.097473144531 667.101257324219 102 18 121 3 0 0 0 -0.640020532228342 0.0737759722192834 Inf 1 M667.0996 -M670.2559 670.255922154018 670.254333496094 670.257629394531 59 18 83 3 0 0 0 0.151696404009168 0.0838963858400934 Inf 1 M670.2559 -M670.3738 670.373848243996 670.372192382812 670.375244140625 61 18 89 3 0 0 0 0.660699700700072 0.0491474289469239 Inf 1 M670.3738 -M671.3772 671.377158140525 671.374816894531 671.378784179688 48 18 86 3 0 0 0 0.278237080569655 0.20541613653265 Inf 1 M671.3772 -M672.3895 672.389540452224 672.3876953125 672.391052246094 60 18 79 3 0 0 0 0.479411585940814 0.122853984688087 Inf 1 M672.3895 -M673.1164 673.116449883644 673.114562988281 673.118103027344 87 18 112 3 0 0 0 -0.562976581952885 0.0400433651395139 Inf 1 M673.1164 -M674.3685 674.368535222234 674.367248535156 674.37060546875 58 18 81 3 0 0 0 0.442460683668318 0.11985657578403 Inf 1 M674.3685 -M676.0468 676.046776689509 676.044860839844 676.048278808594 180 37 232 2 0 1 0 NA NA Inf 0 M676.0468 -M683.0643 683.064296815454 683.061889648438 683.065673828125 103 18 125 3 0 0 0 -0.480637254823519 0.0485308994044733 Inf 1 M683.0643 -M683.5431 683.543133205838 683.541198730469 683.544555664062 56 18 78 3 0 0 0 0.363876843680305 0.0599073463567818 Inf 1 M683.5431 -M686.4051 686.405067328251 686.403137207031 686.406616210938 70 18 89 3 0 0 0 0.871157064469093 0.0269224627347712 Inf 1 M686.4051 -M687.4084 687.408436168324 687.406311035156 687.410400390625 64 18 88 3 0 0 0 0.786382879151076 0.0815014910768363 Inf 1 M687.4084 -M688.4118 688.411835457938 688.409362792969 688.413452148438 52.5 18 77 2 0 0 0 0.441493598617622 0.143074142665686 Inf 0 M688.4118 -M689.0812 689.08124200229 689.078979492188 689.083129882812 94 18 118 3 0 0 0 -0.641834070824572 0.0203594802119006 Inf 1 M689.0812 -M689.3530 689.352976769702 689.351013183594 689.354248046875 87.5 21 110 2 0 0 0 -0.388777078676843 0.0138612836936161 Inf 0 M689.3530 -M689.4022 689.402190512799 689.400085449219 689.404296875 59 18 79 3 0 0 0 0.644043004138408 0.122576876367304 Inf 1 M689.4022 -M695.0984 695.098381574764 695.096435546875 695.099914550781 81 19 102 3 0 0 0 -0.395403143457194 0.0560264528808235 Inf 1 M695.0984 -M703.4544 703.454356892904 703.451232910156 703.4560546875 55 18 75 3 9808.56670690466 0 2.41759945396325e-11 0.344078194120363 0.0750296818955926 10.8299646875888 1 M703.4544 -M703.5748 703.574770078554 703.572692871094 703.576843261719 70 18 90 3 0 0 0 0.0538369468147119 0.0921709053391853 Inf 1 M703.5748 -M704.3794 704.37939860026 704.377258300781 704.381286621094 62 18 81 3 0 0 0 0.37170508548455 0.116124494995131 Inf 1 M704.3794 -M704.5783 704.578295255962 704.576538085938 704.579772949219 60 18 89 3 0 0 0 -0.0351561983302897 0.19672663237462 Inf 1 M704.5783 -M705.0463 705.04627550886 705.044250488281 705.047912597656 148.5 36 250 2 0 1 0 NA NA Inf 0 M705.0463 -M705.3826 705.382605189841 705.380554199219 705.384155273438 66 18 87 2 0 0 0 0.0398888083135636 0.222299469687288 Inf 0 M705.3826 -M711.0633 711.06332887105 711.060729980469 711.065307617188 93 19 114 2 0 0 0 -0.218190164466978 0.332667261119777 Inf 0 M711.0633 -M711.5745 711.574462890625 711.572326660156 711.576721191406 56 18 78 3 3030.62451171875 0 0 0.886202432893837 0.00702580000473551 Inf 1 M711.5745 -M712.5779 712.577927299168 712.575805664062 712.579406738281 58 18 86 3 0 0 0 0.707362592441488 0.053276036603297 Inf 1 M712.5779 -M718.6320 718.631963729858 718.630065917969 718.633666992188 51 18 77 3 0 0 0 0.6078256766093 0.0843439723303246 Inf 1 M718.6320 -M719.4284 719.428423757342 719.425476074219 719.430541992188 52.5 18 71 2 4829.35791015625 0 1.11022302462516e-16 0.32652467865284 0.0874645493816434 Inf 0 M719.4284 -M725.5567 725.556743039923 725.554870605469 725.558776855469 68 18 88 3 0 0 0 0.59669045910897 0.0609730379810091 Inf 1 M725.5567 -M726.5600 726.559959129051 726.558044433594 726.561828613281 54 18 72 2 0 0 0 0.17559912483773 0.00357280210295449 Inf 0 M726.5600 -M739.6058 739.605814839457 739.603698730469 739.607482910156 60 18 86 3 0 0 0 0.839857108974551 0.0161960462986984 Inf 1 M739.6058 -M740.6091 740.609107971191 740.607360839844 740.611572265625 56 18 78 3 0 0 0 0.734403479378243 0.0958666667651706 Inf 1 M740.6091 -M751.4289 751.428933536305 751.427124023438 751.430114746094 55 18 88 3 0 0 0 0.12549116732601 0.114717424270191 Inf 1 M751.4289 -M758.5692 758.569244559152 758.566528320312 758.571411132812 70 18 94 3 59673.3479817708 0 0 0.505072478349498 0.0798229334661698 12.5473157164391 1 M758.5692 -M759.5727 759.57267218121 759.570129394531 759.574768066406 70 18 92 3 6430.83430989583 0 0 0.557221445319681 0.0344945990747609 Inf 1 M759.5727 -M760.5758 760.575786515778 760.573181152344 760.577575683594 60 18 86 3 0 0 0 0.124757374620697 0.154313708602592 Inf 1 M760.5758 -M760.5849 760.584903081258 760.582763671875 760.586853027344 69 18 93 3 8455.5205078125 0 0 0.415390852928795 0.0524127966881861 Inf 1 M760.5849 -M760.5849_2 760.584896569611 760.574523925781 760.586853027344 64 18 93 4 6341.64038085938 0 0 0.342346550143461 0.15222772912767 Inf 1 M760.5849_2 -M761.5882 761.588168379189 761.586059570312 761.589965820312 54 18 88 3 3164.939453125 0 0 0.0267194251837938 0.0769117329723827 Inf 1 M761.5882 -M780.5512 780.551233814381 780.548400878906 780.553344726562 57 18 86 3 15682.4068196615 0 0 0.822365770478178 0.0466486419075824 Inf 1 M780.5512 -M781.5550 781.554980155749 781.552368164062 781.557678222656 57 18 76 3 0 0 0 0.826793386654761 0.0219692548263644 Inf 1 M781.5550 -M782.5673 782.567257612179 782.555419921875 782.571228027344 60 18 90 7 2403.3837890625 0 0 0.499476721007038 0.14565314948222 Inf 1 M782.5673 -M783.5714 783.571445147196 783.568176269531 783.574157714844 66 18 88 3 3539.853515625 0 0 0.605061239548836 0.081525448171443 Inf 1 M783.5714 -M784.5848 784.584842940291 784.582458496094 784.586791992188 66 18 86 3 0 0 0 0.267334861745963 0.0995539724010692 Inf 1 M784.5848 -M785.5880 785.587965223524 785.586242675781 785.589660644531 58 18 88 3 0 0 0 0.0357615330974936 0.0912594830083657 Inf 1 M785.5880 -M786.6004 786.600424630301 786.598205566406 786.603149414062 70 18 91 3 18957.7119954427 0 0 0.43391647520562 0.230559202725626 Inf 1 M786.6004 -M787.6038 787.603848411923 787.601318359375 787.605590820312 68 18 89 3 0 0 0 0.370477466249135 0.120790100052268 Inf 1 M787.6038 -M795.5018 795.501845542831 795.500061035156 795.503540039062 52.5 18 71 2 0 0 0 0.175401077467718 0.0127278812959656 Inf 0 M795.5018 -M796.5253 796.525251799939 796.523071289062 796.527038574219 56 18 78 3 0 0 0 0.633588217279622 0.093919434470764 Inf 1 M796.5253 -M796.5462 796.546185693075 796.544250488281 796.5478515625 53.5 18 73 2 0 0 0 0.377388280740816 0.0192366068413416 Inf 0 M796.5462 -M804.5512 804.551221720378 804.548461914062 804.553100585938 59 18 88 3 0 0 0 0.650117703234123 0.154081746532458 Inf 1 M804.5512 -M805.5546 805.554553222656 805.552307128906 805.556701660156 56 18 76 3 0 0 0 0.495480542446704 0.115037366222006 Inf 1 M805.5546 -M806.5677 806.567656051281 806.56494140625 806.571716308594 68 18 88 3 4267.29353841146 0 0 0.59187404604757 0.094991756453762 Inf 0 M806.5677 -M807.5712 807.571219444275 807.568298339844 807.574157714844 56 18 89 3 0 0 0 0.28108720279374 0.227543459250905 Inf 1 M807.5712 -M808.5826 808.58257863898 808.57958984375 808.5849609375 57 18 86 3 0 0 0 0.786747104129516 0.0401690494304781 Inf 1 M808.5826 -M809.5859 809.585939641584 809.583251953125 809.587463378906 58 18 78 3 0 0 0 0.613573705821667 0.0853683967624121 Inf 1 M809.5859 -M810.6003 810.600327925249 810.597412109375 810.603698730469 63 18 82 3 0 0 0 0.292197962503076 0.126857725588344 Inf 1 M810.6003 -M813.6843 813.684323659861 813.681823730469 813.686340332031 68.5 18 94 2 0 0 0 -0.319760940652279 0.095620334775837 Inf 0 M813.6843 -M828.5517 828.551698599289 828.548889160156 828.554138183594 62 18 89 3 0 0 0 0.68117877307916 0.0788477939191969 Inf 1 M828.5517 -M829.5550 829.555008396958 829.553161621094 829.556701660156 56 18 74 2 0 0 0 0.429148853503187 0.246680638953782 Inf 0 M829.5550 -M832.5827 832.582662379488 832.579833984375 832.584777832031 54 18 74 3 0 0 0 0.545179850654892 0.0607566919133705 Inf 1 M832.5827 -M838.5642 838.564181082589 838.561279296875 838.56640625 52 18 76 3 0 0 0 0.287316508038114 0.115192116348005 Inf 1 M838.5642 -M856.5830 856.582992742091 856.580505371094 856.585083007812 63 18 83 3 0 0 0 0.50675303833172 0.151719755718428 Inf 1 M856.5830 -M857.5866 857.586585635231 857.584777832031 857.588256835938 55 18 73 3 0 0 0 0.414023455925339 0.0491385293995132 Inf 1 M857.5866 -M918.6157 918.615653153304 918.612609863281 918.617553710938 57.5 18 77 2 0 0 0 0.482447842354606 0.0148894876943124 Inf 0 M918.6157 -M934.6468 934.646768423227 934.643798828125 934.649597167969 59 18 83 3 0 0 0 0.551469517618018 0.0583750572482909 Inf 1 M934.6468 -M935.6502 935.65021387736 935.647216796875 935.65283203125 66 18 89 3 0 0 0 0.417741101527393 0.0863762747996147 Inf 1 M935.6502 -M952.6658 952.665781030899 952.663818359375 952.668762207031 57 18 77 2 0 0 0 0.367679817255971 0.225357012575034 Inf 0 M952.6658 +variableMetadata mzMed mzMin mzMax sizeSamp scanMin scanMax nPeaks meanSolvent timeShifted signalOverSolventPvalueMean corSampPeakMean corSampPeakSd signalOverSolventRatioMean variableID +M86.0965 86.0965189329336 86.0962219238281 86.0969924926758 62 15 85 3 0 0 0 0.490097337801816 0.0697999471339703 Inf M86.0965 +M89.5775 89.577503377741 89.5766754150391 89.5781402587891 59 27 86 1 0 0 0 0.233038195065752 NA Inf M89.5775 +M89.5944 89.5943771938108 89.5933990478516 89.5950241088867 69 15 84 1 0 0 0 0.502256904366894 NA Inf M89.5944 +M90.9767 90.9767066127749 90.975700378418 90.9774398803711 76 15 100 6 27745.7744302515 0 0 0.794985288610089 0.063211057390445 11.4289159831011 M90.9767 +M93.9796 93.9795709654342 93.9789962768555 93.9802169799805 86 15 101 1 3156.16617257254 0 0 0.322398439814375 NA 13.1021304707871 M93.9796 +M93.9829 93.982937387518 93.9816589355469 93.9840393066406 67 15 89 2 3517.55323282878 0 4.23152093365076e-08 0.370110810169975 0.100214928499503 14.7382987089079 M93.9829 +M93.9846 93.9845717921401 93.9835510253906 93.9851684570312 60 25 85 1 2412.86033935547 0 0 0.262871146752161 NA 17.339660507355 M93.9846 +M93.9857 93.985725402832 93.9848937988281 93.9861145019531 63 15 78 1 2756.41461181641 0 2.6892177690474e-05 0.415873477902252 NA 14.431230560704 M93.9857 +M93.9950 93.9950324348781 93.994384765625 93.9957275390625 65 23 88 1 2304.24888102214 0 0 0.457639946283794 NA 21.9488050728025 M93.9950 +M94.0000 94.000032500426 93.9993209838867 94.0006256103516 68 15 83 1 4834.00592041016 0 0 0.264023916300747 NA 12.8192023875339 M94.0000 +M94.0078 94.0078254629064 94.0072174072266 94.008430480957 69 15 84 1 0 0 0 0.177004712241934 NA Inf M94.0078 +M94.0124 94.0124465985536 94.0117416381836 94.0132141113281 64 24 88 1 0 0 0 0.404388877395699 NA Inf M94.0124 +M94.0174 94.0173825687832 94.0166091918945 94.0180206298828 62 24 86 1 0 0 0 0.477190042174375 NA Inf M94.0174 +M94.0209 94.0208812366832 94.0201263427734 94.0214691162109 60 27 87 1 0 0 0 0.424007317567329 NA Inf M94.0209 +M94.0219 94.0219410260518 94.021125793457 94.022575378418 59 26 85 1 0 0 0 0.327852592838663 NA Inf M94.0219 +M94.0266 94.0265735349537 94.0256805419922 94.0277557373047 72 15 88 2 0 0 0 0.394647835213055 0.138418696408231 Inf M94.0266 +M94.0401 94.0401373142149 94.0394821166992 94.0407485961914 61 27 88 1 0 0 0 0.433761385235671 NA Inf M94.0401 +M94.0412 94.0412086607918 94.0401000976562 94.0417709350586 85 15 100 1 1766.9701944987 0 0.000498068851944922 0.433007270262757 NA 35.0611157384355 M94.0412 +M94.0425 94.0425210952759 94.0419921875 94.0430221557617 61 24 85 1 2939.76455688477 0 1.32193057702512e-05 0.270933386083785 NA 16.1648511285152 M94.0425 +M94.0437 94.0437175205776 94.0431671142578 94.0442962646484 62 26 88 1 0 0 0 0.560110364460124 NA Inf M94.0437 +M94.1167 94.1166954888238 94.1156387329102 94.1173706054688 61 19 80 1 1817.65383911133 0 0 0.290258662830302 NA 24.4934294742746 M94.1167 +M94.1227 94.1226978602554 94.1218414306641 94.123405456543 60 21 81 1 0 0 0 0.443929804895817 NA Inf M94.1227 +M94.1404 94.140423539756 94.1396789550781 94.1410675048828 60 19 79 1 0 0 0 0.471869339461734 NA Inf M94.1404 +M94.1538 94.1537829312411 94.1530380249023 94.154426574707 60 21 81 1 0 0 0 0.225565425438764 NA Inf M94.1538 +M95.0604 95.0604486248377 95.0599975585938 95.0607986450195 68 21 95 3 0 0 0 0.153920185621522 0.22384691660182 Inf M95.0604 +M96.9218 96.921836335108 96.9212112426758 96.9220886230469 62 15 88 3 0 0 0 0.914025132833363 0.0160330192768463 Inf M96.9218 +M97.0761 97.0760913028895 97.0756530761719 97.0768127441406 72 17 100 3 0 0 0 0.171503102605402 0.17730173536327 Inf M97.0761 +M98.9189 98.9188891128755 98.9184875488281 98.9192733764648 60 19 89 3 0 0 0 0.710686331516817 0.0494673455716299 Inf M98.9189 +M98.9842 98.9842413522457 98.984016418457 98.9849548339844 103.5 21 129 2 3575.55686645508 0 1.53242592689784e-05 -0.682219620349036 0.0465082450427449 32.853822541187 M98.9842 +M102.0549 102.054942986904 102.054145812988 102.055107116699 86 17 103 1 0 0 0 -0.323753940386478 NA Inf M102.0549 +M102.0914 102.091387231571 102.090888977051 102.091827392578 65 15 83 3 2631.06536017524 0 0 0.525433696011661 0.0642998555219598 60.9971392087834 M102.0914 +M103.9195 103.919523073592 103.918594360352 103.920143127441 65 27 92 1 0 0 0 0.332644773944708 NA Inf M103.9195 +M103.9419 103.941940524714 103.940971374512 103.942558288574 79 21 100 1 0 0 0 -0.00270549890843898 NA Inf M103.9419 +M105.0699 105.069903960595 105.06950378418 105.070068359375 72 15 95 3 0 0 0 0.75908496644756 0.0710984909471222 Inf M105.0699 +M109.0760 109.076044828995 109.07551574707 109.076278686523 75 15 100 3 0 0 0 0.595486343651327 0.116242397493932 Inf M109.0760 +M112.8957 112.895723540207 112.895500183105 112.895957946777 60 15 85 3 0 0 0 0.871357797394853 0.0297149944328982 Inf M112.8957 +M114.0662 114.066191938587 114.065643310547 114.066436767578 65 15 100 3 0 0 0 0.617335706611134 0.0570559858606731 Inf M114.0662 +M114.8928 114.892771402995 114.892677307129 114.89289855957 63 18 87 3 0 0 0 0.721507343659052 0.0134538525141108 Inf M114.8928 +M115.0542 115.05422565645 115.053596496582 115.054382324219 67 15 90 3 0 0 0 0.810577617383747 0.0509185990577322 Inf M115.0542 +M116.0706 116.070605011029 116.069999694824 116.071151733398 67 16 86 3 2299.6918226454 0 0 0.902258238195639 0.0213352009652274 Inf M116.0706 +M117.0573 117.057290697855 117.056968688965 117.057456970215 64 20 100 3 0 0 0 0.558341280710228 0.0505472258216464 Inf M117.0573 +M117.0699 117.069866410221 117.069313049316 117.070053100586 72 15 95 3 0 0 0 0.795214312380929 0.0412503882011008 Inf M117.0699 +M118.0651 118.065112529357 118.064384460449 118.065460205078 69 16 90 3 0 0 0 0.808867539293211 0.048287161127719 Inf M118.0651 +M118.0862 118.086245439637 118.085639953613 118.086700439453 69 15 89 3 5400.87947876505 0 0 0.926108549749759 0.0150419647963809 150.809912579408 M118.0862 +M120.0655 120.065502075922 120.06534576416 120.065979003906 71 15 95 3 0 0 0 0.472219128080081 0.0652116893335988 Inf M120.0655 +M120.0808 120.080758621444 120.080612182617 120.08097076416 67 15 100 3 0 0 0 0.521681773193786 0.0789584529115262 Inf M120.0808 +M120.9661 120.96610646189 120.965972900391 120.966285705566 104 23 133 3 0 1 0 NA NA Inf M120.9661 +M121.0509 121.050878791428 121.050361633301 121.051528930664 69 16 96 6 3062.48471498843 0 0 0.964045930197221 0.00744208367262375 Inf M121.0509 +M121.8984 121.898391299778 121.897850036621 121.899024963379 65 24 89 1 4916.5194266183 0 0 0.150298037250412 NA 16.1120614232396 M121.8984 +M121.9029 121.902906116686 121.902374267578 121.903312683105 59 26 85 1 3044.36539713542 0 0 0.357735187877451 NA 37.4751912164653 M121.9029 +M121.9045 121.90451741773 121.903656005859 121.905151367188 66 15 81 1 3086.18469238281 0 0.000187070602193584 0.461625081852731 NA 27.32757028806 M121.9045 +M121.9067 121.906724062833 121.906051635742 121.907371520996 67 15 82 1 4053.71883138021 0 0.000927547998974987 0.461793848634468 NA 18.3098213886397 M121.9067 +M121.9157 121.915666286762 121.914970397949 121.916404724121 72 15 87 1 3459.45560709635 0 0 0.341461737485534 NA 18.8964299161614 M121.9157 +M121.9208 121.920824323382 121.920143127441 121.921508789062 69 15 84 1 0 0 0 0.263963941254191 NA Inf M121.9208 +M121.9232 121.923160807292 121.922431945801 121.923645019531 67 15 82 1 4265.94597516741 0 0 0.420183054405384 NA 15.640407337876 M121.9232 +M121.9247 121.924704031393 121.924163818359 121.92529296875 68 15 83 1 2985.01040039062 0 0 0.171174013078328 NA 18.5968106175292 M121.9247 +M121.9269 121.926917457581 121.926383972168 121.927490234375 67 15 82 1 4150.31713867188 0 0.000113867680219704 0.354393630681606 NA 19.2843343623509 M121.9269 +M121.9333 121.93329679049 121.932685852051 121.93376159668 62 26 88 1 5040.21428571429 0 0.0051000377911663 0.491164886169701 NA 14.7597133958994 M121.9333 +M121.9391 121.939097086589 121.938369750977 121.939819335938 58 27 85 1 3126.20157877604 0 0.00224609912912466 0.388083478950802 NA 26.8309110324619 M121.9391 +M121.9438 121.943772277832 121.942893981934 121.944244384766 74 26 100 1 2582.70483398438 0 0 0.326982115047446 NA 22.5004847952184 M121.9438 +M121.9524 121.952375531814 121.951477050781 121.95344543457 71 15 90 2 4897.1162516276 0 0.00158959098713574 0.322987890510019 0.13136752818993 18.3236412595379 M121.9524 +M121.9704 121.970371002847 121.969505310059 121.971054077148 65 27 92 1 0 0 0 -0.11050342734597 NA Inf M121.9704 +M121.9836 121.983639053434 121.982757568359 121.984390258789 60 27 87 1 0 0 0 0.358038443926915 NA Inf M121.9836 +M121.9957 121.995664068993 121.994728088379 121.996292114258 63 17 80 1 3645.73948838976 0 0 -0.0754277700279827 NA 7.50265963528122 M121.9957 +M122.0029 122.002932914499 122.002220153809 122.003601074219 64 25 89 1 2433.84887695312 0 5.15352205354702e-11 -0.153400035183729 NA 27.031056508869 M122.0029 +M122.0100 122.009957098192 122.009399414062 122.010330200195 62 17 79 1 3404.31930776743 0 0 0.174478624336311 NA 5.89304088530048 M122.0100 +M122.0245 122.024525409275 122.023857116699 122.02522277832 60 17 77 1 6406.18832397461 0 0 0.318911577743733 NA 9.34241067763008 M122.0245 +M122.0361 122.036069449732 122.03515625 122.036811828613 66 17 83 1 3085.15339660645 0 0.00959528137077026 0.297981196172441 NA 19.941436948622 M122.0361 +M122.0434 122.043420087374 122.042869567871 122.04402923584 55 17 72 1 5179.86322021484 0 0.0037856230081541 0.591963841407808 NA 14.7326489227185 M122.0434 +M122.0542 122.054221667832 122.053321838379 122.055038452148 68 15 100 3 1633.42709147135 0 0 0.673261783512279 0.105116713754557 Inf M122.0542 +M126.1026 126.102565453613 126.101722717285 126.103073120117 77.5 16 113 6 620.268886990017 0 0 0.82869890748092 0.156280672151301 Inf M126.1026 +M127.1059 127.10590196364 127.105758666992 127.106079101562 72 15 95 3 0 0 0 0.513245569249303 0.0570245533834636 Inf M127.1059 +M128.0494 128.04944844603 128.049133300781 128.049896240234 71 17 91 3 0 0 0 0.907744996742828 0.0258646227573756 Inf M128.0494 +M129.0658 129.065826606551 129.0654296875 129.065994262695 89.5 35 135 2 0 0 0 -0.200799116943246 0.410442207564017 Inf M129.0658 +M130.0498 130.049839131972 130.049468994141 130.049987792969 70 17 100 3 0 0 0 0.229485462580188 0.0792514837160531 Inf M130.0498 +M130.0862 130.086228390958 130.085708618164 130.086380004883 62 16 89 3 0 0 0 0.179376211994824 0.144289148967755 Inf M130.0862 +M130.1087 130.108707195983 130.108215332031 130.109237670898 74 17 95 5 0 0 0 0.960217033815495 0.00927464150572945 Inf M130.1087 +M131.0815 131.08148052862 131.081314086914 131.081802368164 109 21 135 2 0 0 0 -0.500296195378945 0.113977266040678 Inf M131.0815 +M131.1057 131.105718340193 131.105545043945 131.105926513672 65 16 92 3 0 0 0 0.557493174684592 0.0726951210732569 Inf M131.1057 +M131.1120 131.112038803101 131.111633300781 131.112213134766 65 15 85 3 0 0 0 0.837913236574409 0.0590750401144622 Inf M131.1120 +M132.0655 132.065486947286 132.065002441406 132.065643310547 103 19 133 3 0 0 0 -0.658989263712152 0.0641138522591025 Inf M132.0655 +M132.0767 132.076721394857 132.076583862305 132.077087402344 70 15 89 3 0 0 0 0.596985309759169 0.035245394164601 Inf M132.0767 +M132.1019 132.101878821083 132.101150512695 132.102416992188 73 16 93 3 3053.23840913318 0 0 0.922672424588928 0.0351211186908574 Inf M132.1019 +M133.0971 133.097127339926 133.09700012207 133.097549438477 76 15 110 3 0 0 0 -0.113796613186121 0.12003050298446 Inf M133.0971 +M133.1052 133.10521538313 133.10481262207 133.105361938477 63 15 84 3 0 0 0 0.46157266984034 0.059471504145863 Inf M133.1052 +M134.0964 134.096401333921 134.095794677734 134.097106933594 65 16 97 3 0 0 0 0.952790020420089 0.0147597653316813 Inf M134.0964 +M134.9884 134.988380782867 134.98796081543 134.988555908203 104 21 129 3 0 0 0 -0.492099109855794 0.143094032983951 Inf M134.9884 +M135.0028 135.002830932015 135.002044677734 135.003311157227 68 15 86 3 1538.4963921441 0 0 0.894889211870979 0.0306126295516156 Inf M135.0028 +M135.0301 135.030094347502 135.029983520508 135.030212402344 66 16 82 1 0 0 0 0.290514983203379 NA Inf M135.0301 +M135.0998 135.099750180788 135.099578857422 135.099914550781 69 15 89 3 0 0 0 0.628363776359475 0.0318307768946417 Inf M135.0998 +M136.0757 136.075662535082 136.075271606445 136.076187133789 68 18 94 3 0 0 0 0.925194356078806 0.0304719952847155 Inf M136.0757 +M137.0573 137.057273631124 137.056777954102 137.05744934082 62 20 86 2 12666.7206253219 0 0.00466226849913742 0.14695123050317 0.303881570657189 4.73926227059909 M137.0573 +M137.0790 137.079008622603 137.078887939453 137.079147338867 63 23 86 1 0 0 0 0.501943404607492 NA Inf M137.0790 +M138.9065 138.906451034546 138.905853271484 138.907165527344 61 18 86 3 0 0 0 0.613271065824047 0.0581854102029544 Inf M138.9065 +M140.0682 140.068174501006 140.067749023438 140.068344116211 62 15 86 3 9378.37602950435 0 1.84761095312069e-11 0.609302098504902 0.0919741379065595 16.0710126969975 M140.0682 +M140.9035 140.903485774994 140.903366088867 140.903564453125 58.5 20 82 2 0 0 0 0.733942356221185 0.0292597621321529 Inf M140.9035 +M142.0651 142.065081157382 142.064697265625 142.065246582031 65 16 86 3 0 0 0 0.633160817970427 0.0573420142541727 Inf M142.0651 +M142.9183 142.918298112958 142.918121337891 142.918472290039 86 50 137 2 0 0 0 -0.582192025338796 0.0848445476330674 Inf M142.9183 +M142.9480 142.948038101196 142.947631835938 142.948211669922 75 19 107 3 0 0 0 -0.184077952999851 0.34410978525346 Inf M142.9480 +M143.0328 143.032791245914 143.032241821289 143.032943725586 62 15 91 3 0 0 0 0.73241403499313 0.0524308322676586 Inf M143.0328 +M144.1019 144.101876831055 144.101455688477 144.102066040039 62 20 88 3 1121.14823404948 0 0 0.473584232819723 0.127368195183245 Inf M144.1019 +M144.9921 144.992074854234 144.991683959961 144.992553710938 85 19 129 3 1996.67861328125 0 0 -0.129100806597964 0.156128255029028 Inf M144.9921 +M146.0600 146.059988759047 146.059432983398 146.060195922852 68 15 100 3 0 0 0 0.870215452689764 0.0437170675265926 Inf M146.0600 +M147.0916 147.091621681496 147.091522216797 147.091751098633 65 17 82 1 0 0 0 0.438105760196605 NA Inf M147.0916 +M147.1128 147.112763167547 147.11262512207 147.112991333008 72 15 100 3 0 0 0 0.380699949216838 0.259671847973663 Inf M147.1128 +M148.0604 148.060396659572 148.060012817383 148.060897827148 73 15 95 3 2993.42592366536 0 0 0.698293395116171 0.0654798532929847 Inf M148.0604 +M148.0845 148.084474945068 148.084320068359 148.084609985352 66 17 83 1 0 0 0 0.4813833579146 NA Inf M148.0845 +M150.1124 150.112438180048 150.111907958984 150.11296081543 85 16 104 3 3966.63818359375 0 0 0.930223283073888 0.0407639988637586 Inf M150.1124 +M151.1158 151.115798563897 151.115615844727 151.115921020508 70 15 91 3 0 0 0 0.598123801228681 0.0638576185473255 Inf M151.1158 +M152.0567 152.05665371457 152.055755615234 152.057312011719 72 16 95 3 0 0 0 0.922113087663843 0.0351770009181509 Inf M152.0567 +M152.0620 152.062017384405 152.061325073242 152.0625 65 15 89 3 0 0 0 0.952953064157674 0.0191910110933623 Inf M152.0620 +M152.9990 152.998950171188 152.99853515625 152.999130249023 100 23 179 3 1561.81320529514 1 0 NA NA Inf M152.9990 +M153.0600 153.060010736639 153.059783935547 153.060348510742 63 15 86 3 0 0 0 0.33261568209731 0.0929642571605035 Inf M153.0600 +M153.0654 153.065372935513 153.065124511719 153.065612792969 64 15 85 3 0 0 0 0.672277200963208 0.037047976970079 Inf M153.0654 +M154.0838 154.083814559444 154.083633422852 154.083999633789 59 17 86 3 0 0 0 0.501201948551798 0.131358113431133 Inf M154.0838 +M154.9417 154.94165922277 154.941345214844 154.941879272461 119 23 172 2 0 1 0 NA NA Inf M154.9417 +M156.0767 156.076722570732 156.076110839844 156.076995849609 75 16 100 3 0 0 0 0.272683671319802 0.0866636393120167 Inf M156.0767 +M158.1175 158.117540067785 158.117324829102 158.117721557617 62 15 88 3 0 0 0 0.637098769553539 0.143106189468169 Inf M158.1175 +M158.9641 158.964053976125 158.963882446289 158.964202880859 59 15 81 3 34785.0601755579 0 0 0.807890980513104 0.043921796920764 13.9115943703082 M158.9641 +M159.0917 159.091655247371 159.091217041016 159.092132568359 69 15 86 3 0 0 0 0.928203086516751 0.0165769122179919 Inf M159.0917 +M160.0604 160.060416795553 160.059799194336 160.060623168945 101 18 128 3 0 0 0 -0.696285086947184 0.0239626042103329 Inf M160.0604 +M160.0717 160.071653793107 160.071350097656 160.071838378906 71 16 98 3 0 0 0 0.360512764015722 0.139859658418877 Inf M160.0717 +M160.0757 160.075667323328 160.075454711914 160.075988769531 72 15 93 3 0 0 0 0.828590720911995 0.0675526715993844 Inf M160.0757 +M160.0950 160.094999226959 160.094802856445 160.095230102539 61 17 84 2 0 0 0 0.508274873177298 0.0299884497576574 Inf M160.0950 +M162.1125 162.112470792988 162.111907958984 162.112609863281 79 16 100 3 2036.77069769965 0 0 0.944260511745337 0.0256974653917159 Inf M162.1125 +M163.0389 163.038891176634 163.038162231445 163.03938293457 68 15 86 3 0 0 0 0.644177666365033 0.12330727860678 Inf M163.0389 +M163.0534 163.05337700477 163.052764892578 163.05387878418 62 18 87 3 0 0 0 0.37446825649014 0.152398366232935 Inf M163.0534 +M163.1158 163.115787693712 163.115539550781 163.116027832031 69 15 92 3 0 0 0 0.559610473658948 0.0777895627462227 Inf M163.1158 +M164.0615 164.061473259559 164.060653686523 164.062042236328 67 17 88 3 0 0 0 0.529044671634918 0.0745160432130075 Inf M164.0615 +M164.9300 164.929969901856 164.92951965332 164.930206298828 73 20 100 3 1299.52844238281 0 0 0.178810660578351 0.184765875679411 Inf M164.9300 +M165.0698 165.069782265618 165.068664550781 165.070068359375 69 15 87 8 0 0 0 0.844763797890075 0.209800568660078 Inf M165.0698 +M166.0259 166.025857289632 166.024307250977 166.026290893555 110 16 251 7 0 1 0 NA NA Inf M166.0259 +M166.0731 166.073136416349 166.072250366211 166.073440551758 66 15 86 3 0 0 0 0.783490224468685 0.104226596898503 Inf M166.0731 +M166.0776 166.077639791701 166.076812744141 166.077880859375 67 16 91 3 0 0 0 0.870158651004209 0.0649380236511134 Inf M166.0776 +M166.0862 166.086228555637 166.085601806641 166.08642578125 66 15 86 3 0 0 0 0.861649800482082 0.0440120358692017 Inf M166.0862 +M166.5277 166.527731553564 166.526977539062 166.528137207031 113 21 211 3 0 1 0 NA NA Inf M166.5277 +M167.0811 167.081112983899 167.080276489258 167.081573486328 62 22 86 3 0 0 0 0.431536053345747 0.0619853868071949 Inf M167.0811 +M167.0855 167.085490628756 167.084716796875 167.085601806641 69 15 92 3 0 0 0 0.977831885593914 0.0111546736398638 Inf M167.0855 +M167.1042 167.104210364235 167.10400390625 167.104415893555 63 15 83 2 6340.88939490685 0 0 0.687014218812505 0.17232212129461 34.8768841314563 M167.1042 +M168.0888 168.088849857945 168.088272094727 168.089111328125 72 17 91 3 0 0 0 0.970753664149279 0.0110120316054956 Inf M168.0888 +M169.0922 169.092206682478 169.092025756836 169.092544555664 67 15 85 3 0 0 0 0.771097383750671 0.0443838972400322 Inf M169.0922 +M170.0424 170.042356460813 170.04216003418 170.042617797852 71 15 95 3 0 0 0 0.689834725449901 0.0644641273126324 Inf M170.0424 +M170.0924 170.092384338379 170.092132568359 170.09260559082 75 18 108 3 0 0 0 0.160167462135068 0.0437266800135787 Inf M170.0924 +M172.0944 172.09440111844 172.09375 172.094589233398 62 15 83 3 0 0 0 0.881152459196684 0.0382723417710929 Inf M172.0944 +M173.4724 173.472379181903 173.4716796875 173.472961425781 76.5 16 100 6 21210.9177785836 0 0 0.939487322691657 0.038980487826885 18.4193228480185 M173.4724 +M174.0386 174.038636618798 174.038330078125 174.038940429688 66 15 87 3 0 0 0 0.912816454710135 0.0125998091060734 Inf M174.0386 +M174.0549 174.054942036723 174.05419921875 174.055191040039 68 17 86 3 0 0 0 0.95091917210158 0.0114086515024785 Inf M174.0549 +M174.0913 174.091334582325 174.090789794922 174.091537475586 72 15 95 3 0 0 0 0.929523443503942 0.0234525341319556 Inf M174.0913 +M175.0314 175.031360689799 175.030792236328 175.031646728516 109 21 251 3 0 1 0 NA NA Inf M175.0314 +M175.0583 175.058308293269 175.05744934082 175.058563232422 66 15 89 3 0 0 0 0.800794132157932 0.0798900257905566 Inf M175.0583 +M175.0947 175.094700372041 175.094345092773 175.09489440918 59 20 86 3 0 0 0 0.444525481440137 0.394892267638537 Inf M175.0947 +M175.1101 175.110130205546 175.109390258789 175.110778808594 66 15 92 3 0 0 0 0.43902294866869 0.188493753012956 Inf M175.1101 +M175.1189 175.118946620396 175.118713378906 175.119201660156 78 15 95 3 0 0 0 0.428714912131112 0.186600892342826 Inf M175.1189 +M175.5330 175.533028617619 175.532501220703 175.533584594727 109 20 197 3 0 1 0 NA NA Inf M175.5330 +M176.1030 176.102989479348 176.102676391602 176.103210449219 66 17 83 1 0 0 0 0.199991932165647 NA Inf M176.1030 +M176.1182 176.118201870389 176.117691040039 176.118286132812 71 15 91 3 0 0 0 0.976409090134869 0.017143537337468 Inf M176.1182 +M176.1280 176.12801028895 176.127426147461 176.128326416016 69 15 86 3 0 0 0 0.86580751787216 0.00988594645220013 Inf M176.1280 +M177.0546 177.054586839816 177.053955078125 177.054916381836 74 15 93 4 7614.01712612576 0 0 0.942544775122472 0.0125070668931776 296.011100259102 M177.0546 +M177.0869 177.086939179848 177.086395263672 177.087173461914 205 36 251 3 8873.35915231416 1 8.88178419700125e-15 NA NA 24.2705674434216 M177.0869 +M177.0982 177.098172651854 177.097640991211 177.098434448242 79 15 108 3 0 0 0 0.629310274661544 0.191248874077115 Inf M177.0982 +M177.1152 177.115224685669 177.114990234375 177.115493774414 67 15 86 3 0 0 0 0.902700520075404 0.0161836781251988 Inf M177.1152 +M177.1215 177.121526013167 177.12092590332 177.12174987793 69 17 89 3 0 0 0 0.971691246110839 0.0150239293123098 Inf M177.1215 +M177.1244 177.124388089187 177.124130249023 177.124694824219 60 16 80 2 0 0 0 0.596559103299956 0.0290647822250561 Inf M177.1244 +M178.0579 178.057930469513 178.057601928711 178.058212280273 67 19 100 3 0 0 0 0.680841452657475 0.040427414361933 Inf M178.0579 +M178.1015 178.10149305694 178.101303100586 178.10173034668 71 16 87 1 0 0 0 0.195597469656073 NA Inf M178.1015 +M178.1249 178.12488268931 178.12434387207 178.125534057617 68 15 100 3 0 0 0 0.822833576198658 0.0190245335559222 Inf M178.1249 +M182.0811 182.081140660459 182.080810546875 182.081436157227 79 15 100 3 0 0 0 0.604496628110253 0.122738526630359 Inf M182.0811 +M182.9023 182.90234357166 182.901626586914 182.902633666992 100 47 164 2 0 1 0 NA NA Inf M182.9023 +M185.0420 185.042032822319 185.041793823242 185.042434692383 65 15 84 3 0 0 0 0.893477601941295 0.00933702538077865 Inf M185.0420 +M187.0577 187.057674153646 187.057281494141 187.057968139648 62 15 86 3 0 0 0 0.483986673266192 0.00748189978523544 Inf M187.0577 +M187.0713 187.071337307201 187.070953369141 187.071685791016 109 22 251 3 0 1 0 NA NA Inf M187.0713 +M188.0683 188.068278132258 188.067962646484 188.068603515625 64 15 82 3 0 0 0 0.584653885753533 0.102041656097629 Inf M188.0683 +M188.0706 188.070580595283 188.070343017578 188.070877075195 69 15 100 3 0 0 0 0.64961206146138 0.0262787439485847 Inf M188.0706 +M189.0871 189.087073320899 189.086486816406 189.087493896484 115 15 251 3 0 1 0 NA NA Inf M189.0871 +M190.0125 190.012532284385 190.01220703125 190.012893676758 62 20 89 3 0 0 0 0.904466547819561 0.0206758217294512 Inf M190.0125 +M190.1437 190.14374363676 190.143432617188 190.144027709961 59 15 86 3 0 0 0 0.501601090916604 0.0492167473611579 Inf M190.1437 +M191.0766 191.076643676758 191.076248168945 191.076858520508 55 17 72 1 0 0 0 0.399527171748105 NA Inf M191.0766 +M191.1026 191.102550018286 191.101959228516 191.102890014648 106 22 137 2 0 1 0 NA NA Inf M191.1026 +M192.0243 192.024306838577 192.024032592773 192.024642944336 63 15 84 3 0 0 0 0.623022259034741 0.0896370466211046 Inf M192.0243 +M194.1387 194.138656514486 194.138366699219 194.138931274414 72 15 90 3 0 0 0 0.728424109108765 0.069262587162455 Inf M194.1387 +M195.0459 195.045901784635 195.045608520508 195.046157836914 97.5 26 127 2 0 0 0 -0.564842870687203 0.00974913588062513 Inf M195.0459 +M196.0205 196.02051858341 196.020065307617 196.020904541016 62 16 85 3 0 0 0 0.585206380115508 0.105480944510921 Inf M196.0205 +M196.0369 196.036869075748 196.036560058594 196.037216186523 65 15 84 3 0 0 0 0.92260311847779 0.0401745722069231 Inf M196.0369 +M196.8650 196.865036908318 196.86474609375 196.86540222168 62 15 85 3 0 0 0 0.641477586282565 0.0668924273481179 Inf M196.8650 +M196.9886 196.988619537303 196.987930297852 196.988952636719 105 22 135 2 0 0 0 -0.641308614384621 0.124375312438711 Inf M196.9886 +M197.0402 197.040224552155 197.039825439453 197.040557861328 59 17 86 3 0 0 0 0.605978950402281 0.0400885366628072 Inf M197.0402 +M197.0430 197.042957537102 197.042587280273 197.04328918457 102 20 218 3 0 1 0 NA NA Inf M197.0430 +M198.0972 198.097195095486 198.096908569336 198.097457885742 67 15 88 3 0 0 0 0.453443427599576 0.0686489681791353 Inf M198.0972 +M198.1001 198.100148168103 198.099807739258 198.100433349609 61 15 83 3 0 0 0 0.40473700589536 0.0500614903293679 Inf M198.1001 +M198.8621 198.862140655518 198.861541748047 198.862457275391 60 19 87 3 0 0 0 0.657715554368201 0.0772810332335856 Inf M198.8621 +M199.0365 199.036545116377 199.035873413086 199.036926269531 67 15 84 3 0 0 0 0.951552070301507 0.0327989506951824 Inf M199.0365 +M199.0689 199.068937906405 199.068603515625 199.0693359375 101 15 131 3 0 1 0 NA NA Inf M199.0689 +M199.0801 199.080133337724 199.079788208008 199.080444335938 66 15 89 3 0 0 0 0.652223332923558 0.0509405084475952 Inf M199.0801 +M200.0399 200.039887408821 200.039520263672 200.040328979492 59 15 100 3 0 0 0 0.683408830436882 0.0888021195584189 Inf M200.0399 +M202.9759 202.975873131147 202.975463867188 202.976181030273 108 36 158 2 2586.33154296875 1 0.000214186006959549 NA NA Inf M202.9759 +M203.0101 203.010149685728 203.009399414062 203.010513305664 115 16 219 3 0 1 0 NA NA Inf M203.0101 +M203.0526 203.052636458382 203.052124023438 203.052947998047 72.5 15 92 4 14112.7098510742 0 0 0.944076726762585 0.0017111012602857 405.018606693578 M203.0526 +M204.0560 204.055967305501 204.0556640625 204.056289672852 68 15 86 3 0 0 0 0.815099120310508 0.0366719940862882 Inf M204.0560 +M204.1230 204.123043327754 204.122756958008 204.12336730957 85 15 108 3 1354.35956488715 0 0 0.939721046128366 0.0464549583547598 Inf M204.1230 +M205.0970 205.097007017869 205.096008300781 205.097381591797 75 15 95 3 0 0 0 0.666541851761703 0.0348511463234515 Inf M205.0970 +M205.1263 205.126291138785 205.125579833984 205.126617431641 71 15 94 3 0 0 0 0.809687220734171 0.0773176366936445 Inf M205.1263 +M206.1386 206.138588686755 206.138000488281 206.138931274414 73 15 90 3 0 0 0 0.844315907018795 0.071297092019492 Inf M206.1386 +M206.8938 206.893815530313 206.89338684082 206.894119262695 62 15 83 3 0 0 0 0.864046928779796 0.0387033959858906 Inf M206.8938 +M207.0239 207.023904123614 207.023620605469 207.024200439453 62 15 85 3 0 0 0 0.633820584376377 0.185796656840067 Inf M207.0239 +M208.8909 208.89089457194 208.890625 208.891250610352 57 15 83 3 0 0 0 0.761102642268254 0.0548273863690746 Inf M208.8909 +M211.0940 211.094031484186 211.093704223633 211.09440612793 67 17 85 3 11847.0832922557 0 0 0.94218553840994 0.0181479924319139 134.659407398084 M211.0940 +M212.0974 212.097373818452 212.097076416016 212.097839355469 62 15 86 3 0 0 0 0.501648107058874 0.289125877033954 Inf M212.0974 +M214.0062 214.006180612664 214.005905151367 214.006561279297 60 17 85 3 0 0 0 0.593688655880784 0.115334499191875 Inf M214.0062 +M214.9992 214.999152572043 214.998764038086 214.999801635742 110 26 217 3 0 1 0 NA NA Inf M214.9992 +M215.0105 215.010466257731 215.010162353516 215.010879516602 60 18 84 3 0 0 0 0.699422675453483 0.0269425263516813 Inf M215.0105 +M215.0282 215.028246912964 215.027526855469 215.028579711914 210 36 251 2 0 1 0 NA NA Inf M215.0282 +M215.0496 215.049569712057 215.049255371094 215.049987792969 66.5 16 89 2 0 0 0 0.346476718408768 0.0358200663981967 Inf M215.0496 +M216.1018 216.10184173584 216.101318359375 216.102203369141 63 20 88 3 0 0 0 0.588005907308724 0.180677455312295 Inf M216.1018 +M216.1206 216.120568980341 216.11979675293 216.121017456055 61 15 83 3 0 0 0 0.605756846029449 0.0155376123600596 Inf M216.1206 +M216.9226 216.922641261931 216.922286987305 216.923126220703 59 15 102 3 3863.24916294643 0 0 0.883502322023227 0.0544529422984712 Inf M216.9226 +M218.0188 218.018786690452 218.018371582031 218.019134521484 66 15 85 3 0 0 0 0.780990761799906 0.039577165699563 Inf M218.0188 +M218.1386 218.138616021474 218.138244628906 218.139144897461 68 15 93 3 0 0 0 0.889281541025843 0.0282512781287317 Inf M218.1386 +M218.9197 218.91968863351 218.919250488281 218.920166015625 59 15 93 3 0 0 0 0.763786860854613 0.0455011920381655 Inf M218.9197 +M219.0265 219.026487236414 219.025848388672 219.026916503906 65 15 84 3 0 0 0 0.932833069203887 0.0230413784601731 Inf M219.0265 +M219.1128 219.11275050572 219.112411499023 219.113159179688 75 15 91 3 0 0 0 0.836340172826654 0.0308036554395283 Inf M219.1128 +M221.0621 221.062054656273 221.061630249023 221.062469482422 67 15 87 3 0 0 0 0.657434367746995 0.11683042763755 Inf M221.0621 +M222.8677 222.867747658177 222.867294311523 222.868179321289 59 21 84 3 0 0 0 0.744456436588026 0.0549452491048713 Inf M222.8677 +M223.0636 223.063621252355 223.063186645508 223.064010620117 64 15 88 3 11613.8571027968 0 0 0.885786269650905 0.0271423103990608 83.4255741879926 M223.0636 +M223.0753 223.075327825885 223.074966430664 223.075607299805 73 15 98 3 9623.95711840243 0 0 0.960733627023954 0.00678310724863269 1120.71202082695 M223.0753 +M223.0940 223.093977265011 223.093536376953 223.094345092773 70 20 90 1 11442.7874450684 0 0 0.2038598161117 NA 4.82178511105801 M223.0940 +M224.0335 224.033522722467 224.033142089844 224.033966064453 199 36 251 3 0 1 0 NA NA Inf M224.0335 +M224.0561 224.056144519545 224.055511474609 224.056427001953 126 64 190 1 6528.83775745739 1 0 NA NA 5.44246705766973 M224.0561 +M224.0632 224.063166381982 224.062850952148 224.063598632812 65 15 85 2 0 0 0 0.513976358043114 0.0200597963683375 Inf M224.0632 +M224.0786 224.078640783257 224.078216552734 224.079055786133 71 15 88 3 1828.75838216146 0 0 0.927734323275736 0.0143296281292473 Inf M224.0786 +M224.8648 224.864822998047 224.864379882812 224.865234375 62 15 88 3 0 0 0 0.640641603842189 0.0465787389078355 Inf M224.8648 +M225.0345 225.034489246125 225.033798217773 225.034942626953 67 15 86 3 0 0 0 0.657181820248158 0.0490587491219638 Inf M225.0345 +M225.0429 225.042862011137 225.042449951172 225.04328918457 61 15 83 3 35649.22234892 0 5.094364925462e-07 0.588130564299368 0.15995784327559 4.72775166478849 M225.0429 +M225.0820 225.082030785353 225.08171081543 225.08251953125 60.5 21 84 2 0 0 0 0.453315150408805 0.0406324126072152 Inf M225.0820 +M226.9514 226.95143281168 226.951080322266 226.951782226562 84 15 100 3 116883.42754736 0 0 0.836665274549141 0.0377519099639247 6.36317016175823 M226.9514 +M227.0680 227.067966938019 227.067489624023 227.068313598633 60 18 86 3 0 0 0 0.50749131668725 0.147117384605047 Inf M227.0680 +M228.1206 228.120551333216 228.120101928711 228.12092590332 68 17 86 3 0 0 0 0.956538327244254 0.0122308250705387 Inf M228.1206 +M229.1239 229.123866347016 229.123016357422 229.124282836914 65 15 87 3 4900.57325236003 0 0 0.843635188390891 0.0161416476055893 Inf M229.1239 +M232.8966 232.896563586647 232.896224975586 232.897033691406 59 15 83 3 0 0 0 0.860269538937308 0.0407257394010553 Inf M232.8966 +M233.0388 233.038804362591 233.038314819336 233.039337158203 127 36 181 3 0 1 0 NA NA Inf M233.0388 +M233.0759 233.075946745325 233.075546264648 233.076278686523 62 15 83 3 0 0 0 0.828525238299785 0.0304764079284602 Inf M233.0759 +M233.1284 233.128387451172 233.127899169922 233.128753662109 71 15 99 3 0 0 0 0.944287607560826 0.0110487416906422 Inf M233.1284 +M234.1317 234.131736564636 234.131286621094 234.132186889648 69 15 88 3 0 0 0 0.61828386925495 0.0667332680284812 Inf M234.1317 +M234.8936 234.893608786843 234.893127441406 234.893997192383 59 15 103 3 0 0 0 0.622706962808476 0.00444521685121811 Inf M234.8936 +M235.0924 235.092394360041 235.092178344727 235.092758178711 114 22 251 3 0 1 0 NA NA Inf M235.0924 +M236.0958 236.095764994064 236.095275878906 236.096145629883 120 26 168 2 0 1 0 NA NA Inf M236.0958 +M239.1257 239.125745511646 239.124923706055 239.126266479492 99 29 134 2 0 0 0 -0.350925841864314 0.288731512390006 Inf M239.1257 +M241.0947 241.094685003999 241.094314575195 241.095108032227 66 15 88 3 0 0 0 0.949496726942426 0.0174353484484032 Inf M241.0947 +M242.0980 242.09803314209 242.097534179688 242.09846496582 64 15 86 3 0 0 0 0.862233520158484 0.0326813779878963 Inf M242.0980 +M242.9254 242.925358717354 242.924774169922 242.925811767578 64 15 84 3 12465.6762039484 0 0 0.779871145035628 0.0194473311494429 22.6760722155936 M242.9254 +M244.0945 244.094495160864 244.094009399414 244.094879150391 69 15 95 3 0 0 0 0.884657438808458 0.0285593196794991 Inf M244.0945 +M245.0572 245.057208082411 245.056838989258 245.0576171875 68 15 84 3 0 0 0 0.957820864307731 0.0354493288908224 Inf M245.0572 +M246.0606 246.060577593352 246.059997558594 246.061065673828 65 15 85 3 0 0 0 0.907735467605036 0.0321751600389932 Inf M246.0606 +M247.0924 247.092399044313 247.091888427734 247.092910766602 105 15 131 3 0 0 0 -0.652959200263145 0.0769586628173353 Inf M247.0924 +M249.0455 249.04546684852 249.044998168945 249.045928955078 87 16 114 3 0 0 0 -0.223669411831335 0.20995156440691 Inf M249.0455 +M249.1572 249.157238515218 249.156814575195 249.157653808594 61 15 85 3 0 0 0 0.465122581206758 0.108791536509658 Inf M249.1572 +M251.0702 251.070204514724 251.069854736328 251.070709228516 61 19 88 3 0 0 0 0.469770850482602 0.0933248109100543 Inf M251.0702 +M254.8237 254.823678236741 254.823272705078 254.824142456055 61 18 85 3 0 0 0 0.735554399055154 0.0361964993239909 Inf M254.8237 +M255.0580 255.057967049735 255.0576171875 255.058441162109 59 15 82 3 0 0 0 0.603468706388998 0.0521034585685932 Inf M255.0580 +M255.1034 255.103368568764 255.102813720703 255.103912353516 94 23 124 2 0 1 0 NA NA Inf M255.1034 +M255.1103 255.110333485822 255.109832763672 255.110778808594 66 15 86 3 0 0 0 0.960224775725485 0.0287928925908026 Inf M255.1103 +M256.1137 256.113688441685 256.113159179688 256.114288330078 69 15 95 3 0 0 0 0.902543615709624 0.0128550126346476 Inf M256.1137 +M256.1695 256.169512115256 256.168853759766 256.169860839844 69 16 89 3 1718.33468967014 0 0 0.979703268441997 0.0130103923898197 Inf M256.1695 +M256.8207 256.820715904236 256.820220947266 256.821075439453 63 15 86 3 0 0 0 0.831803873895279 0.012824556183726 Inf M256.8207 +M257.0461 257.046078752654 257.045593261719 257.046661376953 122 15 215 3 0 1 0 NA NA Inf M257.0461 +M257.0686 257.068607449001 257.068176269531 257.069122314453 66 15 83 3 0 0 0 0.902306705637932 0.0336115347606022 Inf M257.0686 +M257.0743 257.074324640735 257.073883056641 257.074829101562 100 20 127 3 0 0 0 -0.640331409406955 0.0496414914508057 Inf M257.0743 +M257.1729 257.172869159329 257.171875 257.173370361328 74 15 95 3 0 0 0 0.973387359498449 0.0114929674263386 Inf M257.1729 +M258.0719 258.071938539163 258.071502685547 258.072387695312 64 15 83 3 0 0 0 0.450404768381641 0.116898796504592 Inf M258.0719 +M258.1763 258.176298092573 258.175903320312 258.1767578125 69 16 87 3 0 0 0 0.782534332018059 0.040316997388809 Inf M258.1763 +M258.1851 258.185135837876 258.184844970703 258.185394287109 82 16 102 3 4704.3083437965 0 0 0.97833135817941 0.00697890479810008 Inf M258.1851 +M259.1885 259.188493030476 259.188110351562 259.188995361328 75 16 95 3 0 0 0 0.968060365339941 0.0068117197482559 Inf M259.1885 +M260.1644 260.164407248026 260.163696289062 260.164764404297 71 16 98 3 3219.91322835286 0 0 0.972554092370388 0.00639637678884957 Inf M260.1644 +M260.1855 260.185503230375 260.185211181641 260.186004638672 86 15 106 3 0 0 0 0.969385722340844 0.0197623760588094 Inf M260.1855 +M260.1917 260.191717465719 260.191253662109 260.192291259766 74 15 95 3 0 0 0 0.775273981061915 0.0292108331078483 Inf M260.1917 +M261.0111 261.011081471163 261.010711669922 261.011566162109 67 17 86 3 0 0 0 0.707936384079542 0.0421172766328996 Inf M261.0111 +M261.0307 261.030669621059 261.030029296875 261.031341552734 62 15 85 3 10039.268097602 0 0 0.835947728930436 0.0248604296685568 42.237342557722 M261.0307 +M261.1615 261.1614717756 261.161193847656 261.161865234375 63 20 83 1 0 0 0 0.335880155127203 NA Inf M261.1615 +M261.1677 261.167745675614 261.167358398438 261.168121337891 74 16 98 3 0 0 0 0.964865818184337 0.00917789831731377 Inf M261.1677 +M261.1889 261.188866525326 261.188415527344 261.189392089844 70 17 95 3 0 0 0 0.940211244546715 0.0243866998405637 Inf M261.1889 +M262.1698 262.169838049626 262.167877197266 262.171569824219 62.5 15 87 6 0 0 0 0.581313517316994 0.261068885486645 Inf M262.1698 +M262.1910 262.190960087375 262.189331054688 262.192626953125 62 16 100 6 0 0 0 0.593683588843677 0.107344654717426 Inf M262.1910 +M263.0560 263.056048126285 263.055480957031 263.056732177734 69 15 86 3 8638.6852080374 0 0 0.942886757472311 0.0291943146765569 455.20842307441 M263.0560 +M264.0556 264.055600827879 264.055023193359 264.056060791016 69 15 86 3 0 0 0 0.779930229561617 0.109578798897497 Inf M264.0556 +M264.0594 264.059358799096 264.058868408203 264.059783935547 65 15 85 2 0 0 0 0.679887666201834 0.0578312526674083 Inf M264.0594 +M264.8525 264.852476640181 264.851959228516 264.852905273438 62 15 82 2 0 0 0 0.516466205662177 0.0175369568203492 Inf M264.8525 +M265.0230 265.022975569722 265.022521972656 265.0234375 98 16 118 3 6617.0251200532 0 0 -0.491181093893312 0.136630799889563 84.6855698038186 M265.0230 +M265.0529 265.052898551844 265.05224609375 265.053436279297 69 15 86 3 0 0 0 0.694724345016025 0.169087826564732 Inf M265.0529 +M267.2682 267.268156571822 267.267639160156 267.268676757812 68 17 95 3 1820.58502604167 0 0 0.30883521603862 0.196600057085147 Inf M267.2682 +M267.6469 267.646914598419 267.646392822266 267.647430419922 97 16 122 3 0 0 0 -0.301996356580302 0.18922208923355 Inf M267.6469 +M269.1244 269.124350289318 269.123870849609 269.124877929688 73 15 95 3 0 0 0 0.727609916111735 0.0809015215389905 Inf M269.1244 +M270.1277 270.127682721173 270.126831054688 270.128204345703 71 15 89 3 0 0 0 0.362944037104998 0.186772341319877 Inf M270.1277 +M270.9777 270.977668674513 270.977172851562 270.978118896484 64 16 95 2 2294.15014648438 0 0 0.515414367362799 0.0660036513447277 Inf M270.9777 +M271.0400 271.039990792314 271.039276123047 271.040405273438 66 15 82 3 0 0 0 0.542958551414855 0.01482994533701 Inf M271.0400 +M271.0843 271.084252414933 271.083770751953 271.084991455078 64 15 87 3 0 0 0 0.926622479449103 0.0265275379785122 Inf M271.0843 +M272.0876 272.087589808873 272.087097167969 272.088348388672 58 15 100 3 0 0 0 0.66732260442187 0.0952669767027442 Inf M272.0876 +M272.2008 272.200789468813 272.200439453125 272.201263427734 70 15 90 3 7338.14730756711 0 0 0.98071694502871 0.0129031091217155 9556.62337005081 M272.2008 +M273.0393 273.039318885332 273.038879394531 273.039733886719 85.5 41 220 2 0 1 0 NA NA Inf M273.0393 +M273.1979 273.197850114208 273.197204589844 273.198547363281 63 15 86 3 0 0 0 0.691682129417894 0.0216364610460332 Inf M273.1979 +M273.2041 273.204133426442 273.203765869141 273.204467773438 70 15 89 3 0 0 0 0.976796177052042 0.0158938175516147 Inf M273.2041 +M274.2012 274.201150621686 274.200622558594 274.201690673828 69 15 86 3 0 0 0 0.711030243182796 0.120479959549501 Inf M274.2012 +M274.2075 274.207470345372 274.204467773438 274.2080078125 66.5 15 86 4 0 0 0 0.772891892011978 0.266118223108064 Inf M274.2075 +M278.1514 278.15140575367 278.150756835938 278.152099609375 67 15 85 3 0 0 0 0.912457354383796 0.0163924297965531 Inf M278.1514 +M278.8931 278.893061363521 278.892456054688 278.893615722656 68 16 86 2 3332.55897352431 0 0.00181232302581946 0.159139159787058 0.0065214331045932 Inf M278.8931 +M279.0300 279.029954855783 279.029327392578 279.030578613281 64 15 84 3 0 0 0 0.725294407420225 0.149733475982527 Inf M279.0300 +M279.0562 279.056217655305 279.055786132812 279.056671142578 84.5 21 125 2 0 0 0 -0.376404915843871 0.161705730014193 Inf M279.0562 +M279.1547 279.154725916245 279.153991699219 279.1552734375 59 20 85 3 0 0 0 0.704734875156905 0.0538416148191433 Inf M279.1547 +M282.1463 282.14634503505 282.145812988281 282.146942138672 64 15 86 3 0 0 0 0.884330401509701 0.0294718449291496 Inf M282.1463 +M282.1674 282.167447310228 282.166870117188 282.168304443359 64 15 86 3 0 0 0 0.824084016256323 0.0239801465636425 Inf M282.1674 +M282.2790 282.27901474973 282.278472900391 282.279449462891 72 16 95 3 8530.30525338558 0 0 0.937191111562235 0.0372508706912248 714.808312036316 M282.2790 +M283.2631 283.263055974787 283.262603759766 283.263549804688 130 54 184 1 10012.9790649414 1 0 NA NA 1.97755446610796 M283.2631 +M283.2824 283.282374493216 283.281829833984 283.282928466797 76 15 95 3 0 0 0 0.846032589841107 0.0748111386785439 Inf M283.2824 +M284.2858 284.285754047262 284.285308837891 284.286224365234 65.5 17 95 2 0 0 0 0.250424176224697 0.108519661333817 Inf M284.2858 +M284.2947 284.294684332771 284.294097900391 284.295288085938 68 15 100 3 8697.04125382358 0 0 0.703042709746545 0.0847539809508748 26.5420846997177 M284.2947 +M285.0756 285.075603214118 285.074920654297 285.076141357422 69 15 102 3 0 0 0 0.912402726791528 0.0422194220816159 Inf M285.0756 +M286.0790 286.079012552897 286.078521728516 286.079681396484 79 15 100 3 0 0 0 0.688549635890561 0.106759764144963 Inf M286.0790 +M287.0550 287.054964773996 287.054016113281 287.055603027344 107 19 133 3 0 0 0 -0.604767818750262 0.0276368647321742 Inf M287.0550 +M290.0910 290.091025108148 290.090393066406 290.091583251953 88 17 113 3 0 0 0 -0.397572585740015 0.15694463433228 Inf M290.0910 +M290.1750 290.174968362712 290.174499511719 290.175476074219 69 16 92 3 9222.12160681522 0 0 0.974214587032073 0.00790763372359114 3427.11900613143 M290.1750 +M291.1063 291.106261863962 291.105743408203 291.106811523438 69 17 87 3 0 0 0 0.687480622862085 0.0728316776962264 Inf M291.1063 +M291.1783 291.178341583064 291.177978515625 291.178955078125 69 16 86 3 0 0 0 0.971040102233651 0.00657726450552027 Inf M291.1783 +M292.1805 292.180474308032 292.178680419922 292.182159423828 65.5 15 100 6 0 0 0 0.677964022218601 0.152938691992199 Inf M292.1805 +M293.0978 293.097803299952 293.097381591797 293.098022460938 109 20 133 3 0 0 0 -0.738374692689121 0.0128617717280595 Inf M293.0978 +M294.0949 294.094884530584 294.09375 294.095520019531 103 18 130 3 0 0 0 -0.718620060980493 0.0543008138163631 Inf M294.0949 +M294.1011 294.101138822494 294.100616455078 294.101501464844 109 20 136 3 0 0 0 -0.723984267460415 0.0197720795122826 Inf M294.1011 +M295.1032 295.103219506706 295.101165771484 295.105285644531 106.5 15 133 6 0 1 0 NA NA Inf M295.1032 +M296.0238 296.023769516199 296.023132324219 296.024444580078 72 15 98 3 0 0 0 0.837481454758044 0.0682000458059695 Inf M296.0238 +M296.1053 296.105331856864 296.104766845703 296.106048583984 104 19 131 3 0 0 0 -0.579800657687296 0.140225417833447 Inf M296.1053 +M297.0271 297.027119524726 297.026489257812 297.027679443359 58 17 82 2 0 0 0 0.545466570545896 0.0665390312796561 Inf M297.0271 +M298.0208 298.020847440516 298.020172119141 298.021545410156 68 15 100 3 0 0 0 0.76959330711173 0.06691341932866 Inf M298.0208 +M300.2896 300.289557762969 300.289001464844 300.290222167969 84 16 102 3 3993.65095486111 0 0 0.911605943030183 0.0560402932330356 Inf M300.2896 +M301.2929 301.292914130471 301.292297363281 301.293609619141 71 15 95 3 0 0 0 0.835572962099872 0.0665732695657392 Inf M301.2929 +M302.2324 302.232421488702 302.231536865234 302.233001708984 70 16 90 3 0 0 0 0.859704479807853 0.0242915392411606 Inf M302.2324 +M302.2963 302.296271690956 302.296051025391 302.296600341797 61 16 77 1 0 0 0 0.221095595962432 NA Inf M302.2963 +M302.3052 302.305191321567 302.304595947266 302.305847167969 81 16 99 3 0 0 0 0.923774708766103 0.0283367596765204 Inf M302.3052 +M303.3085 303.308543604073 303.307830810547 303.309234619141 75 16 100 3 0 0 0 0.81847282185543 0.0561010135385972 Inf M303.3085 +M304.2609 304.260930287032 304.260192871094 304.261596679688 68 16 91 3 2627.04378255208 0 0 0.971682933667005 0.0199649865466818 Inf M304.2609 +M305.1029 305.102938175201 305.102142333984 305.103576660156 62 15 83 3 0 0 0 0.827801583296211 0.0721483078632151 Inf M305.1029 +M305.2643 305.264281065568 305.263702392578 305.264923095703 70 15 88 3 0 0 0 0.887781577287339 0.0240708191164681 Inf M305.2643 +M307.0575 307.057541463385 307.056976318359 307.058166503906 68 16 91 3 0 0 0 0.94694437778772 0.00852250151180465 Inf M307.0575 +M308.0609 308.060885985032 308.060302734375 308.0615234375 66 15 83 3 0 0 0 0.780175887675154 0.0300055928005748 Inf M308.0609 +M309.1120 309.111985817934 309.111419677734 309.112701416016 73 15 93 3 0 0 0 0.963782934832841 0.00867253590320014 Inf M309.1120 +M310.1153 310.115343134454 310.11474609375 310.115936279297 70 17 88 3 0 0 0 0.875097984516374 0.0246210495313116 Inf M310.1153 +M312.1569 312.156864149306 312.156005859375 312.157501220703 69 15 88 3 0 0 0 0.871683484613335 0.0250421547027869 Inf M312.1569 +M313.0882 313.088185128469 313.087615966797 313.088714599609 63 18 87 2 0 0 0 0.477674035652706 0.164142546665668 Inf M313.0882 +M313.2736 313.273577284112 313.273040771484 313.273986816406 74.5 15 100 4 34666.6254674575 0 0 0.808296404316534 0.068288676658853 21.6318354776517 M313.2736 +M314.2769 314.276949081186 314.276336669922 314.277587890625 75 15 100 3 7248.94409401633 0 5.15143483426073e-14 0.471872644305856 0.0990761262398823 19.8069194648444 M314.2769 +M315.0673 315.067252431017 315.066131591797 315.067779541016 114 17 251 3 0 1 0 NA NA Inf M315.0673 +M315.0797 315.079722243089 315.079376220703 315.080078125 97 20 126 3 0 0 0 -0.573883696198596 0.0752860949750239 Inf M315.0797 +M316.0680 316.067990880434 316.067169189453 316.071075439453 109 16 246 5 0 1 0 NA NA Inf M316.0680 +M316.0767 316.076728489088 316.076141357422 316.077362060547 96 21 126 3 0 0 0 -0.58735440745845 0.033555121550996 Inf M316.0767 +M316.0831 316.083050287986 316.082489013672 316.083770751953 98 21 124 3 0 0 0 -0.638949025550419 0.0408396387785728 Inf M316.0831 +M317.0558 317.055839130986 317.05517578125 317.056457519531 183 16 220 2 0 1 0 NA NA Inf M317.0558 +M317.0647 317.064702914908 317.064025878906 317.0654296875 112.5 24 139 2 0 0 0 -0.672559508091404 0.0230440503667791 Inf M317.0647 +M317.0851 317.085144083114 317.083312988281 317.086944580078 96.5 19 126 6 0 0 0 -0.558443619158537 0.0762089904449284 Inf M317.0851 +M318.0057 318.005737848374 318.005126953125 318.00634765625 66 16 86 3 0 0 0 0.942363041685255 0.0171327006673341 Inf M318.0057 +M318.3001 318.300079321521 318.299530029297 318.300720214844 79 15 100 3 0 0 0 0.893021352371574 0.0579817307170426 Inf M318.3001 +M319.0091 319.009081522624 319.008087158203 319.009948730469 63 17 87 3 0 0 0 0.754869630656135 0.066262155747055 Inf M319.0091 +M319.3035 319.303450091158 319.302673339844 319.304351806641 77 15 98 3 0 0 0 0.803567795163519 0.0613504537818142 Inf M319.3035 +M320.0027 320.002745439662 320.002014160156 320.003631591797 71 15 89 3 0 0 0 0.899845664437261 0.0149224674292795 Inf M320.0027 +M320.2348 320.234845977469 320.233947753906 320.235595703125 65 16 85 3 0 0 0 0.852008909971533 0.0384151863889893 Inf M320.2348 +M320.3068 320.306771172418 320.306182861328 320.307525634766 63 18 87 3 0 0 0 0.384942566566787 0.22229740629885 Inf M320.3068 +M321.0061 321.006094932556 321.005340576172 321.006652832031 64 15 85 3 0 0 0 0.517899955619424 0.00562414195416272 Inf M321.0061 +M321.9998 321.999801347841 321.998809814453 322.000335693359 64 15 83 3 0 0 0 0.610237100172795 0.0503699209769481 Inf M321.9998 +M322.2715 322.271484129071 322.270751953125 322.272277832031 66 15 87 3 7780.40268192998 0 0 0.890465314968024 0.0107661105691018 149.961326772622 M322.2715 +M323.0314 323.0314453125 323.030792236328 323.032135009766 69 15 85 3 0 0 0 0.905070851929101 0.0274312921339468 Inf M323.0314 +M323.0560 323.055979853091 323.055084228516 323.059509277344 114 17 184 3 0 1 0 NA NA Inf M323.0560 +M323.2748 323.274803357247 323.273986816406 323.275390625 66 15 95 3 0 0 0 0.655254768267785 0.0888128586725693 Inf M323.2748 +M324.0347 324.034748650476 324.0341796875 324.035308837891 64 15 84 2 0 0 0 0.326252352349761 0.0640947229578768 Inf M324.0347 +M324.2871 324.287128337799 324.286285400391 324.287811279297 64 15 84 3 0 0 0 0.892703469677159 0.0114148942884942 Inf M324.2871 +M325.2347 325.23473142228 325.234008789062 325.235443115234 61 15 82 3 1481.51774088542 0 0 0.413962479834876 0.26657680904818 Inf M325.2347 +M325.2905 325.290455693784 325.289459228516 325.291351318359 64 15 86 3 0 0 0 0.562958385960989 0.149603410661501 Inf M325.2905 +M329.2586 329.258562554253 329.258178710938 329.259124755859 71 16 95 3 0 0 0 0.968203507910986 0.0100866691176054 Inf M329.2586 +M330.2556 330.255602323092 330.254913330078 330.256256103516 60 17 87 3 0 0 0 0.585270805662716 0.162137471359601 Inf M330.2556 +M330.2619 330.261929867872 330.261138916016 330.262481689453 76 15 95 3 0 0 0 0.954302318010004 0.0149544778338931 Inf M330.2619 +M331.0447 331.0447165856 331.044311523438 331.045349121094 105 21 129 3 0 0 0 -0.716355961261176 0.0193808322283714 Inf M331.0447 +M331.0535 331.053544622827 331.052795410156 331.054351806641 91 19 118 3 0 0 0 -0.544144570816365 0.116692809270239 Inf M331.0535 +M331.0939 331.093872070313 331.093200683594 331.094604492188 66 15 91 3 0 0 0 0.970865169192002 0.0154735974812831 Inf M331.0939 +M331.2652 331.265222059942 331.264343261719 331.266021728516 68 15 86 3 0 0 0 0.831431415736863 0.0878605864968257 Inf M331.2652 +M331.2841 331.284076183826 331.283355712891 331.284606933594 73 15 95 5 32509.6523547603 0 0 0.859058542942803 0.0408199549157926 26.2920074698221 M331.2841 +M331.5463 331.546342116136 331.545288085938 331.547027587891 111 21 138 3 0 0 0 -0.485063973642038 0.173839863535148 Inf M331.5463 +M332.0418 332.041776103358 332.041046142578 332.042419433594 108 17 181 3 0 1 0 NA NA Inf M332.0418 +M332.0481 332.048054194105 332.047485351562 332.048645019531 110 23 137 2 0 0 0 -0.710133892525604 0.0269979794577137 Inf M332.0481 +M332.0569 332.056944504624 332.056060791016 332.057708740234 92 18 119 3 0 0 0 -0.545273726276425 0.0512791205511834 Inf M332.0569 +M332.0972 332.097214825385 332.096405029297 332.097839355469 67 16 86 3 0 0 0 0.923319593872255 0.0130935723809641 Inf M332.0972 +M332.2875 332.287466822013 332.286468505859 332.288299560547 68 15 95 3 8470.60288369535 0 0 0.401490008401767 0.283443588702117 18.9718459985342 M332.2875 +M333.0408 333.040790153952 333.039672851562 333.041564941406 109 20 211 3 0 1 0 NA NA Inf M333.0408 +M333.0503 333.050264259411 333.048095703125 333.052368164062 98 15 135 6 0 1 0 NA NA Inf M333.0503 +M333.1005 333.100543848674 333.099884033203 333.101165771484 63 15 84 2 0 0 0 0.561431658693843 0.0446565753685329 Inf M333.1005 +M333.9797 333.979663555439 333.979034423828 333.980194091797 61 17 87 3 0 0 0 0.806199284408705 0.0493063187422201 Inf M333.9797 +M335.0376 335.03756484165 335.036590576172 335.038299560547 100 19 130 3 0 0 0 -0.665659439726892 0.0622134840039248 Inf M335.0376 +M335.9767 335.976703811273 335.97607421875 335.977325439453 62 20 87 2 0 0 0 0.624661791283787 0.178469267115088 Inf M335.9767 +M337.0491 337.04912382453 337.048370361328 337.050018310547 102 21 128 3 0 0 0 -0.656590786962692 0.0482051531648335 Inf M337.0491 +M337.0616 337.061635180571 337.060821533203 337.062255859375 87 20 116 3 0 0 0 -0.144377605548833 0.109621544572579 Inf M337.0616 +M337.0748 337.074819664798 337.074005126953 337.075561523438 62 15 82 3 6171.21083577474 0 0 0.558039373415425 0.313159620422066 34.4884826990781 M337.0748 +M338.0650 338.06500050127 338.064208984375 338.065734863281 88 15 111 3 0 0 0 -0.137892350070983 0.253727773344835 Inf M338.0650 +M338.2454 338.245404557536 338.244842529297 338.246154785156 60.5 16 82 2 0 0 0 0.544795195685743 0.0244171624385061 Inf M338.2454 +M338.3415 338.341543276324 338.340850830078 338.342376708984 75 16 100 4 10077.1590200571 0 0 0.841006606386123 0.052079205601978 128.588569325742 M338.3415 +M339.0378 339.037791965693 339.036987304688 339.038726806641 195 15 246 3 0 1 0 NA NA Inf M339.0378 +M339.3449 339.344909090956 339.344024658203 339.345611572266 73 16 89 3 2143.94959852431 0 0 0.731728589307778 0.0566954888327393 Inf M339.3449 +M339.9876 339.987637081662 339.986846923828 339.988311767578 63 15 83 3 0 0 0 0.674664678596976 0.160112416866306 Inf M339.9876 +M340.2820 340.28199697816 340.281036376953 340.28271484375 64 15 87 3 0 0 0 0.875042128089866 0.0139844619544524 Inf M340.2820 +M341.2853 341.285330810547 341.284729003906 341.285980224609 61 15 85 3 0 0 0 0.640303876827074 0.0676352466688966 Inf M341.2853 +M341.3048 341.30479391138 341.304290771484 341.305419921875 69 15 90 3 48498.5204888238 0 0 0.838486786146986 0.0597909579568757 24.1037135310763 M341.3048 +M342.3082 342.308193343725 342.307250976562 342.308959960938 69 15 100 3 10432.5000881619 0 0 0.718047785797936 0.0390663348046953 25.4050904190811 M342.3082 +M345.1800 345.180027627537 345.179107666016 345.180694580078 97 18 125 3 0 0 0 -0.596345553908502 0.0256433739177604 Inf M345.1800 +M345.2422 345.242222090418 345.241485595703 345.243011474609 73 15 95 3 4600.48526340061 0 0 0.924305511178229 0.036224375982247 Inf M345.2422 +M346.2456 346.245593108396 346.244781494141 346.246520996094 70 15 100 3 0 0 0 0.8131876393321 0.075779482601139 Inf M346.2456 +M347.0678 347.067819139911 347.067047119141 347.068634033203 65 15 88 3 0 0 0 0.943321405678676 0.0290750642081599 Inf M347.0678 +M348.0711 348.071128280075 348.070007324219 348.071990966797 64 15 85 3 6398.82897406684 0 0 0.881460102241365 0.0250298430248905 78.024302668673 M348.0711 +M348.3106 348.310605598219 348.309906005859 348.311248779297 71 15 95 3 0 0 0 0.838369329783106 0.0393734893768409 Inf M348.3106 +M349.0552 349.055233977562 349.054443359375 349.056060791016 105 18 132 3 0 0 0 -0.593067717895318 0.0352155751138447 Inf M349.0552 +M349.0659 349.065936149435 349.065216064453 349.066558837891 62 15 83 3 0 0 0 0.614707074681927 0.0593742171696872 Inf M349.0659 +M350.0181 350.018066265247 350.017120361328 350.018798828125 146.5 37 251 2 0 1 0 NA NA Inf M350.0181 +M353.0266 353.026617285857 353.02587890625 353.027526855469 103 21 130 3 0 0 0 -0.630937177459693 0.0106377402093594 Inf M353.0266 +M353.0355 353.035528261389 353.03466796875 353.036437988281 80 21 107 3 0 0 0 0.0415593376386851 0.217517930928172 Inf M353.0355 +M353.0758 353.075828552246 353.075134277344 353.076385498047 68 15 84 3 0 0 0 0.546113387310462 0.0563563224766887 Inf M353.0758 +M353.2660 353.266024076022 353.265716552734 353.266479492188 79 16 96 3 55395.5069679011 0 0 0.96926614897106 0.0110371031465568 388.074715040893 M353.2660 +M354.0300 354.029998614337 354.028900146484 354.030853271484 99 17 126 3 0 1 0 NA NA Inf M354.0300 +M354.0389 354.038914518536 354.038177490234 354.039855957031 82 21 111 3 0 0 0 -0.329702614407795 0.170840538327836 Inf M354.0389 +M354.2694 354.269373844379 354.268707275391 354.270080566406 65 15 86 3 9929.12418183826 0 0 0.952474634648128 0.00482452378689625 404.076170661527 M354.2694 +M355.2715 355.271483666341 355.269317626953 355.273406982422 65.5 15 100 6 0 0 0 0.637968415258632 0.148617461923607 Inf M355.2715 +M356.2558 356.255824497768 356.254974365234 356.256561279297 67 15 84 3 0 0 0 0.498559428966505 0.060484024336076 Inf M356.2558 +M359.0070 359.006959402902 359.006164550781 359.007904052734 92 43 135 1 0 1 0 NA NA Inf M359.0070 +M359.0310 359.03100308505 359.030303955078 359.031707763672 98 19 130 3 0 0 0 -0.447349952327448 0.388784017778059 Inf M359.0310 +M359.0436 359.043564429855 359.042846679688 359.044403076172 77 21 109 3 0 0 0 0.269462041789053 0.192721600212457 Inf M359.0436 +M359.1851 359.185088082646 359.184387207031 359.185760498047 72 15 98 3 0 0 0 0.889303072395172 0.0305995230412813 Inf M359.1851 +M359.3154 359.315360969597 359.314971923828 359.315795898438 77 15 100 3 73623.4511999591 0 0 0.908351255310624 0.029409749564817 32.6533517001473 M359.3154 +M360.0470 360.046971684009 360.046142578125 360.047882080078 77 21 107 3 0 0 0 -0.0364180292280478 0.156037173400297 Inf M360.0470 +M360.1884 360.188445575421 360.187744140625 360.189117431641 64 15 86 3 0 0 0 0.57308986536948 0.133863913240668 Inf M360.1884 +M360.3188 360.318765222491 360.317810058594 360.319549560547 65.5 15 100 4 13357.1125665873 0 0 0.820564797455 0.0578519241653199 35.9229227439932 M360.3188 +M360.3235 360.323476776912 360.322570800781 360.324279785156 70 15 92 3 5066.71145290799 0 0 0.959636817160788 0.0273832673675444 Inf M360.3235 +M361.3268 361.326848830532 361.326080322266 361.327697753906 70 15 88 3 0 0 0 0.880840257063351 0.0234316818902464 Inf M361.3268 +M362.1508 362.150843227611 362.150177001953 362.151519775391 76 16 102 3 0 0 0 0.972036079427871 0.00977845016693986 Inf M362.1508 +M363.1542 363.154240396724 363.153350830078 363.154968261719 71 16 88 3 0 0 0 0.921364884270311 0.0322273738206695 Inf M363.1542 +M364.1575 364.157522201538 364.156677246094 364.158233642578 64 17 90 3 0 0 0 0.38523728096289 0.225254472804603 Inf M364.1575 +M366.2314 366.231351758857 366.230529785156 366.232330322266 89.5 16 112 2 0 0 0 -0.472333641284454 0.207497404603788 Inf M366.2314 +M367.2241 367.224138305664 367.223236083984 367.224945068359 69 15 86 3 0 0 0 0.964315473560308 0.0153839159914531 Inf M367.2241 +M368.2275 368.227501785995 368.226715087891 368.228302001953 65 15 87 3 0 0 0 0.907567635719456 0.0250891094576069 Inf M368.2275 +M368.9945 368.994531204452 368.993865966797 368.995208740234 191 16 207 1 0 1 0 NA NA Inf M368.9945 +M369.0006 369.000565199419 368.999572753906 369.001739501953 87 15 120 3 0 0 0 -0.452163950794636 0.171386264329881 Inf M369.0006 +M369.2309 369.23093821633 369.22998046875 369.231719970703 60.5 23 87 2 2619.65395507812 0 5.0349557917384e-06 0.517828841986149 0.100057308589355 Inf M369.2309 +M369.2400 369.239954148677 369.239074707031 369.2412109375 66 16 86 3 8059.29936885127 0 0 0.958659650272306 0.0241166946746373 492.890523529301 M369.2400 +M369.3514 369.351375382831 369.350433349609 369.352294921875 69 15 100 3 6931.02895682199 0 0 0.295965095683975 0.181957449476549 18.209734740072 M369.3514 +M370.2433 370.243298124931 370.242340087891 370.244384765625 68 15 86 3 0 0 0 0.887879645473621 0.0234442764519507 Inf M370.2433 +M371.2381 371.238074860749 371.237152099609 371.23876953125 69 15 100 3 0 0 0 0.741271246683903 0.0326922904083983 Inf M371.2381 +M371.2643 371.264299268846 371.263488769531 371.265289306641 93 17 122 3 0 0 0 -0.360102223957617 0.15658437778816 Inf M371.2643 +M375.0086 375.008551890676 375.007781982422 375.009368896484 94 16 115 3 0 0 0 -0.296663884545515 0.128003677692887 Inf M375.0086 +M375.0175 375.017495110848 375.0166015625 375.018463134766 73 19 101 3 0 0 0 0.285080909260928 0.214241814595058 Inf M375.0175 +M376.2974 376.297402028098 376.296478271484 376.298217773438 62 17 86 3 0 0 0 0.880832317913888 0.0170523854376505 Inf M376.2974 +M376.3419 376.341909235174 376.341339111328 376.342834472656 77 15 95 3 0 0 0 0.921748750231058 0.0111341359821472 Inf M376.3419 +M376.9932 376.993239454686 376.992309570312 376.994018554688 109.5 36 159 2 0 1 0 NA NA Inf M376.9932 +M377.0502 377.05018122056 377.049072265625 377.050964355469 100 20 138 3 0 1 0 NA NA Inf M377.0502 +M377.3008 377.30082248997 377.300170898438 377.301452636719 60 17 86 3 0 0 0 0.480053808806676 0.0438300340297847 Inf M377.3008 +M377.3453 377.345314837517 377.344512939453 377.345977783203 62 15 85 3 0 0 0 0.658106415276369 0.120723448923078 Inf M377.3453 +M381.0256 381.025553546885 381.024627685547 381.026550292969 74 19 100 3 0 0 0 0.377983516558525 0.221913831071037 Inf M381.0256 +M381.1671 381.167054502511 381.165954589844 381.167938232422 65 15 84 3 0 0 0 0.951308393945631 0.0178267484399483 Inf M381.1671 +M381.2973 381.297335431292 381.296997070312 381.297546386719 72 16 92 3 166371.077837137 0 0 0.9668074120879 0.00978001044860743 246.118538886484 M381.2973 +M382.1704 382.170396652897 382.169464111328 382.171112060547 69 15 86 3 0 0 0 0.889413687465081 0.0173751235736357 Inf M382.1704 +M382.3007 382.300654911495 382.299865722656 382.301483154297 69 16 89 3 23477.8506137025 0 0 0.960042773466273 0.0109736288752089 398.498362187518 M382.3007 +M383.1157 383.115690148395 383.115051269531 383.116302490234 63 15 82 3 0 0 0 0.672085752932353 0.0960991445873311 Inf M383.1157 +M383.1980 383.198044797207 383.197326660156 383.198974609375 65 17 86 3 0 0 0 0.899403049556902 0.0162241948910758 Inf M383.1980 +M383.3028 383.302774075194 383.300476074219 383.304992675781 62 15 86 6 1083.83060709635 0 0 0.77788117484152 0.13919468352866 Inf M383.3028 +M384.1328 384.132757302989 384.131896972656 384.133544921875 68 15 96 3 0 0 0 0.804635291378216 0.0140548952207708 Inf M384.1328 +M384.2014 384.20138658796 384.200775146484 384.202209472656 60 16 85 3 0 0 0 0.610659944477592 0.106629684094695 Inf M384.2014 +M390.9764 390.976445764549 390.975646972656 390.977203369141 90 53 170 2 0 1 0 NA NA Inf M390.9764 +M390.9825 390.982525956003 390.981567382812 390.983337402344 86 19 119 3 0 0 0 -0.421852233041722 0.113654965434912 Inf M390.9825 +M393.0643 393.064341669497 393.063507080078 393.065246582031 80 15 113 3 0 0 0 -0.156334047602914 0.210187693277483 Inf M393.0643 +M393.0830 393.082997189652 393.082122802734 393.083923339844 58.5 21 86 2 0 0 0 0.798927895777457 0.0753795881492824 Inf M393.0830 +M393.2051 393.205148824056 393.204223632812 393.206237792969 69 15 87 3 0 0 0 0.436627906767425 0.144756362655098 Inf M393.2051 +M394.2236 394.22358452292 394.222778320312 394.224365234375 72 15 95 3 0 0 0 0.673484612768957 0.0486420837307855 Inf M394.2236 +M396.9905 396.990521786818 396.989593505859 396.991638183594 78 21 116 3 0 0 0 -0.430617271028269 0.0461838677595034 Inf M396.9905 +M396.9995 396.999478488498 396.998565673828 397.000274658203 74 19 100 3 0 0 0 0.332963325121313 0.247559585758563 Inf M396.9995 +M397.1409 397.140929278205 397.140014648438 397.141693115234 63 15 84 3 0 0 0 0.855387573959028 0.00796071365945352 Inf M397.1409 +M397.2712 397.271231911399 397.270538330078 397.272033691406 69 17 86 5 14943.0051642923 0 0 0.964780350970866 0.0237396469603843 640.556604299351 M397.2712 +M398.1443 398.144310551396 398.143646240234 398.145141601562 60 18 80 2 0 0 0 0.523642703285667 0.0488316069872473 Inf M398.1443 +M398.2746 398.274636015339 398.273559570312 398.27587890625 66 15 86 3 6166.25875198929 0 0 0.922378281922559 0.023426598850411 243.524376378771 M398.2746 +M398.7616 398.761638390805 398.760681152344 398.7626953125 90 15 121 3 0 0 0 -0.383784606821649 0.183392336097583 Inf M398.7616 +M399.2632 399.26324067699 399.257781982422 399.264373779297 97 15 117 5 0 0 0 -0.293683920606726 0.193066450098135 Inf M399.2632 +M399.2694 399.269363135622 399.2685546875 399.270141601562 69 15 95 3 0 0 0 0.848414017148809 0.0212313810757951 Inf M399.2694 +M399.2779 399.277884589301 399.276336669922 399.278930664062 59 21 86 3 0 0 0 0.702924112211601 0.0784471285901654 Inf M399.2779 +M399.7694 399.769407908122 399.768493652344 399.770263671875 99 15 119 3 0 0 0 -0.350842523163154 0.228047187500206 Inf M399.7694 +M400.1067 400.106708061404 400.105895996094 400.107482910156 68 15 100 3 0 0 0 0.313101387679461 0.33351777621508 Inf M400.1067 +M405.9470 405.947008803553 405.945343017578 405.947998046875 101.5 20 139 2 0 0 0 -0.211084317847276 0.450833575681927 Inf M405.9470 +M407.2208 407.220834622384 407.219940185547 407.221893310547 79 15 103 3 0 0 0 0.911938857203279 0.0474141098198447 Inf M407.2208 +M408.2242 408.224153998178 408.223114013672 408.225067138672 70 16 95 3 0 0 0 0.833565786870577 0.0484762094141196 Inf M408.2242 +M408.2391 408.239146260926 408.238189697266 408.239929199219 70 15 88 3 0 0 0 0.894039912458976 0.0214611881050423 Inf M408.2391 +M409.2166 409.216576071346 409.215515136719 409.217559814453 69 16 91 3 0 0 0 0.62258023401789 0.107941782523627 Inf M409.2166 +M409.2275 409.227548871722 409.226837158203 409.228454589844 79 15 100 3 0 0 0 -0.061297498911042 0.117818122323723 Inf M409.2275 +M409.2425 409.24248010972 409.241668701172 409.243225097656 58 15 82 3 0 0 0 0.513939783386523 0.0603139561476597 Inf M409.2425 +M409.3286 409.328623246173 409.327575683594 409.329681396484 65 15 83 3 7788.14947715271 0 0 0.769688768319508 0.0215366202758255 32.714841936969 M409.3286 +M410.9852 410.985202937931 410.983947753906 410.985961914062 93 18 127 3 0 0 0 -0.459337921211287 0.0291213066834475 Inf M410.9852 +M411.2247 411.224657025254 411.223815917969 411.225433349609 68 17 95 3 0 0 0 0.868185723184761 0.0251393504052135 Inf M411.2247 +M411.7694 411.769431114197 411.767974853516 411.770324707031 93 16 119 3 0 0 0 -0.353643180580166 0.287702235932411 Inf M411.7694 +M412.7773 412.777263335068 412.776184082031 412.7783203125 101 15 118 3 0 0 0 -0.48337949403386 0.240911250641472 Inf M412.7773 +M413.2790 413.278985207541 413.277557373047 413.280059814453 79.5 16 116 2 0 0 0 -0.349790829625239 0.141927042030118 Inf M413.2790 +M414.9971 414.997087980572 414.995788574219 414.997955322266 126 15 251 3 0 1 0 NA NA Inf M414.9971 +M415.2114 415.211355153225 415.21044921875 415.212493896484 69 15 100 3 4049.78806152344 0 0 0.886127205455225 0.0283816491951169 Inf M415.2114 +M415.2365 415.236474117517 415.235595703125 415.237701416016 94 16 113 3 11392.5105008212 0 0 -0.413877250531702 0.177439961305968 47.0631777787481 M415.2365 +M416.2147 416.214674049449 416.213684082031 416.215576171875 70 15 91 3 0 0 0 0.783765162552963 0.128904322761871 Inf M416.2147 +M416.2399 416.239878100018 416.238952636719 416.240997314453 87 15 114 3 0 0 0 -0.39176336428029 0.234936251058647 Inf M416.2399 +M417.0021 417.002123564677 417.001068115234 417.002960205078 76 18 100 3 0 0 0 0.440011381825003 0.166550093018422 Inf M417.0021 +M418.9993 418.999282132662 418.998352050781 419.000274658203 71 18 99 3 0 0 0 0.157205364858307 0.252966821027384 Inf M418.9993 +M421.2535 421.253461767126 421.252288818359 421.254364013672 66 15 84 3 0 0 0 0.796831290139611 0.0145769539185853 Inf M421.2535 +M427.2903 427.290253878467 427.289093017578 427.291351318359 63 15 95 3 6125.41933477493 0 6.80996630197939e-07 -0.228299255413321 0.20654407241957 38.6781947947841 M427.2903 +M429.0216 429.021555474464 429.020721435547 429.022552490234 101 19 132 3 0 0 0 -0.637719100400908 0.0253153734405178 Inf M429.0216 +M429.2027 429.202731892214 429.201721191406 429.203857421875 64 15 87 3 0 0 0 0.872245868260398 0.0193617631726061 Inf M429.2027 +M430.2061 430.20613945855 430.204833984375 430.207000732422 65 15 84 3 0 0 0 0.559767143265442 0.154433403575599 Inf M430.2061 +M430.9136 430.913623305866 430.912170410156 430.914733886719 59.5 16 84 2 12115.2216134208 0 0.0035540356013064 0.285854307312169 0.0633493097626905 7.0768092562285 M430.9136 +M432.2378 432.237833513532 432.236755371094 432.238800048828 67 18 87 3 0 0 0 0.925818433215883 0.00548523486278598 Inf M432.2378 +M432.9672 432.967223136656 432.965911865234 432.968170166016 84 21 132 3 0 0 0 -0.436390755833085 0.10227161690121 Inf M432.9672 +M432.9761 432.97612508138 432.975219726562 432.976989746094 69 20 99 3 0 0 0 0.435404660447093 0.154589043793404 Inf M432.9761 +M433.0077 433.007674913966 433.006622314453 433.008880615234 116 21 143 3 0 1 0 NA NA Inf M433.0077 +M433.2412 433.241183397247 433.239868164062 433.242004394531 61 19 88 3 0 0 0 0.747247176141663 0.0610414099463398 Inf M433.2412 +M435.2116 435.211616383593 435.21044921875 435.212615966797 67 15 86 2 0 0 0 0.508822295558779 0.0950621845417471 Inf M435.2116 +M436.9790 436.979042211072 436.976806640625 436.980072021484 99 18 244 3 0 1 0 NA NA Inf M436.9790 +M437.1932 437.193246592646 437.192474365234 437.194580078125 68 15 85 5 29757.0651423675 0 0 0.933471446424196 0.00757041465979725 215.958762319364 M437.1932 +M438.1966 438.196598157712 438.195556640625 438.197540283203 69 15 86 3 9308.38628092827 0 0 0.897873345808204 0.012287450259807 142.640051385938 M438.1966 +M438.9842 438.984162454044 438.983093261719 438.985076904297 66 19 94 3 0 0 0 0.480627482693494 0.108076333611638 Inf M438.9842 +M439.2000 439.200005073052 439.199005126953 439.200897216797 58 16 85 3 0 0 0 0.466362905494966 0.113364578793973 Inf M439.2000 +M439.2559 439.255941873068 439.254913330078 439.2568359375 66 16 88 3 0 0 0 0.883571147496152 0.012328839363122 Inf M439.2559 +M440.2594 440.259398566352 440.258148193359 440.260101318359 60 18 87 3 0 0 0 0.626820478146194 0.0968937501506167 Inf M440.2594 +M441.2530 441.252962153009 441.251800537109 441.253723144531 63 15 84 3 0 0 0 0.614160401501806 0.0276022218315679 Inf M441.2530 +M441.2974 441.297373644989 441.296020507812 441.298309326172 62 19 87 3 4391.11151801215 0 0 0.467655912994571 0.150005144076709 Inf M441.2974 +M442.9960 442.996017940251 442.994934082031 442.997039794922 139.5 16 233 2 0 1 0 NA NA Inf M442.9960 +M443.2678 443.267810964374 443.2666015625 443.268768310547 101 16 120 4 23309.1213529193 0 0 -0.466747337927125 0.127266842138226 62.4140439712608 M443.2678 +M444.2712 444.271189026913 444.270141601562 444.272521972656 94 15 117 3 8630.54769170852 0 1.24646816463958e-05 -0.475752672199768 0.118919716841578 28.6220702945184 M444.2712 +M445.1766 445.176633834839 445.175506591797 445.177673339844 64 15 81 3 0 0 0 0.548702850403968 0.08082095697565 Inf M445.1766 +M449.2848 449.284758929715 449.283447265625 449.28564453125 64 15 84 3 0 0 0 0.866501204311929 0.0384629931400967 Inf M449.2848 +M450.2882 450.288199462891 450.287445068359 450.2890625 62 15 81 3 0 0 0 0.579257758778442 0.0270254865020325 Inf M450.2882 +M451.0036 451.003559366862 451.00244140625 451.004455566406 102 20 132 3 0 0 0 -0.554017022053413 0.0489477557788319 Inf M451.0036 +M453.1672 453.167210865188 453.166137695312 453.168121337891 68 15 86 4 14664.8528130425 0 0 0.938175703943983 0.0178537423383877 341.255901807815 M453.1672 +M454.1706 454.170591579648 454.16943359375 454.171844482422 64 15 84 3 4337.11656901042 0 0 0.892587119886191 0.0299933681011106 Inf M454.1706 +M454.9581 454.958146315355 454.957122802734 454.95947265625 69 21 96 3 0 0 0 0.265240176859348 0.167525707661862 Inf M454.9581 +M455.1653 455.165341584579 455.163940429688 455.166290283203 64 15 82 3 0 0 0 0.720413826739759 0.0494530115856076 Inf M455.1653 +M455.1740 455.173970031738 455.172790527344 455.174896240234 63 15 82 3 0 0 0 0.393188260298035 0.0206816163286448 Inf M455.1740 +M455.2299 455.22991697206 455.228454589844 455.230895996094 58.5 19 81 2 0 0 0 0.651310547549712 0.0635025602817285 Inf M455.2299 +M457.0205 457.020505507362 457.019500732422 457.021484375 93.5 19 123 2 0 0 0 -0.559615370961895 0.0892266921125347 Inf M457.0205 +M459.0772 459.077176958502 459.075805664062 459.078338623047 205 36 251 3 0 1 0 NA NA Inf M459.0772 +M460.3268 460.326755015055 460.325714111328 460.327606201172 68 15 103 2 0 0 0 0.131371817427845 0.0841414520503463 Inf M460.3268 +M462.3424 462.34238719039 462.341094970703 462.343322753906 79 15 96 3 0 0 0 0.495178170263798 0.208345319417313 Inf M462.3424 +M463.3458 463.345787007564 463.344512939453 463.346801757812 76 15 93 3 0 0 0 0.579144413841159 0.126099636244033 Inf M463.3458 +M464.3492 464.349151611328 464.348480224609 464.349853515625 66 16 82 1 0 0 0 0.341028189239708 NA Inf M464.3492 +M464.3579 464.35791984437 464.356903076172 464.358795166016 61 53 114 1 0 0 0 -0.418268094201296 NA Inf M464.3579 +M465.2586 465.258579161109 465.2578125 465.259429931641 66 15 89 3 0 0 0 0.540092913229479 0.107694806316606 Inf M465.2586 +M467.1018 467.101844609776 467.101013183594 467.102844238281 63 15 83 2 0 0 0 0.737571745539387 0.13213673531525 Inf M467.1018 +M467.1253 467.125313984599 467.124237060547 467.126068115234 62 20 85 3 0 0 0 0.895508376037879 0.0270605723981165 Inf M467.1253 +M468.1014 468.101350148519 468.100524902344 468.101989746094 51 24 75 1 0 0 0 0.405285424837646 NA Inf M468.1014 +M468.1286 468.128562644676 468.12744140625 468.129547119141 59 21 85 3 0 0 0 0.709866698541102 0.110064659403038 Inf M468.1286 +M469.2726 469.272583622095 469.271789550781 469.273315429688 65 19 88 2 0 0 0 0.354537437056363 0.137037790576726 Inf M469.2726 +M483.2884 483.28844795975 483.287445068359 483.289886474609 61 20 87 3 0 0 0 0.854969431794652 0.040828609465591 Inf M483.2884 +M484.2229 484.222907791138 484.221923828125 484.223968505859 72 15 95 3 0 0 0 0.906227179163185 0.0136492766228139 Inf M484.2229 +M484.3243 484.324321578789 484.323150634766 484.325469970703 66 15 91 3 0 0 0 0.792462856824906 0.0618260593093719 Inf M484.3243 +M485.2262 485.226244325991 485.225341796875 485.227264404297 64 15 86 3 0 0 0 0.733762035541572 0.0339707030274071 Inf M485.2262 +M485.2874 485.287439441005 485.286224365234 485.288543701172 64 16 80 1 7767.04993785511 0 4.65232530959536e-05 0.0547650866080467 NA 5.41115130233741 M485.2874 +M485.3276 485.32762781779 485.326568603516 485.328735351562 66 15 82 3 0 0 0 0.673342621654558 0.0463035480976789 Inf M485.3276 +M490.3064 490.306360473633 490.304626464844 490.3076171875 66 15 86 3 0 0 0 0.788524142265358 0.0444690518418614 Inf M490.3064 +M496.3397 496.339689922751 496.338409423828 496.340850830078 71 15 95 3 0 0 0 0.498032061687978 0.193734299018711 Inf M496.3397 +M497.3430 497.343010519915 497.341796875 497.344146728516 74 16 100 3 0 0 0 0.306939074627984 0.105252306169606 Inf M497.3430 +M499.1639 499.163882300967 499.162750244141 499.164978027344 94 16 118 3 0 0 0 -0.299891459303074 0.0888410729433283 Inf M499.1639 +M500.2983 500.298342285156 500.296508789062 500.299285888672 69 15 95 3 0 0 0 0.477692002578142 0.0552101551577063 Inf M500.2983 +M504.3219 504.321945411572 504.320861816406 504.322967529297 69 16 86 3 0 0 0 0.895165075566939 0.0199309605702416 Inf M504.3219 +M505.3255 505.325479125977 505.324340820312 505.326507568359 58 17 85 3 0 0 0 0.671392497482042 0.0777762959717603 Inf M505.3255 +M507.2716 507.271566199247 507.270538330078 507.272857666016 65.5 16 89 2 0 0 0 0.229510939019712 0.229944485187631 Inf M507.2716 +M511.1082 511.108214484321 511.107116699219 511.109649658203 94 21 123 3 0 0 0 -0.589991911857329 0.0269297097488854 Inf M511.1082 +M518.3216 518.321627897375 518.320129394531 518.322692871094 67 15 86 3 0 0 0 0.815394991853876 0.0505468947332756 Inf M518.3216 +M519.3250 519.32498224998 519.32373046875 519.325988769531 68 15 95 3 0 0 0 0.606374684571494 0.102199809135733 Inf M519.3250 +M520.3397 520.339651810496 520.338195800781 520.340759277344 72 15 100 3 0 0 0 0.306806953476875 0.102493886359427 Inf M520.3397 +M522.2962 522.296154315655 522.294982910156 522.297241210938 67 15 86 3 0 0 0 0.648988405558258 0.082991223880429 Inf M522.2962 +M522.3553 522.355263943142 522.35400390625 522.3564453125 65 15 86 3 0 0 0 0.0649490803070133 0.113310680369823 Inf M522.3553 +M524.3710 524.370968194864 524.369567871094 524.37255859375 69 15 95 3 0 0 0 0.338323095686858 0.274366970810394 Inf M524.3710 +M533.3295 533.329502914891 533.328308105469 533.330871582031 62 15 80 3 0 0 0 0.393076160952461 0.11570842043288 Inf M533.3295 +M534.2956 534.295569443121 534.294006347656 534.296630859375 62 15 84 3 0 0 0 0.564446588462097 0.134517600130775 Inf M534.2956 +M540.3068 540.306774902344 540.305358886719 540.308166503906 63 16 90 3 0 0 0 0.487882447556629 0.0768371055889274 Inf M540.3068 +M542.3216 542.321599324544 542.320068359375 542.322875976562 64 15 80 3 0 0 0 0.671716601701407 0.0402845255921093 Inf M542.3216 +M543.3252 543.325185602361 543.324096679688 543.325988769531 60 15 82 2 0 0 0 0.255903263837657 0.0123162686935174 Inf M543.3252 +M544.3130 544.312953948975 544.3115234375 544.314025878906 79 15 100 3 0 0 0 0.676171872332615 0.0586776792387644 Inf M544.3130 +M544.3375 544.337450110394 544.336059570312 544.339294433594 63 15 83 3 0 0 0 0.488932022264442 0.0280733106250675 Inf M544.3375 +M545.3162 545.316207159133 545.314880371094 545.3173828125 59 15 81 3 0 0 0 0.484024579960129 0.111256082781819 Inf M545.3162 +M546.3530 546.352993164062 546.351684570312 546.354248046875 68 15 100 3 0 0 0 0.683152351756996 0.0378650162538381 Inf M546.3530 +M547.3086 547.308591258769 547.307006835938 547.309814453125 59 16 85 3 0 0 0 0.839218993434919 0.0264105169466626 Inf M547.3086 +M547.3565 547.356479810632 547.355346679688 547.357727050781 64.5 15 81 2 0 0 0 0.41405076831661 0.016775038203018 Inf M547.3565 +M548.3118 548.311819637523 548.310729980469 548.312805175781 62 20 86 3 0 0 0 0.698711688888908 0.0253376605565282 Inf M548.3118 +M549.3056 549.305561507958 549.303833007812 549.306701660156 60.5 22 85 2 0 0 0 0.684817966673677 0.00800609686232997 Inf M549.3056 +M549.3241 549.324134377872 549.32275390625 549.325256347656 58 21 87 3 0 0 0 0.727924958032709 0.0882342032605275 Inf M549.3241 +M561.3608 561.360847473145 561.359191894531 561.362121582031 67 15 86 3 0 0 0 0.62724621242417 0.058114821576666 Inf M561.3608 +M561.3799 561.379933580326 561.378601074219 561.381164550781 67.5 21 92 2 0 0 0 0.413917201301806 0.115125152777133 Inf M561.3799 +M563.3399 563.339866965336 563.338562011719 563.341003417969 67 15 88 3 0 0 0 0.914924642589432 0.0162113042652197 Inf M563.3399 +M564.2744 564.274371603261 564.273010253906 564.275390625 72 15 89 3 0 0 0 0.906443060776892 0.014724754533969 Inf M564.2744 +M564.3432 564.343202986807 564.341796875 564.344543457031 61 19 86 3 0 0 0 0.859483637427584 0.0251846184900957 Inf M564.3432 +M565.2778 565.277754465739 565.276306152344 565.279296875 66 16 87 3 0 0 0 0.811803511244146 0.0436177109046607 Inf M565.2778 +M565.3370 565.336955778405 565.334533691406 565.338684082031 62 20 85 3 0 0 0 0.84759189292234 0.0302125232505352 Inf M565.3370 +M565.3555 565.355463115986 565.35400390625 565.3564453125 71 15 95 3 0 0 0 0.863888222898418 0.052502573078918 Inf M565.3555 +M566.2900 566.290014992297 566.288269042969 566.291015625 70 17 88 3 0 0 0 0.897794251837242 0.00879920658825972 Inf M566.2900 +M566.3404 566.340352749295 566.339111328125 566.341552734375 61 21 86 2 0 0 0 0.548227200961377 0.00878279825544737 Inf M566.3404 +M566.3588 566.35878499349 566.357849121094 566.360107421875 62 15 85 3 0 0 0 0.6530584415815 0.0110553753298972 Inf M566.3588 +M567.2934 567.293387399593 567.291809082031 567.294860839844 68 16 87 3 0 0 0 0.778098542287749 0.0439109577330244 Inf M567.2934 +M567.3524 567.35244516226 567.351318359375 567.353576660156 66 20 93 3 0 0 0 0.552839282573146 0.0904742250678147 Inf M567.3524 +M568.2693 568.269317004145 568.267822265625 568.270629882812 68 16 85 3 0 0 0 0.765211426965915 0.0905356907655323 Inf M568.2693 +M575.3343 575.334318273208 575.332946777344 575.335510253906 60 15 100 3 0 0 0 0.601066312620648 0.132699812859809 Inf M575.3343 +M576.2805 576.280480521066 576.279174804688 576.281677246094 58 17 75 1 0 0 0 0.426922149120853 NA Inf M576.2805 +M576.3180 576.318046540815 576.316650390625 576.319396972656 81 16 102 3 0 0 0 0.921982758520016 0.0211114159406857 Inf M576.3180 +M577.3214 577.321365002234 577.313903808594 577.322631835938 74 15 97 4 0 0 0 0.789023269158762 0.219199199253123 Inf M577.3214 +M578.3247 578.324668754966 578.32275390625 578.326293945312 65 16 88 3 2027.68060980903 0 0 0.647658674266076 0.103627962016176 Inf M578.3247 +M579.3711 579.371148593184 579.369934082031 579.372314453125 68 15 86 3 0 0 0 0.907514100897926 0.0260066749373066 Inf M579.3711 +M579.5346 579.534620397231 579.533020019531 579.535888671875 68 15 105 3 0 0 0 -0.0662227100233636 0.214436192969529 Inf M579.5346 +M580.3056 580.305642771167 580.304138183594 580.306884765625 68 15 89 3 0 0 0 0.937319267161756 0.0220420199950187 Inf M580.3056 +M580.3743 580.374335655799 580.372192382812 580.375732421875 67 15 86 3 0 0 0 0.868239738113709 0.0659993401489987 Inf M580.3743 +M581.3091 581.309070188608 581.307983398438 581.310363769531 70 15 89 3 0 0 0 0.923786987908995 0.0212350234122972 Inf M581.3091 +M581.3682 581.368244969568 581.366882324219 581.369262695312 62 19 89 3 0 0 0 0.80216014238331 0.0664688533874085 Inf M581.3682 +M582.3124 582.312407769097 582.310791015625 582.313537597656 60 16 89 3 0 0 0 0.715469930406816 0.0663510936722764 Inf M582.3124 +M590.3225 590.322506773706 590.32080078125 590.324157714844 65 15 82 3 0 0 0 0.829886505466548 0.00454995701760369 Inf M590.3225 +M591.3258 591.325807446111 591.323791503906 591.326965332031 69 15 86 3 0 0 0 0.814313489532379 0.0313127911823442 Inf M591.3258 +M591.4959 591.49591063003 591.493774414062 591.497253417969 73 15 100 2 3864.5351969401 0 0 0.259781820295627 0.153607919076707 Inf M591.4959 +M592.3292 592.329218845742 592.327331542969 592.330749511719 58 16 85 3 0 0 0 0.493722113156322 0.101110702256863 Inf M592.3292 +M597.3453 597.345251995584 597.342956542969 597.3466796875 64 15 85 3 2145.69607204861 0 0 0.712452344651227 0.121525066071648 Inf M597.3453 +M598.2799 598.279879222197 598.278381347656 598.281616210938 76 17 98 3 0 0 0 0.829454270845379 0.104771681884691 Inf M598.2799 +M598.3000 598.299953976193 598.298156738281 598.301574707031 66 15 86 3 0 0 0 0.444661453755465 0.128618053244621 Inf M598.3000 +M599.2832 599.283161808894 599.28076171875 599.284790039062 68 15 86 3 0 0 0 0.823435737636151 0.00904681200768137 Inf M599.2832 +M599.3035 599.303504119048 599.302001953125 599.304748535156 55.5 16 76 2 0 0 0 0.186721834900198 0.140276023269955 Inf M599.3035 +M603.3657 603.365688390899 603.36376953125 603.367004394531 65 17 85 3 0 0 0 0.867710932992371 0.00525922465142743 Inf M603.3657 +M604.3689 604.368889160156 604.367004394531 604.370056152344 60 20 84 3 0 0 0 0.622212969704175 0.0715617437585599 Inf M604.3689 +M607.5661 607.566079416582 607.564331054688 607.5673828125 79 16 112 3 0 0 0 -0.116972965426556 0.0943755332962242 Inf M607.5661 +M619.5272 619.527156028427 619.524780273438 619.529052734375 65 15 86 3 9105.27659195189 0 0 0.82384580944436 0.0605935125634711 51.9700285066317 M619.5272 +M620.5304 620.530423823091 620.527770996094 620.531860351562 66 15 83 3 1791.54012044271 0 0 0.539763721473375 0.110545766152179 Inf M620.5304 +M623.1356 623.135562744141 623.133361816406 623.137084960938 104 21 129 3 0 0 0 -0.684757452872219 0.0407189505306006 Inf M623.1356 +M624.1388 624.138779253837 624.13720703125 624.140319824219 104 23 130 2 0 0 0 -0.469862623638473 0.060037562953139 Inf M624.1388 +M629.1524 629.152422223772 629.150451660156 629.153991699219 98 18 124 3 0 0 0 -0.60045760497752 0.0591393508626326 Inf M629.1524 +M635.5011 635.501061416254 635.498962402344 635.502502441406 57 17 84 3 0 0 0 0.586179004852222 0.10550688173403 Inf M635.5011 +M637.3638 637.363750516451 637.361877441406 637.365417480469 64 23 92 2 0 0 0 0.432294590578789 0.0593282862399389 Inf M637.3638 +M645.1048 645.104840739622 645.102600097656 645.106323242188 160 23 244 2 0 1 0 NA NA Inf M645.1048 +M645.1176 645.117581685384 645.115600585938 645.119201660156 104 20 131 3 0 0 0 -0.613875553486683 0.0816921526474985 Inf M645.1176 +M647.5585 647.558513552643 647.556457519531 647.560363769531 65 15 84 3 7897.85235575153 0 0 0.825835576427431 0.0351369300095316 70.7879613254057 M647.5585 +M648.5619 648.561876128215 648.560241699219 648.563781738281 69 15 86 3 1913.76540798611 0 0 0.702528197579592 0.133106144023988 Inf M648.5619 +M651.1344 651.134402962618 651.13232421875 651.135864257812 93 20 120 3 0 0 0 -0.521937545431326 0.0884096950096049 Inf M651.1344 +M660.0821 660.082095833712 660.080017089844 660.083984375 145 15 243 3 0 1 0 NA NA Inf M660.0821 +M661.0824 661.082416110569 661.080078125 661.083862304688 109 21 251 3 0 1 0 NA NA Inf M661.0824 +M662.5694 662.569370117188 662.567749023438 662.57080078125 61 15 91 3 0 0 0 0.549460252888421 0.0787500892738432 Inf M662.5694 +M663.5325 663.532512618835 663.529968261719 663.534545898438 69 15 95 3 0 0 0 0.561732496687048 0.140866550022632 Inf M663.5325 +M664.5358 664.535821708473 664.533996582031 664.537170410156 64.5 17 100 2 0 0 0 0.39644889756008 0.1221026918639 Inf M664.5358 +M665.3661 665.366054280599 665.364501953125 665.367309570312 65 15 84 3 0 0 0 0.444901117015475 0.0680247600806239 Inf M665.3661 +M667.0996 667.099614307134 667.097473144531 667.101257324219 99 19 129 3 0 0 0 -0.686387770429894 0.0654768435726217 Inf M667.0996 +M670.2559 670.255922154018 670.254333496094 670.257629394531 59 21 91 3 0 0 0 0.21161598217595 0.0839571292045161 Inf M670.2559 +M670.3738 670.373848243996 670.372192382812 670.375244140625 62 16 89 3 0 0 0 0.742052601966383 0.0379844755311152 Inf M670.3738 +M671.3772 671.377158140525 671.374816894531 671.378784179688 68 15 88 3 0 0 0 0.395014065004693 0.0626591421874815 Inf M671.3772 +M672.3895 672.389540452224 672.3876953125 672.391052246094 70 16 91 3 0 0 0 0.593724886286495 0.118095357431009 Inf M672.3895 +M673.1164 673.116449883644 673.114562988281 673.118103027344 94 18 120 3 0 0 0 -0.481452733671817 0.124134277820875 Inf M673.1164 +M674.3685 674.368535222234 674.367248535156 674.37060546875 62 16 89 3 0 0 0 0.471701151403925 0.0975777465918038 Inf M674.3685 +M676.0469 676.046887079875 676.044860839844 676.048278808594 194 26 235 3 0 1 0 NA NA Inf M676.0469 +M683.0643 683.064296815454 683.061889648438 683.065673828125 104 20 131 3 0 0 0 -0.62967995462748 0.0907555341233061 Inf M683.0643 +M683.5431 683.543133205838 683.541198730469 683.544555664062 56 17 88 3 0 0 0 0.423325397599491 0.097076404144415 Inf M683.5431 +M686.4051 686.405067328251 686.403137207031 686.406616210938 71 15 89 3 0 0 0 0.892747452265719 0.0467009573756756 Inf M686.4051 +M687.4084 687.408436168324 687.406311035156 687.410400390625 68 15 87 3 0 0 0 0.83865885853028 0.0532280511633128 Inf M687.4084 +M688.4118 688.411835457938 688.409362792969 688.413452148438 60 23 87 2 0 0 0 0.5370934728231 0.0853603357539315 Inf M688.4118 +M689.0812 689.08124200229 689.078979492188 689.083129882812 96 21 124 3 0 0 0 -0.603729833633227 0.0170730622722495 Inf M689.0812 +M689.3530 689.352976769702 689.351013183594 689.354248046875 90 21 120 2 0 0 0 -0.322575692753961 0.0404634768604411 Inf M689.3530 +M689.4022 689.402190512799 689.400085449219 689.404296875 65 15 85 3 0 0 0 0.635998552223616 0.0932497786765913 Inf M689.4022 +M695.0984 695.098381574764 695.096435546875 695.099914550781 85 21 112 3 0 0 0 -0.251998129384786 0.138078050963473 Inf M695.0984 +M703.4544 703.454356892904 703.451232910156 703.4560546875 65 15 95 3 8372.99291314019 0 2.21268351641157e-07 0.358859893865396 0.131155052006398 12.5781613709282 M703.4544 +M703.5748 703.574770078554 703.572692871094 703.576843261719 74 15 91 3 0 0 0 0.119033194414777 0.15990700338902 Inf M703.5748 +M704.3794 704.37939860026 704.377258300781 704.381286621094 69 15 85 3 0 0 0 0.408486498810438 0.144506953359898 Inf M704.3794 +M704.5783 704.578295255962 704.576538085938 704.579772949219 63 15 95 3 0 0 0 0.0715429809818446 0.241328764784091 Inf M704.5783 +M705.3826 705.382605189841 705.380554199219 705.384155273438 64.5 16 87 2 0 0 0 0.138406558262068 0.0448993550413466 Inf M705.3826 +M711.0633 711.06332887105 711.060729980469 711.065307617188 92.5 19 121 2 0 0 0 -0.452206507637901 0.114272004490537 Inf M711.0633 +M711.5745 711.574462890625 711.572326660156 711.576721191406 64 15 82 3 0 0 0 0.880099608945309 0.0118745827732715 Inf M711.5745 +M712.5779 712.577927299168 712.575805664062 712.579406738281 69 15 86 3 0 0 0 0.716374490076663 0.0630788139479291 Inf M712.5779 +M718.6320 718.631963729858 718.630065917969 718.633666992188 65 15 86 3 0 0 0 0.672978327120476 0.0333419776837766 Inf M718.6320 +M719.4284 719.428423757342 719.425476074219 719.430541992188 58 15 79 2 0 0 0 0.306154407173417 0.112520750825484 Inf M719.4284 +M725.5567 725.556743039923 725.554870605469 725.558776855469 69 15 86 3 0 0 0 0.627956175806222 0.0676638908205821 Inf M725.5567 +M726.5600 726.559959129051 726.558044433594 726.561828613281 62.5 15 85 2 0 0 0 0.197975507939687 0.0418463593392903 Inf M726.5600 +M739.6058 739.605814839457 739.603698730469 739.607482910156 68 15 86 3 0 0 0 0.840027729724598 0.0132764050797159 Inf M739.6058 +M740.6091 740.609107971191 740.607360839844 740.611572265625 65 15 84 3 0 0 0 0.710709714888748 0.0862237204646845 Inf M740.6091 +M751.4289 751.428933536305 751.427124023438 751.430114746094 57 15 80 3 0 0 0 0.181943523754973 0.08805341963612 Inf M751.4289 +M758.5692 758.569244559152 758.566528320312 758.571411132812 77 15 98 3 0 0 0 0.606187757406262 0.124812544641251 Inf M758.5692 +M759.5727 759.57267218121 759.570129394531 759.574768066406 72 15 97 3 0 0 0 0.642078186731047 0.114767979017166 Inf M759.5727 +M760.5758 760.575786515778 760.573181152344 760.577575683594 67 15 86 3 0 0 0 0.260146731683548 0.111390227644772 Inf M760.5758 +M760.5849 760.584903081258 760.582763671875 760.586853027344 68 15 93 3 0 0 0 0.523964996870121 0.0804525031712107 Inf M760.5849 +M760.5849_2 760.584896569611 760.574523925781 760.586853027344 68 15 93 4 0 0 0 0.474966173074774 0.117977155038531 Inf M760.5849_2 +M761.5882 761.588168379189 761.586059570312 761.589965820312 71 15 94 3 0 0 0 0.165403262299355 0.161437295310366 Inf M761.5882 +M780.5512 780.551233814381 780.548400878906 780.553344726562 69 15 86 3 0 0 0 0.82933295711185 0.0343968377799871 Inf M780.5512 +M781.5550 781.554980155749 781.552368164062 781.557678222656 63 15 92 3 0 0 0 0.842473660879406 0.0228418949492548 Inf M781.5550 +M782.5673 782.567257612179 782.555419921875 782.571228027344 72 15 90 7 0 0 0 0.503242565604268 0.153800235849719 Inf M782.5673 +M783.5714 783.571445147196 783.568176269531 783.574157714844 79 15 100 3 0 0 0 0.687252453934191 0.0413484966946754 Inf M783.5714 +M784.5848 784.584842940291 784.582458496094 784.586791992188 67 15 88 3 0 0 0 0.326595752129243 0.0616525548393281 Inf M784.5848 +M785.5880 785.587965223524 785.586242675781 785.589660644531 68 15 88 3 0 0 0 0.206384893867954 0.0911468823021561 Inf M785.5880 +M786.6004 786.600424630301 786.598205566406 786.603149414062 73 15 91 3 0 0 0 0.515432343305471 0.277553231927087 Inf M786.6004 +M787.6038 787.603848411923 787.601318359375 787.605590820312 72 15 95 3 0 0 0 0.512722347411842 0.0888253291530836 Inf M787.6038 +M795.5018 795.501845542831 795.500061035156 795.503540039062 56 16 75 2 0 0 0 0.26924472820268 0.157764973232985 Inf M795.5018 +M796.5253 796.525251799939 796.523071289062 796.527038574219 63 15 84 3 0 0 0 0.577337459175926 0.0840620783393234 Inf M796.5253 +M796.5462 796.546185693075 796.544250488281 796.5478515625 60.5 15 83 2 0 0 0 0.460153610489967 0.0795530535415429 Inf M796.5462 +M804.5512 804.551221720378 804.548461914062 804.553100585938 60 15 83 3 0 0 0 0.648289124374702 0.192539040292308 Inf M804.5512 +M805.5546 805.554553222656 805.552307128906 805.556701660156 59 15 100 3 0 0 0 0.554229335110046 0.177940959503331 Inf M805.5546 +M806.5679 806.567898386432 806.564575195312 806.571716308594 69.5 15 95 4 0 0 0 0.660729934788455 0.125386786532856 Inf M806.5679 +M807.5712 807.571219444275 807.568298339844 807.574157714844 66 15 84 3 0 0 0 0.39311908248769 0.129760461129705 Inf M807.5712 +M808.5826 808.58257863898 808.57958984375 808.5849609375 67 15 86 3 0 0 0 0.803478853490413 0.0510932703547982 Inf M808.5826 +M809.5859 809.585939641584 809.583251953125 809.587463378906 62 15 85 3 0 0 0 0.670656449468561 0.0177135830184002 Inf M809.5859 +M810.6003 810.600327925249 810.597412109375 810.603698730469 64 15 85 3 0 0 0 0.371869517472767 0.0603637822472095 Inf M810.6003 +M813.6843 813.684323659861 813.681823730469 813.686340332031 77 16 101 2 0 0 0 -0.110318279533207 0.00360310606776061 Inf M813.6843 +M828.5517 828.551698599289 828.548889160156 828.554138183594 65 15 81 3 0 0 0 0.709448992209676 0.0422399607007755 Inf M828.5517 +M829.5550 829.555008396958 829.553161621094 829.556701660156 63 15 84 2 0 0 0 0.475157472859926 0.20426676804614 Inf M829.5550 +M832.5827 832.582662379488 832.579833984375 832.584777832031 55 15 80 3 0 0 0 0.489173252152068 0.0321337264819897 Inf M832.5827 +M838.5642 838.564181082589 838.561279296875 838.56640625 79 15 100 3 0 0 0 0.312760536512039 0.0512962426564554 Inf M838.5642 +M856.5830 856.582992742091 856.580505371094 856.585083007812 64 15 85 3 0 0 0 0.580428161225609 0.144820343258075 Inf M856.5830 +M857.5866 857.586585635231 857.584777832031 857.588256835938 64 15 80 3 0 0 0 0.375333307397858 0.0206314333194959 Inf M857.5866 +M918.6157 918.615653153304 918.612609863281 918.617553710938 63.5 17 86 2 0 0 0 0.111235158842623 0.394429035194044 Inf M918.6157 +M934.6468 934.646768423227 934.643798828125 934.649597167969 63 15 90 3 0 0 0 0.64059047335837 0.0716346557151428 Inf M934.6468 +M935.6502 935.65021387736 935.647216796875 935.65283203125 60 15 88 3 0 0 0 0.465081115010888 0.110473629814556 Inf M935.6502 +M952.6658 952.665781030899 952.663818359375 952.668762207031 57 20 86 2 0 0 0 0.346306493996515 0.0594698581392162 Inf M952.6658 diff -r 4753e64cf694 -r 3f8ae071bdda runit/profia_runtests.R --- a/runit/profia_runtests.R Wed May 03 10:49:08 2017 -0400 +++ b/runit/profia_runtests.R Mon Jan 22 11:32:41 2018 -0500 @@ -49,11 +49,9 @@ ## Call wrapperCallC <- paste(c(wrapperPathC, argLs), collapse = " ") - print(wrapperCallC) - if(.Platform$OS.type == "windows") wrapperCallC <- paste("Rscript", wrapperCallC) - + wrapperCodeN <- system(wrapperCallC) if (wrapperCodeN != 0) diff -r 4753e64cf694 -r 3f8ae071bdda runit/profia_tests.R --- a/runit/profia_tests.R Wed May 03 10:49:08 2017 -0400 +++ b/runit/profia_tests.R Mon Jan 22 11:32:41 2018 -0500 @@ -4,13 +4,15 @@ argLs <- list(zipfile = "./plasfia/plasFIA.zip", library = "NULL", ppmN = "2", + dmzN = "0.0005", ppmGroupN = "1", + dmzGroupN = "0.0005", fracGroupN = "0.1", - kI = "2") + imputeC = "randomForest") argLs <- c(defaultArgF(testDirC), argLs) outLs <- wrapperCallF(argLs) - checkEqualsNumeric(outLs[["datMN"]]["C100a", "M86.0965"], 1313797.6184402, tolerance = 1e-7) + checkEqualsNumeric(outLs[["datMN"]]["C100a", "M86.0965"], 1365657.4687182, tolerance = 1e-7) } diff -r 4753e64cf694 -r 3f8ae071bdda test-data/output-dataMatrix.tsv --- a/test-data/output-dataMatrix.tsv Wed May 03 10:49:08 2017 -0400 +++ b/test-data/output-dataMatrix.tsv Mon Jan 22 11:32:41 2018 -0500 @@ -1,720 +1,708 @@ dataMatrix C100a C100b C100c -M86.0965 1313797.61844021 2346283.61756864 2199831.8940868 -M89.5775 NA NA NA -M89.5944 NA NA NA -M89.6051 NA NA NA -M90.9767 5106007.35482488 6564507.32105305 6447733.55546476 -M93.9829 NA NA NA -M93.9873 NA NA NA -M93.9950 NA NA NA -M94.0000 NA NA NA -M94.0078 NA NA NA -M94.0124 NA NA NA -M94.0234 NA NA NA -M94.0262 NA NA NA -M94.0321 NA NA NA -M94.0362 NA NA NA -M94.0401 NA NA NA -M94.0425 NA NA NA -M94.0437 NA NA NA -M94.0552 NA NA NA -M94.0991 NA NA NA -M94.1052 NA NA NA -M94.1167 NA NA NA -M94.1242 NA NA NA -M94.1339 NA NA NA -M94.1356 NA NA NA -M94.1397 NA NA NA -M94.1445 NA NA NA -M94.1538 NA NA NA -M95.0604 685629.13713184 993375.02882652 875626.486232038 -M96.9218 11555241.0234047 11798830.9597099 13629842.0824619 -M97.0761 1114447.34533038 1167650.73440278 987109.64945019 -M98.9189 3036892.14294779 2897574.20676409 2879965.62034251 -M102.0550 425296.351333251 562287.354221277 NA -M102.0914 3405898.45991167 3405365.30747783 NA -M103.9379 NA NA NA -M103.9419 NA NA NA -M104.1070 NA NA NA -M105.0699 4302867.69309973 4844241.85637734 3733356.71721098 -M109.0760 7482333.50573563 7749454.43356407 6629390.30420811 -M112.8957 11121448.9424704 11023618.7533977 11020725.581527 -M114.0662 3787927.88423462 4219228.56920995 4175211.94282092 -M114.8928 2599676.24720123 2710556.01072404 2784568.84757635 -M115.0542 7559851.1229425 7681057.45130294 5517374.77626431 -M116.0706 22245233.8553328 22803669.3222943 23491347.9559748 -M117.0573 2748979.07162588 2538668.17223273 2174237.92100802 -M117.0699 5790263.22958525 4875814.61521518 4148891.43451485 -M118.0651 9770801.94760909 9328622.47944978 9104132.1653589 -M118.0862 27308207.5048995 28200166.5313722 29895881.538737 -M120.0655 2294414.34871079 2336845.67214873 2491247.14498326 -M120.0808 2872417.82916936 2263221.21507969 2327238.94823518 -M120.9661 603722.847061515 NA 573795.21966387 -M121.0509 122658259.614793 104503127.137474 94239375.1646403 -M121.9045 NA NA NA -M121.9232 NA NA NA -M121.9247 NA NA NA -M121.9269 NA NA NA -M121.9333 NA NA NA -M121.9391 NA NA NA -M121.9520 NA NA NA -M121.9738 NA NA NA -M121.9760 NA NA NA -M121.9938 NA NA NA -M122.0100 NA NA NA -M122.0542 4513962.08223987 3201210.5171773 4014449.66768367 -M122.0579 NA NA NA -M122.0995 NA NA NA -M122.1256 NA NA NA -M122.1598 NA NA NA -M126.1026 81499099.8245328 124635981.19873 111163001.300936 -M127.1059 6012736.00869722 5472794.82842695 4871879.07593195 -M128.0494 23952127.8478598 19058160.3422955 17601743.7731112 -M129.0658 988215.070873834 1040340.62937073 854623.945932545 -M130.0498 1955847.68063145 2232763.20934855 2467285.5945456 -M130.0862 1085605.25319448 1465336.20457251 1829782.12060952 -M130.1087 319305323.249651 290908568.308084 265409459.287951 -M131.0815 596446.53961781 691807.982855779 NA -M131.1057 3682474.54143962 2036935.67466124 2660637.56292433 -M131.1120 9785332.21473518 8692010.96517718 8288068.26203035 -M132.0655 3790320.10909363 4035488.20961741 4165651.60338819 -M132.0767 2762213.88476255 3202180.90847702 2909373.90206213 -M132.1019 58938805.9629904 60083542.3860023 57646862.9011984 -M133.0971 1526239.14803199 1680743.18492953 1793790.93561658 -M133.1052 1806771.72880841 1958263.70045634 2116383.2046456 -M134.0448 563310.367045782 550778.627756037 NA -M134.0964 69015365.274054 65428953.2448955 57158814.3360672 -M134.9884 1350501.82892699 1316365.41719993 NA -M135.0028 16443026.4661012 19052105.7436914 19213830.3866995 -M135.0301 NA NA NA -M135.0998 3994966.42947665 3704548.05397512 3390018.27395486 -M136.0757 39193123.0686269 35076700.2394653 34902125.3884823 -M137.0573 174483.88016119 NA 392859.082029682 -M137.0790 NA NA NA -M138.9065 3223615.48922233 3546765.26098753 3392576.37740282 -M140.0682 1818996.32930819 2415629.65322842 2917498.22244721 -M140.9035 2335282.31470032 1853902.13392931 2281789.26368724 -M142.0651 3906512.29507626 3220352.83524359 3167557.04507274 -M142.9183 736798.97485138 1061687.7839917 NA -M142.9480 2307463.66917123 2250722.87257071 2351350.55197038 -M143.0328 5386144.58120333 4749164.85681901 4731307.64478276 -M144.1019 1682911.40914242 1271101.49598748 2087330.56210117 -M144.9921 1790246.49611938 1873958.00767876 1480093.601008 -M145.0133 NA NA NA -M146.0600 17590387.2130479 13659785.9729641 12675286.4206461 -M147.0916 NA NA NA -M147.1128 8512593.29292088 10150250.3201434 10101324.4419097 -M148.0604 28982094.8251359 31985353.2265509 32066678.2714451 -M148.0845 NA NA NA -M150.1124 89201989.3462266 78695119.6848129 66393875.3249239 -M151.1158 3532347.93994054 2992164.73520349 2309766.43474961 -M152.0566 98329634.8674716 80461550.6655116 70907120.4870534 -M152.0620 66914302.448971 53291355.6001184 49405976.6179309 -M152.9990 1487856.94812769 2139400.60180442 1973078.39147367 -M153.0600 2530600.22228531 1575590.53187766 2043353.16447424 -M153.0654 5551057.96416431 4540837.64408771 3503494.98969178 -M154.0838 1602212.06413254 2125973.42930982 2237018.39534314 -M154.9417 833201.633544392 981192.080355708 NA -M156.0767 7180203.55184552 7432312.21964443 8066032.83703485 -M158.1175 2575955.40522541 2819248.38165613 2967060.23322334 -M158.9641 10528315.5893492 9827149.11831452 10155455.9000007 -M159.0917 41442213.4953561 36620656.0818536 34146731.4810334 -M160.0604 11412284.1311854 12692004.5046147 12409554.1469177 -M160.0717 6013731.12415779 5356326.99884126 3744913.42140903 -M160.0757 19459771.9071185 17534413.9037177 13144076.9933714 -M160.0950 2168002.88566268 NA 1974301.00107605 -M162.1125 101126161.267021 91688810.2666549 82133484.537056 -M163.0389 6271819.0482583 3516523.16084236 4059955.67624336 +M86.0965 1365657.46871829 2347446.63569453 2199831.8940868 +M89.5775 262404.395805925 381844.970087672 183201.736805914 +M89.5944 180720.695433757 538117.849869313 343821.650371087 +M90.9767 5140543.51303079 6500085.23343601 6434007.18776087 +M93.9796 262404.395805925 475379.798728885 241109.865170487 +M93.9829 525993.800861844 680641.122553169 518157.158624426 +M93.9846 262404.395805925 457350.385848604 183201.736805914 +M93.9857 262404.395805925 452747.601961853 183201.736805914 +M93.9950 525993.800861844 680628.738824373 518157.158624426 +M94.0000 170266.694967335 522298.731027195 328703.479443852 +M94.0078 483067.499537294 719822.629521351 524058.230322723 +M94.0124 521746.454985277 686804.927332576 531060.55919767 +M94.0174 716854.789369761 781057.870445829 1026617.33325106 +M94.0209 551976.793101561 663627.164267467 516157.501222229 +M94.0219 170266.694967335 513750.786130158 317394.562785105 +M94.0266 753032.057959997 862479.596964471 824235.120033154 +M94.0401 732396.333032912 825031.6924414 978046.259254348 +M94.0412 766082.641993545 890962.290982023 934253.378964932 +M94.0425 170266.694967335 513167.045743023 317394.562785105 +M94.0437 220074.435857945 561736.75587764 353438.694030774 +M94.1167 523190.92714045 705279.291685799 499005.595635194 +M94.1227 507327.048342379 678999.362253992 616309.237210138 +M94.1404 973835.117763286 1024365.42782141 697687.633618779 +M94.1538 587337.898366149 620342.078205486 479205.614089195 +M95.0604 688459.405071069 1121392.94862552 942076.92768462 +M96.9218 11571645.439658 11901958.9786765 13712178.7307854 +M97.0761 1142572.16154433 1257776.65346605 987903.7044589 +M98.9189 3036892.14294779 2929451.62099849 2879965.62034252 +M98.9842 4647909.45516845 4711113.12674913 4395293.57693031 +M102.0549 457122.032570655 716980.595842307 524058.230322723 +M102.0914 3487126.46410629 3568060.4347137 3056083.56140045 +M103.9195 170266.694967335 532963.620514378 328703.479443852 +M103.9419 582896.205703601 590354.225064138 425253.918858495 +M105.0699 4354240.68376763 4963745.64237526 3733356.71721098 +M109.0760 7889212.55895934 8212803.57070059 6629390.3042081 +M112.8957 11155741.6088201 11050226.9641313 11020725.581527 +M114.0662 3751875.60550517 4341516.28295526 4175211.94282092 +M114.8928 2607983.86281943 2710556.01072404 2784568.84757635 +M115.0542 7677941.7702316 7903510.75237048 5517374.77626431 +M116.0706 22497806.2577178 23556699.0223317 23497117.2794566 +M117.0573 2734815.48655138 2607785.79486092 2174237.92100802 +M117.0699 5815712.17898203 4949529.34450439 4148891.43451485 +M118.0651 9596425.99603364 9528117.98312575 9336841.11418557 +M118.0862 26816179.6201791 28223607.0951581 29892757.5683279 +M120.0655 2310491.43778194 2420851.49330388 2491247.14498326 +M120.0808 2912526.30769435 2362377.04733641 2327238.94823518 +M120.9661 633401.988072857 602552.014321227 442077.617254697 +M121.0509 125094513.468891 107137475.482668 94286057.1760539 +M121.8984 478767.361366505 728426.056700692 524058.230322723 +M121.9029 781929.00749825 902002.873514952 907150.035205931 +M121.9045 1002636.72101058 1053816.95558711 1056113.82468617 +M121.9067 762847.747730092 896669.759348026 905896.337041527 +M121.9157 1174972.85457819 1172020.32161654 1070530.90525274 +M121.9208 1054468.68302024 1104548.3762885 1045928.06960982 +M121.9232 483067.499537294 719761.934191139 524058.230322723 +M121.9247 478767.361366505 732561.264633536 516660.643956131 +M121.9269 1001582.81128034 1106847.2745361 1073164.24596781 +M121.9333 1045608.90744308 1012545.24434832 1115439.77382496 +M121.9391 1484527.06386611 1207650.92530077 1492797.74676431 +M121.9438 912124.760796561 1023152.47040779 862164.409467911 +M121.9524 939905.014027479 1128523.53935102 976492.771610472 +M121.9704 170266.694967335 532673.121760879 328703.479443852 +M121.9836 903900.872338152 965327.473875895 1061039.70833982 +M121.9957 225232.944991624 489033.864437845 294686.88269896 +M122.0029 716854.789369761 782193.473265481 1025462.92249517 +M122.0100 262404.395805925 439177.251347662 184072.983825219 +M122.0245 170266.694967335 531328.022984257 301463.170972916 +M122.0361 1074655.59281375 1281176.06565024 890839.288105439 +M122.0434 738828.600631131 826118.590991695 791111.252814251 +M122.0542 4628115.93702245 3433989.96260339 4030035.84305745 +M126.1026 81504995.2797918 138097314.124867 80683718.2583537 +M127.1059 5764261.92773369 5472794.82842696 4871879.07593195 +M128.0494 23952127.8478599 19058160.3422955 17601743.7731112 +M129.0658 810062.800114945 902298.307907155 866542.552682947 +M130.0498 1863796.96850939 2171713.80444848 2472194.68844634 +M130.0862 1321563.47730657 2005171.49523886 1829782.12060952 +M130.1087 323536121.191181 291547419.55057 267102368.891795 +M131.0815 659870.243036013 759129.905004844 850686.592565239 +M131.1057 3730333.06125893 1930756.39880887 2660637.56292433 +M131.1120 9590354.35988036 8907582.33984187 8288068.26203036 +M132.0655 3897334.23602271 4525950.17605665 4202329.73341459 +M132.0767 2823532.57244091 3189460.02962631 2909373.90206213 +M132.1019 59195127.5645003 60139690.4988308 57978087.9782667 +M133.0971 1452645.70886724 1710827.55462269 1782090.34375902 +M133.1052 1806771.72880841 1990596.39546298 2105750.61239188 +M134.0964 69831278.1348138 66601614.8648055 57161359.7508104 +M134.9884 1468925.37755618 1491095.05018219 1537810.43863215 +M135.0028 16433313.3996454 19201636.6776551 19213830.3866996 +M135.0301 1292263.11233583 1392459.87049284 1509103.64037116 +M135.0998 4048811.94974215 3845045.39351517 3390018.27395485 +M136.0757 38569355.2906585 35932231.625268 34902125.3884823 +M137.0573 192852.610100001 544461.426296981 381032.491642574 +M137.0790 1608012.31997528 2066193.29777835 2201697.05806763 +M138.9065 3231648.05068375 3584967.14032184 3392576.37740283 +M140.0682 1829293.95122686 2432515.59488878 2911503.97299289 +M140.9035 2335282.31470032 2464677.38856731 2281789.26368725 +M142.0651 3858168.29064462 3046455.94032302 3167557.04507273 +M142.9183 1132843.33293839 1207675.46403029 1030521.38393274 +M142.9480 2395660.39973068 1865171.09296167 2351350.55197038 +M143.0328 5386144.58120333 4749164.856819 4731307.64478275 +M144.1019 1699403.3179271 1281026.44527471 2087330.56210117 +M144.9921 1860905.74204126 2168081.5891439 1650073.65898636 +M146.0600 17846012.8342021 14004418.5988939 12675286.4206461 +M147.0916 1576803.35146662 1665529.02119883 1665786.03065765 +M147.1128 8923556.11948067 10843675.5843242 10113332.088248 +M148.0604 29668837.4424997 31345093.5001829 32292676.0415046 +M148.0845 1712790.43969714 1667197.19469019 1457814.9782369 +M150.1124 90454585.8621957 81160080.3669318 66675102.5427174 +M151.1158 3529526.70569122 3124275.78826962 2309766.43474961 +M152.0567 95477985.408432 80483132.8190978 73001686.9884996 +M152.0620 67164923.2401757 53299710.8390484 49405976.6179309 +M152.9990 1514160.06611225 1476559.8367103 1973078.39147367 +M153.0600 2487735.50018375 1651658.16295595 2043353.16447423 +M153.0654 5637060.10393232 4596767.22386639 3503494.98969178 +M154.0838 1570411.93647376 2026995.90874154 2237018.39534314 +M154.9417 919789.336056024 1030902.69463119 1322419.50683045 +M156.0767 7206643.63813484 6958895.03171733 8066032.83703485 +M158.1175 2646425.48467683 2907924.73510224 2967060.23322333 +M158.9641 10568886.8293019 9750759.65811728 10185671.9369586 +M159.0917 41691141.4783592 36738474.856822 34154144.0996134 +M160.0604 11868866.7969859 13998902.5469692 12409554.1469177 +M160.0717 6438823.87473035 4587295.43242475 3820038.90319616 +M160.0757 19284083.8298162 17747999.9993857 13148490.6708605 +M160.0950 2168002.88566268 2156856.73259625 1974301.00107605 +M162.1125 101404350.300538 92433038.2555757 82549066.6459017 +M163.0389 6308678.74684834 3603640.29247914 4059955.67624336 M163.0534 1708683.05056012 1846676.26055003 1115660.58613033 -M163.1158 4144884.0091215 3520525.80052189 3424995.38617912 -M164.0614 3047896.14615125 2326965.85050308 2079135.99331272 -M164.9300 2992733.25576033 2903542.25324878 3543827.57640149 -M165.0698 102649448.943227 87029826.6216388 68793668.4068115 -M166.0254 22781984.809448 24321299.5620737 45054856.5898504 -M166.0732 9549763.42141555 7934026.82772199 6667398.02079878 -M166.0777 22125685.817413 17020045.9961813 14865050.8012404 -M166.0862 13613422.4740705 15176840.6954434 16013850.1459192 -M166.5277 2440991.32429287 1943509.82843725 3164295.93056673 -M167.0583 NA NA NA -M167.0811 1800524.00946359 1332206.80626526 1763891.70183255 -M167.0855 1238507841.81479 1063539267.42343 962827484.697041 -M167.1042 1129607.84703147 3266436.80780596 5219325.02725037 -M168.0889 176100041.866373 152024176.045911 134893945.037034 -M169.0922 7415486.81607202 5353079.89595166 5367910.78847167 -M170.0424 3361449.74719705 4854651.84373392 4496513.88920189 -M170.0924 2396103.07633561 2158494.56733188 2704637.92037521 -M170.0964 NA NA NA -M172.0944 50591236.979718 48885474.9832646 47119718.3289317 -M173.4723 13859166.4713853 13668744.9331348 13330980.0328761 -M174.0386 23057140.0680147 21009559.3493582 17462798.9581687 -M174.0549 105870547.446328 84021782.2310385 72779468.826741 -M174.0913 54504571.7861772 41317230.1691637 36957129.2608857 -M175.0314 29173751.999249 35426942.4168434 61103526.0376071 -M175.0583 6962351.09294645 5285872.2885748 4797273.975556 -M175.0947 5111351.48901319 1700424.10689431 2520244.57081003 -M175.1101 3276332.95307957 2909517.88893837 2493633.99082218 -M175.1189 7904771.93165319 8010259.29504753 8215686.94529975 -M175.5330 2386862.19836901 2646118.50087746 4755174.32614505 -M176.1030 NA NA NA -M176.1182 2760658939.64461 2534447410.33121 2357045187.34129 -M176.1280 29014966.5807087 25279724.1580894 23885653.8115198 -M177.0546 81832387.4684782 62712232.672612 55028070.2425498 -M177.0869 20118338.2794236 20195769.0466831 22731899.7177496 -M177.0982 73782297.6330994 60549348.9613602 52481258.0650673 -M177.1152 22799864.8362571 18472356.6092875 17149773.3412587 -M177.1215 304347938.605987 279689493.350112 259826168.827289 -M177.1244 2091420.43879671 NA 1881525.32837183 -M178.0579 5500826.77138872 4165703.4655105 3281839.05640024 -M178.1015 1554003.90274412 913215.054233458 NA -M178.1249 9131484.57050345 7798237.2188937 6991561.73300907 -M182.0811 5198877.72970979 6019080.13173341 5610511.06756802 -M182.9023 545864.790988128 912845.212994516 NA -M185.0420 24081320.4850895 20126526.8259117 18582568.0503845 -M187.0577 2133510.91371473 2871579.70769044 2618974.32768322 -M187.0713 1483452.81240897 2505697.34775862 2822094.18746286 -M188.0683 2769750.09629821 2131163.5729647 2156178.8851821 -M188.0706 5269989.80528338 6047168.1920442 6731254.41834175 -M189.0871 4785226.92598933 3595918.60908169 5992557.52398604 -M190.0125 10295932.2405152 9607649.36925905 9132128.92682541 -M190.1437 2817753.69982248 2572695.88046103 2333382.11128631 -M191.0766 NA NA NA -M191.1026 513041.871609603 NA 378446.683780134 -M192.0243 2653147.81390215 3510941.57758833 3064661.37322575 -M194.1387 8765556.31470926 7569486.57212612 6572423.70630935 -M195.0459 4077912.28115511 3802666.0447295 NA -M196.0205 3714808.17068011 2896990.80770834 2545102.61498448 -M196.0369 39939546.5456877 36946530.2608331 32694508.3364005 -M196.8650 3121052.64774075 3960270.49619032 3282948.368046 -M196.9886 1154804.67077116 1247852.18181714 NA -M197.0402 2251124.08045988 2487840.79144093 2006343.65607698 -M197.0430 942984.065065078 NA 1235941.82547168 -M197.0788 NA NA NA -M198.0972 1748028.6578216 1950082.52470439 1802278.37084008 -M198.1001 1575083.89667393 1784584.64167917 1429627.66860902 -M198.8621 2906607.78979286 3177943.87356267 3126032.04089236 -M199.0365 65212006.3839333 63384204.0494627 57459016.618973 -M199.0689 420170.044692464 677364.940902661 463980.274226126 -M199.0801 6796619.02505233 5434853.51212979 4963136.36054024 -M200.0399 3715381.64261371 3697382.19088249 3729073.81968567 -M202.9759 NA NA NA -M203.0102 NA 2694191.18454253 3076372.22780162 -M203.0526 200126612.570594 234715270.211728 230864660.345688 -M204.0560 8215553.57023436 9451665.64521418 10183092.8178458 -M204.1230 268626508.008745 235322784.5912 213670174.111007 -M205.0970 6519672.62576889 5707929.23145184 6990633.82660943 -M205.1263 18232814.7440697 14602018.878559 13771147.3215659 -M206.1386 24419703.4414756 18885094.2314635 14868113.5512195 -M206.8938 8643671.5459021 8911417.80773421 9027286.12800464 -M207.0239 3553010.76982527 2564365.23456527 2606982.37084791 -M208.8909 5826778.61034737 4920139.36821972 5736447.95107834 -M211.0940 55017136.1706483 45341026.8792336 41411232.2100951 -M212.0974 3362446.99151837 3133099.98447595 1461760.12011745 -M214.0062 3153032.82320461 2879896.55421943 3133660.77151453 -M214.9992 1462922.94461892 1709069.70813081 3252979.59249925 -M215.0105 3487125.89129336 4441305.40042988 3616248.37291089 -M215.0282 7652234.01350933 3627665.53467947 8434051.37532151 -M215.0496 2128564.10572854 1353291.95509538 NA -M215.0535 NA NA NA -M216.1018 2825623.75929819 2951426.25066665 2326613.82985331 -M216.1206 8880087.0416046 8879776.06695875 8487992.17325025 -M216.9226 21339027.0540295 22989402.8669789 22848842.5742847 -M218.0188 6331667.36352683 5489279.41239518 5405488.43937686 -M218.1386 26900417.0547187 23468765.7086353 22167211.4255384 -M218.9197 5431160.21566889 5700707.12837848 6064284.7387276 -M219.0265 40457118.6017755 48865872.3144214 52725256.9665775 -M219.1128 19041755.0173782 14172253.0376764 13442204.3954207 +M163.1158 4092979.75608872 3576292.6969486 3424995.38617912 +M164.0615 3160570.95694739 2361210.45362829 2208146.09833165 +M164.9300 3093369.08796661 2979476.7133877 3543827.57640149 +M165.0698 101763093.624757 86389280.5083764 69121861.0245605 +M166.0259 24171980.5064204 27925282.5730567 44988287.9237862 +M166.0731 9549763.42141554 8162982.58870116 7035955.4121224 +M166.0776 22658351.4512894 17647240.2040201 14870886.7143813 +M166.0862 13767737.2468953 15139605.6341583 16013850.1459192 +M166.5277 1725199.26345292 2282777.76045944 3159301.84339938 +M167.0811 1814013.37164624 1613525.7472289 1651875.7562403 +M167.0855 1226275007.56198 1067124858.12193 964318227.426987 +M167.1042 3747532.83138739 3280025.09118124 5219325.02725037 +M168.0888 174021077.155761 152898818.993186 134907927.362834 +M169.0922 7415486.81607202 5413015.61718613 5367910.78847167 +M170.0424 3461867.76229048 4854651.84373392 4496513.88920189 +M170.0924 2206402.26941635 2030238.28098685 2719101.10576575 +M172.0944 50981223.8867573 49332291.7798188 47129768.4248904 +M173.4724 14653226.5153941 14171526.0709894 13390458.1637222 +M174.0386 23326447.2392808 20995692.4252362 17467162.0262564 +M174.0549 104874799.46098 83942792.4442337 72783606.7794251 +M174.0913 55696188.3795536 41439328.2613626 36957129.2608857 +M175.0314 32354118.3806345 40037104.5199738 61024336.1123638 +M175.0583 7001307.59418452 5338766.22879028 4797273.975556 +M175.0947 5170702.83098458 1682711.20625845 2429789.94541695 +M175.1101 3339490.72552156 3222617.0803882 2493633.99082217 +M175.1189 8052014.20824909 8262625.74441293 7787326.4427765 +M175.5330 2707233.98555651 3201037.79106104 4729628.19446483 +M176.1030 1319137.43200187 1224057.09195949 1179533.67888121 +M176.1182 2786959216.53731 2549025498.64613 2368819037.83465 +M176.1280 28509576.2400399 26045596.250268 23885653.8115198 +M177.0546 81888192.3597782 64256330.6960155 55044601.8104665 +M177.0869 19967670.4504319 19894396.2963893 22666128.2682622 +M177.0982 72905655.1714301 62674243.8705366 52522511.3074245 +M177.1152 22806615.9453367 19180991.1624494 17154673.2462814 +M177.1215 305977570.441966 280268068.512306 259853497.106594 +M177.1244 2133912.16944461 1752539.39882232 1881525.32837183 +M178.0579 5488102.74404101 4302997.87965177 3281839.05640024 +M178.1015 1631619.24600706 1998508.10106502 2144128.94134969 +M178.1249 9046072.43749306 8232523.69910717 7194479.20811647 +M182.0811 5231837.012411 6385241.41088182 4722806.42164922 +M182.9023 607616.107201546 846731.851025492 1373281.0658773 +M185.0420 23932347.7540019 20576742.0565037 18586914.2696204 +M187.0577 2135889.35293548 2871579.70769044 2618974.32768322 +M187.0713 1636302.44666128 1604203.78682427 2817821.90041915 +M188.0683 2769750.09629821 2149628.64338601 2033937.94066582 +M188.0706 5285468.43145949 6217706.59276381 6733779.21219823 +M189.0871 3192082.19266221 3895566.15416831 6165519.64673102 +M190.0125 10326802.0512644 9843455.47421777 9132128.9268254 +M190.1437 2817753.69982249 2591827.74498636 2335814.8667184 +M191.0766 2035666.42816936 1908422.24331812 1641618.09032821 +M191.1026 537857.308649302 593185.47685525 378446.683780134 +M192.0243 2667992.38721363 3593959.50129317 3064661.37322575 +M194.1387 8762188.46923006 7648783.64493439 6578853.18449339 +M195.0459 4400231.34446955 4514319.78548703 4347715.16005753 +M196.0205 3730966.38790932 2839358.25392937 2549324.14097176 +M196.0369 40117390.0200092 37297827.8822054 32694508.3364005 +M196.8650 3121052.64774074 3976036.21861255 3282948.368046 +M196.9886 1198485.33235363 1427691.58559556 1668386.75517096 +M197.0402 2251124.08045989 2355899.24926434 2006343.65607698 +M197.0430 993076.436961584 1113096.37745947 1235941.82547168 +M198.0972 1784683.58165641 1944590.77485026 1802278.37084008 +M198.1001 1583317.80401393 1802765.58875808 1429627.66860902 +M198.8621 2922624.96783768 3177943.87356267 3126032.04089236 +M199.0365 65500334.2706954 63240988.4128394 57464934.5159855 +M199.0689 487747.944224462 753475.389852751 452770.68084399 +M199.0801 6886688.46500582 5497429.60809194 4963136.36054024 +M200.0399 3715381.64261371 3792350.67223433 3729073.81968567 +M202.9759 2959653.82362521 3231448.36276441 3083529.17868616 +M203.0101 4193000.6995405 3232997.48993474 2966757.96605888 +M203.0526 200891402.676656 234251633.551553 231473278.560654 +M204.0560 8345421.3324447 9712965.91685164 10192309.9691676 +M204.1230 268666739.750016 240167334.96015 214712915.931217 +M205.0970 6549048.88680214 5735416.11534391 6990633.82660943 +M205.1263 18213954.4538494 14966908.5708195 13775305.3339033 +M206.1386 24419703.4414756 18999378.059201 14635594.60102 +M206.8938 8702855.44355756 8960512.4807303 9027286.12800464 +M207.0239 3568089.64213145 2579536.34088378 2606982.37084791 +M208.8909 5826778.61034736 4879381.60652018 5736447.95107834 +M211.0940 55435171.1918432 45718329.5385467 41449569.6943222 +M212.0974 3401761.6602636 3135429.57389485 1461760.12011744 +M214.0062 3153032.82320461 2830226.63459181 3133660.77151453 +M214.9992 1799449.92961554 2038431.4473041 3297809.23389256 +M215.0105 3503532.06001516 4472391.12376526 3616248.37291089 +M215.0282 7582592.20769042 7732702.76812141 8424229.66427326 +M215.0496 2128564.10572854 1263706.34013373 1556310.82544395 +M216.1018 2888562.77602936 2885439.75264674 2326613.82985331 +M216.1206 8727593.81796384 9212223.35868296 8487992.17325026 +M216.9226 21342054.7054657 23445374.2508996 22845642.112699 +M218.0188 6331667.36352684 5539391.59743471 5405488.43937686 +M218.1386 27051877.0825115 23844824.6338184 22167211.4255384 +M218.9197 5431160.21566889 5750041.40077345 6064284.7387276 +M219.0265 40886559.2221863 48667273.8569996 52725256.9665775 +M219.1128 19041755.0173782 14249250.8569036 13442204.3954207 M221.0621 6452966.93996748 4879131.2244945 3788042.64793272 -M222.8677 5916483.6636405 5918109.70902604 5129478.81531997 -M223.0636 15963969.1706616 29763565.0905324 34677703.7499492 -M223.0753 400699066.992853 358007190.894672 330309386.860094 -M223.0940 NA NA NA -M224.0335 5644092.14382976 12584727.0588739 12787376.4436389 -M224.0632 NA 2586963.74243379 3824715.64829445 -M224.0786 55804997.8082798 43268403.8880348 42723593.9635859 +M222.8677 5916483.6636405 5949685.39230385 5129478.81531997 +M223.0636 16006798.4593273 29786229.7948095 34722395.177206 +M223.0753 412470524.824284 358058251.832432 330366314.302095 +M223.0940 154123.211303869 527670.682416603 328703.479443852 +M224.0335 5946783.84566361 12357150.0591067 12759039.6798604 +M224.0561 136859.526203213 527670.682416603 328703.479443852 +M224.0632 3028203.1750807 2640981.17422037 3824715.64829445 +M224.0786 55305499.7138133 44733157.6302326 42722013.4379472 M224.8648 2456832.11174559 3534204.49170553 2681258.05699337 -M225.0345 5020463.85550092 6355253.71408893 6921340.90692245 -M225.0429 NA 3663360.85644948 4281614.02024546 -M225.0820 1849369.40352619 NA 1792144.89085443 -M226.1049 1758337.46977055 1236875.57722071 NA -M226.9514 13274764.5911135 14565541.2074853 14459333.9041806 -M227.0680 2351947.55417785 2458766.41121936 1961891.14177575 -M228.1206 184143808.695225 158450414.136043 150051152.713111 -M229.1239 9761195.25709179 11066219.0670378 8932156.60897268 -M232.8966 11199584.62867 10750101.9439301 12370715.6995804 -M233.0388 1088286.16707703 1366985.55430232 NA -M233.0759 11135870.9351539 9706742.84503284 8436236.24386834 -M233.1284 65280546.4221718 51706612.8355453 43788336.3156491 -M234.1317 5679862.21106608 3293664.74830088 4184991.08075484 -M234.8936 2895211.40252562 3001631.11630975 2496676.07144072 -M235.0924 67786504.6931296 75179896.3379096 78618912.9159393 -M236.0958 3094711.69974786 1998660.93128306 2614423.39569664 -M239.1257 NA 856925.764152198 716200.960919146 -M241.0947 112300307.834 100282407.339719 93306152.6983095 -M242.0980 9014658.12840481 7981683.85084972 7974707.5824998 -M242.9254 5604931.99084604 5371466.87817744 5653301.65952534 -M244.0945 11875962.2108051 10652070.4634516 9725103.71864954 -M245.0572 212326681.388343 199629101.584094 182502123.481085 -M246.0606 24716539.9248781 22202262.7829552 20524763.8432467 -M247.0924 2024224.45429807 2168614.70740147 2262759.18961167 -M249.0455 1189925.12479877 1518998.00175813 1952159.48943856 -M249.1572 2430003.13209397 2640773.76955696 2741551.53442147 -M251.0702 2117046.66420363 2064095.86410828 1619754.19030769 -M254.8237 3920367.11494817 3853984.45355917 3278466.68626619 +M225.0345 5079374.60610904 6486545.68734878 6926439.39689797 +M225.0429 744032.637867145 3631632.32220267 4285539.15436006 +M225.0820 1830079.00763119 1858290.60202607 1792144.89085443 +M226.9514 12100864.944145 13010597.4197068 14367986.9742902 +M227.0680 2351947.55417785 2351399.5479335 1961891.14177575 +M228.1206 182728071.540538 160713616.697954 150097819.128712 +M229.1239 9693554.96268177 11178217.4192261 8927962.88702944 +M232.8966 11216390.5007318 10781777.6172831 12370715.6995804 +M233.0388 1123983.30248126 1327676.36445455 890749.246064179 +M233.0759 11252670.1465396 9786559.7754342 8436236.24386835 +M233.1284 65285495.9530413 52000295.8988631 43788336.3156492 +M234.1317 5728122.84994884 4016179.46464168 4184991.08075483 +M234.8936 2895211.40252563 3022881.29080556 2496676.07144072 +M235.0924 36989991.9002378 43818914.0734916 78416853.6245699 +M236.0958 2331458.1043784 2179320.16289841 2614423.39569664 +M239.1257 818795.684079953 957639.685849741 1083900.00460464 +M241.0947 115104386.883884 103302132.52116 95006489.2569921 +M242.0980 9037249.6391252 7985619.107418 7979400.47144726 +M242.9254 5614385.25454358 5370677.22038164 5647423.11215603 +M244.0945 12046936.6655093 10634445.4785307 9725103.71864954 +M245.0572 213261768.430319 201197615.971264 182507327.224356 +M246.0606 24732752.7342035 22316379.8141124 20524763.8432468 +M247.0924 2162590.19066483 2396207.18342011 2226962.58397919 +M249.0455 1200488.18947078 1409852.37638067 1959226.61640806 +M249.1572 2459027.14873422 2640773.76955696 2741551.53442147 +M251.0702 2117046.66420364 2038996.90389759 1619754.19030769 +M254.8237 3920367.11494817 3853984.45355918 3278466.68626619 M255.0580 3448164.32150295 3668327.40295465 3222590.74816633 -M255.0740 NA NA NA -M255.1034 NA NA NA -M255.1103 223337874.328575 203722670.399067 184144459.426574 -M256.1137 20627564.792714 17496987.911999 17149050.2148976 -M256.1695 859018458.425892 757874756.888551 687558707.616335 -M256.8207 5990404.63351424 4934727.39147585 4197313.26668598 -M257.0461 NA 3390135.06419403 3948333.69993475 -M257.0686 30703580.4512875 29419678.3993913 28114981.5948008 -M257.0743 4888514.15929776 5400144.42710492 5584282.82120243 -M257.1729 153924316.72384 130494290.570097 113871179.891783 -M258.0719 2258544.0732969 2263219.88532053 2144997.36752219 -M258.1763 7349972.50436976 6262937.58038509 5507091.18615244 -M258.1851 975091932.548157 871141249.761551 796493451.175645 -M259.1885 172320507.785217 153920712.922299 134091679.854387 -M260.1644 1271451895.52119 1081045750.1659 998406357.432992 -M260.1855 890428947.14965 761011658.004606 701880668.511365 -M260.1917 6995169.1036976 7154005.53765231 6205026.54715085 -M261.0111 4678304.71833646 4543224.92433672 4181093.93178779 -M261.0307 8641741.38863507 9006737.50768781 7170283.15725607 -M261.1615 NA NA NA -M261.1677 206741166.446517 182224107.590148 166081668.317428 -M261.1889 115842021.152196 95469659.4155837 87664668.8384874 -M262.1698 9770716.68534687 8576670.12787745 7584818.72431009 -M262.1910 3539028.18870461 2970696.61775765 2564472.30966068 -M263.0560 61338054.5862642 133958450.424302 165795251.139994 -M264.0304 NA NA NA -M264.0556 5833446.69156847 12901694.5984473 13880769.7153393 -M264.0594 NA 4773807.37412497 5001817.82690575 -M264.8525 NA 1915344.2275297 2078813.39948078 -M265.0230 9961264.15539685 11327458.5548774 12847501.1118994 -M265.0529 3032553.09711853 6975296.45548767 8537469.95330013 -M265.2525 NA 674357.746330184 664211.637907091 -M267.2682 1680114.81958192 1952610.68703309 1172575.39024113 -M269.1244 58434243.4288669 46486228.581218 41579068.774135 -M270.1277 4456250.81892282 2277651.57113787 2724793.95962764 -M270.9777 2268929.40136344 NA 1753465.20177863 -M271.0400 2909154.5203357 3494830.26931018 3530569.30146521 -M271.0843 37528519.0937256 38844935.221647 36141045.7245109 -M272.0876 3402401.58877595 3385845.16469535 3216831.89454971 -M272.2008 2650955789.65053 2299693244.27646 2103784048.58621 -M272.7945 3241077.07687501 2067414.23955798 NA -M273.0393 604058.146645251 669075.566957466 NA -M273.0824 NA 1972951.61888485 1852867.58745904 +M255.1034 593931.591138653 619078.297001265 447048.319163397 +M255.1103 223403166.561397 204197365.431131 185349773.021408 +M256.1137 20786646.1596536 17656591.737781 17149050.2148976 +M256.1695 864707294.340397 767199276.140709 688831423.558718 +M256.8207 6043128.47164851 4934727.39147586 4197313.26668598 +M257.0461 2245297.51608406 2708623.23728473 3995228.70680085 +M257.0686 30922504.431223 29531046.7539206 28114981.5948008 +M257.0743 5148638.55043766 5875855.74973404 5516072.99350306 +M257.1729 154858052.889566 130813958.453608 113875140.625535 +M258.0719 2294349.79129896 2331101.57640161 2144997.36752219 +M258.1763 7387601.17961439 6422479.81119794 5507091.18615244 +M258.1851 965512347.054493 882475535.669328 799829069.97113 +M259.1885 173864665.260732 154147231.376543 134132548.097285 +M260.1644 1247578257.76842 1080919200.59473 1002106885.08536 +M260.1855 894452405.309536 766231393.12476 706483872.814188 +M260.1917 7158844.82684347 7370550.69332266 6038988.4160711 +M261.0111 4679393.32739878 4559535.44955355 4181093.93178779 +M261.0307 8613142.30029423 9013996.95408396 7170283.15725606 +M261.1615 1706424.35650536 1724887.11147646 1455666.14637484 +M261.1677 211103285.503987 182681544.626386 166026473.284253 +M261.1889 116018969.787356 95390052.0252225 87679373.3004732 +M262.1698 9736476.36868829 8569476.24574569 7584818.7243101 +M262.1910 3598234.04226923 2859570.20774581 2564472.30966068 +M263.0560 61825710.9062807 133619652.236272 165863313.211597 +M264.0556 5833446.69156848 13218939.5106333 13880769.7153393 +M264.0594 4610914.87052599 4810045.04501197 5001817.82690576 +M264.8525 2139232.18191904 1915344.2275297 2078813.39948078 +M265.0230 10871017.342534 12670234.1768875 13219288.1182124 +M265.0529 2988875.82091729 7029898.93482867 8537469.95330012 +M267.2682 1814329.56176112 1681756.19103238 1169046.87766201 +M267.6469 1622068.67556482 1335908.30520128 1964223.75944575 +M269.1244 59788530.7354367 46515575.4129987 41617383.0302798 +M270.1277 4489587.64931646 2720772.15531731 2724793.95962764 +M270.9777 2268929.40136344 1911265.7704756 1765489.84962638 +M271.0400 2909154.5203357 3528878.92647478 3530569.30146521 +M271.0843 37692176.9887587 39922722.4897217 36147855.9013383 +M272.0876 3422007.26862349 3543721.15689705 2965702.50839769 +M272.2008 2619123934.02785 2302526013.73565 2105442108.82503 +M273.0393 637588.203633726 869579.401399741 897750.683926255 M273.1979 4907998.65151992 3873535.59537475 3328720.81565687 -M273.2041 492662205.224552 443193928.091118 410227393.397219 -M274.2012 6261917.24564835 5318036.01071551 4359289.32099818 -M274.2075 29858773.0383858 25055510.7746461 21894255.0605092 -M278.1514 24386009.784863 23062395.7705338 21293287.6206716 -M279.0300 3505693.92887117 6523766.08524107 7537345.69787529 -M279.0562 NA 759302.792719074 1033435.39400803 -M279.1547 2965411.93342666 2904870.85500168 2265667.31232376 -M282.1463 16904976.3338824 14657301.9899857 11153189.8686521 -M282.1674 10939165.2417762 9709831.17478859 8739339.4819195 -M282.2790 304928610.971784 234615873.808354 204239841.842914 -M283.2824 42049810.7267461 30199370.8936139 26460393.79498 -M284.2858 2257203.17855506 NA 1186256.39772071 -M284.2947 8751226.95593061 6724016.87663416 5380663.78405909 -M285.0756 51041526.8826298 38602469.8465979 32102766.1661692 -M285.2787 2048561.72932723 1146372.63823643 1095883.59446936 -M286.0790 7850501.61263358 5754172.60743675 4828560.96885583 -M287.0550 1865807.10634163 1897420.15082984 2131784.00854075 -M290.0910 2134357.55951367 1651429.82713261 1847614.05693816 -M290.1750 1203971353.14606 1051725021.0734 952094756.680383 -M291.1063 10804278.5444776 8414409.06057986 8304388.6301823 -M291.1783 205951832.271117 176854082.247648 166546125.588693 -M292.1805 8941768.52150918 8431804.17321369 7747873.44401423 -M293.0978 1066551618.12821 1172676311.75854 1371178282.7541 -M294.0949 4566449.94846568 4753054.31438622 4972396.45547283 -M294.1011 114135633.955006 129723827.597423 133473961.94394 -M295.1032 2451175.0392603 2875535.57096157 2641316.08492883 -M296.0238 19295055.517451 14907593.167528 12767799.6435612 -M296.1053 759225.878030329 999821.127531059 862362.368736334 -M297.0271 1898028.30501715 NA 1559380.50448666 -M298.0208 10813961.3646674 7890339.78833398 8012382.03735092 -M300.2896 205265601.017217 163667959.021727 138136360.262957 -M301.1409 949879.813151408 NA 833769.457063708 -M301.2929 24678821.4333971 20041748.6178211 17984595.0496047 -M302.2324 13056719.8012363 10799872.1422493 10622722.1532343 -M302.2963 NA NA NA -M302.3052 271998561.725972 216174239.294604 190183947.273865 -M303.3085 35965109.3159226 26679473.4689524 22991449.0893983 -M304.2609 183558125.325767 160166130.46132 144377438.177967 -M304.3119 1622665.64067618 1362575.54102141 NA -M305.1029 4827751.5252742 11287104.0686878 13813261.6111037 -M305.2643 22364190.3712796 18498506.411799 18155790.539605 -M307.0575 74101420.8093005 63121149.577415 55526713.9483085 -M308.0609 7910196.19023778 6780152.17886755 6759902.84365135 -M309.1120 121288404.667987 89373839.299145 74687559.199645 -M310.1153 15191542.5254186 11564508.0174782 10945452.7056608 -M312.1569 12097141.5443624 10922150.2390152 10796430.8696726 -M313.0882 2278275.34981687 1788395.17483947 1466813.64611681 -M313.2736 24872384.7215211 20045284.3209345 20989996.1585193 -M314.2769 3121643.17615627 2841807.48989636 4272515.54343683 -M315.0673 37043284.1093369 42092901.1426458 43654235.0326996 -M315.0797 479463768.664475 526775202.701763 596705500.434994 -M316.0692 1724360.32085497 1407258.62394022 2912589.65442482 -M316.0767 1447734.25308129 1626592.64554675 1676996.99518129 -M316.0831 40826403.2562661 51924387.7197291 49892431.5308845 -M317.0558 2937723.1249069 NA 2169113.49604961 -M317.0647 3271757.60189077 2985197.95276749 NA -M317.0851 882102.170341804 1195974.68088993 913053.377087361 -M318.0057 59110057.7503631 48916601.5262038 41470175.6215385 -M318.3001 328323303.391118 251617579.09277 216351402.259874 -M319.0091 6464667.3904661 5343222.60056752 4612996.48716172 -M319.3035 44393507.8344905 32608165.3331883 26486408.5719461 -M320.0027 32188077.7578578 26658051.3458086 25289199.9745073 -M320.2348 10846502.168593 10781676.1056689 9098625.37330044 -M320.3068 2725439.03237548 1616640.36449105 1636783.30396938 -M321.0061 2557864.87337582 2613266.97363836 2553454.86111978 -M321.9998 3253496.94827474 2868453.58904641 2786813.26095837 -M322.2715 42361756.9886686 36984110.8932356 30774347.9540324 -M323.0314 20434071.8288303 19154052.9315774 17635870.0022664 -M323.0559 954320.428976557 NA 1271133.01403665 -M323.2748 5044955.37999575 4502055.7819566 4656033.61647457 -M324.0347 1995861.60469451 1602384.3909456 NA -M324.2871 29402035.9883404 24633253.6610441 19560563.4220957 -M325.2347 2374299.84537449 3416633.66196679 3430013.15196504 -M325.2905 4344580.5545563 3037818.94380594 2743520.47746047 -M329.2586 1127471426.49497 928601674.562728 835886242.402633 -M330.2556 3990659.15139795 2662457.45555026 2387248.44163349 -M330.2619 238780658.692018 198426983.422724 176033666.836682 -M331.0447 253519390.259413 284077092.630963 316657259.879553 -M331.0535 47120348.6466308 56150783.2380464 56621168.0741181 -M331.0939 279185284.809951 249991618.909119 227933108.498914 -M331.2652 14694604.1146886 12209238.8598068 10077904.7371393 -M331.2841 27147540.2451383 28166098.6775863 21159655.2073926 -M331.5463 1427068.66788606 1937352.43269327 2460116.53299823 -M332.0418 579177.534959767 647684.080658406 1230573.97993983 -M332.0481 18853821.1178581 20360620.7574345 NA -M332.0569 2887592.36752424 3288467.25411861 3291708.81919556 -M332.0972 36942806.0321191 33796854.664469 30965558.6806971 -M332.2875 4561710.33294595 3010392.09905093 3741940.10325943 -M333.0408 804108.176921851 1481306.24494806 1415442.4204271 -M333.0503 2080122.5115892 2636302.80183731 2543899.38971682 -M333.1005 2062962.19470696 1754537.97847811 NA -M333.9797 6361810.53928197 5373496.56041691 4848807.32838519 -M335.0376 2384177.36397588 2747577.59832506 2928305.34146892 -M335.9767 3620843.20834636 2362771.80696594 1839252.46293222 -M337.0491 4113048.1039393 4407151.72286427 4516748.68850723 -M337.0616 89466158.0336255 120223514.870924 106248231.806613 -M337.0748 1409746.92553681 4820032.28358773 8296895.17418093 -M338.0650 4763490.85427311 6401634.46562496 6389201.14601493 -M338.2454 2219355.87651731 NA 2051875.61737897 -M338.3415 68751803.9464673 49212862.8297139 43039049.9072425 -M339.0378 4628799.2764172 4593788.0621624 2021759.47084513 -M339.3449 11944532.7465617 8942112.68711003 7975655.21720745 -M339.9876 4875050.67671183 3099456.09474145 3774065.13316448 -M340.2820 37872436.9737966 31062947.3253268 27725021.7335507 -M341.2853 4720215.60845366 5065883.36557073 4210527.37015339 -M341.3048 42591701.0258667 43078472.8033959 42384910.3307161 -M342.3082 7903768.94891215 6606565.26434569 7277079.72821182 -M345.1800 2347941.74945824 2985503.54644354 3388179.58688517 -M345.2422 86497816.0638902 64669915.6976954 53333906.7031669 -M346.2456 15087064.0219757 11213572.2213149 9602631.11898384 -M347.0678 83515551.1505599 80801116.4540753 69213638.4678014 -M348.0712 10742236.3844343 11660696.9446591 9622093.32803401 -M348.3106 9303406.87552519 7132752.11512155 7598415.50152281 -M349.0552 1051367.61210803 1813626.10382955 2182947.37823056 -M349.0659 3288510.47559021 3314760.50588369 2358147.48488417 -M350.0181 NA 1671969.0174735 1875183.94384797 -M353.0266 44826930.2497997 53638770.8115277 51721015.9013016 -M353.0355 19634466.8369755 23101019.1671312 22749499.8364903 -M353.0758 3119112.93441979 3230315.6619869 2510654.52686711 -M353.2660 753920219.450373 811297288.833349 815123600.03793 -M354.0300 2622142.22716659 3090207.21929517 3054520.52726768 -M354.0389 1434005.79964397 1335402.70713953 1525384.54996891 -M354.2694 127777228.080214 144063452.077152 140842517.598472 -M355.0112 NA NA NA -M355.0336 710764.570593263 NA 941811.54644547 -M355.2518 NA NA NA -M355.2715 6470134.58023501 6941789.44656431 7162798.54150644 -M356.2558 3455994.33244327 2645817.27640068 1764535.41913634 -M359.0070 NA NA NA -M359.0310 1440521.92976077 1889354.70032023 1955485.74318473 -M359.0436 29648529.775815 34165128.8537302 33780976.6963095 -M359.1851 28416940.0354351 22767325.7564255 20185270.6974685 -M359.3154 93380050.0504195 86786202.6592822 87032241.9838583 -M360.0470 2017364.42894909 2407212.32758681 2339585.22748373 -M360.1884 6318893.39624041 3956189.76741737 3617609.61838324 -M360.3188 137004458.598276 116878415.162203 102444646.86222 -M361.3268 20966404.2104711 17552034.4603885 15602897.0159185 -M362.1508 358171445.864188 307311150.866649 273418110.447385 -M362.9262 670107.601979404 367343.522588133 704299.004702797 -M363.1542 41762551.413121 38171718.8552934 32119916.9314803 -M364.1575 1986705.58125956 1955966.91715553 1216674.44256039 -M366.2314 1165997.8004272 NA 695959.208732072 -M367.2241 187869039.441217 170650711.995929 151327248.499189 -M368.2275 27759283.9139137 24824865.9451474 23451795.8847214 -M368.9945 NA NA NA -M369.0006 2981805.68857138 3456364.40413447 3755661.88357759 -M369.2309 1733445.80793055 1568991.51978817 NA -M369.2399 100381101.209087 119043100.021028 120069599.994259 -M369.3514 1913492.60346524 2712041.06907273 2288373.38016251 -M370.2433 11929021.4524025 15390915.4768991 15771503.6678255 -M371.2381 4141105.74608341 4647761.6178039 5268941.32937433 -M375.0086 8625815.56351972 10348625.3985939 10756585.9919032 -M375.0175 10582564.0106099 11725077.9011945 11727356.7522179 -M376.2974 14218163.1024362 12556984.0250417 11419148.9778551 -M376.3419 23020248.3851984 23440732.7487768 21886265.6561128 -M377.0502 1422649.53918878 NA 1704340.66903135 -M377.3008 2522549.4401892 1753506.83883235 1730666.39350954 -M377.3453 4725731.41441565 3861549.50079259 4278919.4553788 -M381.0256 4021825.28911434 5710768.34826168 4736194.39866801 -M381.1671 102592168.43891 91032638.137049 80412357.4230253 -M381.2973 1429837286.77429 1559610431.13176 1559370047.69893 -M382.1704 16277538.2284748 13520660.3845963 13627528.764503 -M382.3007 311052255.890552 342411823.257503 342082263.426542 -M383.1157 2848365.30570064 4279644.12101582 4761130.25735605 -M383.1980 15232242.3915818 12812784.9775678 13192598.2924382 -M383.3028 17642754.0760839 19799147.2383507 20050887.8466571 -M384.1328 14274369.6653498 12025259.6728247 10672334.2783012 -M384.2014 3115683.0994873 1964907.58658198 2333446.66711452 -M385.1361 1311122.18486819 1127711.26580849 NA -M388.7117 1788326.45111716 NA 2029710.77536487 -M390.9764 387172.908262633 NA 715093.341204555 -M390.9825 1565969.16762067 1796330.19155838 1947186.66220483 -M393.0643 911802.625100757 683917.283630829 740128.861516941 -M393.0830 NA 4178813.51375422 6816047.40384019 -M393.2051 4726564.08162183 4262165.1344086 3663436.12011078 -M394.2236 4244432.19288157 4838062.2217923 4525096.970502 -M396.9905 1246102.77178668 1377438.29077253 1515136.36970136 -M396.9995 1957157.04279499 2220620.98035861 2365352.5312015 -M397.1409 13665878.4643301 13359119.7106436 11838353.5780574 -M397.2712 257681288.341016 296888432.086311 301280694.809716 -M398.1443 1783658.69521439 NA 1743382.47309658 -M398.2746 34589502.2370339 41579790.5452237 42496161.0074537 -M399.2589 1208069.42746857 1709877.89426883 2171925.30029902 -M399.2694 10376452.8565278 10671026.4535823 11603970.3091935 -M399.2779 2287559.2133724 3894941.78723141 2610698.578919 -M400.1067 2994451.98830723 2346468.39852972 2124378.47625833 -M402.8242 2211572.02725194 1926682.41002183 NA -M407.2208 297139350.551667 245534056.180805 217811272.665895 -M408.2242 35837420.8041674 30048728.1120257 25655280.0243193 -M408.2391 18484615.5146746 17574662.3017036 16339356.8122997 -M409.2166 6729405.86134591 4061117.13558291 5267966.99673021 -M409.2275 1438822.21643748 1402409.16432718 1470787.08009707 -M409.2425 2582251.35888607 3641624.24971007 3252158.59649378 -M409.3286 6179251.49970447 7083769.43243089 7809367.23958309 -M410.8559 NA 2268132.94385055 2758027.91368893 -M410.9852 1173201.14092922 1288832.86425803 1106140.73575032 -M411.2247 8790210.99824318 8759507.77225856 7546339.87847254 -M414.9971 5657248.36949206 5968829.41745275 NA -M415.2114 50299989.0598071 38539879.641849 33680525.15538 -M415.2365 13444357.6464216 14162030.5477659 14393474.0974144 -M416.2147 10574924.1403655 9042016.96169001 7052846.54666445 -M416.2399 1786758.47023829 NA 1988138.63261648 -M417.0021 6718663.33751479 8449015.45714533 8014333.14463509 -M417.0302 NA NA NA -M418.9993 1767586.02329064 2458413.14365814 2287018.83535957 -M421.2535 9086241.75416088 9802266.0395901 8440474.96692193 -M427.2903 NA 3247569.8100445 4339804.44971593 -M429.0216 2143766.19336629 2405592.25629477 2665268.13338065 -M429.2027 20627301.2594355 18439286.2549144 15030843.8516337 -M430.2061 3357337.66721345 2491324.12438228 2815058.69306272 -M430.9136 459523.217592693 546072.034413905 1098455.38361521 -M432.2378 24181528.6554389 19091974.9783059 17162897.9674625 -M432.9672 NA 2174264.64466613 1658020.66886459 -M432.9761 3506940.32710531 4143979.49736794 4108422.69953065 -M433.0077 NA 6217592.81631076 2779417.05432269 -M433.2412 5165211.66659649 4306300.66247009 3634289.72168813 -M435.2116 2371973.89927166 2576071.21844193 NA -M436.9790 1748127.25128554 1044776.28597126 1023076.50225925 -M437.1932 251500580.617872 228461188.095849 220520632.032774 -M438.1966 43564398.2923456 39910883.8894375 35532380.8872946 -M438.9842 3687983.04178313 4549215.42634023 4506435.07380544 -M439.2000 3473619.15926499 2948242.40812901 2821235.95784408 -M439.2559 16651902.3056015 16218751.4681529 16550227.4266657 -M440.2594 2987429.21801291 3081870.77864414 3178655.45047794 -M441.2530 4484775.74703227 4140455.17059523 4702928.16676045 -M441.2974 2075708.86927038 1895232.79762786 2594356.25203673 -M442.9960 921359.929551997 NA 469136.846600251 -M443.2678 31749798.8343095 32941165.2561204 32791989.2418301 -M444.2712 5063784.63771663 5106392.63678711 5313268.21296862 -M445.1766 3191164.12940581 2686790.25966952 2793724.99104169 -M449.2848 19296778.3613516 21347279.1775064 21188564.4615953 -M450.2882 3544892.23262142 4278635.84089954 4442341.48703894 -M451.0036 827412.622001902 835881.529074252 946609.846857891 -M453.1672 171424573.396354 161861828.907347 151721058.372762 -M454.1706 29385070.0300476 27478607.7784379 26673841.9548771 -M454.9581 1842500.02074552 2407814.34658038 2207237.39159366 -M454.9897 500971.72345981 NA 567056.77680096 -M455.1653 5839629.0279541 6926107.30870691 5961461.66828606 -M455.1740 1750103.59998115 2391316.95121008 2079473.18502088 -M455.2299 2682139.93970798 1597209.37483589 3008487.65069589 -M457.0205 NA 822634.304331624 726115.508615181 -M459.0772 5427975.18767948 6265265.596439 2034602.89787565 -M460.3268 1521981.10994801 1307800.20620859 NA -M462.3424 116940567.140264 88556011.7763781 74095158.8074716 -M463.3458 21880711.8463935 16826369.3870458 15681381.6460315 -M464.3492 NA NA NA -M464.3579 NA NA NA -M465.2586 1806868.62037621 2477645.65641598 3210876.83145013 -M467.1018 NA 3355528.97359235 5729065.87720533 +M273.2041 496470459.880777 441976599.435944 411122615.372213 +M274.2012 6315480.44724035 5354154.28219411 4359289.32099818 +M274.2075 30235243.3763467 25621003.3490622 21898172.1427132 +M278.1514 24232934.5656016 22975057.6229112 21293287.6206716 +M278.8931 1346393.65972433 1484137.74513507 1546114.96585703 +M279.0300 3505693.92887117 6566435.62439415 7537345.69787529 +M279.0562 831428.666972282 946526.913242884 1033435.39400803 +M279.1547 2920001.54951695 2928715.22096581 2265667.31232376 +M282.1463 16821761.0853255 14737068.1276175 11169604.5301434 +M282.1674 11078420.1336944 9701153.21183765 8743884.40561816 +M282.2790 304283770.479867 235107435.167684 204936451.37172 +M283.2631 262404.395805925 439177.251347662 129547.78936045 +M283.2824 42403640.8212266 30223348.9760964 26982278.6283213 +M284.2858 2336448.86529924 1718006.91020579 1186256.39772071 +M284.2947 8889134.01188749 6886730.49290153 5424924.59643618 +M285.0756 51987733.9610646 39668433.5266902 32107688.6755844 +M286.0790 8089880.92034876 6009544.44806373 4828560.96885583 +M287.0550 1957450.66655363 2246674.46521078 2131784.00854075 +M290.0910 2248911.98533599 1523208.10484836 1860057.14935547 +M290.1750 1171407294.51691 1055068188.92193 954582472.767703 +M291.1063 11052617.40084 8421277.14623815 8310937.56377941 +M291.1783 204877032.978967 177806704.021328 168093793.030113 +M292.1805 8908366.87788713 8896141.55251575 7753618.8849816 +M293.0978 1178365150.40558 1298387603.37079 1371178282.7541 +M294.0949 4766645.46248445 5047853.11777794 4972396.45547283 +M294.1011 123908681.855418 143686072.772568 133473961.94394 +M295.1032 2707019.05661047 3216948.09915444 2610073.32692707 +M296.0238 19295055.517451 15612675.9792892 12767799.6435612 +M296.1053 813503.752275109 853370.027953923 862362.368736334 +M297.0271 1823865.00778818 1760210.05068715 1559380.50448667 +M298.0208 10837144.4692536 8502403.74875596 8012382.03735092 +M300.2896 210298636.798634 167318464.645333 139500480.05531 +M301.2929 25444295.5586951 19955174.7321276 18351041.7266243 +M302.2324 13129660.4240582 10828837.5759475 10622722.1532343 +M302.2963 1373026.88424291 1861991.13206369 1961043.80642472 +M302.3052 277711903.61043 224315063.070762 197319863.470327 +M303.3085 35988377.2931217 27279129.6886213 23336789.8949063 +M304.2609 184657266.31347 161834642.201142 144944579.614804 +M305.1029 4878208.93295667 11188281.0219296 13813261.6111037 +M305.2643 22364190.3712796 18450846.9728932 18155790.539605 +M307.0575 74925142.1407514 64518215.9139686 55551803.0632124 +M308.0609 7929725.37823007 7003554.93189275 6764658.12094864 +M309.1120 120141475.46223 90819389.0171237 74692723.1244454 +M310.1153 15476647.7704905 11564508.0174782 10945452.7056608 +M312.1569 12257666.1690168 10969911.3033449 10796430.8696726 +M313.0882 2321634.45447441 1747292.09939616 1652510.55206201 +M313.2736 26297618.0448207 21608372.8408278 21067940.3172581 +M314.2769 3328926.83725078 3196363.83131767 4272515.54343683 +M315.0673 25305229.1906974 29183310.7376294 43625065.1090856 +M315.0797 479463768.664474 572432335.488937 596705500.434994 +M316.0680 2051518.97075215 1345213.77569652 3140587.86804706 +M316.0767 1531230.77502295 1736020.22054385 1687987.05935711 +M316.0831 41073057.1059551 52199377.4555612 49892431.5308845 +M317.0558 3004624.28694418 3320510.59499187 3238689.00080305 +M317.0647 2177074.34407386 2393041.17593861 2078317.79119073 +M317.0851 893498.247004911 1266327.50416544 913053.377087362 +M318.0057 59661233.0166521 49479414.4739277 41470175.6215385 +M318.3001 333459424.661266 262874430.859612 225553413.909483 +M319.0091 6448538.16119009 5343222.60056752 4612996.48716173 +M319.3035 45881350.4791784 33214777.2974706 27998753.8937242 +M320.0027 32784208.895225 27377128.1885875 25289199.9745073 +M320.2348 10879896.3321929 10781676.1056689 9098625.37330043 +M320.3068 2725439.03237548 1528514.72410731 1675431.07481047 +M321.0061 2574817.9962929 2650704.08164472 2553454.86111978 +M321.9998 3304668.3248664 2899545.23203882 2786813.26095837 +M322.2715 42429105.1307779 37595277.9867646 30888233.8848494 +M323.0314 20439345.2309194 19362493.7789442 17643915.6715871 +M323.0560 1607777.10018396 1240140.71949746 1530704.8665155 +M323.2748 5221370.2979202 4576178.7699725 4662486.10548812 +M324.0347 2008962.25889016 1617392.39394324 1990584.10889402 +M324.2871 29515058.5923289 25187253.9023935 20078721.1518963 +M325.2347 2360495.70247781 3409843.39957015 3430013.15196504 +M325.2905 4409775.86543544 3115576.23395273 2743520.47746047 +M329.2586 1147367822.38369 943049162.466679 850694572.119698 +M330.2556 4091690.38153194 2422203.50241913 2387248.44163349 +M330.2619 244319626.687385 198486011.694881 178945056.422302 +M331.0447 272410538.016518 315870414.189226 316657259.879553 +M331.0535 47327033.9078953 56554575.2896495 56860398.9204218 +M331.0939 281255825.932835 252350471.42406 229268110.473115 +M331.2652 14847683.302587 12437715.7937496 10082929.7356662 +M331.2841 27916924.4463973 28309274.4802009 21222852.2515093 +M331.5463 1073818.45659175 1711658.63889776 1605720.55402049 +M332.0418 653171.291687459 808494.491282828 1226039.19588173 +M332.0481 19868998.5536855 23873550.4845603 22545435.5794538 +M332.0569 2911485.2831911 3479136.03970014 3291708.81919555 +M332.0972 37053600.7725896 34439127.6593075 30971033.2743618 +M332.2875 4608526.22082558 3147192.50610251 3750653.97700418 +M333.0408 849497.861654393 911593.527032867 1415442.4204271 +M333.0503 2200008.41270308 2807787.31554388 2525896.6938394 +M333.1005 1935265.25516333 1754537.97847811 1594745.28941452 +M333.9797 6421365.98998317 5373496.56041691 4848807.32838519 +M335.0376 2519317.76508702 2981378.53420594 2928305.34146892 +M335.9767 3637235.41206951 2401618.96102071 2535953.80964928 +M337.0491 4264632.0833205 5113052.34651071 4516748.68850723 +M337.0616 94916675.774313 120223514.870924 106248231.806613 +M337.0748 1400560.82594628 4817665.14624988 8321771.33533391 +M338.0650 5049894.88849679 7017779.57117587 6626997.28961152 +M338.2454 2219355.8765173 2198223.59265668 2051875.61737897 +M338.3415 68146720.4232022 52500083.4735404 43123496.1220051 +M339.0378 4588075.29018563 2248362.32164486 4599370.76345545 +M339.3449 12392949.1957343 9429370.01371058 8245535.83750138 +M339.9876 4889297.98256144 3132090.12732853 3774065.13316448 +M340.2820 38498136.4175655 31916864.6171812 27744489.2682866 +M341.2853 4727238.51749857 5115771.05858669 4217137.06583685 +M341.3048 43678700.2779967 45195851.9794766 42469948.4942099 +M342.3082 8163791.3346255 6859005.2748955 7724156.5128262 +M345.1800 2427347.75771205 3022038.10818517 3388179.58688517 +M345.2422 87218947.2492802 64891762.6336195 53516508.9198132 +M346.2456 15374364.4082081 11905480.7755291 9606524.10420796 +M347.0678 83725169.0146403 80931003.7246959 69220059.177453 +M348.0711 10916618.2061104 11669283.4771555 9617900.88478732 +M348.3106 9318055.17714205 7207797.10461941 7598415.50152281 +M349.0552 1548053.21299645 2041137.82662685 2256289.58324717 +M349.0659 3288510.47559021 3355259.07219499 2358147.48488417 +M350.0181 738098.311882757 1539233.12044212 1875183.94384797 +M353.0266 47740035.1956046 58527253.6344867 51721015.9013016 +M353.0355 20002184.3323439 24188983.4872507 22749499.8364903 +M353.0758 3138618.01035088 3248833.96520686 2510654.52686711 +M353.2660 757047021.026342 813653119.637421 817515747.638892 +M354.0300 2768259.8127801 3331465.45659372 3054520.52726768 +M354.0389 1507792.97259943 1439605.4629093 1525384.54996891 +M354.2694 126276909.809933 144549126.199793 141005712.605156 +M355.2715 6523312.74806774 7089646.42675877 7167712.93557337 +M356.2558 3472416.19421732 2645817.27640069 1764535.41913634 +M359.0070 741553.403408538 867539.815420173 808608.386440404 +M359.0310 1440521.92976077 2008294.08666213 1955485.74318473 +M359.0436 30880094.3285295 38606438.1343985 33780976.6963096 +M359.1851 29479806.2914746 22741555.2836128 20194805.8649451 +M359.3154 95178413.3982006 94877732.1257929 87150946.4282011 +M360.0470 2088964.99135006 2660983.2152632 2339585.22748373 +M360.1884 6211292.0701575 3956189.76741737 3617609.61838324 +M360.3188 13464056.8765759 15090691.5616328 13062480.6790312 +M360.3235 137941217.648826 117671158.788161 102692684.910468 +M361.3268 20975101.3276318 17555974.7820922 15605362.9853478 +M362.1508 371810502.110166 316538369.876163 280845836.680233 +M363.1542 41792973.6720504 39093841.2276344 32954981.571274 +M364.1575 1963387.58354077 1771712.05922034 1216674.44256039 +M366.2314 1432145.66524646 1172616.32062777 695959.208732072 +M367.2241 186651047.297915 170134973.927278 151341832.870092 +M368.2275 27778829.9186369 25050253.2611465 23451795.8847214 +M368.9945 1057608.59336782 1114558.75330112 1071103.09325844 +M369.0006 3039784.43161111 3953624.66393122 3755661.88357759 +M369.2309 1727367.17502923 1465064.48840956 1737487.42050842 +M369.2400 100447144.643317 120486275.733488 120178887.570069 +M369.3514 1933333.57725565 3322681.83991388 2286908.24162898 +M370.2433 12048287.0550529 15592036.5974022 15778546.4116608 +M371.2381 4101007.06112093 4792040.51299103 5268941.32937433 +M371.2643 1231944.89564912 1173422.25692982 1930555.70585337 +M375.0086 9039812.08354616 10532063.6520106 10756585.9919032 +M375.0175 10582564.0106099 12589763.8021876 11727356.7522179 +M376.2974 14298882.2091668 12781203.5898577 11419148.9778551 +M376.3419 23517390.7616695 23482118.0537089 21886265.6561128 +M376.9932 1327020.70983005 1015709.12595474 1216124.18351657 +M377.0502 1197635.13227236 2142222.95190883 1704340.66903135 +M377.3008 2506410.20549559 1923180.96237922 1730666.39350954 +M377.3453 4704332.21820001 3994918.77789919 4278919.4553788 +M381.0256 4157456.01312532 6132910.23191401 4736194.39866801 +M381.1671 103493658.458358 91150181.8702919 80947468.0843258 +M381.2973 1402191628.68955 1565362295.24541 1564364329.81815 +M382.1704 16284456.670769 13626902.7540069 13631786.737182 +M382.3007 308001441.168241 343512243.421303 343282037.94923 +M383.1157 2871145.55900463 4279644.12101582 4761130.25735605 +M383.1980 15232242.3915818 14208861.9412308 13192598.2924382 +M383.3028 18037302.1347107 20514667.2001775 20070074.9717437 +M384.1328 14126414.9707606 12252198.7303876 10678252.9562497 +M384.2014 3115683.0994873 1981050.07241321 2333446.66711453 +M390.9764 393410.093131933 720559.053386298 637579.997947827 +M390.9825 1605903.25030007 1840136.98084044 1947186.66220483 +M393.0643 926140.711470742 1078056.91739553 740128.861516941 +M393.0830 4910695.54446233 4178813.51375422 6816047.40384018 +M393.2051 4819516.89288422 4283789.05106543 3668162.91590449 +M394.2236 4425302.8647974 5005806.07048127 4525096.970502 +M396.9905 1319211.68572686 1656971.61059792 1515136.36970136 +M396.9995 1976290.84403612 2365650.33717909 2365352.5312015 +M397.1409 13683168.4828628 13332126.3952288 11838353.5780574 +M397.2712 254911349.053719 296531317.191822 301556629.103581 +M398.1443 2102273.08882497 1825719.66045354 1743382.47309658 +M398.2746 34969738.0309265 41781873.4779083 42621547.2272469 +M398.7616 5432225.31947097 7159174.47819412 6778381.35087419 +M399.2632 2368363.77236982 3610606.69265534 2951385.14440838 +M399.2694 10663076.4912325 10816078.0180127 11603970.3091935 +M399.2779 2287559.21337239 3773954.81321719 2610698.578919 +M399.7694 2372772.07917534 2196281.97143273 2804552.13571475 +M400.1067 3329939.77017036 2405928.32019291 2124378.47625833 +M405.9470 905124.330961241 1066569.05784954 1096954.55904281 +M407.2208 308926947.102674 253394046.442368 224921060.46908 +M408.2242 36659447.079823 29937840.3267512 25668355.9943937 +M408.2391 18484615.5146746 17514878.9185505 16339356.8122997 +M409.2166 6737134.34170097 4101405.83309415 5272039.54472435 +M409.2275 1452973.76415411 1446837.02656489 1470787.08009707 +M409.2425 2548690.53182144 3681455.556615 3158776.66165261 +M409.3286 6253241.08322872 7191386.900075 7811194.07258011 +M410.9852 1271528.68885448 1468078.61939424 1106140.73575032 +M411.2247 8837607.53178999 8780673.82906678 7546339.87847254 +M411.7694 1172422.39427706 862354.727322601 1346814.09409366 +M412.7773 2536995.60102999 2985108.89870764 2958781.98848985 +M413.2790 1041734.27946727 1294422.53503054 876365.390025644 +M414.9971 3242663.85254735 3633394.10317066 6484847.61590827 +M415.2114 50142818.3082253 39831666.2420182 33734819.8586359 +M415.2365 13970497.0604271 15604169.9576345 14728469.8358268 +M416.2147 10606357.4719763 9080078.78040859 7062857.22801366 +M416.2399 1824766.22550777 2729376.80201186 2324354.59627359 +M417.0021 6787239.26312247 8944354.24878064 8014333.14463508 +M418.9993 1874954.44904455 2498656.62016243 2287018.83535957 +M421.2535 9109965.03872222 9796493.91023675 8447386.01999104 +M427.2903 3638732.57210646 3373779.71356699 4601589.1165342 +M429.0216 2222971.55677894 2600441.62336759 2665268.13338065 +M429.2027 20928974.2765931 18436316.0496667 15035959.3702412 +M430.2061 3456217.82166193 2510583.82202105 2815058.69306272 +M430.9136 413305.499259868 895040.581206259 1099695.76882575 +M432.2378 24295931.7387381 19249337.6846244 17162897.9674625 +M432.9672 1588874.16149294 2254168.15056488 1824386.89477415 +M432.9761 3586871.60334317 4303672.87817007 4108422.69953065 +M433.0077 3191397.00502703 3657447.32941496 2342936.54095981 +M433.2412 5147571.4030302 4210384.35736507 3634289.72168814 +M435.2116 2371973.89927166 2611658.57380428 2651623.11048967 +M436.9790 1920817.28729121 1252354.25558523 1023076.50225925 +M437.1932 249533353.573051 229963220.267375 221088292.709 +M438.1966 43359590.3613248 40364076.9559807 35728690.3533811 +M438.9842 3713870.0763389 4628729.59838043 4506435.07380544 +M439.2000 3681504.64361624 2653234.93174693 2726049.91597884 +M439.2559 16651902.3056015 16192306.3300532 16817402.0536886 +M440.2594 2987429.21801291 3036691.03024937 3178655.45047794 +M441.2530 4449967.42649719 4140455.17059523 4702928.16676046 +M441.2974 2075708.86927038 1855377.86174853 2410121.06673023 +M442.9960 935505.013636552 887418.724891883 473208.539199403 +M443.2678 34681702.1997307 36814180.7996108 34216170.0144284 +M444.2712 5362123.04253439 6043138.47942445 5584530.0587297 +M445.1766 3191164.12940581 2711006.31369336 2793724.99104169 +M449.2848 19391278.678669 21837994.6568741 21546494.606179 +M450.2882 3544892.23262142 4262658.41941707 4442341.48703894 +M451.0036 859084.724457227 897127.226592995 946609.84685789 +M453.1672 172302733.030257 163249992.389783 152040718.101196 +M454.1706 29591501.8483071 28341275.5921981 27099172.580443 +M454.9581 1860067.94604304 2453580.79985454 2207237.39159366 +M455.1653 5862660.49289846 6943199.64383301 5963998.03400898 +M455.1740 1808581.47535468 2391316.95121008 2079473.18502088 +M455.2299 2682139.93970798 3215339.12656583 3008487.65069589 +M457.0205 786438.608705611 864448.681384496 726115.508615181 +M459.0772 5403756.85136366 6171997.9033981 6133685.67095429 +M460.3268 1540944.63575236 1263401.45467421 1337813.25951632 +M462.3424 126121171.382998 97017964.0322356 82170765.9122889 +M463.3458 23640452.8900362 18035609.6629062 16564461.4547342 +M464.3492 2031737.4333368 2275883.28522794 2357452.12823919 +M464.3579 790510.596801352 855093.309877816 855779.100329433 +M465.2586 1957802.52860168 2556066.98246157 3210876.83145013 +M467.1018 4002239.99652419 3382371.23550548 5729065.87720533 M467.1253 12123900.5348116 13274417.5258689 11161743.85237 -M468.1014 NA NA NA -M468.1286 3501840.68904855 3583160.52626799 2735792.0478569 -M469.2726 1920769.53504816 NA 1835730.82484091 -M475.0547 1575284.66928469 1295045.26642535 NA -M483.2884 7477241.46223121 6596429.85675904 5020562.16837423 -M484.2229 22763453.1815601 22162782.5048651 18247734.0329134 -M484.3243 33949222.7556143 26254579.2846628 22743988.0399606 -M485.2262 5721869.78241495 5945895.81212371 5699203.05495008 -M485.3276 7389292.49882727 5597648.05246474 5826738.04756752 -M490.3064 7005934.71316811 7177264.10980693 6059423.95803762 -M496.3397 19301986.506177 20037518.9942554 21122986.9993826 -M497.3430 2824408.1950822 4463751.75022188 5378109.85448609 -M499.1639 1824338.00622249 1495983.90684429 1871595.04476979 -M500.2983 4484211.58083326 3417577.06695201 3925912.225294 +M468.1014 2007839.26345663 1890837.9855211 1711839.84329495 +M468.1286 3501840.68904854 3529166.80874836 2735792.0478569 +M469.2726 1926966.92727689 1897519.00206083 1835730.82484091 +M483.2884 7460368.47180745 6513529.41398981 5020562.16837423 +M484.2229 22807804.5775571 22170460.1037026 18520962.5692973 +M484.3243 34518223.0858433 26104232.8170659 23890178.9190968 +M485.2262 5721869.78241496 5931200.15134071 5699203.05495007 +M485.2874 325566.014618252 455779.443748742 183201.736805914 +M485.3276 7495388.31052497 5679299.56045349 5832696.19318399 +M490.3064 7145569.22924885 7177264.10980693 6059423.95803763 +M496.3397 21261776.1327916 21264822.4473788 22653148.4305983 +M497.3430 3927093.95038541 3873874.74611966 5383274.41650164 +M499.1639 2166039.25575854 1588899.79440007 1876159.49805364 +M500.2983 4497584.71895272 3417577.06695201 3925912.22529399 M504.3219 14037508.4497066 13408143.2116979 11965459.0270626 -M505.3255 3828988.48523015 4209535.84729117 2935652.06057186 -M507.2716 2045073.39940774 NA 1356881.36577908 -M511.1082 1392129.14193124 1338106.59964788 1617024.00890785 -M518.3216 27093156.7612048 33028676.3743224 36099746.0746536 -M519.3250 5895239.4311464 6711770.1381985 7667903.1411831 -M520.3397 3847492.73196964 4541854.44822529 3650359.69021773 -M522.2962 6296155.41470912 5273888.24434824 4965630.50366915 -M522.3553 2075613.99300101 1858911.52095056 2240708.1380028 -M524.3710 5066236.16203511 4812299.1100232 5061074.36336333 -M533.3295 1721024.51262182 2878425.67290566 2364704.76505068 -M534.2956 2765467.76936629 4734881.48270573 4220585.66000109 -M540.3068 4406984.10928948 3809775.62392765 2756363.60602222 -M542.3216 6111166.74805163 6983053.66187475 8246171.81585917 -M543.3252 1015430.72454012 1537890.1105699 1551677.94395954 -M544.3130 12527650.5351124 12668489.4605489 10621992.5070898 -M544.3375 3296394.51196524 3552085.79079011 4478046.31091711 -M545.3162 3629406.54986112 3430465.78070176 3374601.38373463 -M546.3530 6487511.84080137 7430702.91543311 8689345.15809027 -M547.3086 11492548.480285 8775007.36450722 8167383.80382567 -M547.3565 NA 2148875.83004235 1900961.67238174 -M548.3118 3338788.99091915 2921348.91737027 2116721.35456643 -M549.3056 2523179.76594264 2163698.55431172 NA -M549.3241 6054867.25315898 4224843.51673666 4140203.62188546 -M561.3608 4430520.45611544 6188958.79799756 5311730.12596965 -M561.3799 2780413.20629084 2012867.30103475 NA -M563.3399 36133451.6274531 27450715.2193879 22005563.1142296 -M564.2744 29396233.1138953 23179681.3258756 21194125.2658363 -M564.3432 10981623.8155861 9069275.54168641 7779434.7604166 -M565.2778 10253559.1807825 8571083.5904364 7840953.9399012 -M565.3370 9702035.53313166 7611518.63470811 7841251.34734168 -M565.3555 14003182.9961572 12097200.0705162 9578029.43833357 -M566.2900 22170097.8455947 21675454.3893316 20328347.4235747 -M566.3404 3261515.81995163 2320702.71592749 NA -M566.3588 4706099.04994465 3391673.43137811 2851733.85960977 -M567.2934 9133470.55873158 7641148.46692478 7325496.78803742 -M567.3524 3730575.29864749 1900484.41973943 2404386.11508467 -M568.2693 5845481.68626657 5280729.78617606 5161661.83183746 -M575.3343 4029460.63923149 2956375.49269933 3270179.06393519 -M576.2805 NA NA NA -M576.3181 200240431.329253 155753381.375412 142977125.658979 -M577.3214 47852877.6287887 39755811.6228349 37243947.1122577 -M578.3247 5012847.82029689 5463534.52118957 5082637.43713547 -M579.3711 38642925.4149014 30968517.3867908 23818983.893898 -M579.5346 1016351.23747087 1172214.21888856 1169684.58035576 -M580.3056 98971825.8626112 83323998.4697323 75139576.9067207 -M580.3745 12243264.6678092 11003146.9560264 8807605.65488151 -M581.3091 32063049.7137798 26997586.1215661 22506857.0327746 -M581.3682 10515939.51269 7931579.45100295 7301159.9418262 -M582.3124 5077956.48683686 4600378.57086312 3599079.86995104 -M590.3225 101746549.313492 95557744.5944848 88043292.0021999 -M591.3258 28465733.7176523 26508076.1209476 25883926.9252266 -M591.4959 NA 2405858.20363335 1667892.5401486 -M592.3292 3805771.55155463 3215590.36428314 3058976.81353684 -M597.3453 5558354.05706274 4403047.38929835 4355193.43271536 -M598.2799 23001456.5011199 21231835.1017178 20127831.6516988 -M598.3000 5877275.89155875 4344958.79380871 3872884.54635857 -M599.2832 8655953.15777912 8528057.97777283 7657673.40725925 -M599.3035 1479846.4103594 NA 1216689.13031145 -M603.3657 8866479.3939369 8287382.94272769 7198294.20470507 -M604.3689 2586954.41154763 2988375.90604904 2523725.23798267 -M607.5661 1113445.3888372 1501212.91393093 1537224.91922729 -M619.5271 11747813.7439383 15463697.128246 13837978.9843392 -M620.5304 3761561.01993107 4734963.03755274 5069530.54653342 -M623.1356 3180595.5891105 4042278.55956248 4228273.45887652 -M624.1388 724343.122602858 695987.647308726 NA -M629.1524 2572860.64592934 2948342.74173428 3090087.27795212 -M635.5011 3243038.04892189 4424993.42338596 4436907.41009134 -M637.3638 2153320.20402197 1829873.68603118 NA -M645.1048 849221.536255017 NA 1006127.8677095 -M645.1175 2526576.40738937 3142328.0338279 2962154.66068822 -M647.5584 15067023.1938918 16336177.8854976 18728177.9938016 -M648.5619 6254605.04424434 8193008.61511028 7024234.43709767 -M651.1343 1987468.79138313 2507140.87094772 2375049.76869229 -M660.0821 814437.300289444 1534479.22412678 562744.881718695 -M661.0824 2398892.29202539 2727254.79533067 4415848.32046208 -M662.5694 2779079.65330773 2482375.43135903 2480001.0808934 -M663.5325 3996916.91510874 5784442.30708932 5235727.2482233 -M664.5358 NA 1587875.03197069 1553434.43846743 -M665.3661 2386866.65735071 1874050.73186798 2048358.9876479 -M667.0996 2446538.33641566 2624223.87679173 2928170.0318936 -M670.2559 1754183.64727958 2408870.1151202 2109061.02452055 -M670.3738 6636668.39355427 6446248.74652466 6031306.96951204 -M671.3772 2816636.0913067 1798089.63237222 2111722.2798079 -M672.3895 4686473.79893916 4258496.84175044 4166255.72826511 -M673.1164 1469352.7683988 1829681.76580113 1917560.23493875 -M674.3685 3809129.89511944 3160860.00557134 2636130.13374479 -M676.0468 1461863.10195596 NA 1377422.71456078 -M683.0643 1259780.56399135 1322143.83574079 1552769.07139395 -M683.5431 1732441.67345777 2525723.18668878 2647724.55411367 -M685.4360 1190057.97079061 NA 1419229.5914531 -M686.4051 32080808.6893522 28761754.7656157 25571217.8418349 -M687.4083 13246103.1481081 13951215.1330508 8069238.27678928 -M688.4118 2093118.85466739 1814091.46550962 NA -M689.0812 1476618.84097023 1741683.93653201 1913192.51839009 -M689.3530 NA 1238431.80913389 1029803.46358456 -M689.4022 4338568.86783822 3318258.17489864 4213005.6754478 -M695.0984 1270154.44480474 1188530.68267335 999720.609375044 -M703.4544 1462246.07443563 1816537.57340901 2642770.85961821 -M703.5748 5102477.6908115 5274750.09273895 5185173.62570642 -M704.3794 4977090.82171093 4766704.41426656 3927234.4710448 -M704.5783 1626987.96032962 1669312.71186966 1387421.31251627 -M705.0463 NA 861285.955446116 1134434.61817021 -M705.3826 1789589.10109757 NA 1709645.14232354 -M711.0633 NA 1036374.52712934 885481.220466106 -M711.5745 14150222.1090017 14102404.5952038 15356903.5818177 -M712.5779 5077242.5759118 5592716.57268192 6845985.16047672 -M718.6320 4297488.07177764 2674413.24027353 3158446.37030282 -M719.4284 NA 2127705.73067334 1707398.52119952 -M725.5567 5531847.39784041 4899114.59155239 5881591.76830335 -M726.5600 NA 1491636.74107451 1514588.19312526 -M739.6058 13557326.9670239 16321329.2589389 16792318.9578223 -M740.6091 5505462.91675326 7113386.17328623 6438361.71719427 -M751.4289 3250491.94756132 4097881.10977438 2905108.52355567 -M758.5692 24171669.9177599 26133048.4446723 29823488.7144675 -M759.5727 11996299.5830951 12396459.816729 13725260.4161819 -M760.5758 2312542.05691645 1797714.30089578 2433944.0644655 -M760.5849 8704293.57954915 9171699.09361031 11678909.7038509 -M760.5849_2 8704293.57954915 9171699.09361031 11678909.7038509 -M761.5882 3494168.58240472 3623908.83475874 3517772.49370049 -M780.5512 26678287.0199592 33917501.213975 35599330.0192635 -M781.5548 13370049.3355155 6786254.01813485 17495405.1874264 -M782.5673 8275387.67127943 13698705.3298253 14111642.4412243 -M783.5710 5090990.23826268 2775887.5304272 6341089.95006743 -M784.5848 5220940.29954109 4276780.46147111 6260943.09565952 -M785.5880 1686702.15583167 2124120.66042257 1712214.24956577 -M786.6004 10857162.7919506 8697613.9851878 12499433.8991773 -M787.6038 4761674.55928992 5879054.35089474 7047984.21331802 -M795.5018 2077762.78637069 NA 1907175.50675846 -M796.5253 4271079.60468799 3501147.38860042 5343302.22793834 -M796.5462 NA 2822281.02903116 3224036.730931 -M804.5512 6633582.89013492 8165455.97185418 7470168.70212077 -M805.5546 2438210.55855297 3663463.1635972 3764389.21632828 -M806.5674 4467025.00798707 6619742.31219476 9583742.64770817 -M807.5718 1352704.42256487 2936768.26498869 1887270.8950478 -M808.5826 10891390.3423662 15794458.1878269 16077663.9695797 -M809.5859 5995718.59407245 5735791.69055253 7082868.29906178 -M810.6004 1864314.89593087 2348128.92155743 3928135.89388521 -M813.6843 NA 773185.606064327 1241785.9308559 -M828.5517 6912623.84509757 6836612.02012318 8339689.31073757 -M829.5550 NA 2944009.16774303 4078158.50009707 -M832.5827 2539235.67631783 3231564.93949998 3214890.3796771 -M838.5642 2129171.20139942 2659697.24921949 2476264.53702713 -M856.5830 5771894.46378455 6862482.35532919 6096656.68858823 -M857.5866 2219552.55506141 2623050.99114286 2766548.52211978 -M918.6157 2402815.01640448 NA 1809595.40049242 -M934.6468 5786820.15496312 5970083.49633795 6293149.21279938 -M935.6502 3318525.17212971 4159207.90254135 2994270.82759245 -M952.6658 NA 1992166.49507342 1589196.0912281 +M505.3255 3850552.7968445 3986353.32355718 2935652.06057186 +M507.2716 2149231.4351121 1602103.28199855 1356881.36577908 +M511.1082 1392129.14193124 1427638.98616035 1617024.00890785 +M518.3216 26781046.4885072 32811483.5030276 36123592.1844171 +M519.3250 5901786.75908904 6716709.52172467 7667903.14118311 +M520.3397 3858043.01223108 4652575.1377143 4134018.13335077 +M522.2962 6296155.41470912 5418351.41129209 4965630.50366914 +M522.3553 2071938.28610405 1864596.04983216 2743633.66891254 +M524.3710 5087348.07032409 5714462.10757823 5073016.14319813 +M533.3295 1721024.51262182 2895020.10154232 2364704.76505068 +M534.2956 2769555.44130789 4771326.33984865 4220585.66000108 +M540.3068 4406984.10928948 3457830.78244424 2756363.60602222 +M542.3216 6135589.31776147 7383017.82292813 8251559.09612387 +M543.3252 1480809.66352075 1559232.49469467 1551677.94395954 +M544.3130 13153247.3703882 12779364.5920816 10621992.5070899 +M544.3375 3296394.51196524 3544147.58483064 4478046.31091711 +M545.3162 3629406.54986112 3407690.69994541 3374601.38373463 +M546.3530 6687278.45518902 7562049.63004819 8698416.77505878 +M547.3086 11492548.480285 8589150.17076287 8167383.80382568 +M547.3565 1772993.08499103 2148875.83004235 1900961.67238174 +M548.3118 3338788.99091914 3050332.87228709 2116721.35456643 +M549.3056 2523179.76594264 2182070.56716307 2387302.46187824 +M549.3241 6027124.26628712 4125283.63639173 4140203.62188546 +M561.3608 4464369.11330846 6260714.38629889 5311730.12596965 +M561.3799 2799979.56900604 2012867.30103475 2162517.78205012 +M563.3399 36140522.5943729 27598415.4636408 22005563.1142296 +M564.2744 29549402.114211 23179681.3258756 21194125.2658363 +M564.3432 10981623.8155861 9114841.09845555 7779434.7604166 +M565.2778 10268596.8345955 8587604.01837233 7840953.9399012 +M565.3370 9727319.65839767 7594841.21938622 7841251.34734169 +M565.3555 14105140.6651109 12137577.2163218 9578029.43833357 +M566.2900 22369361.1376456 21675454.3893316 20328347.4235747 +M566.3404 3277678.21786903 2276337.18775821 2436069.99030433 +M566.3588 4678646.86161909 3391673.43137811 2851733.85960978 +M567.2934 9213371.48102272 7711255.43338931 7325496.78803742 +M567.3524 3763586.28926638 1851357.38312436 2404386.11508467 +M568.2693 5901715.98465654 5280729.78617606 5161661.83183746 +M575.3343 4029460.63923149 2974468.48274869 3270179.06393518 +M576.2805 2201215.51009783 2170896.78073122 2134441.24424785 +M576.3180 207403119.780452 163212505.183101 149685977.736188 +M577.3214 49507070.6314305 41054341.2940099 37277200.2943345 +M578.3247 5029953.9907856 5542383.37986218 5420677.20360859 +M579.3711 38617533.1545994 31203216.9671907 23818983.893898 +M579.5346 1065824.79160517 1364754.94080785 1169684.58035576 +M580.3056 99365979.5102136 84269014.3582156 75139576.9067206 +M580.3743 14162596.5309249 11003146.9560264 8807605.65488151 +M581.3091 32310078.6436651 27014538.4630086 22506857.0327746 +M581.3682 10528192.5839861 7988428.91992995 7301159.94182619 +M582.3124 5112774.49239038 4499489.03229065 3620843.99017909 +M590.3225 101941566.214905 95212896.4462273 88048655.459276 +M591.3258 28076340.1153232 26547806.755075 26008374.9571023 +M591.4959 2279342.48766178 2446815.32184206 1684866.29598498 +M592.3292 3952499.9129182 2765584.30689804 3058976.81353684 +M597.3453 5586307.75321358 4430271.57752293 4355193.43271537 +M598.2799 23020095.0373364 21413276.5631384 20133966.0781959 +M598.3000 5913287.29645583 4499579.40625767 4356486.53993949 +M599.2832 8655953.15777913 8679184.17290342 7657673.40725926 +M599.3035 1479846.4103594 1262639.37676849 1223187.99848386 +M603.3657 8882501.44695434 8343769.8655653 7198294.20470506 +M604.3689 2586954.41154763 2950359.42875294 2481816.48527183 +M607.5661 1567626.08937771 1529003.12122215 1872898.94988514 +M619.5272 12202927.4316858 15642657.0150513 14530327.2094872 +M620.5304 3835638.88446366 5277625.38291588 5080928.14574876 +M623.1356 3298574.7255128 4347602.82075974 4228273.45887652 +M624.1388 724343.122602858 695987.647308726 745912.597555739 +M629.1524 2718903.22989894 3240087.83477189 3090087.27795212 +M635.5011 3243038.04892188 3737499.49205394 4436907.41009134 +M637.3638 2132193.98611681 1829873.68603118 1823251.52274277 +M645.1048 731549.433274001 829971.194699518 1006127.8677095 +M645.1176 2596858.84250656 3421098.99277505 3111697.24108863 +M647.5585 15159097.0003354 18773154.7086158 18763100.515563 +M648.5619 6792160.59839046 8414435.17673396 7466321.52549982 +M651.1344 2091921.00617735 2596882.24508807 2760554.45889613 +M660.0821 852126.55840414 1530607.91554071 1097626.09226077 +M661.0824 2517894.26914139 3026327.83793437 4415848.32046208 +M662.5694 2758310.31764583 2482375.43135903 2480001.0808934 +M663.5325 4159189.60060717 5722265.67425421 5368506.72390749 +M664.5358 1590138.58199471 1565668.29043795 1553434.43846743 +M665.3661 2415604.91271356 1927067.50270806 2048358.9876479 +M667.0996 2459873.15342237 2739700.71919391 2928170.0318936 +M670.2559 1746373.5314135 2328257.26422004 2109061.02452055 +M670.3738 6636668.39355427 5966410.78785634 6031306.96951205 +M671.3772 3346833.63227318 2029464.80647955 2111722.2798079 +M672.3895 4755283.68224199 4362290.34739906 4166255.72826511 +M673.1164 1508697.02451233 1978620.5963456 1917560.23493876 +M674.3685 3809129.89511944 3020821.27172427 3020635.58291312 +M676.0469 1524089.83038956 1097317.43276994 1377422.71456078 +M683.0643 1319109.60433216 1397861.09742995 1552769.07139395 +M683.5431 1734687.21416865 2456870.98173753 2653360.65268798 +M686.4051 32080808.6893523 28755628.2088164 25571217.8418349 +M687.4084 13252957.2904384 13943734.9966369 12857524.9844596 +M688.4118 2079959.14959653 1978836.35250348 2048320.45094078 +M689.0812 1551761.56094047 1945206.55258551 1913192.51839009 +M689.3530 1314217.12478638 1223917.56992117 1029803.46358456 +M689.4022 4353328.52656262 3338814.84252369 4217212.53235322 +M695.0984 1341571.69868802 1259548.4733505 999720.609375045 +M703.4544 1589409.63253016 1945093.6516519 2654155.1132658 +M703.5748 5126891.28706996 5331029.45848037 5218338.19989669 +M704.3794 5178605.34191297 4800149.37685962 3927234.47104479 +M704.5783 1643687.33997848 1679088.29665621 1393335.57786652 +M705.3826 1789589.10109757 1883492.7472888 1615493.51905719 +M711.0633 853580.336273836 1133245.49605968 885481.220466107 +M711.5745 14164392.0820404 14522317.9165182 15361377.7282847 +M712.5779 5139032.32802609 5618309.33298059 6845985.16047671 +M718.6320 4297488.07177764 2973347.60058457 3276315.98536509 +M719.4284 2062726.77559665 2233142.52077048 1984962.14498253 +M725.5567 5727335.08319327 4892394.81078909 5888544.61484952 +M726.5600 1446149.50691178 1556068.28138895 1520234.79621796 +M739.6058 13582112.2094491 16519555.2003611 16799130.6465545 +M740.6091 5505462.91675326 7218254.59719199 6438361.71719427 +M751.4289 3250491.94756132 4079181.26999161 2905108.52355567 +M758.5692 28331765.8138362 28466077.9081811 32390598.4570849 +M759.5727 12142145.2203603 13104427.6960816 13744881.5521971 +M760.5758 2352828.55369368 1807136.92490849 2433944.0644655 +M760.5849 9416500.36871725 10734900.5316893 12704830.9584858 +M760.5849_2 9416500.36871725 10734900.5316893 12704830.9584858 +M761.5882 3976548.41246083 3953065.77587308 3524706.91870479 +M780.5512 27508986.8661113 34708142.0579581 36497815.1288358 +M781.5550 13389054.0970829 16997528.8169357 17511562.4245092 +M782.5673 8278503.61343893 14633005.9716454 14142329.1704164 +M783.5714 5714709.65012449 7469122.45533431 7714528.34789568 +M784.5848 5225272.73813257 4291116.46786246 6270761.91191882 +M785.5880 1659626.11705283 2171216.65483389 1711873.40596293 +M786.6004 10891267.1752247 13994469.2885243 13576286.0664284 +M787.6038 4812535.855737 5924072.50445145 7062804.29815418 +M795.5018 2091136.18780562 1965645.77495775 1907175.50675846 +M796.5253 4336651.95628089 3550966.87875026 5343302.22793834 +M796.5462 3149951.07954109 2822281.02903116 3224036.730931 +M804.5512 6024386.67918766 8154177.49730298 7470168.70212078 +M805.5546 2438210.55855297 3730604.94429435 3769364.22206378 +M806.5679 8747448.00966397 6615601.81920081 10054043.7747572 +M807.5712 1662565.59852909 3016858.51794094 4452370.82921031 +M808.5826 13965552.4358914 16046582.5942018 16083981.2407362 +M809.5859 6001857.24187744 5898328.07078806 7089850.82684788 +M810.6003 3401629.17572322 2729439.61298525 3933143.52688557 +M813.6843 1140518.7812018 1013097.72408189 1241785.9308559 +M828.5517 6826781.34176111 7074996.96552345 8339689.31073758 +M829.5550 3611020.89985521 2986288.29514634 4083981.30783132 +M832.5827 2306055.5149489 3353268.35152601 3214890.3796771 +M838.5642 2349865.57830489 2938078.4830611 2476264.53702713 +M856.5830 5865616.20956458 6881292.637849 6103587.66531646 +M857.5866 2275623.20549569 2692437.77567439 2766548.52211978 +M918.6157 2488821.20355825 1807090.92146975 1869463.94164044 +M934.6468 5781694.32308957 6575636.35803521 6293149.21279939 +M935.6502 3159073.79099461 4180568.04181726 2994270.82759245 +M952.6658 1892231.59140035 1968057.17715784 1589196.0912281