changeset 0:c64a3a2a255a draft

Uploaded
author jcb-mpl
date Tue, 27 Apr 2021 14:40:48 +0000
parents
children 679024760b59
files 2018_07_check_reference_mz.xml src/mz_0_publi_features4_galaxy.sci src/mz_6bis_durbin_watson.sci test-data/._ref_mz.tab test-data/EICs-merged.tab test-data/ref_mz.tab
diffstat 6 files changed, 410 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2018_07_check_reference_mz.xml	Tue Apr 27 14:40:48 2021 +0000
@@ -0,0 +1,154 @@
+<tool id="2021_05_check_ref_mz" name="EICs -> checks reference mz" version="0.0.1">
+  
+  <description> for 5 determined thresholds for m/z  </description>
+ 
+  <requirements>
+      <requirement type="package">scilab</requirement>
+  </requirements>
+  
+  
+  <stdio>
+      <exit_code range="1:" level="fatal" />
+  </stdio>
+  
+  
+  <command> <![CDATA[
+  if [ -d $__root_dir__/packages/scilab-6.1.0 ]; then $__root_dir__/packages/scilab-6.1.0/bin/scilab-cli -nb -quit -f $* < ${script_file}; else scilab-cli -nb -quit -f $* < ${script_file}; fi
+  ]]>
+  </command>
+
+
+  <configfiles>
+    <configfile name="script_file"> <![CDATA[ exec("$__tool_directory__/src/mz_0_publi_features4_galaxy.sci",-1); ...
+        exec("$__tool_directory__/src/mz_6bis_durbin_watson.sci",-1); ...
+        lasterror(); ...
+        ...
+        x_in=glx_tab2div("${xtrmz4}"); ...  // 20avril21
+        [x_bilan,x_synthese,x_tr_mz4]=mz_0_publi_features4_galaxy("${mzref}",x_in, ${electron}); ...
+        ... //[x_bilan,x_synthese,x_tr_mz4]=mz_0_publi_features4_galaxy("${mzref}", "${xtrmz4}", ${electron}); ...
+        ...
+        div2tab(x_bilan, "${xbilan}"); ...
+        save("${xsynthese}","x_synthese"); ...
+        save("${x_tr_mz_trouves}","x_tr_mz4"); ...
+        if ~isempty(lasterror(%f)); ...
+        write(0,lasterror()); ...
+        end; ]]>
+    </configfile>
+  </configfiles>
+
+ 
+  <inputs>
+    <param name="mzref"       format="tabular"            type="data"      label="Reference m/z values"    />
+    <param name="xtrmz4"      format="tabular"            type="data"      label="EICs-mean"    />
+    <param name="electron"    size="5"       value="0"    type="integer"   label="Electron mass" help="1=correction of the reference m/z values; 0=no correction"    />
+  </inputs>
+
+
+  <outputs>
+    <data name="xbilan"           format="tabular"      label="m/z check-summary"  />
+    <data name="xsynthese"        format="mat"          label="m/z check-details"  />
+    <data name="x_tr_mz_trouves"  format="mat"          label="m/z check-matrix"   />
+  </outputs>
+  
+  
+  <tests>
+  
+    <test>
+       <param  name="mzref"                 value="ref_mz.tab"/>
+       <param  name="xtrmz4"                value="EICs-merged.tab"/>
+       <output name="xbilan">
+           <assert_contents> 
+       	<has_text text="0.00034"/>
+       	<has_text text="0.352"/>   
+           </assert_contents>
+       </output>
+    </test>
+    
+  </tests>
+<help>
+
+
+**Author**  Jean-Claude Boulet (INRA).
+
+
+---------------------------------------------------
+
+=======================================================================
+CHECK REFERENCE MZ VALUES AMONG THE EICS-MEAN YIELDED BY THE PROCESSING
+=======================================================================
+
+-----------
+Description
+-----------
+
+A matrix of EICs has been yielded by the function: MS-centroid -> EICs-individual or by the function: several EICs-shared -> one EICs-mean.
+
+The m/z values of these EICs are compared to reference m/z values for 5 pre-determined threshold values for m/z: 0.0005 / 0.0010 / 0.0030 / 0.0050 / 0.0100. 
+
+This function is focused on the m/z values, it does not take into account the retention times. 
+
+
+
+------
+Inputs
+------
+
+**reference m/z values**
+
+A tabular file, to the div format (first columns and rows = labels):
+
+- the first column corresponds to names of chemical compounds;
+
+- the second column contains the exact (reference) m/z values.
+
+
+**EICs-mean or individual**
+
+A tabular matrix of (RT x m/z); lines are retention times and columns are EICs.
+
+
+----------
+Parameters
+----------
+
+**correction of the electron mass**
+
+A correction can be applied to the reference m/z values. 
+
+- 0: no correction;
+
+- 1: correction = subtraction of 0.00055 in the positive mode. 
+
+
+
+------
+Output
+------
+
+**summary**
+
+The main results  
+
+
+**details**
+
+A .mat file
+
+
+**extracted EICs**
+
+An EIC is associated to a reference m/z value if the absolute difference of (EIC minus reference) is under a threshold. 
+
+Five threshold values have been pre-determined: 0.0005 / 0.0010 / 0.0030 / 0.0050 / 0.0100
+
+This output contains a list of 5 data, each containing the EICs identified as reference m/z values according to a threshold. 
+
+</help>
+
+
+<citations>
+
+</citations>
+
+
+</tool>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/mz_0_publi_features4_galaxy.sci	Tue Apr 27 14:40:48 2021 +0000
@@ -0,0 +1,205 @@
+function [x_bilan,x_synthese,x_tr_mz_trouves]=mz_0_publi_features4_galaxy(mz_ref,x_tr_mz4,electron,threshold)
+
+    // entrées: -------
+    // mz_ref:      un fichier tabulation avec 1° colonne = identifiants, 2° colonne = valeurs de m/z; 1° ligne = ids des colonnes
+    //              ce fichier contient les valeurs de référence  
+    // x_tr_mz:     un fichier Scilab contenant une matrice d'EICs nommée x_tr_mz4
+    // electron:    enlever l'électron (1) ou pas (0)
+    
+    // sorties: -------
+    // x_bilan:     les résultats principaux avec en colonne les pas choisis (0,0005, 0,0010 etc)
+    //              et en ligne les indices: recovery / unicity / rmsep / dw 
+    // x_synthese.x_trouves: une liste de divs; pour chacun: .i = indice trouvé; .v = m/z exp. / m/z ref. / Durbin-Watson
+    // x_synthese.x_reference: un div contenant les références trouvées dans le fichier mz_ref
+    // x_tr_mz_trouve: la liste de matrices de x_tr_mz4 après extraction des m/z de référence trouvés
+    // x_bilan: 
+  
+    
+    if argn(2)<4 | threshold<0 then
+        threshold=[0.0005,0.0010,0.0030,0.0050,0.0100];
+    end
+
+// 22avril21
+    // charger le  fichier des EICs obtenu par Galaxy
+//    load(x_tr_mz);       // la variable s'appelle: x_tr_mz4 
+
+    // 24nov19
+//    list_var=who_user(%f);
+//    list_var=list_var(1);
+//    for i=1:size(list_var,1);
+//        execstr(msprintf("xtemp= %s ;",list_var(i)));
+//        if type(xtemp)==16 then 
+//            x_tr_mz4=xtemp;
+//            //disp(sel_var,'sel_var=')
+//        end
+//    end
+
+//    // patch pour corriger le mauvais fonctionnement du code ci-dessus
+//    if isdef('x_tr_mz3') then
+//        x_tr_mz4=x_tr_mz3;
+//    end
+
+    // si un M devant les valeurs de m/z: le supprimer 
+    //n_v=size(x_tr_mz4.v(i),1);
+    //for i=1:n_v;
+    x_tr_mz4.v=strsubst(x_tr_mz4.v,'M','');
+    //end
+ 
+    // obtenir les valeurs de m/z
+    x_mz=strtod(x_tr_mz4.v);
+
+
+    // charger les donnees de reference en csv classique 
+    x_anna0=glx_tab2div(mz_ref);
+
+    //30juin20 on ne garde que 1° colonne
+    x_anna0=x_anna0(:,1);
+ 
+    // correction de la masse de l’electron
+    // 1 -> on corrige; 0 -> on ne corrige pas 
+    x_anna0.d=x_anna0.d-electron*0.00055;
+    
+    // arrondis et suppression des valeurs en double
+    x_anna0.d=0.0001*round(10000*x_anna0.d);                    // arrondis à E-4  (au lieu de 10E-5 avant le mai18 car ca faisait des doubles)
+    x_anna0.d=gsort(x_anna0.d,'g','i');                         // tri par ordre croissant
+    [temp,indice_unique]=unique(x_anna0.d);                     // valeurs uniques a 10E-4 pres 
+    x_anna=x_anna0;
+    x_anna=x_anna(indice_unique,:);                             // on garde la precision a 10E-5
+    //disp(size(x_anna.d),'size(x_anna.d)=')
+    
+    // recherche des composés d'anna:
+    n_anna=size(x_anna.d,1);
+    x_verif.d=[x_anna.d zeros(n_anna,1)];
+    x_verif.i=x_anna.i;
+    x_verif.v=[x_anna.v;'nbr of peacks identified'];
+    x_verif=div(x_verif);
+
+    // gestion de la dimension de threshold 
+    n_thresh=max(size(threshold));
+    
+    // initialisation
+    recovery=zeros(1,n_thresh);
+    unicity=zeros(1,n_thresh);
+    rmsep=zeros(1,n_thresh);
+    dw=zeros(1,n_thresh);
+    xtrouves_all=[];
+    xtrouves_all2=list(); 
+  
+    
+    for k=1:n_thresh;          // pour chacune des valeurs de thresh
+    //disp(k,'k=')
+        x_trouves=[];
+        xtrouves_all=[];
+    
+        for i=1:n_anna;
+            temp_diff=abs(x_mz-x_anna.d(i));
+            trouve=find(temp_diff<threshold(k) & temp_diff==min(temp_diff));
+            trouve2=find(temp_diff<threshold(k));
+            n_trouve2=max(size(trouve2));
+            if trouve==[] then
+                x_verif.d(i,2)=0;
+            elseif max(size(trouve))==1 then
+                x_rajoute=[x_mz(trouve) x_anna.d(i) n_trouve2]; 
+                        // dans l'ordre: mz calculee la plus proche de mz anna / mz Anna / nbre de mz plus proches de mz Anna que threshold
+                if x_trouves==[] then
+                    x_trouves=x_rajoute;
+                else
+                    x_trouves=[x_trouves;x_rajoute];
+                end
+            end
+            
+            // construction de xtrouves_all qui rassemble tous les resultats trouves
+            if trouve2 ~=[] then
+                for j=1:n_trouve2;
+                    x_add=[x_mz(trouve2(j)) x_anna.d(i) ];
+                    if xtrouves_all==[] then
+                        xtrouves_all=x_add;
+                        xtrouves_indices=trouve2(j);
+                    else
+                        xtrouves_all=[xtrouves_all;x_add];
+                        xtrouves_indices=[xtrouves_indices;trouve2(j)];
+                    end
+                end
+            end
+            
+            
+        end    
+  
+        if isdef('xtrouves_indices') then   // cas ou on a trouve qq chose  13sept18
+  
+            // calcul du rmsep
+            diff2=x_trouves(:,1)-x_trouves(:,2);
+            recovery(k)=size(x_trouves,1);
+            rmsep(k)=sqrt((diff2'*diff2)/recovery(k));
+            unicity(k)=sum(x_trouves(:,3))/recovery(k);
+            if unicity(k)==0 then 
+                pause
+            end 
+      
+            // calcul de Durbin-Watson:
+            //pause
+            x_dw=x_tr_mz4(:,xtrouves_indices);
+            res_dw=mz_6bis_durbin_watson(x_dw);
+            dw(k)=mean(res_dw) /unicity(k);
+//pause
+            res_dw=ones(size(xtrouves_all,1),1);
+            // rajout de DW a x_trouves_all
+            xtrouves_all2_temp.d=[xtrouves_all res_dw];
+            xtrouves_all2_temp.i=string(xtrouves_indices);
+            xtrouves_all2_temp.v=['m/z exp.';'m/z ref.';'Durbin-Watson'];
+            xtrouves_all2_temp=div(xtrouves_all2_temp);
+         
+            xtrouves_all2(k)=xtrouves_all2_temp;
+
+        else
+            xtrouves_all2(k)=[];
+            recovery(k)=-1;
+            unicity(k)=-1;
+            rmsep(k)=-1;
+            dw(k)=-1;
+            
+        end
+
+    end
+
+    x_bilan.d=[recovery;unicity;rmsep;dw];
+    x_bilan.i=['recovery';'unicity';'rmsep';'dw'];
+    if size(threshold,2)==1 then
+        threshold=threshold';
+    end
+    x_bilan.v='thresh_'+string(threshold);
+
+    x_bilan=div(x_bilan); 
+    
+    
+    
+    // 27juin: recalcul de unicity pour corriger un bug 
+    n_xtrouves_all2=size(xtrouves_all2);
+    
+    nbr_trouves=zeros(1,n_xtrouves_all2);
+    
+    for i=1:n_xtrouves_all2;
+        if xtrouves_all2(i)~=[] then
+            nbr_trouves(i)=max(size(xtrouves_all2(i).d));
+        else
+            nbr_trouves(i)=1;     // 1 car on divise par -1 qq lignes + bas -> on obtient -1 au final 
+        end
+    end
+    
+    
+    // sorties 
+    x_bilan.d(2,:)=nbr_trouves ./ x_bilan.d(1,:);
+    
+    x_synthese.x_trouves=xtrouves_all2;
+    x_synthese.x_reference=x_anna;
+    
+
+    // matrice triee ne comprenant que les EICs trouvees
+    x_tr_mz_trouves=list();
+    
+    for i=1:n_thresh;
+        x_tr_mz_trouves(i)=x_tr_mz4(:,strtod(x_synthese.x_trouves(i).i));
+    end
+
+    
+endfunction  
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/mz_6bis_durbin_watson.sci	Tue Apr 27 14:40:48 2021 +0000
@@ -0,0 +1,21 @@
+function  x_dw=mz_6bis_durbin_watson(x_tr_mz)
+    
+    // pas de calcul matriciel car pas assez de memoire
+    // x_dw doit varier entre 0 et 2 
+    // 0=ce qu on recherche
+    
+    [n,q]=size(x_tr_mz.d);
+    
+    // calcul de la norme des differences et des vect-colonne de x_tr_mz
+    x_diff=x_tr_mz.d(2:n,:)-x_tr_mz.d(1:n-1,:);
+    rmsce=zeros(q,1);
+    rmsce2=zeros(q,1);
+    for i=1:q;
+        rmsce(i)=sqrt((x_diff(:,i)'*x_diff(:,i))/(n-1));
+        rmsce2(i)=sqrt((x_tr_mz.d(:,i)'*x_tr_mz.d(:,i))/(n));
+    end
+    
+    x_dw=rmsce./rmsce2;
+    
+    
+endfunction
Binary file test-data/._ref_mz.tab has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/EICs-merged.tab	Tue Apr 27 14:40:48 2021 +0000
@@ -0,0 +1,17 @@
+	M220.09736	M220.16652	M220.17736	M221.08413	M221.11708	M221.15319	M221.18954	M222.01811	M223.06325	M223.09616	M223.13256	M223.16882	M224.09949	M225.04257	M225.0907	M225.10945	M225.14828	M226.21615	M227.16379	M227.20006	M228.06849	M228.10468	M229.00105	M229.12206	M229.21591	M230.08428	M230.21912	M231.11592	M231.13774	M232.09647	M232.11894	M233.1168	M233.15332	M233.18974	M235.1327	M235.16894	M235.20537	M236.07145	M236.16917	M236.20861	M237.07453	M237.18446	M237.22089	M238.06698	M238.10799	M239.02095	M239.08871	M239.16385	M241.21595	M242.11489	M243.11899	M243.2315	M245.07806	M247.13266	M247.2053	M248.13613	M249.14844	M249.18462	M251.16399	M251.20024	M252.04517	M252.15914	M253.14317	M253.17957	M255.15843	M255.20635	M257.2472	M258.08881	M259.1537	M259.19006	M259.20562	M261.10944	M261.15958	M264.02881	M265.14334	M267.15789	M268.97814	M271.13021	M271.19019	M271.26285	M273.03918	M273.18496	M273.21713	M274.12167	M274.22032	M275.20031	M277.1797	M277.20087	M277.21595	M279.15902	M280.16221	M281.05088	M281.1494	M282.27902	M285.00951	M285.16948	M285.27864	M287.05508	M287.08052	M287.12516	M287.142	M287.22145	M288.05816	M288.08382	M288.14551	M291.0859	M291.12003	M291.19525	M292.10323	M293.13588	M293.21084	M295.10232	M295.22665	M297.08218	M297.16713	M298.04189	M299.06158	M299.18275	M299.29439	M300.07476	M301.03426	M301.14082	M303.0502	M304.05327	M304.08547	M305.05517	M305.232	M307.20151	M308.20474	M309.09664	M309.2044	M311.22073	M314.01414	M314.09065	M316.01492	M316.0524	M317.0657	M317.10174	M317.1957	M318.06878	M319.04469	M325.24833	M327.00794	M328.11882	M329.00496	M329.08349	M330.05885	M330.23864	M331.04477	M331.08109	M331.20896	M331.24168	M332.02492	M333.06056	M334.06373	M337.08098	M337.58261	M339.17786	M341.01766	M341.24337	M344.08888	M344.25433	M344.59052	M345.03268	M346.21241	M347.07606	M347.21576	M347.23031	M347.24256	M355.06989	M355.2585	M356.06908	M357.04134	M357.06648	M357.0968	M358.26995	M359.02838	M359.27336	M360.24913	M361.0252	M364.2229	M365.10537	M367.20905	M369.09646	M370.2701	M371.10128	M371.2039	M371.27346	M371.31553	M372.1008	M372.27472	M372.28555	M373.09778	M373.28896	M374.09737	M374.26483	M375.20645	M378.23855	M385.06404	M387.26009	M388.24417	M391.28415	M392.25423	M392.28754	M394.23348	M395.25115	M397.18548	M399.34692	M401.9667	M402.25968	M404.25463	M406.26981	M407.27326	M408.24925	M409.09169	M410.09504	M413.26585	M415.03639	M415.19615	M415.29132	M415.98248	M417.24934	M419.31552	M421.24436	M422.22844	M422.26484	M427.17179	M427.29141	M428.1755	M428.891	M429.08861	M430.08852	M430.88801	M431.08493	M431.22864	M432.88498	M433.20453	M433.24434	M434.2479	M434.88202	M436.28043	M438.23859	M439.23027	M445.12	M445.20437	M446.12011	M447.11618	M447.2598	M448.00849	M448.11673	M449.08621	M449.15364	M455.1487	M458.19741	M458.69908	M459.20047	M462.1462	M465.27032	M466.26433	M467.28491	M469.33852	M471.21987	M471.7954	M478.1858	M479.11828	M479.18983	M484.31196	M485.199	M485.8111	M489.26676	M491.13591	M491.26427	M491.63788	M492.12624	M493.13378	M493.30094	M494.13723	M496.2071	M496.27505	M499.13383	M499.63526	M503.10722	M504.10769	M505.1035	M506.1415	M506.64311	M507.14449	M507.6458	M509.12806	M511.31109	M512.14124	M512.64331	M513.13101	M513.63276	M514.34817	M515.28361	M517.13383	M519.13796	M519.31731	M520.13888	M520.6405	M521.13651	M527.14668	M527.64832	M528.14968	M528.36399	M529.36736	M535.14441	M536.1489	M537.32651	M541.33439	M548.15211	M548.65407	M550.34626	M551.17597	M551.35	M559.1444	M561.16002	M563.17595	M564.1546	M564.65573	M565.14377	M565.19163	M565.64584	M572.15187	M572.65375	M573.10267	M575.13892	M579.15985	M579.66156	M580.16316	M587.11846	M589.13419	M590.13723	M593.15728	M593.18641	M594.15771	M594.18979	M600.16514	M600.66677	M605.12896	M605.16587	M608.17583	M609.16032	M610.16385	M611.14127	M611.16582	M617.12861	M619.14427	M620.14774	M625.15236	M626.15748	M631.20065	M635.13919	M639.17031	M640.1738	M641.17461	M651.17067	M655.14532	M655.16533	M656.16972	M657.18063	M657.68206	M661.15432	M663.17025	M663.20692	M664.18969	M664.69032	M665.19237	M667.20024	M669.16001	M670.16387	M670.16988	M670.67231	M673.17527	M679.16606	M680.23346	M681.21191	M685.19362	M685.69615	M697.15488	M697.21231	M698.21591	M699.37918	M706.18867	M722.24326	M727.22179	M737.2068	M751.18624	M756.22726	M757.23064	M758.20357	M758.70676	M763.18565	M765.21237	M765.71419	M766.21662	M773.20939	M773.71047	M774.21659	M781.22582	M781.72753	M785.20637	M786.21828	M787.22599	M791.18281	M795.34393	M796.34731	M805.19678	M807.17688	M808.21953	M808.72174	M809.22737	M810.23104	M815.21761	M816.21755	M821.19198	M822.19417	M825.22156	M825.72345	M829.22377	M831.22222	M831.24835	M832.25198	M835.20724	M836.21199	M838.23005	M838.73274	M839.2331	M846.22712	M847.20806	M847.45112	M851.23834	M852.24158	M853.25239	M863.20163	M864.20517	M865.21785	M867.26827	M868.27119	M875.23797	M879.23288	M889.1959	M903.90058	M909.27846	M910.24948	M925.25518	M941.24835	M955.26419	M956.26797	M984.42551	M1011.2766	M1012.2796	M1013.2932	M1029.2866	M1043.3021	M1044.3054	M1045.3108	M1053.2833	M1053.2879	M1054.2891	M1055.3016	M1071.2966	M1072.2993	M1085.3125	M1086.3158	M1155.3341	M1159.3288	M1175.3217	M1189.3392	M1190.342
+27.65611	251580.94	13011.855	14186.927	95013.103	103199.76	464535.06	133829.11	110598.72	399384.84	938052.19	103967.68	85750.793	99760.913	224877.97	85020.717	27629.672	8288.6503	125026.35	444814.91	11506.495	168594.76	113374.19	113198	592049.91	1983192.8	107475.35	205837.22	896576.06	1138500.5	252971.68	10590.275	0	231529.92	69839.915	0	971641.18	2562113.2	6641074.3	164377.39	347729.72	661000.57	129578.12	40750.241	189372.24	0	72965.728	233057.61	10863.257	60779.258	0	507745.65	185011.56	104108.03	2137961.9	141423.6	268786.87	107934.18	107560.23	133254.91	170563.18	465284.71	285325.08	36235.153	11433.663	58896.316	199091.34	400722.3	0	0	32308.349	225542.51	0	0	21725.838	433637.11	12527.308	461126.21	389411.4	60375.248	420359.96	1245940.7	70335.294	7504574.9	557149.5	1007096.6	0	437216.18	0	12298.426	5722101.1	872777.07	414178.55	0	0	244208.32	24370.012	111453.08	50071.02	1300270.8	720304.37	1643475.7	271160.24	0	60072.631	176170.8	113643.81	0	42434.899	125582.02	0	0	60715.538	0	141042.44	0	354560.04	478408.16	0	69180.59	95690.774	701045.16	332596.03	1.105E+08	15726046	0	1430356.9	0	1974171.8	310969.48	93937.272	77194.647	0	553142.39	47993.462	52475.836	231300.32	216180.75	751571.98	0	11302.353	889704.19	0	256536.79	27991.342	159929.48	151099.63	88004.525	379318.46	18483.439	1160770.3	14942.604	0	190757.39	2066247.3	329038.77	322733.02	74019.75	0	379016.58	51929.978	1306579	14577.125	522338.53	355358.92	18692.601	622019.89	0	0	22284.525	3549577.4	0	780040.47	34699.464	514694.45	302659.66	1095387.4	709350.04	158739.18	0	40300.321	534549.02	60518.499	26833.053	231541.83	13027.745	5328822.9	0	0	372413.86	1249215.4	0	0	642812.87	0	113289.32	0	0	50344.43	168851.02	62955.139	0	2538958.5	996124.84	622213.22	257033.03	0	0	130760.24	2043671.9	0	18067.552	0	0	0	0	0	0	38757.309	92218.371	166973.06	12170.591	0	224073.4	0	0	199854.6	581885.48	0	63079.481	646974.37	2794511.9	840920.72	1267469.5	461131.44	87301.545	971266.39	43633.273	642609.2	88099.493	378903.26	467847.46	0	15147.766	5738643.2	0	1977010.1	1154886.4	0	574503.12	308665.89	109299.32	304622.81	117835.41	0	0	10002.053	160686.13	0	0	0	0	0	62828.26	2544114.2	131020.7	799569.68	0	0	127422.34	0	344254.54	0	89793.256	170623.21	1856353.5	40865.96	470503.89	191781.79	0	399618.17	98585.648	900126.73	366496.59	130025.79	1954589.5	987762.27	230664.66	22810.423	193405.86	0	10456.86	11491.526	49392.791	47325.311	0	0	709719.1	1581192	0	896800.94	62948.436	67668.223	514336.89	347656.36	50165.843	0	0	3280490.3	1049550.6	0	0	59687.017	0	0	219537.15	0	446575.59	88755.519	378275.69	64239.099	31985.612	0	483440.51	39603.468	200963.44	31744.08	0	408275.61	342189.03	381613.75	18974.589	0	0	0	0	3081944.4	67864.532	860002.09	63327.055	38081.594	0	276673.92	1615668.9	2196128.7	671291.49	47788.812	68213.828	108474.11	20395.05	0	259182.13	233889.81	401195.18	20604.87	8396917.1	2827764	368617.78	0	783660.44	0	32503.421	45911.331	0	41220.323	644232.16	118759.61	0	81980.043	11202.304	0	0	0	0	0	17680.278	0	246807.33	629671.91	0	0	0	51698.536	0	0	379038.67	0	434465.38	31176.061	94445.072	0	0	16157.587	62704.916	348466.06	39802.526	56788.446	0	302997.48	299614.67	114707.3	0	0	62543.31	0	0	70955.58	0	0	3650738.9	0	208426.78	127696.88	1222666.5	360778.26	16869.841	0	1103811.3	474985.43	37527.856	74415.17	12658.658	35694.899	0	0	284033.56	18225.949	0	0	0	67804.128	959721.6	0	1315428.9	398954.98	93590.145	35228.847	0	365536.37	0	0	0	0	150627.41	0	0	157726.47	0	318820.5	512386.76	164493.32	0	259786.14	230982.72	127164.22	1539633.4	1864324.7	1040288.5	45688.202	74566.696	36914.925	0	932833.14	898544.69	375124.69	1729667.6	962645.62	1017716.6	94353.341	384482.09	852066.36	298745.1
+27.840325	212725.95	8665.1184	27389.197	107121.55	111552.96	428628.75	139648.55	52555.374	408547.09	849576.39	61642.353	83545.766	75039.106	225012.32	84797.192	53269.896	65041.899	109952.68	404738.63	71261.98	155057.04	230916.59	103020.21	242331.9	1935465.9	127823.98	256263.54	947204.39	1224878.5	431944.53	24332.649	9803.7325	208847.74	29862.178	22462.444	949954.4	2385110.9	6849200.1	131629.09	392215.53	545727.58	106257.79	63155.584	226821.37	50885.102	85896.796	241554.09	28394.049	72182.587	0	349852.84	142185.41	128791.33	1116698.4	149271.64	150705.1	71918.473	51344.362	170190.37	111642.2	392746.48	319756.36	25030.225	10282.836	23659.86	478069.04	419113.99	0	0	34693.325	182404.33	0	0	23814.348	274179.68	22449.89	451775.31	512769.82	55981.679	349320.11	475998.92	65440.218	3173329.9	519395.5	399098.77	11687.372	452315.06	0	0	5390828.6	781660.78	414877.22	0	23899.45	249784.5	0	111101.36	21476.332	1243886.2	364742.61	1584836.6	207619.72	0	22694.307	121212.25	143320.09	0	39546.961	105619.6	0	34587.717	24255.715	0	236824.33	12576.949	389033.42	516153.77	0	30144.205	118796.72	309161.93	356183.12	36589091	4810182	0	430497.26	0	3781337.2	584833.43	89492.762	78933.989	0	492789.79	62069.09	26269.772	231277.45	196536.19	539178.55	0	0	510367.12	0	222605.02	36105.382	185603.73	146584.91	81536.101	326590.45	468994.83	1114995	86571.485	20863.929	173225.99	15256447	2227757	333042.01	56842.82	0	250324.86	38528.446	1617454.9	10680.142	487908.04	376759.6	1066548	660365.61	121055.41	0	56665.323	3328742.1	0	644999.14	85898.078	424684.78	386096.37	1510629.9	662456.78	227571.44	11589.647	46104.498	1077545.5	93886.951	27464.403	99774.883	16259.153	5044436	0	0	411862.75	1068710.5	0	0	593879.59	0	72371.499	0	0	0	116026.76	493066.2	0	2332805.4	329895.63	620430.79	56295.631	0	23786.949	58504.859	710461.34	157118.53	35603.045	0	0	0	0	0	65905.961	35308.133	185655.26	207938.78	9042.1464	0	224087.77	11151.095	0	223175.45	654952.54	0	75160.161	527216.68	2453636.1	737138.69	1176766.5	429246.09	274651.98	868971.57	38295.74	212204.12	0	362837.41	339058.4	0	13282.226	5346593.1	0	1828516.6	901071.02	0	183831.84	239302.1	65154.936	358194.37	282316.03	0	0	0	115257.41	0	0	0	0	0	37418.916	912066.2	144868.45	222383.43	0	0	70154.255	0	415547.54	0	106797.5	324540.61	2000563.7	8736.0767	394081.73	99326.801	0	489969.5	285314.03	701625.81	279564.29	76297.947	2150771.2	1190480.5	360514.66	44255.56	114560.15	14606.824	40201.906	20024.672	58324.175	35833.02	0	0	550310.06	1599242.9	0	714907.5	78989.196	242411.72	891911.7	408451.56	167228.79	0	0	3309853.4	1027702	0	0	25409.863	0	0	230622.75	0	363387.04	231286.46	412220.52	51643.267	10714.676	86218.443	890207.21	39219.394	277575.76	189652.44	11239.436	85843.815	508982.2	455256.11	60939.569	0	0	0	36710.456	4454649.7	143536.65	1248789.4	46993.413	0	10275.09	204334.28	663637.9	1402610.7	421352.18	28428.02	18121.25	14165.007	0	0	552768.07	135637.06	606087.05	31886.518	6018512	2103488.8	299098.34	0	825242.67	0	0	133522.56	19878.589	12133.534	452070.96	153026.68	184694.81	231896.84	22020.85	0	16621.246	0	0	0	109422.44	0	104076.86	264125.6	0	14031.279	0	64984.003	0	0	176920.62	0	490613.59	0	140480.16	0	0	44993.205	36819.503	215141.44	0	57312.235	33224.466	391828.85	226981.76	158290.62	0	13305.877	184825.43	0	0	51340.362	29041.962	0	1449582.9	144980.19	464576.85	206995.44	1125930.7	176470.62	33384.121	16839.599	697289.43	140501.52	223556.47	158388.75	16942.555	0	0	0	68110.908	0	0	0	0	75384.831	372988.31	0	1034376	310869.82	128050.66	22631.657	0	557790.02	0	0	17910.293	59001.588	142173.81	0	0	408755.4	166308.65	171546.42	904461.15	360903.39	0	331266	170613.99	156334.47	1335032.7	1835501.4	945891.83	186130.61	97825.654	112822.54	21333.567	369186.91	913429.52	318698.14	1437613.5	783523.04	661723.02	44958.267	303677.04	766820.64	109926.12
+28.024541	241367.92	18277.384	35947.794	80000.315	94957.626	463567.69	198630.75	91527.657	424821.19	878993.34	98583.364	81849.386	47009.087	219174.34	73751.646	0	98244.393	96872.581	404721.03	56338.399	184818.14	196504.65	113647.85	166693.76	1865658.4	123795.62	235285.2	924393.14	317477.62	675001.11	18826.026	11886.264	90836.034	50887.996	14438.153	1010038.6	2310296.9	6809942.5	176377.76	335558.21	568974.17	104258.35	64794.073	180317.09	63211.487	117670.78	188612.34	0	67182.559	0	205301.02	172941.58	138715	689211.65	160121.72	43131.291	100437.19	72915.836	112508.36	176087.44	412051.28	258991.36	9026.9581	35608.745	88794.984	293972.58	402116.99	0	0	54270.163	211862.45	13275.673	0	34278.481	123478.77	0	489252.01	107420.42	63991.639	346217.99	188418.58	53622.21	692881.57	522580.43	69172.536	0	361540.41	0	46349.883	5478060.9	818990.57	410467.78	0	33781.948	214446.18	9459.4074	155577	175064.38	1149979.3	264033.4	1329349.7	230748.1	14674.541	84753.269	137996	102836.11	0	41570.187	148478.09	0	32894.343	54423.029	49494.492	178305.71	0	408921.7	499699.94	0	60869.324	115124.96	90127.607	392491.06	14342283	1796275.2	0	168391.12	0	2575835.3	452285.37	101384.9	126816.89	24834.413	526888.79	102153.88	96542.372	203604.53	168683.82	402358.27	0	0	365677.99	0	179467.35	25264.403	176979.98	172976.92	78724.272	137253.99	652190.79	991650.47	198917.62	0	236587.93	19283863	2790397.2	332289.71	120323.76	0	313093.1	156784.63	1762764	0	636810.6	437591.02	1618404	650230.42	291861.54	0	85510.514	3405082.1	0	684577.06	107357.41	475561.69	532867.09	1672562.9	671760.03	240494.65	474977.92	79178.101	454403.02	70280.733	38255.89	22685.531	10617.27	4929590.1	0	0	431211.04	1057675.2	0	0	650322.23	0	102859.35	0	0	0	78331.689	507335.8	0	2186831.4	99255.4	536735.21	43201.566	0	0	106454.9	279770.62	1162206.3	134274.86	0	0	0	32582.09	0	38536.79	52202.56	197324.6	61010.874	0	0	201000.03	0	0	233139.03	628338.32	9539.1838	89466.418	500468.62	2652040.1	821715.88	1120604	510320.73	529510.61	949746.9	117252.77	162909.07	0	383623.25	108474.4	0	66681.072	5116355.6	0	1771790.9	988931.91	0	47428.654	210334.78	328166.45	344247.21	106576.18	0	0	0	172371.26	10945.972	0	0	0	0	74384.593	518584.58	139324.33	215956.67	0	0	76960.572	0	310490.29	0	28894.952	521570.48	1712442.8	40007.903	350403.89	0	0	494758.92	260805.79	810185.88	231684.66	92963.765	2439187.4	1158915.5	401794.99	38443.324	65499.66	176897.91	84825.458	75794.187	35032.509	52299.051	0	11731.781	541533.45	1511324.5	0	842983.64	45027.924	224699.39	1069504.8	640721.15	206742.11	0	0	3427888.3	1001822.1	0	26394.873	16372.836	0	0	161189.42	0	236119.16	321138.78	368920.21	167297.29	95415.353	70510.248	488141.32	16536.055	182617.48	90571.896	104991.94	0	743734.94	860899.45	60943.072	0	0	0	0	6315841.6	65580.802	1821577.3	49520.298	14245.504	0	236736.87	114378.59	1819265.1	635276.24	20423.136	125710.51	35201.504	0	9164.855	546356.66	79867.263	221851.5	41000.547	4888555.4	1656527.4	146015.75	0	150391.23	271487.93	123646.34	77429.866	13329.267	75667.487	468209.53	210415.92	242161.2	273222.97	94822.766	0	148230.65	19937.246	56079.817	0	413235.03	0	15236.083	65266.438	26034.204	0	220123.78	91160.751	0	18044.723	66393.623	0	145528.3	0	61332.618	202861.14	50448.776	55432.446	40801.334	12421.357	107266.98	40532.797	0	326379.24	189866.02	44213.565	0	0	235292.69	15339.784	0	0	119316.65	0	629802.82	321196.43	336891.8	295092.25	1155852.9	243616.12	136873.33	74542.288	377717.98	25309.991	240670.41	147213.09	0	0	796269.52	298381.21	53765.458	44386.96	0	0	0	115976.02	70859.224	0	801367.29	320881.29	155127.21	27113.119	13170.858	378562.43	283035.49	39116.164	0	650134.03	366649.52	0	0	394295.6	19198.336	56434.031	2096505.8	1009580.8	0	377467.01	231322.79	60827.294	1160872.7	1745125.7	961975.47	118422.97	72407.284	106573.65	24999.713	174265.85	871702.92	373007.85	1538160	765617	470122.22	41038.702	551701.06	897238.03	271422
+28.208756	266120.56	49843.121	38518.965	84522.549	91698.384	405654.86	107571.04	93223.03	344367.5	923598.13	81731.354	107127.25	87041.307	211231.39	34983.81	0	111792.8	71066.878	377402.47	11099.322	195997.52	213607.15	99943.413	85606.166	1875340	123160.92	212646.98	951795.03	516918.56	967358.13	34728.307	18825.435	64285.703	57101.527	47228.478	1012472.1	2211200.6	7584318.3	214123.83	298315.77	624764.82	81445.405	50442.375	212791.06	86788.493	97501.012	189521.98	39506.279	50784.525	0	237439.31	203281.01	180754.91	623560.85	143635.81	23193.491	73097.44	63779.087	80495.923	183684.63	420317.63	261418.22	9080.5674	75123.197	74763.986	182478.55	388529.49	0	0	48854.402	244200.29	0	0	58254.085	151169.7	0	425235.09	10384.884	58418.298	338849.44	80339.696	89678.337	315013.08	512558.59	0	26528.117	378302.29	0	126078.08	5225267.1	820899.38	416232.37	0	54836.17	214042.15	0	130703.12	846881.86	1079731.3	95920.605	142551.1	300049.82	132163.8	40896.788	0	72682.497	0	82521.378	112166.62	0	0	149227.5	116734.73	249145.6	0	455461.47	429346.33	0	69315.181	167700.6	13885.88	341264.93	6855657.4	1018746.6	0	76929.455	332913.52	3113580.3	573378.71	123941.73	131431.54	13773.569	485954.72	137556.5	20087.306	235596.97	218596.17	368959.65	0	0	308203.27	0	159743.61	47969.316	136385.11	169973.61	105513.42	1091983.1	360050.21	857912.85	138583.65	128533.69	164955.47	5639578.7	922761.6	433776.19	42259.614	0	311721.11	257320.99	1645672.9	703162.67	588657.82	339898.4	1991928.2	632856.99	346257.18	0	82402.844	2536539.7	0	586439.7	126097.37	408696.64	404502.4	1222927.8	497497.34	212888.9	1312692.2	54290.267	21199.965	45602.926	0	25641.654	561702.63	3906917.9	0	0	528698.31	919664.55	0	0	520983.54	0	100943.48	332461.3	0	0	203737.19	602803.35	693365.87	1872981.3	27649.468	456523.82	77701.968	0	0	81428.132	72566.362	862506.47	112146.99	0	0	0	174040.18	0	9899.3752	41364.215	104462.63	0	0	9088.366	283078.35	411904.75	0	501413.96	501382.62	18809.503	51742.305	976232.57	1903675.1	722679.79	862784.19	479402.97	520293.78	656054.3	629673.68	1048858.7	235807.03	263583.9	0	0	97430.056	4196548.9	0	1515624.1	705140.76	11987.999	36098.442	215615.62	318905.1	320983.86	28455.863	0	0	0	165455.8	14735.501	0	59639.886	0	0	109317.8	301837.89	97826.337	89024.152	135366.97	0	130257.37	13806.919	353517.47	0	124073.58	468407.39	1246710	13696	345811.43	0	0	510531.09	330615.04	598668.91	241207.77	69132.92	2503386	1060119.9	362001.21	124335.41	208290.96	535205.45	185099.71	38337.445	148001.21	33280.415	0	33736.26	383005.86	1153836.9	114608.52	732446.88	95736.453	113047.37	1043851.4	562739.71	204867.9	0	0	2758004.6	764957.09	0	657960.47	12896.014	0	0	183305.37	0	254751.24	294967.63	275019.47	162049.32	79283.331	38175.727	109713.12	9839.0175	185411.3	153338.39	189163.49	0	937699.5	767183.84	178843.91	13983.393	0	0	0	5024590.8	33326.51	1270152.9	65204.796	0	12225.353	221026.98	19809.573	5558913.6	1878136.6	0	439905.18	41819.441	0	0	379479.13	0	0	32284.389	3247004.1	1043040	199867.54	0	0	1982871.3	643478.94	49991.092	33417.78	252555.82	321395.36	335644.66	127019.82	186465.98	50318.916	0	1006251.9	320092.89	17565.544	9105.9343	366202.63	36046.625	29004.767	156004.47	0	12915.306	623221.76	200689.86	0	24152.359	47501.754	47083.853	67117.935	0	12375.177	293790.62	118081.73	48046.605	31475.461	0	64308.506	69145.721	0	204572.79	125196.41	41217.645	0	0	167021.8	0	0	0	205432.94	30354.908	261785.3	354352.88	538510.64	431686.36	882635.74	143360.63	163747.88	169536.04	675847.01	237702.89	175621.08	170934.4	0	0	1328978.4	660963.86	28116.24	10911.461	28681.781	13568.832	25854.151	251040.2	35061.365	0	846973.76	247173.39	85184.514	38576.158	0	247247.39	613049.96	104742.7	0	936209.2	592522.73	13629.047	0	51021.817	25789.222	0	1366127.6	635978.98	264001.2	302565.95	56202.39	79382.234	1011709.4	1291203.1	636559.8	65262.687	64798.936	163845.67	41516.893	183868.09	626777.25	229304.68	1099591.7	522778.97	148508.89	55673.484	346739.83	932521.71	424413.74
+28.392972	249363.85	99826.875	64289.38	74394.689	81661.688	466685.7	166836.15	94411.188	430914.57	824484.74	116522.15	86934.451	87411.661	203348.79	50561.072	12405.677	87362.372	126262.62	443870.25	73154.609	178304.07	189997	102655.73	119458.34	1923651	108263.88	215241.06	962953.11	512348.84	755286.52	45389.3	86330.352	141623.65	166319.58	43372.994	985339.17	2323417.3	7437725.3	211280.17	381272.34	666206.52	51219.261	52939.253	194912.55	27067.042	115157.64	163803.34	38231.008	8962.6899	0	130260.56	198050.38	129046.05	912661.48	132532.94	75328.621	63257.622	108108.1	167049.09	348137.45	368773.04	300663.86	24355.129	128028.33	187353.81	58837.953	406619.69	0	0	61966.409	322567.78	0	70529.679	32552.637	79006.834	34552.547	430790.85	0	49947.414	394078.72	58579.024	69851.6	159795.17	506943.09	0	0	384317.87	0	72512.069	5509595.9	766657.58	430985.71	0	78021.581	230313.63	22453.73	100248.79	518539.6	1308574.5	132754.6	1302504.4	604629.38	40090.503	77360.307	91191.004	69941.443	21205.233	153159.35	135725.42	0	25041.777	27963.854	56541.751	166460.34	0	490554	510753.78	0	81064.77	111425.76	53232.543	429201.77	4810484.5	700482.42	0	0	477755.86	1658578.9	247756.62	146936.68	195682.13	23214.422	502168.19	92814.34	60388.249	280479.6	222627.07	344736.36	0	0	286059.38	0	127428.93	66686.177	176648.89	256745.61	114362.81	2710017.1	42745.924	803398.05	14772.324	268044.25	186708.33	1983902.9	270586.88	414418.21	142862.51	0	368763.6	465798.23	1568349.2	2785622.7	640504.5	440007.64	1039807.5	449275.02	162056.56	0	26339.557	2952727.1	0	575838.2	76845.432	422155.77	496772.74	3923322.7	597443.36	668759.48	996967.15	0	0	77445.795	66954.754	23068.772	1379267.5	4293440.2	8740.3444	172808.8	492137.98	983475.38	256351.87	0	564604.11	0	101655.33	995062.91	0	0	267477.31	1322339.4	1542207.9	1640907.3	8788.3959	403791.52	87751.144	77615.244	0	133899.66	151315.73	290375.58	350935.75	0	0	0	624324.17	110788.11	38712.92	135554.91	13721.479	12619.596	0	9151.5436	273734.87	681053.94	8176.951	325557.76	516736.14	0	29213.376	1309724.9	1909292.6	900402.8	896020.46	416978.18	354197.67	617205.3	697559.93	1265657.6	364902	319603.52	0	0	80820.897	3845392.3	21441.056	1416881.6	695114.69	0	47675.299	202826.64	122645.43	321028.71	118568.36	12566.878	0	0	286454.48	0	0	537048.76	0	0	107549.92	127353.83	119083.61	0	278794.85	0	162326.15	470186.96	220192.49	0	163915.69	351130.15	997007.62	13365.475	264482.09	0	0	460304.75	284378.04	488707.72	238495.5	137991.68	2119054.7	1083477.3	389661.51	28440.885	134329.06	353053.63	145878.01	29281.917	175377.06	137162.11	0	0	481339.34	1085322.7	580080.32	644753.97	115326.77	157404.48	931542.08	429908.22	122146.51	0	0	2589131.3	896325.35	0	909223.79	0	0	0	191917.44	0	241536.53	199852.67	246656.61	257524.03	104865.58	67782.13	42527.018	43787.379	191710.01	90924.762	69750.77	0	832255.06	598005.69	144240.66	0	0	0	0	3002508.8	339278.12	922703.43	27974.144	79564.677	292827.32	158972.14	0	5071926	1645681.6	12329.031	446235.77	29884.381	0	0	156006.74	12466.526	0	0	3355393.4	1116702.9	165103.78	87328.403	0	2045222.5	733871.36	64993.508	0	375707	359396.89	266307.54	311906.35	260911.91	109556.27	0	1424691.9	566083.16	0	0	202732.53	647536.56	195656.03	16981.874	0	0	408303.93	124036.37	17679.925	82645.329	41692.271	149299.96	0	49798.489	18205.487	106942.73	15067.862	35609.512	62673.52	0	99597.488	68581.655	0	102172.48	141746.83	50217.799	0	0	267402.33	29361.463	0	90866.85	94024.483	37883.8	124476.11	278194.65	672521.19	663699.31	795676.58	126287.19	187176.39	109741.86	1655033.3	419863.54	574745.97	190273.27	0	0	668146.86	314948.36	24348.724	0	0	24787.344	0	186082.42	43963.262	0	725230.18	168532.99	59476.255	91967.949	0	116498.73	770494.52	328782.35	0	366750.05	963881.42	332361.75	12620.511	0	242204.62	0	1807693.9	1007989.5	614651.72	137599.55	94312.555	44680.179	931682.78	1138293.6	570519.99	70972.15	101778.55	19089.101	29065.355	26246.109	615021.45	247176.88	1132649.8	518241.6	112212.07	29288.532	153108.59	869859.85	391494.44
+28.577187	243084.82	14340.242	33986.592	65343.032	85210.192	421043.69	183774.95	58616.887	442472.42	919408.8	32208.485	66091.96	27000.913	220703.35	78056.11	0	53037.692	128109.24	396754.97	37485.451	169920.1	172600.59	113641.96	45237.01	1836243.9	176286.39	217816.16	918960.27	162477.64	254858.22	29208.528	543914.34	148360.11	152483.23	18718.217	1049703.6	2368117.5	7334277.4	220708.1	341472.06	662257.87	153859.18	21225.608	207901.64	67879.999	101347.23	216908.88	0	56723.473	30010.92	89245.82	181786.59	165550.74	423092.81	144579.86	0	16456.974	144387.92	167926.87	353751.66	399849.84	285616.11	36994.261	64522.506	87446.678	79199.236	388185.02	0	24256.105	68830.318	185798.31	0	578755.96	54612.214	81857.388	78735.691	401632.91	0	80775.786	354688.77	29087.825	80880.629	166318.22	540651.17	0	31818.143	458943.04	8845.5731	9803.6497	5538178.1	867715.45	399920.27	0	30376.25	260791.27	233775.29	124689.72	95907.735	1136926.9	24748.912	1270514.3	519191.8	0	60566.497	155202.07	93195.737	295748.68	165924.99	192819.43	0	66142.364	117984.9	94772.4	156517.79	0	480759.35	447402.38	10460.939	47591.077	67492.696	11179.409	425122.13	3304584.3	452224.86	0	0	401601.18	4490175.3	735235.03	20305.481	220356.23	46706.71	562430.41	66834.433	63389.745	216449.54	142424.49	295137.09	0	0	273640.91	0	195366.26	22302.649	154343.44	180557.35	130910.24	1606330.9	98676.955	754849.21	0	209018.06	171277.72	929874.6	169046.26	447556.52	120664.51	0	366086.18	647226.67	1416188.8	1812292.9	601788.34	401725.98	304570.85	266231.7	0	0	188454.54	2638442.3	0	516903.8	93221.146	367670.36	399707.17	1719026.6	620822.36	257464.39	2289218.3	39063.664	31857.469	54457.385	91350.526	0	3206403.3	3704071	415394.85	634490.5	531182.32	925120.69	459054	0	573349.74	0	34253.755	604040.34	0	18103.068	245493.95	753923.29	1125893.4	1560383.6	569511.75	471165.41	1012664.6	105289.97	0	108025.66	144186.98	744766.97	281193.63	0	0	626421.2	1087673.7	274000.37	59992.026	43601.652	0	30911.309	0	103597.6	305273.12	265937.38	158355.39	89175.747	483487.85	31888.114	167901.44	1194122.6	1804104.6	839006.42	888033.25	383769.46	124326.15	629091.44	319208.45	404959.71	87947.744	299386.72	0	0	138798.29	3792181	321226.82	1551550.6	758179.43	0	0	200641.01	44021.391	248416.93	0	611503.21	249552	39990.468	201117.17	0	0	452399.33	0	0	116917.01	108538.15	92257.965	0	212231.35	0	116733.53	468575.97	255428.07	0	114637.15	169829.49	891295.09	0	241981.53	0	59059.111	572219.41	402251.93	544748	242605.7	82262.173	2386776.5	1172350.6	370110.59	12228.335	104225.18	171815.87	99343.647	13877.715	376733.18	145839.66	0	52729.321	656061.01	1176310.9	587612.76	721727.97	79499.732	148880.87	727231.83	341422.03	110475.87	0	0	2671834.5	824844.32	11401.844	346131.06	0	0	0	135284.18	0	140297.69	224925.09	209169.86	134270.28	83692.425	83614.71	23837.977	73527.617	131560.89	128465.2	90754.067	0	795110.1	489257.92	100127.74	54554.488	0	0	55155.651	1482598.4	254138.99	429906.3	0	15363.731	599426.6	60028.092	435257.25	1601297.3	516907.43	51227.866	129609.76	209864.89	146935.73	16650.631	106098.15	0	0	14615.224	2934572.3	880171.94	118179.29	1383303	0	678214.88	189773.44	61143.808	66607.1	357517.59	389845.43	189763.71	401230.85	352456.61	24387.249	14931.192	727140.37	206138.98	0	0	60640.092	737871.3	300880.95	0	0	0	128908.92	181255.27	22466.357	182586.63	0	88443.338	0	13309.464	11185.425	14979.715	10992.396	86317.825	12054.257	12852.02	99133.528	137850.66	0	57384.245	27188.055	31666.64	0	0	199232.19	0	11852.361	269307.93	321884.04	91783.627	188920.45	316152.66	572051.62	626718.45	578347.47	55119.854	108960.4	43697.915	1388877.7	304133.09	374635.75	223572.93	84494.311	0	282206.45	55544.577	0	39688.23	40902.022	0	0	48808.751	50398.822	0	519133.31	95253.925	21031.809	73355.787	0	386107.2	1136059.5	397726.92	40319.411	97305.118	432423.29	518852.76	0	0	278706.66	0	3866068.4	1832433.7	410312.34	221808.39	112215.38	24705.97	600618.38	998468.14	458849.78	67713.04	41058.221	111064.14	0	48551.493	515837.2	218596.5	930843.7	423896.42	57494.533	37385.042	350172.18	744686.36	331923.23
+28.761403	277245.62	8581.9328	63608.454	44822.844	105251.08	477330.38	167890.65	64565.303	461502.91	924456.98	76063.777	91705.318	43212.261	162402.61	99461.462	8774.1455	36460.049	138208.24	431559	32174.268	187924.54	143081.44	120164.49	21768.45	1868174.4	168643.65	234685.73	932538.07	95666.376	48374.299	30126.71	429596.95	123892.17	41180.797	15290.296	910524.7	2262112.6	6782735.6	126562.09	303372.49	566784.73	118704.46	42544.602	192402.39	71218.99	136373.39	208512.65	0	87391.041	118537.6	57302.553	176054.59	186775.75	224032.12	173629.37	8834.7993	0	119610.46	52225.953	174209.32	438550.24	234703.39	49243.608	34634.579	23434.644	41977.61	413520.46	0	21899.987	47035.258	312864.77	0	429537.54	62713.235	12076.336	108092.16	432736.57	0	80956.156	363120.15	37009.798	49838.284	71822.971	471960.1	0	34793.869	389905.78	0	17225.247	5514940.3	843280.38	365344.59	488273.22	60554.868	218763.81	127796.6	69704.822	52550.901	1190531.9	0	1383410.7	355803.74	0	127379.85	149772.52	20107.202	275908.14	104084.74	139640.43	0	141424.49	108675.39	45669.6	193894.4	8019.0895	461660.72	455214.41	8272.1151	42925	79417.229	11300.817	478078.46	2340591.1	329300.82	0	0	128676.96	3625941.5	666400.79	76021.634	151236.48	91742.42	417966.28	53993.348	30759.472	232457.65	122346.45	408128.69	0	0	244474.72	0	173506.2	22489.526	166120.16	242499.53	141774.69	3688933.1	21947.121	858317.75	0	466868.24	133201.85	607074.28	60448.006	617168.17	176918.56	0	327025.78	1777187.2	1758319.9	2409717.7	778275.36	420263.66	244823.13	251393.2	0	0	280842.01	2929767.8	0	679756.04	106524.98	423267.85	485923.72	585790.6	581347.98	31318.716	1538704.7	33269.712	394213.16	33093.275	42105.521	0	2705181.5	4241116.5	305040.14	450007.26	486892.33	946013.68	244385.68	0	669096.75	0	49892.492	1450813.5	0	428160.6	178159.99	334591.83	1144248	2039602.2	635611.66	473642.98	946764.7	503924.76	10965.253	189917.24	11111.73	816903.94	739627.48	0	0	477559.4	903049.29	163234.49	12350.476	78160.241	0	49746.017	0	163375.88	244101.69	379357.72	397506.51	0	582397.83	83722.822	137133.02	751485.47	2137339.9	829240.63	1064072.3	408733.79	31694.811	842992.85	0	238469.94	38360.938	293441.76	0	0	97882.84	4544596.1	369629.3	1598185.7	835647.17	116283.41	0	184427.88	10763.48	311482.27	118490.72	6208239.9	2970807.7	876266.81	131502.5	370638.61	0	127489.22	0	0	115753.52	326825.67	114362.97	39856.926	107304.7	0	165073.05	184553.27	240468.79	0	210927.65	0	1020762.5	19712.551	256032.44	0	442730.38	906187.1	411817.11	612899.35	249638.56	169602.35	2919676.4	1513108.9	542008.67	98789.042	70311.615	50616.353	125812.2	14567.394	533074.13	308976.92	65982.458	11858.734	295836.1	1314393.8	278623.15	903076.35	204081.64	284019.05	972037.94	546217.19	143365.36	0	0	3002498.6	1043960.2	0	68502.553	11790.439	0	0	180340.96	0	140253.61	412907.75	137109.33	179957.24	69850.619	260650.21	14851.005	94358.407	241913.15	156176.89	115515.45	0	705227.47	526388.45	150950.02	65361.322	0	0	321757.96	895427.88	159346.87	242455.14	76996.837	31817.718	724010.66	13084.481	0	961169.57	305203.48	78448.138	53085.768	118187.5	362309.91	48818.242	134750.52	0	0	156554.24	2554182.5	819927.93	83777.791	1345541.2	0	274961.26	32663.893	178500.02	67039.146	283443.35	368698.83	31676.717	532539.58	409167.94	139609.54	61871.174	303306.27	23811.44	122150.75	0	108675.63	324531.46	404986.89	0	0	9185.2813	28093.521	438146.41	150284.41	185683.14	21434.94	203147.52	0	13561.858	0	11063.808	0	25229.993	65952.153	0	181883.37	127836.19	21428.664	43094.274	26066.147	17166.203	0	0	385793.1	22041.324	0	332263.35	1092444	452083.17	90062.137	186098.77	409236.82	346991.41	550379.87	100525.68	13181.184	53416.314	1198418.1	405941.47	507417.57	348815.76	44269.164	0	620215.23	257445.18	39052.11	18881.841	0	0	0	115785.44	0	0	516934.78	77110.567	42264.651	102491.54	13152.767	240848.02	1556360.6	503189.37	12531.709	33193.9	131715.25	212527.46	0	0	148231.57	0	2716211	1488523.5	117182.28	168124.53	111648.85	50798.175	853511.57	1171146.8	514609.74	53375.966	26658.627	21927.742	33828.483	94605.013	642273.32	270011.95	1223054	602009.17	23880.668	50138.243	322314.64	756451.45	302403.41
+28.945618	336637.29	79630.336	55420.919	32389.204	117608.33	405722.94	177985.94	124941.38	376229.1	819001.88	88407.844	196014.84	65684.236	215389.13	109836.79	10598.48	27804.685	84788.831	375970.06	75285.208	183963.52	182018.45	94943.893	24905.618	1653797.1	145549.31	160219.49	920658.53	72862.815	18387.13	45114.58	101163.77	64081.999	48918.576	7759.9727	931789.14	2048211.2	8062887.3	101822.46	290930.84	663769.52	143964.88	57227.659	225273.93	62098.345	157137.03	228915.68	0	60714.179	551615.52	80263.932	154594.24	186298.12	158783.75	75085.43	0	54334.008	144868.11	110888.39	147054.03	417444.95	236130.72	8901.4687	33691.857	38632.395	33857.429	322687.84	43275.732	310643.89	8371.6808	233085.68	0	139633.98	57288.765	23174.528	66618.25	332079.44	0	70940.417	361435.1	0	0	41551.834	510156.39	0	69420.495	403646.48	0	48654.161	4892700.8	683556.27	359264.91	3387790.4	87129.114	197474.93	158694.4	107903.89	169715.59	966231.6	13407.945	1348514.5	255323.12	0	50472.965	155452.11	67751.719	120328.69	90736.323	80926.605	0	81028.149	73033.654	10791.995	218391.05	0	454623.28	382608.28	11033.094	74233.054	145007	0	413736.71	1672602.9	418152.61	0	0	0	764759.96	112699.64	108809.52	158502.13	103498.1	489252.98	100290.53	114706.37	283177.3	157537.83	338801.84	0	0	253610.74	10350.446	185044.94	92877.44	163208.81	172414.36	196507.07	1161614.8	0	804269.27	0	159118.08	201681.73	391059.87	125208.12	712573.86	237810.6	0	378833.42	2219220	1738103.7	1751535.6	668005.4	500281.72	445322.75	174306.35	77859.273	0	61423.759	2526810.1	0	513549.58	147985.91	400935.95	338101.96	194802.03	467491.17	10482.091	439185.91	49157.907	411446.69	72410.118	72528.112	8436.2228	1053092.8	3842689.8	464646.84	75083.078	422937.08	870012.35	126042.68	447239.77	655035.97	44097.809	45682.817	1222237.7	0	270330.97	136365.98	177514.8	736046.26	1822868.3	294517.19	486259.22	527105.39	653810.16	0	89239.201	0	347825.23	837482.04	0	0	353384.64	364884.36	16273.989	59039.084	55265.305	0	50417.681	0	205681.47	219585.57	359132.97	196574.28	0	544363.97	99073.619	74116.846	768827.46	2014524.8	638479.55	843451.52	353890.16	16762.102	716934.82	0	131824.49	9995.7035	276736.38	0	9545.7173	335962.72	4120693.6	268569.1	1601063	743172.46	207330.03	0	222539.26	0	427143.02	1329361.1	6746056.6	3154104.7	925624.91	193914.89	453047.51	0	0	0	0	150919.3	144364.68	98124.506	0	154382.03	0	208756.44	14001.22	382987.9	0	272268.77	0	928573.96	33712.588	265739.11	0	462388.28	945221.27	425950.73	579171.85	225547.02	87220.737	2912608.2	1606498.5	434449.79	107235.8	61588.172	21016.441	145855.55	29486.524	488723.81	260960.34	480491.01	10297.172	255308.24	1355619.3	58612.176	1076736.9	263059.21	117548.5	1120060.5	578084.46	217163.73	0	0	3021949	948452.64	29711.266	0	8639.0905	0	0	159139.92	0	153405.99	355604.08	12960.927	107649.69	42096.538	344248.53	10423.847	154973	321718.53	138184.98	153999.28	0	778129.93	601590.36	135922.33	30423.98	0	0	334884.05	503182.66	128497.08	134935.7	75783.527	10157.465	589750.76	10130.883	0	605787.22	213444.52	42065.425	16314.066	54285.582	55172.467	0	22294.206	22190.783	0	374208.37	1853414.4	595915.85	10593.804	518661.81	0	145953.45	0	140754.38	45600.647	228612.48	338353.53	8613.134	619118.89	482543.83	113979.42	280325.17	95418.015	0	31709.949	0	168060.21	12967.07	188614.13	0	32718.9	0	0	740570.35	269368.22	130373.36	11600.131	265912.74	0	10772.527	0	0	0	28798.476	16631.627	0	240967.11	114970.02	79390.246	53306.817	44641.013	93659.051	16059.119	11212.28	177755.02	27788.633	0	357063.46	737063.78	294353.43	71090.791	343965.03	400565.8	254742.16	426081.46	56615.781	0	0	931483.86	308246.03	396611.9	339433.57	68478.944	0	703303.13	337257.77	135468.55	66596.99	10216.834	0	0	162828.9	0	12139.239	621909.93	93381.639	61023.957	94809.353	16414.333	260002.87	1832125.7	610069.4	0	0	61805.518	12874.486	0	0	11040.953	15821.523	945432.49	542671.85	0	182262.1	120460.32	0	759927.53	966345.66	356711.37	64275.012	45298.575	86046.654	50120.248	280375.39	701740.22	276236.07	1091452.7	535337.69	0	29245.353	104165.99	743717.35	329284.27
+29.129834	280787.29	29560.152	52462.111	72725.393	114853.31	455644.13	171786.35	115755.38	400334.98	889508.29	157799.57	306943.88	50170.314	228956.71	112036.65	71258.974	45712.193	101345.8	423116.97	58891.179	170680.28	176332.4	113047.89	11602.76	1893975.2	158159.57	224595.62	956078.85	191818.77	7686.0266	24139.534	8939.4168	61548.747	23710.412	0	1016634.5	2369544.3	7336979.9	87509.988	338804.09	558368.81	161188.74	42496.977	227779.61	75788.733	76174.517	235719.08	19392.293	169983.46	1648642.9	201755.08	191977.16	220818.23	118133.44	152623.37	0	44548.855	84393.33	191655.72	171453.03	351435.67	313824.7	18528.628	36416.147	62914.467	41660.283	400956.64	172301.46	525481.25	59650.029	275530.53	0	17215.289	64585.211	23195.733	127225.12	416151.92	0	63294.201	391953.77	0	0	10896.541	477580.51	0	123380.62	380885.53	0	22753.339	4351259.2	740428.85	483461.43	2110361.2	96792.687	181740.7	284373.4	328756.17	68512.19	1438732.8	9585.1987	1237840.1	279838.81	21102.055	71945.36	144636.02	23849.534	20109.287	59421.774	174448.07	0	46496.91	111645.07	15661.711	206608.36	0	324785.94	468294.98	0	95490.988	101778.16	0	613562.65	1134100.1	214076.5	41402.141	0	0	241909.74	20648.19	155554.52	209214.04	10110.525	376139.1	97960.206	95354.583	212294.54	105890.64	231877.18	30870.836	0	231743.11	0	184167.67	49712.977	160690.93	250333.76	171079.11	371917.63	0	612148.22	0	18790.924	181166.2	294813.18	0	451145.46	181869.76	0	354104.53	1044600.8	1844060.9	625241.16	825924.32	387233.85	162031.68	232097.15	0	0	38587.517	2463213.6	0	576337.8	193708.77	445449.17	337042.46	96498.751	622844.42	0	209657.73	41986.047	686088.04	75705.449	55528.922	0	1096869.7	3922711.3	607792.86	32554.083	525966.45	1050895.6	0	670099.41	606368.71	69141.84	129553.05	579762.35	10532.264	259175.91	116257	0	425979.8	2012108	666646.13	436747.79	625342.84	399920.58	0	74771.675	0	199821.43	502587.82	0	0	347876.24	163022.92	9824.5744	66075.966	75336.429	0	17326.365	0	277717.02	244535.56	166398.36	179746.68	0	529890.4	521764.14	81650.951	961736.03	2167195.9	742299.78	1040119.1	377178.74	19966.339	820275.56	0	56933.636	0	337113.1	28263.907	0	196283.29	4713162.5	84826.069	1633702.1	838128.8	189563.42	0	271189.75	0	252382.24	1195896	2095166.4	979565.27	324767.66	236557.96	156717.07	27414.205	0	0	74496.66	162837.84	12946.293	111993.56	0	149643.51	0	167897.71	56689.064	289519.6	0	309454.47	0	823679.77	0	244534.3	0	148877.63	411474.2	152629.97	636548.29	254197.48	133951.15	3108446.1	1517272.7	516172.51	109268.38	68534.196	49652.702	126931.55	53179.332	292933.09	81991.563	394398.61	21511.627	389348.2	1481857.3	0	1141441	297426.48	208546.17	1477178.7	818075.01	277196.59	0	0	2279855	788791.76	31896.229	0	14192.395	0	0	72250.981	0	82093.244	238123.03	0	172715.16	97421.147	227940.41	11628.399	127678.73	276547.98	135450	159090.68	0	672972.85	507794.1	161103.13	0	0	0	453946.26	299352.42	160848.85	36299.75	46972.199	31006.728	307407.89	33687.027	0	389398.04	160397.84	94956.478	0	123730.59	9045.1733	9820.9705	75095.451	29722.898	0	79172.832	1401456.1	482625.57	56686.382	213207.45	0	73051.046	8150.6643	147961.9	91411.665	9233.7449	317423.92	32681.383	612812.67	442855.24	166938.54	459122.9	42228.745	14325.273	31504.29	0	44265.698	0	19656.503	102190.34	33692.337	0	0	1396013.5	516133.68	86828.293	0	170083.34	0	161707.55	0	0	0	126545.27	110727.26	0	226771.67	189188.05	27230.612	208816.99	119097.75	112076.35	11871.316	0	127988.89	9841.415	0	211596.14	61321.846	25277.913	206457.7	313300.18	477031.43	251154.46	230028.3	28032.367	48696.775	0	749330.17	201874.21	322214.14	189508.97	21581.091	0	169949.58	54837.284	133331.55	17177.37	27727.317	0	0	158182.75	0	125783.88	581272.22	147274.82	32207.752	188125.84	108376.65	56390.494	1989822.4	686093.62	33077.857	16030.128	83585.881	20848.46	0	11384.248	0	15726.582	500418.93	218231.21	0	173914.36	161607.24	0	511601.57	726062.52	287154.39	26328.933	135612.54	95378.576	21343.677	319668.2	526281.55	354683.14	879699.04	472077.38	10442.662	90556.902	80197.328	410404.61	192652.53
+29.314049	287596.66	29561.091	58024.133	39712.554	97308.585	452612.76	188577.98	109111.17	367423.47	968048.05	110011.05	186634.16	96348.61	189922.78	97518.167	58703.868	66648.171	110875.01	389908.63	74671.94	161993.65	214749.78	118610.05	0	1815605.4	139508.01	205840.72	945341.07	193939.6	0	77306.138	47988.076	41072.005	46271.131	0	926421	2272296.5	7739007.2	74584.743	324350.19	619370.37	139562.34	58293.801	209894.47	97263.135	73960.811	228802.8	26670.696	92480.908	4300019	495847.37	177910.3	303356.57	57186.081	178319.89	0	60292.384	150343.65	134407.42	150582.97	348101.67	245656.39	14137.415	49583.463	93450.613	43345.049	346502.42	401752.69	140578.32	23626.623	251404.75	10709.593	0	59368.922	19823.482	145645.52	407789.91	0	71362.775	366489.17	0	0	55924.32	440743.99	5968.2085	129487.13	374591.07	0	35063.056	5451895	785339.19	362616.47	610956.73	54567.559	225502.89	307972.23	137749.22	1274296.2	1244128.8	0	1544160.3	305125.31	194959.53	49107.897	211691	25811.821	13225.248	51410.937	164335.51	0	49058.22	210162.51	70095.238	176751.43	0	408796.32	507831.02	11645.853	29117.764	120492.95	0	544894.71	1173450	153375.64	243923.45	0	0	192266.45	0	36408.944	183090.82	9804.5891	496141.5	77465.591	119788.13	293996.1	73501.213	212258.4	321474.97	0	257372.3	0	134185.28	59595.289	165896.29	292431.72	108414.42	99763.023	0	660032.45	8698.0203	14768.333	186544.62	210154.49	23465.253	461163.9	123346.74	0	345419.63	850470.34	2682900	269100.1	1001976.8	540082.42	53549.199	258440.96	0	0	0	3054851.5	0	676979.7	154197.28	449218.38	351379.77	62909.315	686888.33	0	78472.338	36508.03	1110439.8	87606.485	99207.356	8180.1038	112858.44	4771020.1	701874.78	0	412164.61	1050173.6	0	1558164.7	612728.08	228888.85	50140.375	236266.25	255525.3	287171.8	163377.55	0	107400.32	2012584.4	456360.65	517910.91	313094.43	262130.33	0	87939.129	0	24790.701	242595.07	0	0	395121.75	147421.7	0	56562.21	106041.67	0	8289.7114	0	268119.93	206582.6	174642.01	403174.3	0	533437.89	409750.98	125331.26	741373.68	2234349.1	774182.61	962504.66	379884.09	0	816388.02	0	130787.1	0	364881.87	341330.77	0	103082.23	4636518.2	277465.07	1700591.2	876119.24	73284.74	0	284532.15	0	336041.74	480683.38	750229.19	301111.45	80940.057	248917.77	61585.073	385732.3	32214.556	106981.12	698889.46	186130.58	0	82440.192	0	16359.77	0	192030.59	0	462430.42	0	257836.57	0	920581.29	23659.591	166548.12	0	16148.754	170238.51	64972.879	615410.65	230279.55	136433.56	3875303.2	1915801.3	617490.42	93609.157	81444.931	0	130239.61	61623.729	241815.7	110662.75	200224.03	0	375991.77	1292227.6	10559.794	1342710.6	387969.12	155631.43	1876964.9	934432.08	255729.42	0	0	2445981.6	874961.88	152605.05	9217.2615	6866.3015	0	0	110567.29	0	101117.93	332280.23	0	145904.18	75051.862	390602.89	0	197444.55	413170.87	278222.42	179524.01	0	766173.15	462628.03	129422.91	0	0	0	337308.67	286038.56	135994.27	0	0	20396.481	134735.26	42520.062	0	303302.62	36749.509	77709.701	0	200124.03	0	0	166370.48	8640.4092	0	261038.91	1481279.2	475816.72	53483.324	9410.7068	0	58502.497	41404.681	284093.47	139865.6	0	367936.42	59124.898	604075.44	429003.74	130417.87	508369.91	9963.6997	11807.759	32583.155	11691.741	24397.579	16306.777	0	54051.251	39365.633	84260.563	0	2052510.6	824034.07	38290.181	0	60369.63	0	54195.819	0	0	0	171624.47	163402.54	0	191740.19	270128.82	94336.216	277060.75	118351.76	133122.27	29016.231	0	286430.23	56228.085	12170.271	166414.26	0	0	151140.49	102904.32	492295.58	395048.39	303384.18	44661.724	16616.724	46530.161	756081.36	181276.91	269157.79	108780.92	49598.909	0	44493.897	0	200981.15	70552.024	51332.021	23413.994	0	83698.829	0	116342.32	502770.77	85781.884	0	359390.63	121175.1	218595.98	1315803.5	545304.95	85797.468	23208.502	30508.825	0	0	20134.074	0	14251.623	604449.4	221868.52	0	511937.25	254215.68	9548.7876	449811.57	724291.88	383346.37	43186.377	71643.096	108599.38	52355.796	256844.14	566785.79	152808.91	1121662.8	538148.93	0	33953.344	80439.117	399093.82	109682.71
+29.498265	304957.52	76382.515	61836.274	73106.094	107355.12	426363.12	159793.61	120596.55	393763.96	909249.07	116037.42	128690.41	69088.952	193121.03	71963.909	9950.3447	71810.936	127885.23	423066.71	65441.502	158015.76	231203.7	158344.9	8133.9152	1746504.9	137952.36	230735.42	792688.78	105829.38	7079.897	51426.129	33601.319	74122.605	41565.115	13203.189	875374.86	2347497.5	7088793.8	45209.563	327326.78	611797.55	114025.85	81908.35	238365.02	97866.645	96132.187	220860.54	31279.825	57051.221	6115383.2	639016.28	167401.74	193895.42	73785.522	178267.38	0	19731.539	104513.6	136048.81	133750.48	274958.6	248238.99	0	44746.606	162793.35	17985.706	338859.6	469337.64	8384.9988	61577.677	232655.98	0	7021.2976	41337.559	0	80972.245	423144.19	0	62830.969	332031.72	6568.3594	39313.658	31490.152	424537.06	0	109574.17	341414.87	73352.116	75520.024	5353877.3	852676.98	366043.15	144107.21	75509.913	210521.94	223282.49	76370.306	21583279	1232260.3	9528.1361	1342841.8	258037.66	2298954.1	76726.527	164429.04	25008.198	24721.983	128236.7	109899.11	0	100661.09	186482.7	105032.15	175863.63	7290.9402	412790.75	414892.73	77085.607	79160.869	141203.35	0	508045.59	836907.44	75401.248	311833.72	0	0	87277.505	0	20652.672	221763.64	6932.5397	365856.64	74586.703	84393.838	151264.58	146784.65	106448.88	140956.07	0	210803.73	0	141937.2	33811.238	202704.45	316428.16	146342.05	43141.595	0	621635.11	0	0	187422.97	112659.97	0	289102.23	38341.395	7240.6096	339086.53	565706.2	2992580.3	62369.603	1191888.1	412499.93	0	220431.78	0	0	23460.055	2811733.6	0	579475.89	182893.43	383446.33	358263.03	20019.431	495621.18	0	16160.961	79873.99	338682.02	82781.651	171064.68	0	31612.792	3628030.4	453153.52	0	486941.57	739741.22	0	2813600.1	534185.5	530189.27	131744.42	67202.604	509050.84	178328.43	133432.12	0	10885.655	1853995.9	64053.951	432521.69	96972.021	180163.94	0	80960.049	0	7520.764	317180.2	91183.211	0	304398.2	86756.149	0	86607.387	75079.812	0	0	0	92850.796	202967.86	103708.24	327466.59	0	445477.13	152408.66	101464.94	581404.09	2216278.3	720584.69	853635.63	358050.27	61472.875	664902.36	0	8300.8246	0	296426.32	358121.17	31396.489	114412.79	4390358.9	221870.67	1558157.7	785987.93	34448.107	0	232751.82	0	318052.7	116873.43	300642.09	103245.68	8915.4229	214625.5	0	209054.1	8416.1089	136742.32	427388.76	114982.34	0	116925.32	0	0	50812.907	247769.02	0	375215.23	44755.352	318337.28	0	669357.41	7663.9006	269740.23	0	8819.5105	111942.46	0	600561.64	154285.52	112441.34	4329831	2271330.7	740023.95	174280.66	107704.62	0	264478.86	161349.24	252290.99	112573.46	124902.46	9633.8206	503455.38	1257539.7	21850.631	969949.33	273081.05	144244.09	2011223.6	1017790.7	482990.9	0	0	1596258.1	581491.1	184106.29	0	36275.369	6811.6759	0	66710.555	0	51397.958	73966.341	0	267496.9	109770.76	180985.96	0	165874.87	452159	253711.11	189017.53	0	1059645.6	663906.7	225190.75	89762.478	0	0	342750.92	93278.997	134077.41	23671.083	49567.18	7722.0249	74665.934	29984.426	0	231375.06	20272.249	75653.081	0	175185.93	0	0	44603.802	10278.148	0	101748.73	970103.64	338060.72	19877.157	29900.608	0	9968.1759	22099.243	323337.58	203951.31	0	283691.21	284480.71	656577.35	510945.07	208270.93	217103.02	10709.622	19334.697	17742.074	0	8210.0977	0	9934.7705	0	68926.871	51461.3	0	1145238.5	395718.13	0	0	85300.717	0	51847.155	0	0	0	243961.78	113091.89	9429.499	342601.23	316556.93	91937.342	219822.16	36923.623	136051.63	76917.485	0	138379.8	49959.216	34613.948	124553.47	0	0	132814.63	125847.37	463943.09	264367.97	208409.39	0	27252.341	43182.252	604225.35	225008.45	68249.099	29080.446	62940.061	32683.781	0	8205.645	198862.35	72354.613	84866.73	0	0	71189.607	0	104020.77	365636.88	29996.646	15582.297	314768.15	170362.24	147338.48	518860.98	145904.04	231238.86	0	0	0	13664.119	0	0	0	615902.48	149884.49	0	747961.29	366514.53	11917.489	429387.11	574282.95	312396.64	17480.433	117892.73	128841.1	55095.442	145256.98	497429.06	138587.71	847671.17	473621.68	0	39696.433	125631.5	223093.54	31881.992
+29.68248	348140.64	79884.525	82896.199	55029.069	127049.59	402669	182787.94	105879.1	433966.13	850651.59	79190.736	174867.12	101904.04	217771.73	81081.576	68697.227	131923.7	117829.91	689604.29	54279.565	154119.19	243609.46	100865.97	10298.149	1627832.9	108555.06	203301.13	970632.17	117138.34	0	86239.63	9905.7812	113414.37	51650.981	45866.821	942923.41	2059885.2	9136018.8	15678.236	292668.71	738323.51	107761.39	56917.359	243603.21	91907.902	105200.21	276421.77	19421.524	35735.486	3855288.2	416890.79	159257.03	199208.51	29212.154	131330.5	0	79313.354	92514.85	90340.013	132854.53	358489.07	249948.96	22129.137	28941.096	43799.759	13417.02	346233.8	299019.92	0	183348.34	239936.47	0	0	17581.778	7740.9115	209891.86	339263.34	0	80581.158	366858.88	0	32748.917	0	494891.06	0	171325.38	406958.47	234870.07	118611.98	5018733.5	794444.93	386787.76	27879.886	136440.55	190244.87	182730.47	68557.557	25165949	1094078.4	7208.7079	1397631.6	240639.34	3171921.6	80016.511	147853.07	8186.5258	0	168157.12	129646.01	17130.319	198673.75	240339.23	173162.38	168484.41	0	525751.16	442979.33	392179.19	50243.999	67141.514	0	438363.1	849176.69	119792.82	190496.47	0	0	26140.914	0	20620.092	248054.92	103351.82	484365.75	93347.748	107355.83	301325.16	721514.22	53671.257	208690.33	51138.444	222099.74	0	117035.51	60412.015	129098.23	225697.19	196131.84	32311.659	0	642506.5	0	0	175102.95	118638.51	0	163145.54	46490.648	0	250504.27	561606.62	2864888.3	96402.429	1062234.2	549529.3	0	312735.56	0	0	220833.91	2857647.5	0	593885.42	218848.74	356982.34	308954.76	20142.622	605468.84	0	0	81838.66	41134.733	141023.23	135609.35	0	39063.727	4322055.8	591609.32	0	352465.15	973176.87	0	3622942	444354.76	606001.42	73890.501	25247.674	160705.13	68037.458	205368.04	0	0	1899058.2	76986.985	430738.47	79719.036	211802.9	11562.215	118671.37	0	7582.8003	366593.13	830414.46	167184.92	88142.051	86302.35	0	7556.9317	70950.268	0	0	7376.0054	19701.829	204866.53	48065.203	90106.538	0	573357.85	10943.736	77576.73	671424.58	2096757.1	745785.9	813596.92	353114.3	44128.434	647829.96	0	8022.8837	0	293889.96	215856.04	241869.26	182524.6	4195280.5	82708.949	1563202.5	776213.85	0	0	215909.48	0	556489.63	10096.872	134157.61	63844.699	0	176355.34	8230.8744	206728.48	0	186085.83	476944.78	154934.65	0	38514.022	0	0	218416.28	229365.14	0	257419.99	190424.03	82596.495	0	813355.63	11350.097	190800.96	0	0	0	12081.401	631765.08	309653.21	100644.45	3258973.4	1707264.5	554303.71	141949.01	121606.78	0	335236.05	169085.64	325818.77	121877.38	112552.02	36629.368	377455.91	1215088.8	7945.5115	952191.99	243170.85	216836.38	3936916.9	2141602	695789.16	157556.7	28784.036	1589441	498685.6	81424.306	0	83283.665	22909.31	79726.6	54250.777	0	75323.141	79948.334	0	409431.66	234700.31	246397.81	0	187892.53	322105.79	170576.7	437253.6	0	2022036.1	1254093.7	503404.31	295542.06	206071.27	49649.31	337314.06	69781.505	119928.27	7942.8443	44175.235	27578.661	90617.079	13256.946	0	233693.73	13091.49	31894.643	0	187704.45	903197.92	293966.89	45973.798	9230.6011	0	327964.16	1251098.1	352446.79	21997.231	12308.377	0	61006.431	0	386584.1	309400.41	0	333678.16	253524.06	797624.38	625476.62	275875.2	136570.84	34057.884	0	57609.701	29317.06	0	0	30530.997	0	161585.72	88782.567	0	477491.34	164420.14	0	0	39936.414	10748.002	142657.61	0	1000272.9	424122.77	268973.96	334272.42	0	494375.11	437233.73	159101.39	24539.868	13252.977	77739.812	29776.415	30813.518	28551.967	59976.733	11029.303	123229.82	0	0	262966.42	134526.69	393383.83	286481.11	203612.28	12026.908	0	67426.557	505187.69	151880.21	232284.29	97733.799	91626.556	36889.456	0	0	134306.01	65418.027	83865.324	22423.019	0	59230.616	0	23288.48	311515.37	13465.172	0	307403.48	81237.976	134690.05	293968.09	62669.945	240023.53	26083.884	0	0	84233.587	29016.178	0	0	465060.49	106578.96	0	537380.45	226659.78	0	234908.6	486531.36	178968.99	24410.396	121608.47	206188.52	58825.335	143887.59	705200.9	253049.63	1088913.6	527412.51	16003.759	50122.491	92405.146	305798.99	33809.593
+29.866696	369605.71	68034.522	88163.81	81842.459	95702.998	437748.13	196544.62	109565.42	362797.23	850245.13	88197.358	96011.992	91882.703	211479.88	100484.37	282657.16	81298.896	106156.91	744893.62	70395.119	157095.51	194035.39	106997.74	0	1703398	124922.23	213755.23	1010284.7	282682.42	0	99613.7	0	95694.435	43623.65	138097.68	946145.18	1988881.3	9191346	29605.216	295519.75	705961.31	149517.73	78875.619	291036.05	84879.854	122784.16	283817.53	45976.08	74313.731	1083747	96328.317	190866.56	200820.16	91777.065	136714.92	0	164857.4	125077.49	106061.97	149557.11	410914.13	256568.82	193392.07	38174.829	51264.181	32875.996	349294.61	76239.23	0	173268.54	229106.68	0	0	35153.814	30254.854	189333.87	366846.84	38997.296	39893.536	322674.86	13680.257	24252.834	0	484053.37	0	173459.33	355591.95	167205.84	51801.153	5028257.4	803597.95	354766.38	17073.266	148966.07	190190.41	52718.325	87440.404	8017231	1090314	0	1497200.3	297314.04	1080315.2	75276.126	153715.75	16978.898	0	143124.1	105538.18	231183.65	183202.52	429985.43	148917.17	135740.32	18752.972	476312.33	474314.6	402894.23	77393.174	125191.48	0	482493.05	799484.67	133495.83	15184.413	0	16726.535	0	0	60268.208	262755.36	95327.125	436891.64	110455.85	143408.25	296614.74	11984392	72611.709	511396.69	1782767.2	232532.56	51628.78	173695.37	91975.049	182035.98	125636.08	190867.59	22429.998	0	876643.13	0	0	170730.19	156354.08	0	204678.44	0	17012.809	319548.11	841701.56	1629017	25097.859	593452.38	533663.03	10739.124	3041595.1	0	0	242745.27	3028006.3	0	621188.09	179791.94	430558.82	298688.51	25529.143	527374.33	0	0	36644.726	0	103354.49	219585.02	0	0	3909011.5	187726.78	0	397664.97	910499.79	0	2801907.7	568551.89	558194.76	79827.258	0	0	29729.387	159621.03	0	0	1830368.5	0	456104.72	40887.878	205229.68	0	99417.455	0	0	211080.69	1262896.5	288096.92	18324.129	16287.927	0	80179.953	64050.513	0	0	277986.48	0	192949.84	0	0	0	527156.35	18070.746	168281.65	696352.52	2209673.4	745711.72	988704.39	354138.26	52460.227	717934.97	0	0	0	295538.81	104670.46	213913.8	293039.59	4429355.2	9646.9233	1654134.8	872911.08	16077.094	0	311213.43	0	574966.21	32110.087	114110.34	32808.362	6459.6515	208901.01	0	643833.85	0	209505.55	1194508.3	201253.76	0	67245.826	0	0	383787.68	248439.26	0	66092.571	101317.68	110366.26	0	717911.88	0	167378.11	0	0	10116.182	0	563001.38	245353.48	146932.07	1137575.1	617657.43	163554.61	24435.853	99447.97	0	225958.75	211579.56	371414.88	168593.3	85871.909	47767.876	228577.21	1252557.2	0	862279.22	167853.07	145375.78	3182315.5	1725280.8	733916.76	1639898.9	470201.43	1442562.9	511734.51	31476.149	0	267010.52	109029.28	942044.23	65735.673	252046.16	36985.216	119609.34	0	393704.74	283714.01	248529.15	0	107042.73	250105.83	201312.47	413692.45	0	2675602.7	1644710	596572.53	232964.56	689259.86	226738.86	440517.97	48032.478	160008.78	0	161465.57	53455.39	232003.96	0	16093.595	214431.29	19784.415	15503.295	0	415243.92	3010505.8	1020625.2	107293.97	0	0	531705.03	1202879.5	411256.31	41557.166	0	0	17836.724	9027.7241	385384.06	163221.77	0	478115.17	148751.66	1117605.5	786410.42	324167.6	10567.635	0	34580.221	163574.93	96584.214	0	0	162550.69	0	198664.81	128804.37	0	200038.17	28206.281	0	0	51638.584	0	133466.79	0	1272309.6	636891.57	250052.16	276797.63	0	747153.76	488581.23	360769.92	61366.391	0	136937.28	68938.171	119059.26	0	67505.917	0	135385.52	0	0	175639.78	49990.026	504085.64	332837.9	313962.27	9417.2303	0	20788.949	509561.74	180912.96	174091.81	111372.3	68475.76	51920.485	0	0	265117.7	34177.338	57892.446	54841.002	11830.339	0	0	8190.4398	236411.28	59716.653	0	182648.1	0	70749.579	74495.715	17005.906	7822.3662	0	0	0	104816.67	0	0	0	303364.7	86653.284	14802.428	87567.932	0	0	53739.92	218729.09	53660.002	0	64643.7	237160.89	97195.329	73131.015	520787.17	190930.94	826013.02	440759.76	0	29469.122	17707.894	120782.03	16088.138
+30.050911	398928.97	71295.883	113216.59	58830.496	104648.7	426283.7	170609.84	117547.66	403247.04	1028797.8	86377.643	119427.01	90112.008	197567.05	89736.207	206361.43	59305.084	81535.066	613513.77	65587.138	160786.07	172907.07	108115.7	0	1791788	102129.04	242279.78	1010085.9	351719.35	0	55634.054	11354.07	72518.17	45914.922	185457	1004796.1	2247971.5	9091714.9	70767.174	336634.35	742703.93	98320.892	48964.855	241605.28	109636.72	115100.6	240094.6	73948.536	68147.866	397756.5	25760.244	189788.79	262089.87	57296.816	159839.01	0	70103.895	70911.881	104434.71	169775	367626.3	214442.41	285477.68	68333.459	22083.467	36053.066	380410.74	14106.549	0	87266.314	243041.12	10607.4	0	40531.414	7556.6702	160159.6	386472.01	8625.2499	103453.65	376116.96	0	93057.046	0	537810.54	0	154221.88	396261.98	12603.188	104831.56	5228277.7	777314.11	418219.7	0	95644.11	198460.26	8066.4639	70127.027	2819621	1139492.2	0	1437458.8	423243.74	378934.96	104423.76	168034.15	0	0	173668.09	155585.18	328374.12	174666.22	273496.97	130253.26	150050.93	52494.368	447037.88	487606.23	47499.678	102547.3	115517.79	0	515432.55	691306.03	70846.771	0	0	152062.68	0	0	117630.45	292988.64	110749.31	358383.7	70047.963	102757.98	265357.49	24022510	63540.258	223781.67	3324116.9	206762.6	573376.01	165558.11	75774.483	104768.66	173006.47	175934.23	0	7638.4186	729892.64	0	0	155131.88	161497.46	0	115113.49	35963.572	19067.333	347274.13	948839.64	919051.83	42822.42	354802.33	463467.29	0	7174877.3	0	385174.04	21419.06	2777476.6	27848.442	611309.01	130540.37	381661.66	243789.56	8632.2142	608221.93	0	0	51271.711	16777.752	125721.37	140279.81	0	87453.359	3828679.4	70718.181	0	365449.89	1253118.9	0	2671952.8	563466.57	474742.66	59885.405	0	0	0	100903.16	0	0	2040365.5	0	417331.3	9108.3228	144212.44	0	93585.942	0	7533.6448	78753.689	899275.39	225517.41	147117.27	7527.5956	0	138585.77	121111.69	0	0	506931.01	0	218211.77	0	0	0	540972.35	0	90603.938	731701.93	2239323.8	857392.43	1076739.7	367961.79	0	785785.28	0	0	0	312715.77	10077.987	75311.048	394128.59	4433689.9	0	1754536.1	829519.03	14706.895	0	256986.48	0	512781.38	11801.209	53435.416	0	0	208838.02	0	440583.77	0	288994.81	824113.66	164469.13	0	90154.366	0	0	356185.76	309728.91	0	0	19356.547	0	0	741627.64	33008.525	195109.02	0	0	0	14671.398	636269.55	279095.97	131459.15	421958.84	208799.48	23714.964	0	31749.976	0	338126.48	219881.57	479208.73	209772.79	47475.282	69805.796	185764.4	1293488.1	0	946776.81	213247.41	258987.3	2144452.3	1182973.4	705956.6	2230821	600090.2	1239153.5	427183.56	30567.467	0	602259.68	321141.74	1228032.4	55909.511	326504.64	46454.312	75586.7	10771.627	368851.37	259766.9	156027.12	0	50428.358	325313.42	232914.57	266515.6	0	1903674.3	1243509.1	371124.99	236043.32	647431.67	278137.68	455965.9	27682.879	181868.9	0	365872.66	186327.33	178840.22	0	0	223607.29	87078.797	12970.671	0	311228.48	2851506.1	909238.98	75016.997	10566.609	0	473274.53	1125416	439242.78	0	0	0	37784.441	7929.213	317912.84	103390.79	0	420047.38	0	1519843.4	1067012.4	394605.88	0	0	0	189222.43	73736.374	0	0	268976.16	0	181046.35	183819.17	0	105206.76	0	0	0	67783.31	22572.831	115963.79	11194.296	469242.51	283909.2	286009.7	290836.7	0	849663.52	731242.97	443531.24	0	8008.1915	172925.58	231181.36	166996.99	0	83219.535	12352.194	82527.022	0	0	122343.38	143793.08	573929.38	459247.99	238593.7	0	0	44133.931	474025.95	152971.97	142656.11	137950.54	67687.252	160113.3	0	0	245287.19	52650.524	111599.65	114137.62	20030.494	83716.727	0	12887.928	144780.78	29450.917	16443.673	110468.69	27483.644	13318.732	42631.379	38951.882	0	0	0	0	340518.91	0	0	0	223974	52348.487	0	15247.798	0	0	0	101744.86	14069.973	0	0	332942.09	154900.05	55835.182	472072.88	78778.551	518548.35	264008.34	0	45074.51	46346.171	136186.64	85971.639
+30.235127	367752.14	95254.455	85813.296	69906.492	84947.06	443132.65	246965.35	85175.089	403175.62	1101587.6	77820.444	91318.818	58908.741	212330.12	70072.455	124476.76	69399.807	132244.27	510303.24	38023.645	134293.31	178617.32	113550.04	5625.426	1669046.3	139853.99	229469.47	988917.82	229956.2	0	90628.263	50937.2	102390.92	65190.805	101544.13	912441.82	2153218.8	9179617.8	16744.302	286887.89	673451.92	121301.83	57656.875	308729.59	121825.02	136682.97	305811.94	159899.94	84779.277	226288.82	23164.859	211913.17	234734.15	35300.054	151196.33	8265.877	117435.86	125338.88	117883.64	183222.39	388065.25	263397.15	132725.29	15021.011	34107.893	15626.421	344723.07	0	0	61464.973	260265.83	116398.83	0	67915.559	15894.354	32846.32	329319.31	13701.563	79296.212	366544.91	8212.8733	117994.24	0	472222.94	0	233590.42	409808.4	0	138958.5	5498209.8	727548	366614.36	0	148211.32	195136.5	17300.512	98888.961	1321380.1	1224504.7	7633.3979	1426341.6	307573.92	192353.11	55423.348	175248.72	47021.654	37891.999	129011.74	95499.406	181471.31	222631.55	228887.7	165328.93	167985.78	282945.09	452206.85	463873.57	18257.121	75918.992	111666.34	0	493849.46	637794.65	71595.705	0	0	45766.598	7008.9963	0	211618.84	231635.25	226367.85	387411.92	107892.57	80957.873	261644.89	8143552.8	39080.613	162883.52	1126559.4	200780.62	625445.93	157997.13	73012.706	192187.33	160632.91	179210.48	0	0	524393.64	0	0	137286.77	120553.46	0	167662.71	14445.436	125337.82	271968.1	618694.2	923772.72	39316.372	340103.6	461433.2	0	2675133.4	0	364560.7	0	2563586	134278.57	531543.13	174614.58	385060.19	267432.91	0	611177.97	0	0	55441.524	7162.4652	150834.15	78248.769	0	33763.588	4187601.6	36137.391	0	381624.35	1004284.6	0	3129773.6	531730.39	521281.7	97291.555	0	0	0	166749.48	0	0	1941057	0	485647.96	0	133287.33	57027.937	90583.757	0	0	226207.94	871749.31	172550.03	69295.355	21689.326	0	109245.1	83487.245	0	0	187111.66	7475.2844	226791.63	0	0	0	449900.62	0	93739.452	705878.57	2296437.7	708840.98	1010290.2	353774.96	0	700803.5	0	23735.485	0	313116.89	0	8166.8693	200964.85	4322693.2	0	1731118.1	825676.83	0	0	302682.52	0	546948.88	14809.053	61946.481	0	0	211090.74	0	293297.48	0	358022.41	545538.51	199813.4	0	39419.438	0	0	63708.248	282214.52	0	0	62270.248	0	0	667226.15	168548.62	158188.45	0	0	0	0	573386.06	263823.98	84463.829	284374.14	105278.28	17423.665	0	40475.803	0	263792.93	217212.28	323185.08	168017.9	28629.055	189550.39	180520.52	1326355.9	0	942490.75	209779.63	209251.73	2251826.2	1227509.3	515151.27	1016150.2	288911.78	1097668.1	369784.33	97232.121	0	697949.3	386737.44	600216.92	27197.538	131475.15	32424.986	50987.28	0	383554.73	163203.45	122876.16	0	39351.871	489466.82	254369.68	251436.57	0	1348963	867502.95	288401.64	266864.74	542368.11	211047.18	426743.74	19086.997	153775.16	0	747738.05	418683	138534.27	0	0	195325.1	19783.912	28061.8	0	380697.8	2037459.3	669145.65	63348.782	34244.686	0	324188.21	1192508.9	413624.74	28147.066	0	0	41492.233	12664.676	135497.58	44322.95	8430.5906	263639.11	0	1244904.6	918254.3	332801.92	0	0	0	216363.34	113414.48	0	12109.962	236845.49	0	235122.91	148631.74	0	27548.016	0	0	0	27035.894	10638.537	304213.06	9820.8333	84745.239	11063.837	199202.01	257537.86	0	1032541.3	743507.67	480521.8	0	8744.201	107944.16	255294.43	190374.38	0	172515.05	75982.196	190560.92	0	0	158104.49	70848.139	544580.38	405066.57	178115.61	0	0	83690.175	457715.47	142021.85	215578.25	73306.562	51919.559	144445.17	0	0	460927.74	212265.9	456747.16	343644.47	200952.59	40966.105	43196.212	0	164339.74	16354.521	0	40292.674	0	26166.254	95137.565	21859.424	10684.154	13623.622	0	0	266926.02	0	0	0	180309.64	46999.703	0	0	11787.435	0	28769.068	43221.594	0	0	113711.67	197258.66	57856.547	62481.909	373880.05	93736.641	568745.74	290760.51	0	19643.078	0	53363.214	18436.71
+30.419342	388712.92	86322.31	61569.714	109005.45	116065.99	562668.45	208355.17	113636.12	363338.87	948760.43	79136.595	128703.68	72799.844	230597.67	108376.26	115196.37	59330.174	128708.45	412578.56	52412.413	175904.01	169957.86	91572.18	8091.4343	1755113.6	125098.01	186827.51	986961.29	285782.3	0	73856.734	116384.31	100283.24	43018.612	54878.336	884349.93	2160602.5	9956911	44027.476	314550.7	775163.84	114230.49	54409.177	263792	126772.23	115459.98	277539.98	195046.57	100391.32	152279.08	42110.313	156375.97	303966.45	13146.572	129937.32	0	423249.24	119775.07	135097.12	150943.46	424202.64	220520.58	66511.115	75691.49	62251.063	67459.938	351635.05	0	0	57812.278	272624.5	293479.65	0	77436.051	36823.63	39902.03	352179.39	148197	81764.461	365376.2	7762.0161	93798.289	0	490962.17	0	230585.44	386181.37	0	190171.88	5130629.3	793840.52	332873.95	0	195698.95	192352.91	0	128617.25	720449.47	1059235.8	7059.8525	1441974.3	294898.22	130291.71	57861.853	165926.92	43425.655	120895.26	139003.12	135808.45	70144.324	249452.19	168331.26	193767.39	131325.86	587038.87	474840.52	405262.52	36438.516	76930.019	83940.05	0	599685.15	617376.61	59894.035	0	0	0	0	8986.1015	508607.09	239871.62	151693.87	399546.72	128587.95	105699.71	261451.6	2345657.9	62237.643	183085.7	376746.89	168511.81	292439.42	213163.88	143349.18	191434.73	133689.51	207637.27	6665.912	0	450438.3	0	0	146891.04	86757.184	0	220784.18	42851.209	362696.99	285266.8	529674.95	805968.35	7598.3248	291649.73	500489.68	0	893587.56	0	174931.82	0	2649474.9	240280.33	600458.01	176597.79	319326.84	198453.4	0	546080.11	0	0	57011.189	0	147436.45	113864.13	0	15347.814	4134628.6	13996.116	0	426282.83	901445.01	0	828892.96	460267.92	98453.554	31658.156	0	0	0	126933.24	0	0	1962342.7	0	462733.95	0	152167.3	214919.13	123427.62	0	0	166130.68	357742.47	33211.5	14433.682	0	0	130073.13	64461.947	0	0	10551.408	6587.4164	187080.66	0	0	0	473671.14	0	133147.85	698115.2	1862380.7	680687.85	947194.51	336475.38	0	709835.64	0	0	0	331370.17	0	8973.8865	140857.4	4223191.5	0	1721728.3	786512.92	0	0	247166.18	0	647032.99	46285.666	0	0	0	259006.74	0	403175.34	0	125546.55	715797.59	195925.86	0	26806.654	0	0	12352.695	304820.5	0	0	36981.499	0	0	684102.49	338439.79	131318.76	0	0	6925.4448	0	572092.04	212213.3	107081.26	188607.24	50681.57	0	0	71846.983	0	258470.21	126974.97	100028.74	47805.853	14502.029	273734.75	136833.29	1247576.2	0	1216456.2	369124.25	158228.61	2322890.5	1244441.4	491189.84	534866.41	123119.05	1071745.6	264293.2	76385.09	0	323018.97	235815.91	364000.94	35872.446	29826.035	39939.471	51851.455	0	247315.89	119098.92	14302.055	0	9362.1133	558694.56	331573.53	262332.92	0	1301052.7	744722.67	272439.99	306510.61	202163.63	76593.787	355695.78	5600.7898	164762.65	0	803463.62	522204.86	46965.486	12851.27	0	182454.38	65616.397	8490.8954	0	595835.46	893008.12	276315.25	38683.15	7877.077	0	305724.68	1329936.8	425837.63	35739.966	0	0	140556.14	0	43701.636	0	0	391040.62	0	1540700.2	1105175.4	424132.02	0	0	0	340023	218157.95	0	0	14296.153	0	350353.54	178202.4	0	7865.2922	9682.6538	0	0	0	0	451134.94	0	8557.3359	0	151237.34	104751.33	0	682406.72	538852.23	226987.03	23574.349	7651.4336	58150.235	210541.89	110633.47	15539.125	161913.13	112694.51	123623	0	0	160434.39	113185.35	308027.98	189629.53	128248.66	20463.931	0	77838.811	351177.46	59751.837	45931.79	11221.936	33790.132	274708.56	0	0	729900.47	364775.45	802780.75	679850.25	344008.41	25768.491	0	0	98976.985	0	0	28437.711	14197.224	77159.771	58548.248	9234.8064	0	0	0	0	90157.129	22674.064	0	0	70272.321	28539.222	0	28473.576	0	9829.3744	22242.967	14731.224	0	0	114114.42	160806.68	55998.178	87776.656	303395.79	178049.94	540824.74	216280.62	0	8191.7264	15506.798	49109.193	35187.641
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/ref_mz.tab	Tue Apr 27 14:40:48 2021 +0000
@@ -0,0 +1,13 @@
+	m/z
+compose1	220.1662
+compose2	221.0840
+compose3	221.1527
+compose4	222.0173
+compose5	223.0969
+compose6	223.1334
+compose7	225.0454
+compose8	225.086
+compose9	225.156
+compose10	226.2095
+compose11	227.12
+compose12	227.22