mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 22:00:53 +00:00
Base de test
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Chevres -title "Grotte des Chèvres (Markhors)"
|
||||
SP-Chevres-1
|
||||
endmap
|
||||
|
||||
|
||||
#map MC-Chevres -title "Grotte des Chèvres"
|
||||
# SC-Chevres-1
|
||||
#endmap
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Chevres -title "Grotte des Chèvres"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Chevres.th
|
||||
|
||||
# Import du dessin en plan
|
||||
input Data/Chevres.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Chevres-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
input Chevres-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
@@ -0,0 +1,335 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Chevres-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
# input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 250
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 80
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 10 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Chevres plan - 1:1000"
|
||||
doc-subject "Grotte des chèvres (Markhors), topographie en Plan"
|
||||
doc-keywords "Cave, Survey, Köýtendag, Turkménistan, Expédition, Grotte des chèvres (Markhors)"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 100 100 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "<it>Plan - <ss>Koyendag, Bulock Dara Canyon, Turménistan<br>Coordonnées, Lat. : 37.64471 N ; Long. : 66.43184 E ; Alt. : 912 m"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
#debug station-names
|
||||
symbol-hide line survey
|
||||
|
||||
color map-fg altitude
|
||||
color-legend off
|
||||
|
||||
#color-legend smooth
|
||||
|
||||
layers on
|
||||
overlap 3 cm
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Chevres}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
\newtoks\datat \datat={https://github.com/robertxa/Turkmenistan}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Chevres-coupe.pdf
|
||||
map-image 100 35 sw ../../../../Logos/Logo_TKM_2024.jpg
|
||||
map-image 100 8 sw ../../../../Logos/Logo_FFS.jpg
|
||||
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 500
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 500
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 50 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Chevres coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
#legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
#statistics explo off
|
||||
statistics topo-length off
|
||||
#statistics topo off
|
||||
#statistics carto off
|
||||
## Afficher un copyright
|
||||
statistics copyright 2
|
||||
#statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
#code tex-map
|
||||
# \cavelength={} %empty
|
||||
# \cavedepth={} %empty
|
||||
#endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Chevres}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Chevres-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Chevres-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Chevres@Chevres
|
||||
#select MC-Chevres-coupe@Chevres
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
# export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Chevres-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Chevres-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Chevres.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
export map -proj plan -fmt esri -o Outputs/Chevres
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Chevres.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Chevres-model.kml -enable all
|
||||
# export cave-list -location on -o Outputs/Chevres.html
|
||||
|
||||
|
||||
# Ajout automatique by script pyThtoBF.py pour export
|
||||
export database -fmt sql -o Outputs/database_export_db.sql
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 755 KiB |
Binary file not shown.
@@ -0,0 +1,91 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -97.96 -47.24 0}
|
||||
{ -197.60 -24.72 1}
|
||||
{ -197.60 -24.72 1}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ 56.26 8.50 4}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -141.46 -20.31 2}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ -17.50 4.72 3}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 197.60 22.36 5}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
{ 56.26 8.50 4}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -97.96 -47.24 -197.60 -24.72}
|
||||
{ -197.60 -24.72 -141.46 -20.31}
|
||||
{ -141.46 -20.31 -17.50 4.72}
|
||||
{ -17.50 4.72 56.26 8.50}
|
||||
{ -141.46 -20.31 -101.20 -13.70}
|
||||
{ -141.46 -20.31 -109.30 18.58}
|
||||
{ -141.46 -20.31 -118.16 47.24}
|
||||
{ -141.46 -20.31 -137.48 31.02}
|
||||
{ -141.46 -20.31 -150.41 19.37}
|
||||
{ -141.46 -20.31 -159.97 9.29}
|
||||
{ -141.46 -20.31 -156.87 -17.01}
|
||||
{ -141.46 -20.31 -140.24 -28.03}
|
||||
{ -17.50 4.72 -19.38 -11.65}
|
||||
{ -17.50 4.72 -15.42 28.19}
|
||||
{ -17.50 4.72 4.78 -22.36}
|
||||
{ -17.50 4.72 1.22 13.54}
|
||||
{ -17.50 4.72 -10.75 33.23}
|
||||
{ -17.50 4.72 -12.61 27.09}
|
||||
{ -17.50 4.72 -22.27 22.05}
|
||||
{ -17.50 4.72 -33.07 2.83}
|
||||
{ 56.26 8.50 6.11 20.31}
|
||||
{ 56.26 8.50 94.78 28.19}
|
||||
{ 56.26 8.50 107.43 28.35}
|
||||
{ 56.26 8.50 124.68 25.98}
|
||||
{ 56.26 8.50 136.76 24.41}
|
||||
{ 56.26 8.50 183.25 22.36}
|
||||
{ 56.26 8.50 197.60 22.36}
|
||||
{ 56.26 8.50 158.91 20.16}
|
||||
{ 56.26 8.50 152.31 17.32}
|
||||
{ 56.26 8.50 157.86 17.48}
|
||||
{ 56.26 8.50 134.44 13.39}
|
||||
{ 56.26 8.50 93.03 6.46}
|
||||
{ 56.26 8.50 48.79 3.62}
|
||||
{ 56.26 8.50 65.26 -3.15}
|
||||
{ 56.26 8.50 0.80 -21.10}
|
||||
{ 56.26 8.50 -100.19 -1.89}
|
||||
{ 56.26 8.50 13.71 28.03}
|
||||
{ 56.26 8.50 52.71 22.36}
|
||||
{ 56.26 8.50 66.77 17.80}
|
||||
{ 56.26 8.50 75.97 7.56}
|
||||
}
|
||||
set XVIgrid {-276.34 -157.48 78.7402 0.0 0.0 78.7402 7 4}
|
||||
@@ -0,0 +1,52 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -50.31 225.20 0}
|
||||
{ -14.25 132.28 1}
|
||||
{ -27.32 77.64 2}
|
||||
{ 10.47 -40.31 3}
|
||||
{ 43.54 -106.30 4}
|
||||
{ 157.40 -190.08 5}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -50.31 225.20 -14.25 132.28}
|
||||
{ -14.25 132.28 -27.32 77.64}
|
||||
{ -27.32 77.64 10.47 -40.31}
|
||||
{ 10.47 -40.31 43.54 -106.30}
|
||||
{ -27.32 77.64 -157.40 -6.30}
|
||||
{ -27.32 77.64 -126.38 12.13}
|
||||
{ -27.32 77.64 -59.76 42.83}
|
||||
{ -27.32 77.64 -32.20 71.97}
|
||||
{ -27.32 77.64 0.71 80.16}
|
||||
{ -27.32 77.64 19.45 85.51}
|
||||
{ -27.32 77.64 21.18 81.89}
|
||||
{ -27.32 77.64 -26.06 76.69}
|
||||
{ 10.47 -40.31 7.32 -39.37}
|
||||
{ 10.47 -40.31 9.53 -43.15}
|
||||
{ 10.47 -40.31 -100.71 -120.94}
|
||||
{ 10.47 -40.31 -75.98 -104.57}
|
||||
{ 10.47 -40.31 -3.39 -54.80}
|
||||
{ 10.47 -40.31 14.72 -43.78}
|
||||
{ 10.47 -40.31 34.09 -27.72}
|
||||
{ 10.47 -40.31 37.56 -15.28}
|
||||
{ 43.54 -106.30 69.69 -37.17}
|
||||
{ 43.54 -106.30 129.69 -54.17}
|
||||
{ 43.54 -106.30 120.39 -88.19}
|
||||
{ 43.54 -106.30 121.81 -115.43}
|
||||
{ 43.54 -106.30 126.38 -129.61}
|
||||
{ 43.54 -106.30 154.57 -169.76}
|
||||
{ 43.54 -106.30 157.40 -190.08}
|
||||
{ 43.54 -106.30 117.24 -179.21}
|
||||
{ 43.54 -106.30 99.29 -192.60}
|
||||
{ 43.54 -106.30 87.32 -218.27}
|
||||
{ 43.54 -106.30 53.15 -225.20}
|
||||
{ 43.54 -106.30 13.78 -208.82}
|
||||
{ 43.54 -106.30 -16.61 -175.43}
|
||||
{ 43.54 -106.30 -38.82 -157.64}
|
||||
{ 43.54 -106.30 -101.34 -116.85}
|
||||
{ 43.54 -106.30 -134.25 -20.47}
|
||||
{ 43.54 -106.30 78.66 -41.10}
|
||||
{ 43.54 -106.30 40.08 -104.09}
|
||||
{ 43.54 -106.30 5.43 -137.17}
|
||||
{ 43.54 -106.30 -27.80 -164.09}
|
||||
}
|
||||
set XVIgrid {-280.079 -312.126 78.7402 0.0 0.0 78.7402 7 8}
|
||||
@@ -0,0 +1,74 @@
|
||||
encoding utf-8
|
||||
# Created at 2024.04.23 17:54:04 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Chevres -title "Grotte des Chèvres "
|
||||
|
||||
centerline
|
||||
|
||||
date 2024.04.23
|
||||
team "Jean-Paul Héreil"
|
||||
#team ""
|
||||
|
||||
cs lat-long
|
||||
fix 0 37.644714 66.431841 912
|
||||
station 1 "G. des Chèvres" entrance
|
||||
|
||||
units tape length meters
|
||||
units compass clino degrees
|
||||
|
||||
data normal from to tape compass clino
|
||||
|
||||
flags surface
|
||||
0 1 6.486 152.617 12.717
|
||||
1 2 3.576 187.180 4.520 # Aplomb porche
|
||||
flags not surface
|
||||
|
||||
2 3 8.031 156.030 11.433
|
||||
3 4 4.690 147.215 2.944
|
||||
|
||||
2 - 9.844 230.916 2.428
|
||||
2 - 7.935 230.312 18.111
|
||||
2 - 5.255 216.727 54.811
|
||||
2 - 3.300 214.997 81.573
|
||||
2 - 3.084 78.871 54.679
|
||||
2 - 3.545 74.257 31.959
|
||||
2 - 3.098 78.931 3.955
|
||||
2 - 0.500 122.975 -79.091
|
||||
3 - 1.065 280.157 -78.580
|
||||
3 - 1.503 194.634 82.881
|
||||
3 - 8.893 227.873 -11.157
|
||||
3 - 6.866 227.230 4.631
|
||||
3 - 2.211 217.683 54.838
|
||||
3 - 1.458 123.201 76.503
|
||||
3 - 2.018 55.399 32.882
|
||||
3 - 2.344 41.006 -3.054
|
||||
4 - 4.759 14.474 9.080
|
||||
4 - 6.518 52.564 11.036
|
||||
4 - 5.168 70.516 14.030
|
||||
4 - 5.123 90.434 12.530
|
||||
4 - 5.555 99.525 10.497
|
||||
4 - 8.165 113.527 6.185
|
||||
|
||||
4 5 9.018 120.110 5.610 # Vers laminoir très bas
|
||||
|
||||
4 - 6.629 128.452 6.394
|
||||
4 - 6.547 140.927 4.861
|
||||
4 - 7.653 152.441 4.224
|
||||
4 - 7.578 169.135 2.324
|
||||
4 - 6.777 190.014 -1.110
|
||||
4 - 5.820 214.827 -3.065
|
||||
4 - 6.207 231.844 -6.910
|
||||
4 - 9.412 259.629 -11.541
|
||||
4 - 12.559 289.561 -3.010
|
||||
4 - 4.862 22.077 14.689
|
||||
4 - 0.916 296.993 73.328
|
||||
4 - 3.166 224.808 10.761
|
||||
4 - 5.830 224.841 -0.566
|
||||
|
||||
endcenterline
|
||||
|
||||
endsurvey
|
||||
@@ -0,0 +1,244 @@
|
||||
encoding utf-8
|
||||
##XTHERION## xth_me_area_adjust -128 -5093 7153 128
|
||||
##XTHERION## xth_me_area_zoom_to 100
|
||||
##XTHERION## xth_me_image_insert {0 1 1.0} {0 {}} chevres.png 0 {}
|
||||
|
||||
|
||||
|
||||
scrap SP-Chevres-1 -projection plan -station-names "" "@Chevres" -author 2024 "Jean-Paul Héreil" -copyright 2024 "licence CCby-nc-sa : http://creativecommons.org/licenses/by-nc-sa/4.0/" -scale [-128 -5093 7153 -5093 0.0 0.0 184.9374 0.0 m]
|
||||
|
||||
point 5076.0 -3452.0 station -name 5
|
||||
|
||||
line wall -subtype presumed
|
||||
5240.0 -3416.0
|
||||
altitude .
|
||||
5114.0 -3346.0
|
||||
endline
|
||||
|
||||
line wall -subtype presumed
|
||||
5076.0 -3486.0
|
||||
5186.0 -3530.0
|
||||
endline
|
||||
|
||||
line rock-border -close on -clip off
|
||||
4644.0 -2138.0
|
||||
4408.0 -2148.0
|
||||
4342.0 -2252.0
|
||||
4450.0 -2312.0
|
||||
4528.0 -2278.0
|
||||
4644.0 -2138.0
|
||||
endline
|
||||
|
||||
line rock-border -close on -clip off
|
||||
4628.0 -2340.0
|
||||
4458.0 -2442.0
|
||||
4474.0 -2510.0
|
||||
4564.0 -2520.0
|
||||
4614.0 -2450.0
|
||||
4628.0 -2340.0
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
4780.0 -3170.0
|
||||
4700.0 -3172.0
|
||||
4706.0 -3258.0
|
||||
4776.0 -3246.0
|
||||
4802.0 -3222.0
|
||||
4780.0 -3170.0
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
4698.0 -2994.0
|
||||
4616.0 -2978.0
|
||||
4628.0 -3070.0
|
||||
4716.0 -3064.0
|
||||
4698.0 -2994.0
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
4556.0 -3174.0
|
||||
4412.0 -3168.0
|
||||
4410.0 -3250.0
|
||||
4494.0 -3268.0
|
||||
4538.0 -3256.0
|
||||
4556.0 -3174.0
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
4586.0 -2744.0
|
||||
4526.0 -2746.0
|
||||
4480.0 -2810.0
|
||||
4546.0 -2824.0
|
||||
4594.0 -2800.0
|
||||
4586.0 -2744.0
|
||||
endline
|
||||
|
||||
line section -direction end
|
||||
4492.0 -3398.0
|
||||
4334.0 -3490.0
|
||||
endline
|
||||
|
||||
point 5165.0 -2753.0 section -scrap SS-Chevres-1
|
||||
|
||||
line section -direction begin
|
||||
5118.0 -2964.0
|
||||
4994.0 -3044.0
|
||||
endline
|
||||
|
||||
point 4934.0 -3120.0 sand
|
||||
|
||||
point 4830.0 -3146.0 sand
|
||||
|
||||
point 4854.0 -3272.0 sand
|
||||
|
||||
point 4838.0 -3372.0 sand
|
||||
|
||||
point 4964.0 -3288.0 sand
|
||||
|
||||
point 5096.0 -3374.0 sand
|
||||
|
||||
point 4964.0 -3414.0 sand
|
||||
|
||||
point 4796.0 -3450.0 sand
|
||||
|
||||
point 4594.0 -3352.0 sand
|
||||
|
||||
point 4702.0 -3318.0 sand
|
||||
|
||||
point 4698.0 -3468.0 sand
|
||||
|
||||
point 4480.0 -3320.0 sand
|
||||
|
||||
point 4634.0 -3230.0 sand
|
||||
|
||||
point 4532.0 -3052.0 sand
|
||||
|
||||
point 4630.0 -3120.0 sand
|
||||
|
||||
point 4800.0 -3082.0 sand
|
||||
|
||||
point 4638.0 -2878.0 sand
|
||||
|
||||
point 4450.0 -3014.0 sand
|
||||
|
||||
point 4364.0 -3078.0 sand
|
||||
|
||||
point 4492.0 -3122.0 sand
|
||||
|
||||
point 4298.0 -3136.0 sand
|
||||
|
||||
point 4366.0 -2944.0 sand
|
||||
|
||||
point 4234.0 -2804.0 sand
|
||||
|
||||
point 4636.0 -2710.0 sand
|
||||
|
||||
point 4440.0 -2746.0 sand
|
||||
|
||||
point 4494.0 -2942.0 sand
|
||||
|
||||
point 4248.0 -2934.0 sand
|
||||
|
||||
point 4314.0 -2812.0 sand
|
||||
|
||||
point 4314.0 -2508.0 entrance -orientation 161.1
|
||||
|
||||
line wall
|
||||
4116.0 -2802.0
|
||||
altitude .
|
||||
4116.0 -2802.0 4150.0 -2894.0 4150.0 -2926.0
|
||||
4150.0 -2958.0 4160.0 -3012.0 4192.0 -3060.0
|
||||
4224.0 -3108.0 4268.0 -3226.0 4290.0 -3242.0
|
||||
4312.0 -3258.0 4322.0 -3264.0 4390.0 -3306.0
|
||||
4458.0 -3348.0 4560.0 -3430.0 4606.0 -3480.0
|
||||
4652.0 -3530.0 4654.0 -3538.0 4714.0 -3554.0
|
||||
4774.0 -3570.0 4880.0 -3598.0 4894.0 -3566.0
|
||||
4908.0 -3534.0 4924.0 -3442.0 4988.0 -3460.0
|
||||
5052.0 -3478.0 5076.0 -3486.0 5076.0 -3486.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall -subtype overlying
|
||||
4696.0 -2564.0
|
||||
4696.0 -2564.0 4526.0 -2636.0 4458.0 -2642.0
|
||||
4390.0 -2648.0 4310.0 -2666.0 4256.0 -2702.0
|
||||
4202.0 -2738.0 4116.0 -2802.0 4116.0 -2802.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
point 5380.0 -3530.0 continuation
|
||||
|
||||
point 5324.0 -3666.0 label -text "<center>laminoir<br>très bas"
|
||||
|
||||
line overhang -clip off
|
||||
3654.0 -2754.0
|
||||
3654.0 -2754.0 3838.0 -2768.0 3902.0 -2758.0
|
||||
3966.0 -2748.0 4028.0 -2764.0 4058.0 -2778.0
|
||||
4088.0 -2792.0 4116.0 -2802.0 4116.0 -2802.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line overhang -clip off
|
||||
4696.0 -2564.0
|
||||
4696.0 -2564.0 4710.0 -2486.0 4844.0 -2418.0
|
||||
4978.0 -2350.0 5138.0 -2256.0 5138.0 -2256.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall
|
||||
5114.0 -3346.0
|
||||
5114.0 -3346.0 5030.0 -3332.0 5014.0 -3276.0
|
||||
4998.0 -3220.0 4984.0 -3164.0 4994.0 -3126.0
|
||||
5004.0 -3088.0 5028.0 -3066.0 4982.0 -3048.0
|
||||
4936.0 -3030.0 4860.0 -3046.0 4846.0 -3024.0
|
||||
4832.0 -3002.0 4782.0 -2980.0 4754.0 -2956.0
|
||||
4726.0 -2932.0 4714.0 -2922.0 4716.0 -2876.0
|
||||
4718.0 -2830.0 4704.0 -2810.0 4702.0 -2762.0
|
||||
4700.0 -2714.0 4696.0 -2564.0 4696.0 -2564.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
point 4758.0 -3212.0 station -name 4
|
||||
|
||||
point 4648.0 -3006.0 station -name 3
|
||||
|
||||
point 4546.0 -2660.0 station -name 2
|
||||
|
||||
point 4588.0 -2488.0 station -name 1
|
||||
|
||||
point 4468.0 -2208.0 station -name 0
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
|
||||
scrap SS-Chevres-1 -projection none -station-names "" "@Chevres" -author 2024 "Jean-Paul Héreil" -copyright 2024 "licence CCby-nc-sa : http://creativecommons.org/licenses/by-nc-sa/4.0/" -scale [834.0 -4013.0 2009.0 -4013.0 0.0 0.0 25 0.0 m]
|
||||
|
||||
point 5735.0 -2955.0 u:man_w
|
||||
|
||||
line wall -subtype sand
|
||||
5260.0 -2886.0
|
||||
5260.0 -2886.0 5347.0 -2906.0 5383.0 -2909.0
|
||||
5419.0 -2912.0 5452.0 -2931.0 5476.0 -2932.0
|
||||
5500.0 -2933.0 5527.0 -2931.0 5551.0 -2939.0
|
||||
5575.0 -2947.0 5620.0 -2959.0 5647.0 -2966.0
|
||||
5674.0 -2973.0 5771.0 -2991.0 5799.0 -3000.0
|
||||
5827.0 -3009.0 5886.0 -3021.0 5914.0 -3026.0
|
||||
5942.0 -3031.0 5980.0 -3036.0 5980.0 -3036.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall
|
||||
5980.0 -3036.0
|
||||
5980.0 -3036.0 5956.0 -2980.0 5934.0 -2968.0
|
||||
5912.0 -2956.0 5894.0 -2960.0 5860.0 -2948.0
|
||||
5826.0 -2936.0 5754.0 -2908.0 5712.0 -2908.0
|
||||
5670.0 -2908.0 5634.0 -2916.0 5600.0 -2906.0
|
||||
5566.0 -2896.0 5456.0 -2872.0 5404.0 -2866.0
|
||||
5352.0 -2860.0 5320.0 -2858.0 5294.0 -2860.0
|
||||
5268.0 -2862.0 5260.0 -2864.0 5260.0 -2886.0
|
||||
endline
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[Data_Export]
|
||||
id_cavite = 10
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2019 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
|
||||
layout Entrances_coords_CDa
|
||||
# Layout where we define the different variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
# We need one variable per entrance.
|
||||
|
||||
# This layout is called by the layout Coords_Header below
|
||||
|
||||
code tex-map
|
||||
\def\thjunk{ }
|
||||
\def\thlocationCDa{G. des Chèvres -- Lat. : 37.64471 N ; Long. : 66.43184 E ; Alt. : 912 m}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
layout Coords_Header_CDa
|
||||
# Layout that set the presentation for the entrance coordinates.
|
||||
|
||||
copy Entrances_coords_CDa
|
||||
# it calls the layout above Entrances_coords where we defined the different
|
||||
# variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
|
||||
code tex-map
|
||||
\def\nostring{}
|
||||
\def\thsizexl{}
|
||||
\def\thsizel{}
|
||||
\def\thsizem{}
|
||||
\ifx\thsizexl\nostring\def\thsizexl{30}\else\fi
|
||||
\ifx\thsizel\nostring\def\thsizel{24}\else\fi
|
||||
\ifx\thsizem\nostring\def\thsizem{12}\else\fi
|
||||
|
||||
\ECoordinates={
|
||||
\edef\tmp{\thjunk} \ifx\tmp\empty \else
|
||||
{\size[\thsizem] \ss\thjunk\vss}
|
||||
\fi
|
||||
\edef\tmp{\thlocationCDa} \ifx\tmp\empty \else
|
||||
{\size[\thsizem]\hskip2cm \ss\thlocationCDa\vss} % The first one should be without hskip
|
||||
\fi
|
||||
}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
Binary file not shown.
@@ -0,0 +1,110 @@
|
||||
create table SURVEY (ID integer, PARENT_ID integer, NAME varchar(12), FULL_NAME varchar(15), TITLE varchar(31));
|
||||
create table CENTRELINE (ID integer, SURVEY_ID integer, TITLE varchar(4), TOPO_DATE date, EXPLO_DATE date, LENGTH real, SURFACE_LENGTH real, DUPLICATE_LENGTH real);
|
||||
create table PERSON (ID integer, NAME varchar(11), SURNAME varchar(8));
|
||||
create table EXPLO (PERSON_ID integer, CENTRELINE_ID integer);
|
||||
create table TOPO (PERSON_ID integer, CENTRELINE_ID integer);
|
||||
create table STATION (ID integer, NAME varchar(4), SURVEY_ID integer, X real, Y real, Z real);
|
||||
create table STATION_FLAG (STATION_ID integer, FLAG char(3));
|
||||
create table SHOT (ID integer, FROM_ID integer, TO_ID integer, CENTRELINE_ID integer, LENGTH real, BEARING real, GRADIENT real, ADJ_LENGTH real, ADJ_BEARING real, ADJ_GRADIENT real, ERR_LENGTH real, ERR_BEARING real, ERR_GRADIENT real);
|
||||
create table SHOT_FLAG (SHOT_ID integer, FLAG char(3));
|
||||
create table MAPS (ID integer, SURVEY_ID integer, NAME varchar(12), TITLE varchar(31), PROJID integer, LENGTH real, DEPTH real);
|
||||
create table SCRAPS (ID integer, SURVEY_ID integer, NAME varchar(12), PROJID integer, MAX_DISTORTION real, AVG_DISTORTION real);
|
||||
create table MAPITEMS (ID integer, TYPE integer, ITEMID integer);
|
||||
insert into SURVEY values (1, 0, '', '', NULL);
|
||||
insert into CENTRELINE values (2, 1, NULL, NULL, NULL, 0.00, 0.00, 0.00);
|
||||
insert into SURVEY values (49, 1, 'Chevres', 'Chevres', 'Grotte des Chevres');
|
||||
insert into CENTRELINE values (50, 49, NULL, NULL, NULL, 0.00, 0.00, 0.00);
|
||||
insert into SURVEY values (51, 49, 'Chevres', 'Chevres.Chevres', 'Grotte des Chevres ');
|
||||
insert into CENTRELINE values (52, 51, NULL, NULL, NULL, 0.00, 0.00, 0.00);
|
||||
insert into CENTRELINE values (53, 51, NULL, '2024-04-23', NULL, 21.74, 10.06, 0.00);
|
||||
insert into PERSON values (1, 'Jean-Paul', 'Hereil');
|
||||
insert into TOPO values (1, 53);
|
||||
insert into SHOT values (1, 1, 2, 53, 6.486, 158.77, 12.72, 6.492, 158.70, 12.73, 0.009, 107.59, 13.94);
|
||||
insert into SHOT_FLAG values(1, 'srf');
|
||||
insert into SHOT values (2, 2, 3, 53, 3.576, 193.33, 4.52, 3.569, 193.49, 4.50, 0.012, 317.23, -8.55);
|
||||
insert into SHOT_FLAG values(2, 'srf');
|
||||
insert into SHOT values (3, 3, 4, 53, 8.031, 162.18, 11.43, 8.037, 162.19, 11.41, 0.006, 172.36, -17.34);
|
||||
insert into SHOT values (4, 4, 5, 53, 4.690, 153.36, 2.94, 4.693, 153.38, 2.93, 0.003, 178.47, -14.89);
|
||||
insert into SHOT values (5, 3, 6, 53, 9.844, 237.06, 2.43, 9.842, 237.04, 2.45, 0.006, 120.52, 29.87);
|
||||
insert into SHOT values (6, 3, 7, 53, 7.935, 236.46, 18.11, 7.933, 236.42, 18.14, 0.008, 115.89, 25.96);
|
||||
insert into SHOT values (7, 3, 8, 53, 5.255, 222.88, 54.81, 5.251, 222.86, 54.78, 0.005, 146.36, -79.43);
|
||||
insert into SHOT values (8, 3, 9, 53, 3.300, 221.15, 81.57, 3.296, 219.96, 81.58, 0.011, 125.35, -23.49);
|
||||
insert into SHOT values (9, 3, 10, 53, 3.084, 85.02, 54.68, 3.089, 85.18, 54.67, 0.007, 142.44, 31.28);
|
||||
insert into SHOT values (10, 3, 11, 53, 3.545, 80.41, 31.96, 3.550, 80.44, 31.97, 0.006, 106.69, 37.99);
|
||||
insert into SHOT values (11, 3, 12, 53, 3.098, 85.08, 3.96, 3.098, 85.17, 3.89, 0.006, 171.44, -35.43);
|
||||
insert into SHOT values (12, 3, 13, 53, 0.500, 129.12, -79.09, 0.500, 126.87, -78.47, 0.007, 92.54, 8.32);
|
||||
insert into SHOT values (13, 4, 14, 53, 1.065, 286.31, -78.58, 1.061, 286.70, -78.65, 0.005, 71.53, 57.25);
|
||||
insert into SHOT values (14, 4, 15, 53, 1.503, 200.78, 82.88, 1.501, 199.44, 83.10, 0.008, 55.74, -10.86);
|
||||
insert into SHOT values (15, 4, 16, 53, 8.893, 234.02, -11.16, 8.889, 234.05, -11.16, 0.006, 5.02, 7.65);
|
||||
insert into SHOT values (16, 4, 17, 53, 6.866, 233.38, 4.63, 6.863, 233.38, 4.68, 0.007, 47.09, 57.93);
|
||||
insert into SHOT values (17, 4, 18, 53, 2.211, 223.83, 54.84, 2.213, 223.73, 54.88, 0.003, 129.16, 46.50);
|
||||
insert into SHOT values (18, 4, 19, 53, 1.458, 129.35, 76.50, 1.461, 127.87, 76.46, 0.009, 49.97, 14.21);
|
||||
insert into SHOT values (19, 4, 20, 53, 2.018, 61.55, 32.88, 2.021, 61.47, 32.97, 0.005, 0.14, 59.59);
|
||||
insert into SHOT values (20, 4, 21, 53, 2.344, 47.15, -3.05, 2.345, 47.25, -2.93, 0.006, 114.09, 49.15);
|
||||
insert into SHOT values (21, 5, 22, 53, 4.759, 20.62, 9.08, 4.762, 20.67, 9.06, 0.005, 70.18, -11.30);
|
||||
insert into SHOT values (22, 5, 23, 53, 6.518, 58.71, 11.04, 6.525, 58.67, 11.04, 0.008, 21.17, 15.76);
|
||||
insert into SHOT values (23, 5, 24, 53, 5.168, 76.66, 14.03, 5.172, 76.63, 14.10, 0.008, 21.23, 62.09);
|
||||
insert into SHOT values (24, 5, 25, 53, 5.123, 96.58, 12.53, 5.124, 96.54, 12.51, 0.004, 31.35, -20.70);
|
||||
insert into SHOT values (25, 5, 26, 53, 5.555, 105.67, 10.50, 5.554, 105.61, 10.48, 0.006, 10.71, -19.74);
|
||||
insert into SHOT values (26, 5, 27, 53, 8.165, 119.68, 6.18, 8.167, 119.60, 6.19, 0.011, 39.10, 1.57);
|
||||
insert into SHOT values (27, 5, 28, 53, 9.018, 126.26, 5.61, 9.016, 126.21, 5.60, 0.009, 21.19, -10.47);
|
||||
insert into SHOT values (28, 5, 29, 53, 6.629, 134.60, 6.39, 6.625, 134.57, 6.41, 0.006, 353.44, 17.27);
|
||||
insert into SHOT values (29, 5, 30, 53, 6.547, 147.08, 4.86, 6.545, 147.02, 4.91, 0.009, 36.81, 36.31);
|
||||
insert into SHOT values (30, 5, 31, 53, 7.653, 158.59, 4.22, 7.650, 158.55, 4.27, 0.009, 34.96, 43.30);
|
||||
insert into SHOT values (31, 5, 32, 53, 7.578, 175.28, 2.32, 7.573, 175.22, 2.35, 0.010, 50.25, 15.80);
|
||||
insert into SHOT values (32, 5, 33, 53, 6.777, 196.16, -1.11, 6.768, 196.13, -1.10, 0.010, 37.41, 7.32);
|
||||
insert into SHOT values (33, 5, 34, 53, 5.820, 220.98, -3.06, 5.813, 221.02, -3.06, 0.008, 6.59, 8.63);
|
||||
insert into SHOT values (34, 5, 35, 53, 6.207, 237.99, -6.91, 6.199, 238.01, -6.86, 0.010, 40.50, 40.45);
|
||||
insert into SHOT values (35, 5, 36, 53, 9.412, 265.78, -11.54, 9.404, 265.83, -11.53, 0.012, 36.40, 15.18);
|
||||
insert into SHOT values (36, 5, 37, 53, 12.559, 295.71, -3.01, 12.563, 295.75, -3.01, 0.009, 0.89, -3.19);
|
||||
insert into SHOT values (37, 5, 38, 53, 4.862, 28.23, 14.69, 4.872, 28.25, 14.75, 0.011, 43.10, 40.37);
|
||||
insert into SHOT values (38, 5, 39, 53, 0.916, 303.14, 73.33, 0.919, 304.29, 73.17, 0.007, 0.40, 21.60);
|
||||
insert into SHOT values (39, 5, 40, 53, 3.166, 230.96, 10.76, 3.156, 231.02, 10.78, 0.011, 31.57, -5.96);
|
||||
insert into SHOT values (40, 5, 41, 53, 5.830, 230.99, -0.57, 5.830, 230.99, -0.59, 0.002, 202.01, -80.26);
|
||||
insert into SCRAPS values (55, 49, 'SP-Chevres-1', 1, 7.16347, 1.66329);
|
||||
insert into SCRAPS values (110, 49, 'SS-Chevres-1', 2, 0.00000, 0.00000);
|
||||
insert into MAPS values (115, 49, 'MP-Chevres', 'Grotte des Chevres (Markhors)', 1, 21.739, -2.710);
|
||||
insert into MAPITEMS values (115, 4, 55);
|
||||
insert into STATION values (1, '0', 51, 273419.59, 4169499.12, 912.00);
|
||||
insert into STATION_FLAG values(1, 'fix');
|
||||
insert into STATION values (2, '1', 51, 273421.89, 4169493.22, 913.43);
|
||||
insert into STATION_FLAG values(2, 'ent');
|
||||
insert into STATION values (3, '2', 51, 273421.06, 4169489.76, 913.71);
|
||||
insert into STATION values (4, '3', 51, 273423.47, 4169482.26, 915.30);
|
||||
insert into STATION values (5, '4', 51, 273425.57, 4169478.07, 915.54);
|
||||
insert into STATION values (6, '-', 51, 273412.81, 4169484.41, 914.13);
|
||||
insert into STATION values (7, '-', 51, 273414.78, 4169485.59, 916.18);
|
||||
insert into STATION values (8, '-', 51, 273419.00, 4169487.54, 918.00);
|
||||
insert into STATION values (9, '-', 51, 273420.75, 4169489.39, 916.97);
|
||||
insert into STATION values (10, '-', 51, 273422.84, 4169489.91, 916.23);
|
||||
insert into STATION values (11, '-', 51, 273424.03, 4169490.26, 915.59);
|
||||
insert into STATION values (12, '-', 51, 273424.14, 4169490.02, 913.92);
|
||||
insert into STATION values (13, '-', 51, 273421.14, 4169489.70, 913.22);
|
||||
insert into STATION values (14, '-', 51, 273423.27, 4169482.32, 914.26);
|
||||
insert into STATION values (15, '-', 51, 273423.41, 4169482.09, 916.79);
|
||||
insert into STATION values (16, '-', 51, 273416.41, 4169477.14, 913.58);
|
||||
insert into STATION values (17, '-', 51, 273417.98, 4169478.18, 915.86);
|
||||
insert into STATION values (18, '-', 51, 273422.59, 4169481.34, 917.11);
|
||||
insert into STATION values (19, '-', 51, 273423.74, 4169482.05, 916.72);
|
||||
insert into STATION values (20, '-', 51, 273424.96, 4169483.07, 916.40);
|
||||
insert into STATION values (21, '-', 51, 273425.19, 4169483.85, 915.18);
|
||||
insert into STATION values (22, '-', 51, 273427.23, 4169482.47, 916.29);
|
||||
insert into STATION values (23, '-', 51, 273431.04, 4169481.40, 916.79);
|
||||
insert into STATION values (24, '-', 51, 273430.45, 4169479.23, 916.80);
|
||||
insert into STATION values (25, '-', 51, 273430.54, 4169477.50, 916.65);
|
||||
insert into STATION values (26, '-', 51, 273430.83, 4169476.60, 916.55);
|
||||
insert into STATION values (27, '-', 51, 273432.63, 4169474.06, 916.42);
|
||||
insert into STATION values (28, '5', 51, 273432.81, 4169472.77, 916.42);
|
||||
insert into STATION values (29, '-', 51, 273430.26, 4169473.45, 916.28);
|
||||
insert into STATION values (30, '-', 51, 273429.12, 4169472.60, 916.10);
|
||||
insert into STATION values (31, '-', 51, 273428.36, 4169470.97, 916.11);
|
||||
insert into STATION values (32, '-', 51, 273426.20, 4169470.53, 915.85);
|
||||
insert into STATION values (33, '-', 51, 273423.69, 4169471.57, 915.41);
|
||||
insert into STATION values (34, '-', 51, 273421.76, 4169473.69, 915.23);
|
||||
insert into STATION values (35, '-', 51, 273420.35, 4169474.81, 914.80);
|
||||
insert into STATION values (36, '-', 51, 273416.38, 4169477.40, 913.66);
|
||||
insert into STATION values (37, '-', 51, 273414.27, 4169483.52, 914.88);
|
||||
insert into STATION values (38, '-', 51, 273427.80, 4169482.22, 916.78);
|
||||
insert into STATION values (39, '-', 51, 273425.35, 4169478.22, 916.42);
|
||||
insert into STATION values (40, '-', 51, 273423.16, 4169476.12, 916.13);
|
||||
insert into STATION values (41, '-', 51, 273421.04, 4169474.40, 915.48);
|
||||
@@ -0,0 +1,209 @@
|
||||
encoding utf-8
|
||||
|
||||
#ncols 261
|
||||
#nrows 189
|
||||
#xllcorner 794697.726613586070
|
||||
#yllcorner 4170899.150367792696
|
||||
#cellsize 27.672854393520
|
||||
#NODATA_value nan
|
||||
|
||||
surface
|
||||
|
||||
cs UTM41 # UTM 41
|
||||
|
||||
#bitmap Horvath.jpg [0 0 923257.5 6473447.5 2793 1540 925252.5 6474547.5] # L'image Ortho de L'IGN
|
||||
grid-units meter
|
||||
grid 794697.726613586070 4170899.150367792696 27.672854393520 27.672854393520 261 189
|
||||
|
||||
|
||||
433.82373046875 431.823272705078125 430.82281494140625 434.8218994140625 437.82147216796875 445.82037353515625 454.819915771484375 462.8194580078125 470.819000244140625 483.81854248046875 494.818084716796875 500.817169189453125 501.81671142578125 501.8162841796875 501.815826416015625 503.81536865234375 509.814910888671875 515.814453125 520.81396484375 530.8131103515625 535.8126220703125 539.81219482421875 543.81170654296875 551.811279296875 557.810791015625 563.81036376953125 572.80987548828125 584.8089599609375 597.80853271484375 607.80810546875 616.8076171875 624.80718994140625 631.80670166015625 633.8062744140625 618.80535888671875 611.80487060546875 609.804443359375 602.8033447265625 601.8028564453125 600.80242919921875 601.80194091796875 602.801513671875 595.80059814453125 589.8001708984375 583.7996826171875 576.79925537109375 568.79876708984375 561.79833984375 559.79766845703125 559.79766845703125 566.7965087890625 573.7960205078125 582.79559326171875 592.79510498046875 600.794677734375 605.794189453125 609.79376220703125 612.7933349609375 617.79241943359375 619.79193115234375 619.79150390625 620.791015625 621.79058837890625 620.79010009765625 619.7896728515625 618.7891845703125 621.788330078125 623.787841796875 638.7867431640625 646.7862548828125 654.78582763671875 663.78533935546875 674.784912109375 688.78399658203125 696.7835693359375 701.7830810546875 703.78265380859375 703.78216552734375 703.78173828125 703.78125 703.78082275390625 709.7799072265625 712.7794189453125 712.77899169921875 708.77850341796875 703.778076171875 695.777587890625 686.77716064453125 678.77667236328125 678.7757568359375 687.77532958984375 696.77490234375 701.7744140625 703.77398681640625 706.77349853515625 712.7730712890625 720.7725830078125 730.77166748046875 730.771240234375 724.77008056640625 720.7696533203125 716.7691650390625 714.76873779296875 715.768310546875 716.767822265625 716.76690673828125 714.7664794921875 710.7659912109375 703.76556396484375 695.76507568359375 687.7646484375 681.76416015625 680.76373291015625 681.7628173828125 683.7623291015625 686.76190185546875 689.76141357421875 690.760986328125 692.760498046875 692.76007080078125 696.7591552734375 698.75872802734375 697.75823974609375 696.7578125 695.75732421875 696.75689697265625 696.75640869140625 693.7559814453125 698.75506591796875 710.75457763671875 734.75347900390625 747.75299072265625 755.7525634765625 760.7520751953125 762.75164794921875 762.75115966796875 759.750244140625 759.74981689453125 762.74932861328125 772.7489013671875 780.7484130859375 784.74798583984375 785.74755859375 786.7470703125 790.74615478515625 791.7457275390625 791.7452392578125 792.74481201171875 794.74432373046875 795.743896484375 793.743408203125 790.74298095703125 782.7420654296875 782.7415771484375 790.74114990234375 796.74066162109375 798.740234375 797.73974609375 794.73931884765625 785.7384033203125 784.7379150390625 782.73681640625 785.736328125 792.73590087890625 802.73541259765625 812.7349853515625 821.7344970703125 821.73358154296875 822.733154296875 823.732666015625 825.73223876953125 827.73175048828125 828.7313232421875 827.7308349609375 829.73040771484375 834.7294921875 839.72900390625 842.72857666015625 845.7281494140625 850.7276611328125 857.72723388671875 863.72674560546875 870.726318359375 876.72540283203125 877.72491455078125 879.7244873046875 883.7239990234375 887.72357177734375 890.72308349609375 892.72265625 895.72216796875 898.72125244140625 899.7208251953125 897.71966552734375 897.71917724609375 899.71875 905.71826171875 909.71783447265625 909.71734619140625 895.7164306640625 886.71600341796875 884.71551513671875 882.715087890625 884.714599609375 892.71417236328125 905.7137451171875 924.7127685546875 932.71234130859375 943.7119140625 953.71142578125 958.71099853515625 964.71051025390625 969.7100830078125 972.7095947265625 974.70867919921875 977.708251953125 981.707763671875 982.70733642578125 981.70684814453125 974.7064208984375 965.7059326171875 957.70550537109375 955.70458984375 955.70458984375 963.70294189453125 964.7025146484375 961.7020263671875 958.70159912109375 955.69903564453125 955.69903564453125 960.69976806640625 967.69927978515625 974.6988525390625 983.6983642578125 988.69793701171875 992.69744873046875 1002.697021484375 1009.696533203125 1008.69561767578125 1006.6951904296875 1003.6939697265625 1003.6939697265625 1004.69378662109375 1013.693359375 1017.69287109375 1013.692626953125 1013.692626953125 1013.692626953125 1013.692626953125 1016.69012451171875 1022.689697265625 1034.689208984375 1046.688720703125 1051.6878662109375 1042.6866455078125 1052.686279296875 1072.685791015625 1084.685302734375 1088.684814453125 1089.6844482421875 1094.6839599609375
|
||||
435.823089599609375 430.8226318359375 429.821563720703125 434.8212890625 438.820831298828125 445.82037353515625 454.819915771484375 462.8194580078125 470.819000244140625 481.817901611328125 489.81744384765625 496.8165283203125 496.81610107421875 496.815643310546875 496.815185546875 500.814727783203125 507.81427001953125 514.81378173828125 519.8133544921875 532.81243896484375 537.81201171875 539.8115234375 542.81109619140625 549.81060791015625 559.8101806640625 568.8096923828125 574.80926513671875 598.808349609375 611.807861328125 620.80743408203125 625.8070068359375 631.8065185546875 634.80609130859375 632.80560302734375 623.80517578125 605.80426025390625 603.80377197265625 602.8033447265625 601.8028564453125 600.80242919921875 597.80133056640625 598.80084228515625 595.8004150390625 584.79949951171875 577.79901123046875 571.798583984375 564.798095703125 559.79766845703125 560.7972412109375 565.7967529296875 576.79583740234375 583.79541015625 591.794921875 597.79449462890625 600.79400634765625 604.7935791015625 607.7930908203125 608.79266357421875 611.791748046875 610.791259765625 610.79083251953125 611.7904052734375 613.7899169921875 615.78948974609375 615.78900146484375 616.78857421875 622.78765869140625 628.78717041015625 638.7867431640625 646.7862548828125 654.78582763671875 672.78472900390625 683.78424072265625 688.7838134765625 697.78289794921875 699.78240966796875 699.781982421875 699.781494140625 701.78106689453125 700.78057861328125 701.7801513671875 704.7796630859375 709.77874755859375 707.7783203125 702.77783203125 696.77740478515625 688.7769775390625 678.7764892578125 672.77606201171875 676.775146484375 685.774658203125 695.77423095703125 701.77374267578125 703.7733154296875 704.7728271484375 708.77239990234375 716.77191162109375 729.77099609375 727.77056884765625 724.77008056640625 720.7696533203125 716.7691650390625 706.76806640625 704.76763916015625 706.76715087890625 715.7662353515625 715.76580810546875 710.76531982421875 703.764892578125 695.764404296875 688.76397705078125 682.76348876953125 675.7630615234375 676.76214599609375 680.76165771484375 685.76123046875 688.7607421875 690.76031494140625 690.75982666015625 689.7593994140625 683.7589111328125 679.758056640625 682.757568359375 681.75714111328125 681.75665283203125 686.7562255859375 691.7557373046875 690.75531005859375 690.75482177734375 717.75390625 734.75347900390625 747.75299072265625 755.7525634765625 758.75140380859375 755.7509765625 753.75048828125 752.74957275390625 752.7491455078125 759.7486572265625 770.74822998046875 779.74774169921875 782.747314453125 784.746826171875 785.74639892578125 786.7454833984375 786.7449951171875 787.74456787109375 788.74407958984375 790.74365234375 791.7431640625 791.74273681640625 788.7423095703125 779.74139404296875 782.74090576171875 787.740478515625 794.739990234375 796.73956298828125 795.73907470703125 791.7386474609375 786.7381591796875 781.73724365234375 782.73681640625 785.736328125 792.73590087890625 802.73541259765625 813.7342529296875 820.73382568359375 820.7333984375 821.732421875 822.73199462890625 826.7315673828125 829.7310791015625 829.73065185546875 830.73016357421875 833.729736328125 843.72882080078125 850.72833251953125 853.7279052734375 855.7274169921875 855.72698974609375 859.72650146484375 864.72607421875 869.7255859375 876.72467041015625 878.7242431640625 880.7237548828125 882.72332763671875 887.72283935546875 891.722412109375 893.721923828125 896.72149658203125 898.7205810546875 898.7200927734375 897.71966552734375 897.71917724609375 899.71875 900.71759033203125 902.71710205078125 901.7166748046875 888.71575927734375 883.71527099609375 881.71484375 881.71435546875 885.71392822265625 896.71343994140625 909.7130126953125 924.7125244140625 932.711669921875 939.711181640625 945.710693359375 953.71026611328125 958.7098388671875 963.7093505859375 964.7088623046875 967.70843505859375 976.70751953125 979.70709228515625 978.70660400390625 976.7061767578125 970.7056884765625 959.70526123046875 953.70477294921875 963.703857421875 965.70343017578125 963.70294189453125 964.7025146484375 961.7020263671875 966.70086669921875 960.700439453125 955.699951171875 955.69903564453125 958.6986083984375 966.6981201171875 971.6976318359375 975.69720458984375 982.69677734375 990.6962890625 997.69580078125 1003.6949462890625 1006.6944580078125 1003.6939697265625 1003.6939697265625 1010.693115234375 1013.692626953125 1013.692626953125 1013.692626953125 1013.692626953125 1013.692626953125 1013.692626953125 1007.68988037109375 1011.68896484375 1019.6884765625 1033.68798828125 1039.6876220703125 1042.6866455078125 1052.686279296875 1072.685791015625 1084.685302734375 1084.68408203125 1089.6837158203125 1092.6832275390625
|
||||
440.82244873046875 433.822021484375 429.821563720703125 430.82110595703125 435.8201904296875 442.819732666015625 453.81927490234375 461.818817138671875 469.818359375 481.817901611328125 489.81744384765625 494.816986083984375 493.815460205078125 493.81500244140625 494.814544677734375 501.8140869140625 509.813629150390625 516.81317138671875 521.812744140625 532.81182861328125 537.81134033203125 542.8109130859375 544.8104248046875 552.80999755859375 562.80950927734375 569.80908203125 578.80859375 600.80767822265625 611.8072509765625 621.8067626953125 625.80633544921875 628.805908203125 630.805419921875 625.80499267578125 616.80450439453125 599.8035888671875 595.80316162109375 595.80267333984375 595.80224609375 595.8017578125 597.80133056640625 598.80084228515625 595.8004150390625 579.798828125 573.79840087890625 567.79791259765625 562.7974853515625 558.7969970703125 560.79656982421875 568.79608154296875 576.795654296875 587.79473876953125 590.7943115234375 594.7938232421875 597.79339599609375 600.79290771484375 602.79248046875 603.7919921875 602.79107666015625 601.7906494140625 602.7901611328125 605.78973388671875 609.78924560546875 612.788818359375 615.788330078125 618.78790283203125 634.7869873046875 643.7864990234375 650.78607177734375 655.78564453125 661.78515625 672.78472900390625 683.78424072265625 688.7838134765625 696.7822265625 696.78173828125 696.78131103515625 696.7808837890625 695.7803955078125 694.7799072265625 696.77947998046875 699.779052734375 702.77813720703125 701.77764892578125 696.7772216796875 690.7767333984375 683.77630615234375 672.77581787109375 668.775390625 669.77490234375 684.77398681640625 694.7735595703125 699.7730712890625 702.77264404296875 703.77215576171875 705.771728515625 713.771240234375 725.77081298828125 725.7698974609375 721.7694091796875 715.76898193359375 710.7685546875 706.76806640625 704.76763916015625 706.76715087890625 711.76556396484375 714.76513671875 709.7646484375 703.76422119140625 696.76373291015625 689.7633056640625 678.7628173828125 669.76239013671875 670.761474609375 673.760986328125 678.76055908203125 684.76007080078125 687.7596435546875 687.7591552734375 680.75872802734375 673.75823974609375 669.75732421875 671.75689697265625 673.7564697265625 676.7559814453125 682.75555419921875 688.75506591796875 688.75506591796875 696.754150390625 728.75323486328125 741.7528076171875 751.7523193359375 757.75189208984375 758.75140380859375 755.7509765625 753.75048828125 754.75006103515625 747.74847412109375 760.74798583984375 772.74755859375 777.7470703125 779.74664306640625 782.74615478515625 785.7457275390625 783.74481201171875 783.74432373046875 784.743896484375 783.743408203125 786.74298095703125 787.74249267578125 787.7420654296875 783.7415771484375 774.74066162109375 776.740234375 782.73974609375 789.73931884765625 791.73883056640625 790.7384033203125 786.7379150390625 782.73748779296875 779.736572265625 780.736083984375 785.73565673828125 792.73516845703125 802.7347412109375 813.7342529296875 820.73382568359375 820.7333984375 822.73175048828125 822.7313232421875 824.7308349609375 829.73040771484375 832.72991943359375 835.7294921875 840.72900390625 846.72857666015625 855.7276611328125 861.7271728515625 864.72674560546875 865.72625732421875 867.725830078125 868.725341796875 871.72491455078125 874.72442626953125 877.7235107421875 878.72308349609375 880.72259521484375 884.72216796875 889.7216796875 892.72125244140625 893.72076416015625 894.7198486328125 894.71942138671875 895.71893310546875 895.718505859375 896.718017578125 900.71759033203125 902.71710205078125 901.7166748046875 881.71502685546875 879.714599609375 879.714111328125 882.71368408203125 886.71319580078125 894.7127685546875 911.7122802734375 917.71185302734375 926.7109375 933.71044921875 940.71002197265625 945.70953369140625 951.7091064453125 955.7086181640625 959.70819091796875 963.70770263671875 972.706787109375 974.70635986328125 971.70587158203125 968.7054443359375 963.7049560546875 955.70452880859375 953.70379638671875 957.70361328125 976.70269775390625 981.7022705078125 979.7017822265625 973.7012939453125 966.70086669921875 960.700439453125 955.699951171875 955.69903564453125 955.69903564453125 958.6973876953125 961.69696044921875 963.69647216796875 970.696044921875 979.695556640625 984.69512939453125 997.6942138671875 1002.6937255859375 1006.69329833984375 1013.69281005859375 1020.6923828125 1021.69189453125 1021.69146728515625 1022.69097900390625 1019.6900634765625 1014.68963623046875 1013.692626953125 1011.688720703125 1012.688232421875 1018.68780517578125 1025.6873779296875 1030.6868896484375 1021.68658447265625 1028.685546875 1046.68505859375 1067.6845703125 1084.68408203125 1089.6837158203125 1092.6832275390625
|
||||
442.82183837890625 435.821380615234375 430.8209228515625 430.818389892578125 434.819549560546875 439.819091796875 449.818634033203125 457.81817626953125 465.817718505859375 474.8172607421875 485.81683349609375 493.81634521484375 493.815460205078125 493.81500244140625 494.814544677734375 504.813446044921875 510.81298828125 517.8125 523.81207275390625 526.8116455078125 534.81072998046875 543.81024169921875 550.809814453125 556.809326171875 564.80889892578125 572.80841064453125 580.8079833984375 590.8074951171875 617.80657958984375 622.80615234375 622.8056640625 621.80523681640625 620.80474853515625 615.8043212890625 607.8038330078125 593.802978515625 591.802490234375 590.80206298828125 590.80157470703125 590.8011474609375 591.8006591796875 591.80023193359375 589.79974365234375 579.798828125 573.79840087890625 567.79791259765625 557.79681396484375 554.79638671875 558.7958984375 567.79547119140625 578.79498291015625 588.7940673828125 590.79364013671875 592.79315185546875 593.792724609375 596.792236328125 599.79180908203125 598.7913818359375 596.7908935546875 598.78997802734375 602.78955078125 606.7890625 610.78863525390625 614.78814697265625 619.7877197265625 626.7872314453125 634.78680419921875 651.785888671875 656.785400390625 660.78497314453125 667.78448486328125 678.7840576171875 688.7835693359375 692.78314208984375 696.7822265625 696.78173828125 696.78131103515625 691.78021240234375 688.77972412109375 687.779296875 688.77880859375 688.77838134765625 691.7774658203125 692.7769775390625 688.77655029296875 683.77606201171875 674.775634765625 666.775146484375 665.77471923828125 665.77423095703125 684.7733154296875 692.77288818359375 697.77239990234375 698.77197265625 700.771484375 704.77105712890625 714.7706298828125 724.7701416015625 724.76922607421875 717.768798828125 710.768310546875 704.76788330078125 700.76739501953125 698.7669677734375 700.7664794921875 704.76605224609375 714.76513671875 709.7646484375 703.76422119140625 695.7630615234375 686.76263427734375 673.76214599609375 665.76171875 664.76123046875 668.76031494140625 672.7598876953125 680.7593994140625 685.75897216796875 683.75848388671875 676.758056640625 669.757568359375 662.75665283203125 665.7562255859375 675.7557373046875 684.75531005859375 688.75482177734375 693.75439453125 700.75390625 709.75347900390625 735.7525634765625 744.7520751953125 752.75164794921875 756.751220703125 752.750732421875 746.75030517578125 742.74981689453125 741.7493896484375 747.74847412109375 760.74798583984375 772.74755859375 774.74639892578125 776.7459716796875 777.7454833984375 780.7449951171875 778.74456787109375 770.74365234375 769.74322509765625 772.74273681640625 777.7423095703125 779.7418212890625 777.74139404296875 772.74090576171875 765.740478515625 769.73956298828125 778.73907470703125 783.7386474609375 785.7381591796875 784.73773193359375 781.73724365234375 777.73681640625 779.73590087890625 783.73541259765625 790.7349853515625 799.7344970703125 808.73406982421875 815.73358154296875 818.733154296875 819.732666015625 822.73175048828125 822.7313232421875 824.7308349609375 833.72967529296875 836.729248046875 840.728759765625 847.72833251953125 852.72784423828125 858.7269287109375 863.72650146484375 866.72601318359375 868.7255859375 867.72509765625 871.72467041015625 875.72418212890625 878.7237548828125 877.72283935546875 877.72235107421875 878.721923828125 880.721435546875 884.72100830078125 888.72052001953125 888.7200927734375 890.7196044921875 893.71868896484375 893.71826171875 892.7177734375 891.71734619140625 892.71685791015625 891.7164306640625 889.7159423828125 885.71551513671875 879.714599609375 879.714111328125 882.71295166015625 887.7125244140625 892.7120361328125 901.71160888671875 911.71112060546875 922.710205078125 929.70977783203125 934.70928955078125 939.7088623046875 947.7083740234375 953.70794677734375 958.70745849609375 964.70703125 968.70611572265625 962.70562744140625 958.7052001953125 954.7047119140625 952.70428466796875 953.70379638671875 956.703369140625 965.702880859375 984.70196533203125 989.7015380859375 989.7010498046875 984.70062255859375 977.70013427734375 970.69970703125 961.69921875 955.69903564453125 955.69903564453125 958.6973876953125 961.69696044921875 959.69580078125 964.6953125 972.69488525390625 979.69439697265625 984.6939697265625 1009.69305419921875 1015.69256591796875 1024.692138671875 1030.691650390625 1033.691162109375 1036.690673828125 1040.6903076171875 1041.6893310546875 1034.68896484375 1029.6884765625 1026.68798828125 1021.6875 1020.68707275390625 1021.68658447265625 1021.68658447265625 1021.68658447265625 1021.68658447265625 1029.684326171875 1051.683837890625 1071.683349609375 1085.6829833984375 1095.6824951171875
|
||||
444.821197509765625 434.82073974609375 430.818389892578125 430.818389892578125 434.81890869140625 439.818450927734375 444.8179931640625 450.817535400390625 458.81707763671875 469.816650390625 477.816192626953125 484.81573486328125 486.8148193359375 490.814361572265625 497.81390380859375 504.813446044921875 510.81298828125 517.8125 527.81146240234375 528.81097412109375 536.81005859375 545.80963134765625 552.80914306640625 558.8087158203125 565.8082275390625 576.80780029296875 584.80731201171875 597.806884765625 619.80596923828125 619.80548095703125 614.8050537109375 610.8045654296875 609.80413818359375 606.80364990234375 599.80322265625 592.802734375 586.8018798828125 586.8013916015625 585.80096435546875 585.80047607421875 586.800048828125 584.799560546875 582.79913330078125 573.7982177734375 568.7977294921875 564.79730224609375 557.79681396484375 554.79638671875 558.7958984375 567.79547119140625 579.79437255859375 585.79345703125 586.79296875 588.79254150390625 589.79205322265625 592.7916259765625 595.7911376953125 595.79071044921875 594.79022216796875 603.789306640625 607.78887939453125 612.78839111328125 618.7879638671875 623.7874755859375 625.78704833984375 630.78656005859375 638.7861328125 654.78521728515625 661.7847900390625 667.7843017578125 676.7838134765625 682.78338623046875 689.782958984375 692.782470703125 693.78204345703125 692.7811279296875 692.7806396484375 691.78021240234375 688.77972412109375 687.779296875 688.77880859375 680.7777099609375 683.7772216796875 683.77630615234375 680.77587890625 672.775390625 666.77496337890625 662.7745361328125 660.7740478515625 661.7735595703125 680.772705078125 688.772216796875 691.77178955078125 693.77130126953125 697.7708740234375 707.7703857421875 719.76995849609375 725.76947021484375 718.7685546875 711.76812744140625 705.76763916015625 699.7672119140625 693.7667236328125 690.76629638671875 691.76580810546875 697.765380859375 707.76446533203125 707.76397705078125 702.7635498046875 695.7630615234375 686.76263427734375 673.76214599609375 665.76104736328125 661.76055908203125 659.7596435546875 664.75921630859375 672.75872802734375 675.75830078125 676.7578125 671.75738525390625 664.75689697265625 660.7564697265625 661.75555419921875 670.75506591796875 682.754638671875 694.754150390625 705.75372314453125 715.75323486328125 723.7528076171875 744.75189208984375 750.75140380859375 753.7509765625 753.75048828125 748.75006103515625 740.74957275390625 732.7491455078125 728.7486572265625 744.747802734375 757.747314453125 769.746826171875 774.74639892578125 776.7459716796875 777.7454833984375 768.74432373046875 767.743896484375 759.74298095703125 756.74249267578125 759.7420654296875 765.7415771484375 765.74114990234375 764.74066162109375 762.740234375 759.73974609375 765.73883056640625 771.7384033203125 773.7379150390625 775.73748779296875 776.73699951171875 775.736572265625 774.736083984375 777.73565673828125 792.7347412109375 799.7342529296875 806.73382568359375 812.73333740234375 816.73291015625 817.732421875 819.73199462890625 822.73150634765625 826.7305908203125 830.73016357421875 833.72967529296875 836.729248046875 840.728759765625 850.7276611328125 855.7271728515625 861.72625732421875 863.725830078125 864.725341796875 865.724853515625 869.72442626953125 872.7239990234375 876.7235107421875 878.7230224609375 875.72216796875 875.7216796875 878.72119140625 882.72076416015625 885.7203369140625 887.7198486328125 889.7193603515625 890.71893310546875 892.718017578125 892.717529296875 889.71710205078125 886.71661376953125 882.7161865234375 881.7156982421875 879.71527099609375 877.71478271484375 873.7138671875 876.71343994140625 882.71295166015625 887.7125244140625 892.7120361328125 901.71160888671875 909.71044921875 919.7099609375 934.70904541015625 936.7086181640625 941.7081298828125 948.70770263671875 955.70721435546875 960.706787109375 961.706298828125 954.70538330078125 945.7049560546875 940.7044677734375 942.70404052734375 945.70355224609375 952.703125 960.70263671875 971.70220947265625 988.7012939453125 995.7008056640625 998.70037841796875 997.69989013671875 990.699462890625 978.698974609375 965.69854736328125 957.69805908203125 954.6978759765625 954.6978759765625 955.69622802734375 959.69580078125 964.6953125 972.69488525390625 991.69366455078125 1001.6932373046875 1021.69232177734375 1027.69189453125 1031.69140625 1043.69091796875 1050.6904296875 1055.6900634765625 1055.6895751953125 1056.6890869140625 1049.688232421875 1043.687744140625 1038.687255859375 1035.686767578125 1033.6864013671875 1032.6859130859375 1030.6854248046875 1029.6849365234375 1031.68408203125 1032.68359375 1044.68310546875 1063.6827392578125 1077.6822509765625 1093.6817626953125
|
||||
446.820556640625 436.820098876953125 430.818389892578125 430.818389892578125 430.8187255859375 439.81781005859375 442.8173828125 446.816925048828125 456.81646728515625 464.816009521484375 470.8155517578125 475.815093994140625 480.81463623046875 495.813720703125 503.813262939453125 508.81280517578125 514.8123779296875 522.8118896484375 527.81146240234375 528.81097412109375 536.81005859375 545.80963134765625 556.80853271484375 563.80804443359375 572.8076171875 580.80712890625 591.80670166015625 606.80621337890625 616.8052978515625 612.80487060546875 607.80438232421875 602.803955078125 600.803466796875 596.80303955078125 589.80255126953125 584.8021240234375 581.80120849609375 580.80072021484375 580.80029296875 580.7998046875 580.79937744140625 578.7989501953125 574.7984619140625 570.7979736328125 562.797119140625 557.796630859375 551.79620361328125 552.79571533203125 557.7952880859375 571.7947998046875 579.79437255859375 583.79388427734375 586.79296875 581.7918701171875 584.79144287109375 589.79095458984375 592.79052734375 594.7900390625 598.78961181640625 610.7886962890625 614.7882080078125 621.78778076171875 628.78729248046875 630.786865234375 632.786376953125 635.78594970703125 643.78546142578125 663.7845458984375 669.78411865234375 675.78363037109375 680.783203125 683.78271484375 684.78228759765625 685.78179931640625 686.7813720703125 688.78045654296875 689.77996826171875 685.779541015625 679.779052734375 678.77862548828125 679.77813720703125 680.7777099609375 683.7772216796875 683.77630615234375 664.77520751953125 659.7747802734375 655.7742919921875 655.77386474609375 657.77337646484375 662.77294921875 671.7724609375 683.77154541015625 685.7711181640625 689.7706298828125 695.77020263671875 706.76971435546875 719.769287109375 721.768798828125 717.76837158203125 705.7674560546875 698.7669677734375 691.76654052734375 687.76605224609375 685.765625 687.76513671875 691.76470947265625 705.7637939453125 706.7633056640625 701.76287841796875 694.76239013671875 686.761962890625 675.761474609375 665.76104736328125 661.76055908203125 659.7596435546875 658.758544921875 661.758056640625 663.75762939453125 664.75714111328125 661.7567138671875 658.7562255859375 656.75579833984375 659.7548828125 671.75439453125 688.75396728515625 704.75347900390625 717.7530517578125 727.7525634765625 738.75213623046875 745.75164794921875 748.750732421875 749.75030517578125 748.74981689453125 742.7493896484375 733.7489013671875 726.74847412109375 724.74798583984375 729.74755859375 754.74664306640625 763.74615478515625 767.7457275390625 766.7452392578125 767.74481201171875 768.74432373046875 767.743896484375 759.74298095703125 748.7418212890625 749.74139404296875 750.74090576171875 750.740478515625 753.739990234375 757.73956298828125 757.73907470703125 761.7381591796875 764.73773193359375 769.73724365234375 772.73681640625 772.73681640625 773.73590087890625 775.73541259765625 780.7349853515625 797.73406982421875 806.73358154296875 813.733154296875 815.732666015625 817.73223876953125 818.73175048828125 818.7313232421875 819.7308349609375 828.72991943359375 832.7294921875 834.72900390625 839.72857666015625 844.72808837890625 850.7276611328125 855.7271728515625 858.72674560546875 863.725830078125 862.72467041015625 865.72418212890625 869.7237548828125 872.7232666015625 874.72283935546875 876.72235107421875 873.721923828125 873.72100830078125 878.72052001953125 881.7200927734375 884.7196044921875 886.71917724609375 888.71868896484375 889.71826171875 889.71728515625 888.71685791015625 885.7164306640625 880.7159423828125 877.7154541015625 874.71502685546875 873.71453857421875 872.714111328125 876.71319580078125 881.71270751953125 888.7122802734375 893.7117919921875 896.71136474609375 902.71087646484375 909.71044921875 919.7099609375 934.70904541015625 945.7078857421875 949.70745849609375 955.70697021484375 961.70654296875 961.7060546875 957.70562744140625 949.70513916015625 931.7042236328125 935.70379638671875 942.70330810546875 952.702880859375 957.702392578125 963.70196533203125 974.70147705078125 980.7010498046875 993.70013427734375 998.69964599609375 1001.69921875 997.69873046875 985.6982421875 970.69781494140625 960.6973876953125 960.6964111328125 962.69598388671875 965.69549560546875 970.695068359375 974.694580078125 981.69415283203125 991.69366455078125 1001.6932373046875 1021.69232177734375 1041.691162109375 1051.690673828125 1060.690185546875 1066.6898193359375 1068.6893310546875 1067.6888427734375 1067.6883544921875 1064.6875 1057.68701171875 1052.6865234375 1052.68603515625 1050.6856689453125 1045.6851806640625 1044.6846923828125 1048.6842041015625 1044.683349609375 1040.682861328125 1042.682373046875 1057.6820068359375 1078.6815185546875 1100.6810302734375
|
||||
440.8199462890625 433.8194580078125 430.818389892578125 430.818389892578125 433.818115234375 442.81719970703125 447.816741943359375 450.8162841796875 455.815826416015625 462.81536865234375 468.814910888671875 478.814453125 490.813995361328125 500.813079833984375 506.8126220703125 512.8121337890625 517.81170654296875 523.811279296875 527.810791015625 530.81036376953125 535.80987548828125 544.8089599609375 556.80853271484375 563.80804443359375 572.8076171875 589.8065185546875 596.8060302734375 601.80560302734375 610.8046875 605.80419921875 599.80377197265625 592.80328369140625 586.8028564453125 582.8023681640625 578.80194091796875 576.80145263671875 576.800537109375 578.80010986328125 577.79962158203125 576.7991943359375 575.7987060546875 573.79827880859375 569.79779052734375 562.79736328125 550.79644775390625 547.79595947265625 547.7955322265625 552.7950439453125 564.79461669921875 571.794189453125 574.793701171875 577.793212890625 579.7923583984375 581.7918701171875 584.79144287109375 589.79095458984375 593.78985595703125 599.78936767578125 606.7889404296875 611.7884521484375 622.78753662109375 628.787109375 632.78662109375 637.78619384765625 641.78570556640625 645.7852783203125 652.7847900390625 659.78436279296875 673.783447265625 675.782958984375 675.78253173828125 676.7821044921875 676.7816162109375 678.7811279296875 680.78070068359375 686.77978515625 685.779296875 682.77886962890625 677.7784423828125 673.7779541015625 674.77752685546875 676.77703857421875 676.776611328125 671.77569580078125 664.77520751953125 659.7747802734375 655.7742919921875 651.773193359375 657.772705078125 664.77227783203125 672.77178955078125 679.7708740234375 683.77044677734375 688.76995849609375 697.76953125 707.76904296875 714.76861572265625 715.76812744140625 712.7677001953125 698.76678466796875 690.76629638671875 686.765869140625 682.765380859375 679.76495361328125 681.76446533203125 685.7640380859375 692.7635498046875 700.76263427734375 696.76220703125 692.76171875 685.76129150390625 676.76080322265625 664.7603759765625 658.7598876953125 655.75897216796875 658.758544921875 661.758056640625 663.75762939453125 653.7564697265625 651.75604248046875 649.75555419921875 648.755126953125 661.75421142578125 676.75372314453125 692.7532958984375 709.7528076171875 722.75238037109375 730.75189208984375 739.75146484375 743.7509765625 742.75006103515625 740.7496337890625 736.7491455078125 731.74871826171875 726.74822998046875 723.747802734375 722.747314453125 724.74688720703125 752.7459716796875 756.7454833984375 756.74505615234375 757.74456787109375 759.744140625 760.74365234375 761.74322509765625 757.74273681640625 748.7418212890625 749.74139404296875 750.74090576171875 750.740478515625 749.73931884765625 755.73883056640625 762.7384033203125 765.7379150390625 771.73699951171875 775.736572265625 776.736083984375 777.73565673828125 780.73516845703125 788.7347412109375 792.7342529296875 805.73333740234375 811.73291015625 814.732421875 816.73199462890625 818.73150634765625 819.7310791015625 818.7313232421875 818.7313232421875 827.729248046875 832.728759765625 834.72833251953125 839.72784423828125 844.7274169921875 848.7269287109375 853.72650146484375 857.72601318359375 861.72509765625 862.72467041015625 865.72418212890625 869.7237548828125 869.72259521484375 872.72210693359375 874.7216796875 873.72119140625 873.72027587890625 877.7198486328125 881.7193603515625 885.71893310546875 887.71844482421875 887.718017578125 887.717529296875 888.71710205078125 884.7161865234375 881.7156982421875 876.7152099609375 872.71478271484375 869.71435546875 870.7138671875 876.71337890625 888.71246337890625 892.7120361328125 899.7115478515625 904.71112060546875 909.71063232421875 915.710205078125 923.709716796875 932.70928955078125 943.7083740234375 945.7078857421875 949.70745849609375 955.70697021484375 961.705810546875 961.70538330078125 954.70489501953125 946.7044677734375 931.702392578125 934.70306396484375 943.70263671875 950.7021484375 957.70172119140625 963.70123291015625 969.7008056640625 978.7003173828125 991.69940185546875 996.69891357421875 999.698486328125 997.697998046875 990.69757080078125 979.69708251953125 971.6966552734375 969.6961669921875 979.69525146484375 986.69482421875 991.6943359375 993.69390869140625 997.69342041015625 1005.6929931640625 1015.6925048828125 1023.69207763671875 1041.691162109375 1051.690673828125 1060.690185546875 1069.6890869140625 1072.6885986328125 1074.6881103515625 1075.6876220703125 1076.686767578125 1076.686279296875 1073.685791015625 1077.6854248046875 1078.6849365234375 1076.6844482421875 1074.6839599609375 1068.68359375 1055.6826171875 1048.68212890625 1050.681640625 1051.6812744140625 1065.6807861328125 1094.6802978515625
|
||||
438.819305419921875 430.81884765625 430.818389892578125 433.81793212890625 440.817474365234375 451.816558837890625 457.81610107421875 458.815643310546875 461.815185546875 467.814727783203125 475.81427001953125 485.813812255859375 492.8133544921875 502.81243896484375 509.811981201171875 515.8115234375 520.81109619140625 524.81060791015625 529.8101806640625 534.8096923828125 538.80926513671875 552.808349609375 562.807861328125 571.80743408203125 580.80694580078125 589.8065185546875 596.8060302734375 601.80560302734375 607.80450439453125 596.8035888671875 589.8031005859375 582.80267333984375 576.80218505859375 571.8017578125 569.80126953125 569.80084228515625 569.80035400390625 572.7994384765625 573.79901123046875 572.79852294921875 570.798095703125 567.797607421875 563.79718017578125 559.79669189453125 546.7957763671875 544.794677734375 545.79486083984375 552.79443359375 558.7939453125 564.79351806640625 567.79302978515625 569.7926025390625 574.79168701171875 578.79119873046875 583.790771484375 587.790283203125 593.78985595703125 599.78936767578125 606.7889404296875 614.787841796875 627.78692626953125 631.78643798828125 637.7860107421875 644.7855224609375 649.78509521484375 653.78460693359375 656.7841796875 661.78369140625 669.78277587890625 668.7823486328125 668.7818603515625 669.78143310546875 670.78094482421875 672.780517578125 676.780029296875 681.77960205078125 681.7786865234375 676.7781982421875 670.77777099609375 666.77728271484375 667.77685546875 666.7763671875 667.77593994140625 664.77545166015625 653.7745361328125 650.77410888671875 649.77362060546875 651.773193359375 657.772705078125 664.77227783203125 667.7711181640625 679.77020263671875 683.769775390625 688.769287109375 694.76885986328125 703.76837158203125 710.7679443359375 710.7674560546875 705.76702880859375 689.76611328125 681.765625 676.76519775390625 673.76470947265625 671.7642822265625 673.7637939453125 679.76336669921875 686.76287841796875 693.761962890625 691.76153564453125 687.76104736328125 682.7606201171875 675.7601318359375 667.75970458984375 661.75921630859375 657.7587890625 654.75787353515625 653.75738525390625 654.7569580078125 653.7564697265625 651.75604248046875 649.75555419921875 648.755126953125 654.75396728515625 679.7530517578125 695.75262451171875 709.75213623046875 719.751708984375 728.751220703125 736.75079345703125 740.75030517578125 735.7493896484375 729.74896240234375 722.74847412109375 720.748046875 719.74755859375 716.74713134765625 715.74664306640625 719.7462158203125 738.7452392578125 740.74481201171875 742.744384765625 747.743896484375 751.743408203125 754.74298095703125 754.7425537109375 750.7420654296875 743.740478515625 743.74066162109375 745.740234375 745.740234375 749.73931884765625 755.73883056640625 762.7384033203125 781.73724365234375 783.736328125 783.73590087890625 785.73541259765625 789.7349853515625 796.7344970703125 799.73406982421875 804.73358154296875 808.733154296875 814.732177734375 816.73175048828125 818.7313232421875 820.7308349609375 820.7303466796875 821.72991943359375 821.72943115234375 825.72900390625 831.72808837890625 833.72760009765625 836.7271728515625 841.7266845703125 847.72625732421875 852.72576904296875 855.725341796875 859.72442626953125 859.72393798828125 862.7235107421875 866.7230224609375 869.72259521484375 872.72210693359375 874.7216796875 872.72052001953125 875.7196044921875 880.7191162109375 884.71868896484375 887.71820068359375 887.7177734375 888.71728515625 887.71685791015625 886.71636962890625 885.7154541015625 882.71502685546875 878.71453857421875 871.714111328125 864.713623046875 867.713134765625 878.71270751953125 884.71221923828125 898.7113037109375 905.71087646484375 910.71038818359375 915.7099609375 921.70947265625 927.70904541015625 935.70855712890625 942.7081298828125 948.70721435546875 952.70672607421875 959.706298828125 961.705810546875 961.70538330078125 954.70489501953125 946.7037353515625 931.70281982421875 931.702392578125 935.701904296875 941.701416015625 951.70098876953125 958.70050048828125 965.7000732421875 975.6995849609375 993.69866943359375 997.6982421875 998.69775390625 997.69732666015625 995.69683837890625 992.6964111328125 988.6959228515625 987.69549560546875 999.694580078125 1007.694091796875 1012.69366455078125 1016.69317626953125 1019.6927490234375 1023.6922607421875 1028.6917724609375 1035.6912841796875 1049.6904296875 1056.68994140625 1063.689453125 1069.6890869140625 1072.6885986328125 1074.6881103515625 1077.68701171875 1080.6865234375 1084.685546875 1084.68505859375 1082.6846923828125 1079.6842041015625 1079.6837158203125 1080.6832275390625 1079.682861328125 1076.682373046875 1066.681396484375 1068.6810302734375 1073.6805419921875 1092.6800537109375 1107.6795654296875
|
||||
433.81866455078125 429.818206787109375 428.8177490234375 435.817291259765625 442.81683349609375 448.816375732421875 461.815460205078125 471.81500244140625 474.814544677734375 478.8140869140625 486.813629150390625 493.81317138671875 499.812713623046875 507.811798095703125 508.81134033203125 516.8109130859375 522.8104248046875 525.80999755859375 528.80950927734375 534.80908203125 541.80859375 555.80767822265625 565.8072509765625 576.8067626953125 586.80633544921875 595.80584716796875 602.805419921875 608.804931640625 607.80450439453125 596.8035888671875 589.8031005859375 573.802001953125 567.80157470703125 563.80108642578125 562.8006591796875 562.8001708984375 563.79974365234375 564.798828125 564.79833984375 563.79791259765625 563.79742431640625 560.7969970703125 556.7965087890625 553.79608154296875 549.79559326171875 544.794677734375 547.79425048828125 549.79376220703125 553.7933349609375 558.7928466796875 563.79241943359375 568.79193115234375 574.79150390625 581.79058837890625 585.79010009765625 591.7896728515625 598.7891845703125 605.78875732421875 609.78826904296875 614.787841796875 627.78692626953125 631.78643798828125 644.78533935546875 652.78485107421875 656.784423828125 657.783935546875 660.78350830078125 663.78302001953125 662.7821044921875 660.78167724609375 660.78118896484375 661.78076171875 664.7802734375 672.77984619140625 676.77935791015625 680.7789306640625 674.77801513671875 669.77752685546875 661.777099609375 656.776611328125 656.77618408203125 656.77569580078125 654.7752685546875 652.7747802734375 648.77386474609375 647.7734375 648.77294921875 652.77252197265625 657.77203369140625 662.7716064453125 667.7711181640625 673.77069091796875 683.769775390625 688.769287109375 697.7681884765625 704.7677001953125 707.76727294921875 704.76678466796875 698.766357421875 680.76544189453125 672.76495361328125 668.7645263671875 664.7640380859375 664.76361083984375 669.76312255859375 676.7626953125 684.76220703125 687.76129150390625 685.7608642578125 680.7603759765625 676.75994873046875 672.75946044921875 668.759033203125 664.758544921875 661.75811767578125 653.7572021484375 648.7567138671875 646.75628662109375 644.75579833984375 644.75537109375 644.75537109375 646.75445556640625 654.75396728515625 679.7530517578125 695.75262451171875 713.75146484375 719.75103759765625 727.75054931640625 734.7501220703125 734.7496337890625 729.7491455078125 719.748291015625 714.747802734375 712.747314453125 711.74688720703125 711.74639892578125 713.7459716796875 717.7454833984375 722.74505615234375 732.744140625 734.74365234375 738.74322509765625 744.74273681640625 748.7423095703125 746.7418212890625 743.74139404296875 743.740478515625 747.739990234375 751.73956298828125 755.73907470703125 763.7386474609375 773.7381591796875 779.73773193359375 781.73724365234375 783.736328125 783.73590087890625 792.7347412109375 797.7342529296875 804.73382568359375 807.73333740234375 811.73291015625 816.732421875 823.73150634765625 824.7310791015625 824.7305908203125 824.73016357421875 824.72967529296875 824.729248046875 826.728759765625 828.72833251953125 832.7274169921875 833.7269287109375 836.7264404296875 842.72601318359375 848.7255859375 851.72509765625 853.724609375 855.72418212890625 857.7232666015625 860.7227783203125 863.72235107421875 866.72186279296875 869.721435546875 872.720947265625 872.72052001953125 875.7196044921875 880.7191162109375 883.71795654296875 884.717529296875 886.717041015625 886.71661376953125 885.71612548828125 885.7156982421875 883.71478271484375 881.71429443359375 876.7138671875 867.71337890625 862.71295166015625 863.71246337890625 872.7120361328125 883.7115478515625 899.71063232421875 908.71014404296875 913.709716796875 916.709228515625 920.70880126953125 925.70831298828125 932.7078857421875 940.7073974609375 947.70648193359375 950.7060546875 955.70556640625 960.70513916015625 958.70465087890625 955.7042236328125 946.7037353515625 936.70330810546875 931.702392578125 935.701904296875 938.70074462890625 948.70025634765625 958.6998291015625 966.6993408203125 975.69891357421875 986.69842529296875 998.697509765625 999.69708251953125 1000.69659423828125 1001.6961669921875 1004.6956787109375 1003.6951904296875 1003.69476318359375 1015.69384765625 1021.693359375 1024.69287109375 1027.6925048828125 1030.6920166015625 1033.6915283203125 1037.6910400390625 1039.690673828125 1052.689697265625 1056.689208984375 1063.6888427734375 1069.6883544921875 1073.6878662109375 1075.6873779296875 1077.68701171875 1080.6865234375 1084.685546875 1081.6844482421875 1078.6839599609375 1078.6834716796875 1080.6829833984375 1084.6826171875 1086.68212890625 1087.681640625 1084.6806640625 1087.6802978515625 1095.6798095703125 1103.6793212890625 1112.6788330078125
|
||||
433.81866455078125 429.818206787109375 428.8177490234375 433.816650390625 439.816192626953125 443.81573486328125 465.8148193359375 473.814361572265625 479.81390380859375 485.813446044921875 491.81298828125 499.812530517578125 505.81207275390625 508.811614990234375 510.810699462890625 515.81024169921875 520.809814453125 522.809326171875 525.80889892578125 531.80841064453125 539.8079833984375 546.8074951171875 564.80657958984375 575.80615234375 586.8056640625 595.80523681640625 602.80474853515625 604.8043212890625 602.8038330078125 589.80291748046875 582.802490234375 573.802001953125 567.80157470703125 563.80108642578125 558.79998779296875 557.799560546875 556.799072265625 556.79815673828125 556.7977294921875 556.7972412109375 554.79681396484375 551.79632568359375 547.7958984375 544.79541015625 542.79498291015625 543.7940673828125 547.7935791015625 552.7930908203125 557.79266357421875 562.792236328125 567.791748046875 574.791259765625 581.79083251953125 589.7899169921875 594.7894287109375 602.78900146484375 609.78857421875 616.7880859375 618.78759765625 619.78717041015625 623.7867431640625 636.7857666015625 644.78533935546875 652.78485107421875 656.784423828125 657.783935546875 649.7828369140625 651.78240966796875 652.78192138671875 651.781005859375 652.78057861328125 655.78009033203125 662.7796630859375 670.7791748046875 678.77874755859375 678.77825927734375 671.77734375 663.77691650390625 654.77642822265625 649.7760009765625 647.7755126953125 645.77508544921875 641.77459716796875 639.774169921875 642.77325439453125 645.77276611328125 646.7723388671875 652.7718505859375 657.7713623046875 660.77093505859375 664.7705078125 670.77001953125 682.76910400390625 688.76861572265625 697.7681884765625 704.7677001953125 707.76727294921875 698.76611328125 692.76568603515625 682.7652587890625 666.7642822265625 662.76385498046875 658.76336669921875 661.762939453125 669.762451171875 675.76202392578125 679.76153564453125 680.7611083984375 675.76019287109375 671.75970458984375 669.75927734375 666.7587890625 664.75836181640625 663.75787353515625 662.7574462890625 651.75653076171875 642.75604248046875 639.755615234375 640.755126953125 646.75469970703125 655.75421142578125 660.7537841796875 664.7532958984375 690.75238037109375 704.751953125 713.75146484375 719.75103759765625 727.75054931640625 737.7493896484375 730.74896240234375 723.74847412109375 711.74755859375 708.74713134765625 709.74664306640625 711.7462158203125 713.7457275390625 715.74530029296875 716.74481201171875 719.744384765625 727.74346923828125 729.74298095703125 730.7425537109375 734.7420654296875 736.74163818359375 735.74114990234375 735.74072265625 738.740234375 755.73931884765625 762.7388916015625 770.7384033203125 782.7379150390625 789.73748779296875 791.73699951171875 792.736572265625 792.736083984375 791.73516845703125 792.7347412109375 797.7342529296875 804.73382568359375 811.732666015625 813.732177734375 817.73175048828125 827.7308349609375 829.7303466796875 828.72991943359375 827.72943115234375 827.72900390625 828.728515625 830.72808837890625 831.72760009765625 832.7266845703125 835.72625732421875 837.72576904296875 842.725341796875 847.724853515625 850.72442626953125 853.72393798828125 854.7235107421875 858.7225341796875 860.72210693359375 862.7216796875 865.72119140625 869.720703125 871.72027587890625 872.71978759765625 874.7193603515625 881.71844482421875 883.71795654296875 884.717529296875 886.717041015625 886.71661376953125 884.7154541015625 883.7149658203125 883.71453857421875 876.713623046875 869.713134765625 861.71270751953125 857.71221923828125 861.7117919921875 871.7113037109375 878.7108154296875 897.70989990234375 909.70947265625 915.708984375 916.70855712890625 917.70806884765625 922.7076416015625 928.7071533203125 932.70672607421875 936.705810546875 942.705322265625 948.70489501953125 954.70440673828125 954.7039794921875 954.7034912109375 951.7030029296875 939.70257568359375 928.70166015625 930.701171875 938.70074462890625 948.70025634765625 958.6998291015625 973.69866943359375 979.69818115234375 985.69775390625 999.69677734375 1002.69635009765625 1005.69586181640625 1008.6954345703125 1009.6949462890625 1010.69451904296875 1012.69403076171875 1017.693603515625 1023.69268798828125 1023.69219970703125 1025.6917724609375 1029.6912841796875 1033.6907958984375 1036.6904296875 1040.68994140625 1045.689453125 1056.6884765625 1062.6881103515625 1066.6876220703125 1070.6871337890625 1072.6866455078125 1075.686279296875 1077.685791015625 1081.684814453125 1081.6844482421875 1078.6839599609375 1078.6834716796875 1080.6822509765625 1086.681884765625 1092.681396484375 1093.680908203125 1095.6800537109375 1105.6795654296875 1111.6790771484375 1116.6785888671875 1122.6781005859375
|
||||
431.818023681640625 428.816925048828125 428.817108154296875 433.816650390625 439.816192626953125 443.81573486328125 464.814178466796875 475.813720703125 483.813262939453125 490.81280517578125 496.812347412109375 499.8118896484375 502.811431884765625 505.81097412109375 511.81005859375 516.80963134765625 519.80914306640625 521.8087158203125 523.8082275390625 528.80780029296875 537.80731201171875 545.806884765625 561.80596923828125 571.80548095703125 582.8050537109375 592.8045654296875 601.80413818359375 601.80364990234375 595.80322265625 588.802734375 572.80181884765625 565.8013916015625 560.8009033203125 558.80047607421875 558.79998779296875 557.799560546875 556.799072265625 556.79864501953125 552.79705810546875 550.79656982421875 545.796142578125 542.795654296875 541.79522705078125 542.79473876953125 543.7943115234375 550.79339599609375 556.79290771484375 565.79248046875 571.7919921875 574.79156494140625 576.79107666015625 580.7906494140625 585.7901611328125 595.78924560546875 602.788818359375 612.788330078125 622.78790283203125 628.78741455078125 628.7869873046875 627.7864990234375 630.78607177734375 640.78515625 647.78466796875 652.78424072265625 652.78375244140625 650.7833251953125 649.7828369140625 651.78240966796875 652.78192138671875 643.78033447265625 650.7799072265625 657.7794189453125 665.77899169921875 674.77850341796875 679.778076171875 678.777587890625 672.77716064453125 655.7762451171875 647.7757568359375 642.77532958984375 639.77484130859375 635.7744140625 631.77392578125 629.77349853515625 636.7725830078125 641.7720947265625 646.77166748046875 650.77117919921875 655.770751953125 658.770263671875 663.76983642578125 667.76934814453125 684.7684326171875 693.76800537109375 701.76751708984375 705.76708984375 703.7666015625 698.76611328125 692.76568603515625 682.7652587890625 660.763671875 653.76318359375 649.7626953125 653.76226806640625 661.76177978515625 667.7613525390625 671.7608642578125 672.76043701171875 667.759521484375 666.759033203125 665.75860595703125 663.75811767578125 661.7576904296875 661.7572021484375 660.75677490234375 655.75628662109375 639.75537109375 638.75494384765625 644.75445556640625 653.7540283203125 662.7535400390625 671.75311279296875 680.75262451171875 690.752197265625 711.751220703125 716.75079345703125 724.7503662109375 734.7498779296875 737.7493896484375 730.74896240234375 723.74847412109375 705.7464599609375 705.7464599609375 709.7459716796875 714.74554443359375 718.74505615234375 721.74462890625 720.744140625 723.74371337890625 729.7427978515625 727.74346923828125 727.74346923828125 727.74346923828125 730.74090576171875 731.740478515625 735.739990234375 742.73956298828125 759.7386474609375 768.7381591796875 780.73773193359375 788.73724365234375 792.73681640625 793.736328125 793.73590087890625 793.73541259765625 801.7344970703125 802.73406982421875 806.73358154296875 810.733154296875 811.732666015625 813.732177734375 817.73175048828125 824.73126220703125 827.72967529296875 827.729248046875 828.728759765625 829.72833251953125 831.72784423828125 832.7274169921875 834.7269287109375 836.72601318359375 837.72552490234375 838.72509765625 841.724609375 844.72418212890625 847.72369384765625 849.7232666015625 852.7227783203125 861.72186279296875 863.721435546875 864.720947265625 866.72052001953125 870.72003173828125 872.7196044921875 873.7191162109375 875.7186279296875 880.71771240234375 881.71728515625 883.716796875 884.71636962890625 884.71588134765625 884.7154541015625 883.7149658203125 883.71453857421875 871.712890625 864.71246337890625 859.71197509765625 857.7115478515625 859.7110595703125 868.7105712890625 877.71014404296875 884.70965576171875 907.708740234375 914.70831298828125 915.70782470703125 916.7073974609375 919.7069091796875 925.70648193359375 929.70599365234375 931.70556640625 934.70465087890625 939.70416259765625 943.7037353515625 945.7032470703125 947.7027587890625 948.70233154296875 941.70184326171875 928.700927734375 929.70050048828125 937.70001220703125 950.6995849609375 965.6990966796875 973.69866943359375 979.69818115234375 985.69775390625 998.69610595703125 1002.69561767578125 1005.6951904296875 1009.6947021484375 1012.69427490234375 1013.69378662109375 1014.693359375 1016.69287109375 1018.69195556640625 1017.6915283203125 1020.6910400390625 1026.6905517578125 1033.6900634765625 1037.689697265625 1040.689208984375 1044.688720703125 1053.6878662109375 1059.6873779296875 1063.6868896484375 1066.6864013671875 1069.68603515625 1070.685546875 1070.68505859375 1073.6845703125 1077.6837158203125 1076.6832275390625 1076.6827392578125 1080.6822509765625 1086.681884765625 1092.681396484375 1093.680908203125 1099.6796875 1112.6788330078125 1116.6783447265625 1117.6778564453125 1121.677490234375
|
||||
429.8173828125 428.816925048828125 431.81646728515625 433.816009521484375 435.8155517578125 441.815093994140625 451.81463623046875 475.813720703125 483.813262939453125 490.81280517578125 497.81170654296875 499.811279296875 502.810791015625 503.810333251953125 510.809417724609375 513.8089599609375 517.80853271484375 521.80804443359375 523.8076171875 528.80712890625 538.80670166015625 544.80621337890625 558.8052978515625 568.80487060546875 580.80438232421875 589.803955078125 594.803466796875 593.80303955078125 588.80255126953125 581.8021240234375 564.80120849609375 558.80072021484375 555.80029296875 553.7998046875 552.79931640625 552.79888916015625 551.7984619140625 550.7979736328125 552.79705810546875 550.79656982421875 545.796142578125 532.7950439453125 537.7945556640625 545.79412841796875 551.79364013671875 555.793212890625 566.79229736328125 571.79180908203125 575.7913818359375 577.7908935546875 580.79046630859375 585.78997802734375 591.78955078125 598.7890625 611.78814697265625 618.7877197265625 627.7872314453125 632.78680419921875 634.78631591796875 636.785888671875 635.785400390625 639.78448486328125 641.7840576171875 642.7835693359375 640.7830810546875 637.78265380859375 637.78216552734375 637.78173828125 639.78125 643.78033447265625 650.7799072265625 657.7794189453125 669.7783203125 677.77789306640625 679.77740478515625 673.7769775390625 664.7764892578125 647.77557373046875 640.77508544921875 635.774658203125 631.774169921875 628.77374267578125 626.77325439453125 628.7728271484375 632.7723388671875 642.77142333984375 646.77099609375 651.7705078125 654.77008056640625 662.76959228515625 668.7691650390625 676.7686767578125 683.76824951171875 697.767333984375 703.766845703125 703.76641845703125 698.76593017578125 692.7655029296875 682.7650146484375 672.76458740234375 660.763671875 653.76318359375 649.7626953125 652.7615966796875 657.7611083984375 661.76068115234375 662.76019287109375 662.759765625 658.75885009765625 658.75836181640625 658.7579345703125 655.7574462890625 655.75701904296875 657.75653076171875 656.756103515625 652.755615234375 638.75469970703125 636.7542724609375 641.7537841796875 651.75335693359375 663.75286865234375 674.75244140625 684.751953125 689.75146484375 711.75054931640625 721.7501220703125 730.7496337890625 734.74920654296875 729.74871826171875 722.748291015625 716.747802734375 708.74737548828125 705.7464599609375 709.7459716796875 714.74554443359375 732.744384765625 736.743896484375 738.74346923828125 738.74298095703125 739.7425537109375 742.74163818359375 743.74114990234375 746.74072265625 744.740234375 741.73980712890625 743.73931884765625 749.7388916015625 763.73797607421875 774.73748779296875 784.737060546875 789.736572265625 791.736083984375 791.73565673828125 791.73516845703125 793.7347412109375 804.73382568359375 806.73333740234375 805.73291015625 808.732421875 811.73199462890625 814.73150634765625 816.7310791015625 819.7305908203125 827.72967529296875 827.729248046875 828.728759765625 827.72760009765625 830.7271728515625 834.7266845703125 837.72625732421875 839.72576904296875 841.724853515625 842.724365234375 843.72393798828125 845.72344970703125 844.7230224609375 846.7225341796875 851.72210693359375 858.72161865234375 866.720703125 865.72027587890625 865.71978759765625 869.7193603515625 872.7188720703125 876.71844482421875 878.71795654296875 880.717041015625 881.716552734375 882.71612548828125 883.71563720703125 883.7152099609375 883.7147216796875 882.71429443359375 880.71380615234375 871.712890625 864.71246337890625 859.71197509765625 852.7108154296875 857.71038818359375 867.70989990234375 878.70947265625 888.708984375 908.70806884765625 911.70758056640625 914.7071533203125 914.7066650390625 917.70623779296875 922.70574951171875 927.705322265625 927.704833984375 925.70391845703125 928.7034912109375 932.7030029296875 933.7025146484375 930.70208740234375 933.70159912109375 930.701171875 925.70068359375 931.69976806640625 944.6993408203125 960.6988525390625 972.69842529296875 976.69793701171875 981.697509765625 986.697021484375 991.696533203125 1002.69561767578125 1005.6951904296875 1008.69403076171875 1009.69354248046875 1008.693115234375 1008.692626953125 1012.692138671875 1013.69122314453125 1014.6907958984375 1017.6903076171875 1023.68988037109375 1031.689453125 1036.68896484375 1037.6884765625 1040.68798828125 1047.6871337890625 1051.6866455078125 1054.6861572265625 1057.6856689453125 1061.685302734375 1063.684814453125 1067.684326171875 1070.683837890625 1072.6829833984375 1071.6824951171875 1073.6820068359375 1078.6815185546875 1087.68115234375 1095.6806640625 1098.68017578125 1099.6796875 1112.6788330078125 1116.6783447265625 1113.6771240234375 1117.6767578125
|
||||
428.816131591796875 429.816314697265625 434.81585693359375 434.815399169921875 436.81494140625 440.814483642578125 454.81402587890625 481.8131103515625 491.8126220703125 496.81219482421875 497.81170654296875 499.811279296875 502.810791015625 502.8096923828125 504.80926513671875 511.808319091796875 518.807861328125 520.80743408203125 522.80694580078125 528.8065185546875 536.8060302734375 542.80560302734375 550.80511474609375 562.80419921875 571.80377197265625 579.80328369140625 584.8028564453125 584.8023681640625 580.80194091796875 573.80145263671875 555.800537109375 549.800048828125 548.79962158203125 546.79913330078125 544.7987060546875 545.7982177734375 545.79779052734375 546.79730224609375 547.79638671875 541.79595947265625 535.79547119140625 532.7950439453125 537.7945556640625 545.79412841796875 553.79302978515625 558.79254150390625 569.7916259765625 573.79119873046875 575.79071044921875 578.790283203125 584.789794921875 591.789306640625 599.78887939453125 606.7884521484375 614.7874755859375 619.78704833984375 624.78656005859375 630.7861328125 637.78564453125 638.78521728515625 632.78472900390625 631.7843017578125 631.78338623046875 628.78289794921875 625.782470703125 625.781982421875 626.78155517578125 627.78106689453125 629.7806396484375 639.77972412109375 647.77923583984375 658.77880859375 669.7783203125 677.77789306640625 679.77740478515625 667.77630615234375 658.77581787109375 643.77490234375 634.77447509765625 626.77398681640625 621.7735595703125 619.7730712890625 621.77264404296875 625.77215576171875 635.771728515625 645.770751953125 648.77032470703125 652.76983642578125 660.7694091796875 669.7689208984375 677.76849365234375 685.76800537109375 691.767578125 700.76666259765625 701.76617431640625 697.7657470703125 690.7652587890625 682.76483154296875 672.76434326171875 667.763916015625 661.763427734375 647.76251220703125 647.7620849609375 652.7615966796875 657.7611083984375 661.76068115234375 662.76019287109375 653.75909423828125 652.75860595703125 650.7576904296875 649.75726318359375 650.75677490234375 653.75634765625 654.755859375 650.75543212890625 643.75494384765625 632.7540283203125 631.75360107421875 637.75311279296875 649.752685546875 661.752197265625 676.751708984375 685.75128173828125 687.75079345703125 711.7498779296875 720.74945068359375 723.74896240234375 722.74853515625 721.748046875 716.74761962890625 710.74713134765625 704.7467041015625 707.74578857421875 716.74530029296875 725.744873046875 732.744384765625 736.743896484375 738.74346923828125 749.7423095703125 750.74188232421875 756.740966796875 760.740478515625 763.74005126953125 762.73956298828125 759.7391357421875 758.7386474609375 760.7381591796875 765.73773193359375 780.73681640625 785.736328125 787.73590087890625 787.73541259765625 786.7349853515625 789.7344970703125 794.73406982421875 802.733154296875 802.732666015625 802.73223876953125 806.73175048828125 812.7313232421875 813.7308349609375 812.7303466796875 813.72991943359375 823.72900390625 826.728515625 827.72808837890625 827.72760009765625 830.7271728515625 834.7266845703125 839.72552490234375 841.72509765625 844.72418212890625 844.72369384765625 845.7232666015625 845.7227783203125 844.72235107421875 844.72186279296875 848.721435546875 855.720947265625 861.72003173828125 861.71954345703125 862.7191162109375 865.7186279296875 870.71820068359375 874.71771240234375 878.71728515625 881.716796875 883.71588134765625 883.7154541015625 883.7149658203125 883.7144775390625 882.71405029296875 881.71356201171875 876.713134765625 873.712646484375 860.71173095703125 855.7113037109375 852.7108154296875 857.71038818359375 867.70989990234375 876.708740234375 887.708251953125 900.70733642578125 903.7069091796875 909.7064208984375 913.70599365234375 917.70550537109375 921.705078125 923.70458984375 921.70416259765625 917.7032470703125 920.7027587890625 919.7022705078125 917.70184326171875 915.70135498046875 913.700927734375 916.700439453125 917.70001220703125 934.6990966796875 947.6986083984375 958.6981201171875 965.69769287109375 972.69720458984375 979.69677734375 985.6962890625 991.69586181640625 1000.6949462890625 1004.6944580078125 1008.69403076171875 1009.69354248046875 1008.693115234375 1002.69189453125 1006.69146728515625 1009.69097900390625 1014.6900634765625 1018.68963623046875 1024.689208984375 1028.688720703125 1029.688232421875 1031.687744140625 1035.687255859375 1040.6864013671875 1042.6859130859375 1044.6854248046875 1050.68505859375 1056.6845703125 1059.68408203125 1063.68359375 1069.68310546875 1068.6822509765625 1068.6817626953125 1072.6812744140625 1078.680908203125 1086.680419921875 1092.679931640625 1095.679443359375 1098.678955078125 1111.6781005859375 1112.6776123046875 1113.6771240234375 1117.6767578125
|
||||
428.816131591796875 431.815673828125 436.815216064453125 436.81475830078125 437.814300537109375 447.8138427734375 459.813385009765625 483.812469482421875 495.81201171875 498.811553955078125 499.81109619140625 499.810638427734375 500.8101806640625 502.8096923828125 504.80926513671875 511.808319091796875 516.8072509765625 520.8067626953125 521.80633544921875 527.80584716796875 533.805419921875 538.804931640625 544.80450439453125 558.8035888671875 564.8031005859375 570.80267333984375 572.80218505859375 572.8017578125 570.80126953125 561.80078125 552.80035400390625 542.7994384765625 540.7989501953125 537.79852294921875 534.79803466796875 533.797607421875 533.797119140625 535.79669189453125 537.79620361328125 533.7952880859375 528.79486083984375 529.79437255859375 536.7939453125 548.79345703125 553.79302978515625 558.79254150390625 569.7916259765625 571.79052734375 573.7900390625 577.78961181640625 586.78912353515625 595.7886962890625 603.7882080078125 609.78778076171875 622.786865234375 629.786376953125 638.78594970703125 640.78546142578125 640.7850341796875 636.7845458984375 629.78411865234375 624.78363037109375 619.78271484375 616.78228759765625 613.78179931640625 613.7813720703125 617.7808837890625 621.7803955078125 629.77996826171875 638.77947998046875 652.778564453125 663.77813720703125 671.77764892578125 677.7772216796875 675.7767333984375 667.77630615234375 658.77581787109375 651.775390625 634.77447509765625 619.7733154296875 613.77288818359375 614.77239990234375 618.77197265625 625.771484375 635.77105712890625 646.7701416015625 651.7696533203125 659.76922607421875 668.76873779296875 676.768310546875 683.767822265625 691.767333984375 696.76690673828125 698.7659912109375 694.7655029296875 687.76507568359375 680.76458740234375 672.76416015625 664.763671875 658.76324462890625 655.76275634765625 644.7618408203125 645.76141357421875 649.76092529296875 653.760498046875 655.760009765625 654.759521484375 653.75909423828125 652.75860595703125 650.7576904296875 646.756591796875 648.756103515625 651.75567626953125 649.75518798828125 642.7547607421875 634.7542724609375 629.75384521484375 628.7529296875 636.75244140625 650.751953125 662.75152587890625 672.75103759765625 682.7506103515625 688.7501220703125 697.74969482421875 715.748779296875 716.748291015625 718.74786376953125 719.74737548828125 716.7469482421875 710.7464599609375 703.74603271484375 711.7451171875 729.74462890625 740.744140625 747.74371337890625 749.74322509765625 749.7427978515625 749.7423095703125 750.74188232421875 756.740966796875 764.73980712890625 767.73931884765625 769.7388916015625 767.7384033203125 764.73797607421875 765.73748779296875 769.737060546875 780.73614501953125 783.73565673828125 784.7352294921875 784.7347412109375 785.73431396484375 791.73382568359375 798.73333740234375 801.73291015625 802.73199462890625 802.73150634765625 806.7310791015625 808.7305908203125 809.73016357421875 810.72967529296875 814.729248046875 820.728759765625 824.72784423828125 825.7274169921875 827.7269287109375 831.7264404296875 835.72601318359375 839.72552490234375 841.72509765625 844.72418212890625 844.7230224609375 844.7225341796875 843.72210693359375 843.72161865234375 845.72119140625 848.720703125 852.72027587890625 856.7193603515625 858.7188720703125 862.7183837890625 867.71795654296875 871.71746826171875 873.717041015625 876.716552734375 880.71612548828125 884.7152099609375 883.7147216796875 882.7142333984375 882.71380615234375 881.71331787109375 879.712890625 873.71240234375 867.71197509765625 855.7110595703125 850.7105712890625 852.71014404296875 856.70965576171875 864.709228515625 876.708740234375 887.708251953125 898.70782470703125 897.7061767578125 904.70574951171875 911.70526123046875 917.704833984375 922.704345703125 922.70391845703125 917.70343017578125 908.7030029296875 906.7020263671875 906.70159912109375 906.70111083984375 904.70068359375 905.7001953125 908.69976806640625 916.69927978515625 934.6983642578125 942.6978759765625 949.69744873046875 954.69696044921875 963.696533203125 974.696044921875 982.69561767578125 989.69512939453125 997.6942138671875 999.6937255859375 1001.69329833984375 1000.69281005859375 1000.6923828125 1002.69189453125 1006.69146728515625 1009.69097900390625 1014.6900634765625 1014.68890380859375 1019.68841552734375 1019.68798828125 1021.6875 1025.68701171875 1031.6866455078125 1033.6861572265625 1034.6851806640625 1038.6846923828125 1045.684326171875 1051.683837890625 1055.683349609375 1057.682861328125 1062.6824951171875 1066.6820068359375 1067.6810302734375 1071.6805419921875 1077.68017578125 1082.6796875 1087.67919921875 1090.6787109375 1094.6783447265625 1105.6773681640625 1109.6768798828125 1112.676513671875 1114.676025390625
|
||||
427.81549072265625 428.815032958984375 430.8145751953125 432.814117431640625 439.81365966796875 449.813201904296875 461.812744140625 472.812286376953125 491.811370849609375 496.8109130859375 497.810455322265625 496.80999755859375 497.809539794921875 499.80908203125 503.808624267578125 511.80767822265625 516.8072509765625 520.8067626953125 521.80633544921875 527.80523681640625 532.80474853515625 535.8043212890625 539.8038330078125 552.80291748046875 557.802490234375 558.802001953125 559.801513671875 559.80108642578125 554.80059814453125 547.8001708984375 545.7996826171875 536.79876708984375 535.79833984375 530.7978515625 525.79742431640625 524.79693603515625 522.7965087890625 521.7960205078125 524.79559326171875 527.794677734375 527.794189453125 531.79376220703125 544.79327392578125 552.7928466796875 557.7923583984375 562.7918701171875 566.79144287109375 571.79052734375 573.7900390625 577.78961181640625 586.78912353515625 596.78802490234375 604.78759765625 611.787109375 629.78619384765625 642.7857666015625 645.7852783203125 645.7847900390625 641.78436279296875 633.78387451171875 624.783447265625 615.782958984375 609.78204345703125 604.7816162109375 606.7811279296875 610.78070068359375 612.78021240234375 618.77978515625 628.779296875 640.77886962890625 660.7779541015625 667.7774658203125 672.7769775390625 673.77655029296875 670.77606201171875 662.775634765625 653.775146484375 645.77471923828125 628.7738037109375 619.7733154296875 613.77288818359375 614.77239990234375 618.77130126953125 628.77081298828125 638.7703857421875 645.7698974609375 656.76898193359375 663.7685546875 669.76806640625 678.76763916015625 688.76715087890625 696.7667236328125 697.7662353515625 695.7657470703125 687.76483154296875 680.764404296875 673.763916015625 664.76348876953125 656.76300048828125 651.7625732421875 648.7620849609375 640.76116943359375 639.7607421875 643.76025390625 649.75982666015625 651.75933837890625 650.7589111328125 650.7584228515625 649.7579345703125 647.75701904296875 646.756591796875 648.756103515625 651.75567626953125 640.7545166015625 635.75408935546875 629.75360107421875 626.753173828125 630.752197265625 639.75177001953125 647.75128173828125 653.7508544921875 663.7503662109375 673.74993896484375 680.74945068359375 689.7490234375 705.74810791015625 707.74761962890625 706.7471923828125 706.7467041015625 703.7462158203125 698.74578857421875 695.74530029296875 700.744873046875 728.74395751953125 740.74346923828125 746.7430419921875 749.7425537109375 751.74212646484375 752.74163818359375 752.7412109375 759.74029541015625 764.73980712890625 767.73931884765625 769.7388916015625 773.73773193359375 772.7373046875 770.73681640625 772.73638916015625 782.7354736328125 783.7349853515625 783.7344970703125 785.73406982421875 788.73358154296875 794.733154296875 798.732666015625 800.73223876953125 800.7313232421875 802.7308349609375 804.7303466796875 806.72991943359375 808.72943115234375 813.72900390625 817.728515625 819.72808837890625 822.7271728515625 825.7266845703125 829.72625732421875 833.72576904296875 838.725341796875 840.724853515625 841.724365234375 842.72393798828125 844.7230224609375 844.7225341796875 843.72210693359375 841.720947265625 844.720458984375 847.72003173828125 850.71954345703125 851.7191162109375 856.71820068359375 862.71771240234375 869.71722412109375 874.716796875 874.71630859375 878.71588134765625 882.71539306640625 882.7144775390625 882.71405029296875 880.71356201171875 879.713134765625 880.712646484375 876.712158203125 869.71173095703125 861.71124267578125 847.7103271484375 846.70989990234375 850.70941162109375 855.708984375 864.70849609375 874.7080078125 885.70758056640625 890.70709228515625 897.7061767578125 904.70574951171875 911.70526123046875 917.704833984375 919.70367431640625 919.70318603515625 912.7027587890625 901.7022705078125 896.70135498046875 897.70086669921875 897.700439453125 898.699951171875 899.69952392578125 905.69903564453125 912.6986083984375 921.6981201171875 934.69720458984375 942.69671630859375 949.6962890625 956.69580078125 968.69537353515625 977.69488525390625 983.6944580078125 991.6934814453125 994.69305419921875 994.69256591796875 995.692138671875 996.691650390625 999.69122314453125 1001.69073486328125 1003.6903076171875 1009.6893310546875 1014.68890380859375 1019.68841552734375 1019.68798828125 1013.68682861328125 1017.68634033203125 1022.68585205078125 1026.6854248046875 1028.6844482421875 1032.68408203125 1041.68359375 1049.68310546875 1053.6826171875 1058.68212890625 1063.6817626953125 1064.6812744140625 1065.6802978515625 1069.679931640625 1075.679443359375 1081.678955078125 1082.678466796875 1086.677978515625 1092.6776123046875 1098.6771240234375 1110.6761474609375 1112.67578125 1113.67529296875
|
||||
426.814849853515625 423.81439208984375 422.813934326171875 429.8134765625 438.813018798828125 450.81256103515625 461.812103271484375 470.8116455078125 487.81072998046875 491.810272216796875 492.809814453125 494.809356689453125 497.80889892578125 502.808441162109375 504.8079833984375 506.807525634765625 514.80657958984375 517.80615234375 521.8056640625 527.80523681640625 532.80474853515625 535.8043212890625 539.8038330078125 541.802734375 547.80181884765625 550.8013916015625 552.8009033203125 551.8004150390625 546.79998779296875 541.79949951171875 540.799072265625 531.79815673828125 526.79766845703125 520.7972412109375 518.7967529296875 514.79632568359375 512.79583740234375 512.79541015625 515.794921875 520.79400634765625 522.7935791015625 528.7930908203125 539.7926025390625 551.79217529296875 561.79168701171875 566.791259765625 567.790771484375 570.78985595703125 574.7894287109375 579.7889404296875 586.78851318359375 596.78802490234375 604.78759765625 611.787109375 623.7860107421875 642.78509521484375 644.78460693359375 642.7841796875 634.78369140625 624.78326416015625 615.78277587890625 606.7823486328125 600.7818603515625 597.78094482421875 605.780517578125 612.780029296875 615.779541015625 617.77911376953125 625.77862548828125 640.7781982421875 661.77728271484375 666.77679443359375 668.7763671875 667.77587890625 664.77545166015625 656.77496337890625 647.7745361328125 639.7740478515625 620.77313232421875 611.772705078125 609.772216796875 611.771728515625 618.77130126953125 628.77081298828125 638.7703857421875 645.76922607421875 656.768310546875 664.76788330078125 671.76739501953125 681.7669677734375 691.7664794921875 696.76605224609375 694.76556396484375 689.76513671875 681.76416015625 674.76373291015625 666.76324462890625 657.7628173828125 649.7623291015625 645.76190185546875 642.76141357421875 639.760986328125 637.76007080078125 642.75958251953125 646.7591552734375 647.7586669921875 646.7581787109375 645.75775146484375 644.75726318359375 643.7568359375 643.75592041015625 644.75543212890625 643.7550048828125 640.7545166015625 635.75408935546875 629.75360107421875 624.75250244140625 630.7515869140625 636.7510986328125 639.7506103515625 645.75018310546875 653.74969482421875 658.749267578125 667.748779296875 678.74835205078125 690.7474365234375 691.7469482421875 689.7464599609375 690.74603271484375 690.74554443359375 688.7451171875 693.74462890625 706.74420166015625 729.7432861328125 738.7427978515625 743.74237060546875 748.74188232421875 752.741455078125 754.740966796875 754.740478515625 754.74005126953125 762.7391357421875 768.7386474609375 773.73822021484375 773.73773193359375 772.7373046875 770.73681640625 772.73638916015625 780.7352294921875 782.73431396484375 783.73382568359375 788.7333984375 793.73291015625 795.73248291015625 798.73199462890625 799.73150634765625 799.73150634765625 799.73150634765625 801.72967529296875 804.729248046875 809.728759765625 813.72833251953125 815.72784423828125 817.7274169921875 823.7264404296875 828.72601318359375 834.72552490234375 837.72509765625 838.724609375 838.72418212890625 839.72369384765625 840.7232666015625 841.7222900390625 840.72186279296875 840.72137451171875 841.720947265625 844.720458984375 847.72003173828125 850.71954345703125 848.7183837890625 854.71746826171875 864.717041015625 872.716552734375 874.716064453125 877.71563720703125 879.71514892578125 879.7147216796875 879.7142333984375 879.71331787109375 876.712890625 875.71240234375 878.71197509765625 874.71148681640625 864.71099853515625 858.7105712890625 850.7100830078125 845.70916748046875 849.708740234375 857.708251953125 866.70782470703125 875.70733642578125 883.70684814453125 891.7064208984375 899.70550537109375 904.70501708984375 910.70458984375 915.7041015625 919.70367431640625 919.70318603515625 912.7027587890625 902.7015380859375 894.70062255859375 893.69879150390625 893.69970703125 895.69927978515625 899.69879150390625 903.6983642578125 908.6978759765625 914.6973876953125 929.69647216796875 936.696044921875 944.695556640625 956.69512939453125 965.69464111328125 973.69415283203125 978.6937255859375 982.6932373046875 989.69232177734375 989.69189453125 990.69140625 992.69097900390625 995.69049072265625 995.69000244140625 997.6895751953125 1000.6890869140625 1003.68817138671875 1005.687744140625 1009.687255859375 1013.68682861328125 1017.68634033203125 1022.68585205078125 1019.6846923828125 1029.683837890625 1036.683349609375 1043.682861328125 1049.682373046875 1054.681884765625 1059.6815185546875 1061.6810302734375 1060.6805419921875 1059.6795654296875 1063.67919921875 1069.6787109375 1075.67822265625 1080.677734375 1085.6773681640625 1091.6768798828125 1097.6763916015625 1108.6754150390625 1110.675048828125 1108.674560546875
|
||||
422.814239501953125 421.8114013671875 422.81329345703125 428.812835693359375 435.8123779296875 446.811920166015625 457.81146240234375 466.811004638671875 484.810089111328125 487.80963134765625 488.809173583984375 490.8087158203125 497.808258056640625 501.80780029296875 503.807342529296875 504.806884765625 509.80596923828125 512.80548095703125 518.8050537109375 527.8045654296875 531.80413818359375 534.80364990234375 537.80322265625 541.802734375 547.80181884765625 550.8013916015625 545.80023193359375 545.7998046875 540.79931640625 533.79888916015625 531.79840087890625 529.7979736328125 519.79705810546875 516.79656982421875 509.796112060546875 504.795654296875 505.795196533203125 507.79473876953125 511.794281005859375 518.7933349609375 521.79290771484375 530.79241943359375 541.7919921875 556.79150390625 563.79107666015625 565.79058837890625 564.7901611328125 570.78924560546875 576.78875732421875 583.788330078125 590.787841796875 600.78741455078125 610.78692626953125 617.78643798828125 623.7860107421875 642.78509521484375 644.78460693359375 634.78350830078125 625.7830810546875 617.7825927734375 607.7821044921875 597.78167724609375 591.78118896484375 591.7802734375 601.77984619140625 611.77935791015625 617.7789306640625 618.7784423828125 625.77801513671875 639.77752685546875 651.777099609375 658.776123046875 660.77569580078125 661.77520751953125 658.7747802734375 650.7742919921875 642.77386474609375 633.77337646484375 624.77294921875 609.77203369140625 607.77154541015625 610.7711181640625 620.7706298828125 631.7701416015625 641.76971435546875 645.76922607421875 656.768310546875 664.76788330078125 671.7667236328125 678.76629638671875 687.76580810546875 690.765380859375 687.764892578125 683.76446533203125 674.7635498046875 666.7630615234375 657.7625732421875 647.76214599609375 642.76165771484375 639.76123046875 637.7607421875 636.76031494140625 636.7593994140625 639.7589111328125 641.75848388671875 641.75799560546875 641.757568359375 640.757080078125 638.756591796875 637.75616455078125 637.7552490234375 633.7547607421875 627.75433349609375 626.75384521484375 626.75341796875 625.7529296875 624.75250244140625 624.75201416015625 636.7510986328125 639.7506103515625 638.74951171875 645.7490234375 651.74859619140625 656.74810791015625 663.7476806640625 674.7467041015625 676.74627685546875 677.74578857421875 678.745361328125 682.744873046875 689.74444580078125 706.74395751953125 717.7435302734375 735.74261474609375 741.74212646484375 746.74169921875 750.7412109375 753.74072265625 755.74029541015625 755.73980712890625 754.7393798828125 763.73846435546875 769.73797607421875 773.737548828125 775.737060546875 775.736572265625 774.73614501953125 776.73565673828125 780.7352294921875 782.73431396484375 783.73382568359375 789.732666015625 793.73223876953125 796.73175048828125 798.7313232421875 800.7308349609375 800.73040771484375 800.7294921875 801.72900390625 804.728515625 809.72808837890625 814.72760009765625 816.7271728515625 819.7266845703125 824.72625732421875 833.725341796875 837.724853515625 837.724365234375 836.72393798828125 836.72344970703125 837.7230224609375 838.7225341796875 838.72161865234375 838.72119140625 839.720703125 840.72021484375 843.71978759765625 846.71929931640625 849.7188720703125 848.7183837890625 854.71746826171875 864.717041015625 870.71588134765625 872.71539306640625 872.7149658203125 875.7144775390625 877.7139892578125 877.71356201171875 877.712646484375 875.712158203125 875.71173095703125 875.71124267578125 872.7108154296875 864.7103271484375 857.7098388671875 850.70941162109375 844.70849609375 848.7080078125 854.70758056640625 864.70709228515625 875.7066650390625 884.7061767578125 892.7056884765625 899.70526123046875 909.704345703125 913.703857421875 916.70343017578125 918.70294189453125 918.7025146484375 911.7020263671875 902.7015380859375 896.70111083984375 893.69879150390625 893.69879150390625 898.69854736328125 903.69805908203125 906.6976318359375 912.6971435546875 919.69671630859375 926.69580078125 931.6953125 942.69482421875 953.69439697265625 963.69390869140625 970.6934814453125 974.6929931640625 977.69256591796875 984.691650390625 986.691162109375 987.690673828125 987.69024658203125 985.68975830078125 986.6893310546875 989.6888427734375 991.68841552734375 990.6875 991.68701171875 995.6865234375 999.68609619140625 1005.68560791015625 1012.6851806640625 1019.6846923828125 1025.6842041015625 1036.683349609375 1043.68212890625 1047.681640625 1051.68115234375 1056.6807861328125 1056.6802978515625 1055.6798095703125 1054.6793212890625 1059.678466796875 1066.677978515625 1072.677490234375 1078.677001953125 1084.6766357421875 1089.6761474609375 1095.6756591796875 1102.6748046875 1105.67431640625 1105.673828125
|
||||
427.814056396484375 421.8114013671875 421.8114013671875 427.812225341796875 437.811767578125 446.811279296875 455.810821533203125 463.81036376953125 480.8094482421875 483.808990478515625 484.80853271484375 489.808074951171875 492.8076171875 496.807159423828125 499.80670166015625 502.806243896484375 507.805328369140625 509.80487060546875 516.80438232421875 522.803955078125 527.803466796875 532.80303955078125 533.80255126953125 533.8021240234375 539.8011474609375 542.80072021484375 545.80023193359375 545.7998046875 540.79931640625 525.7982177734375 524.79779052734375 520.79730224609375 512.79638671875 508.795928955078125 502.79547119140625 502.795013427734375 507.7945556640625 513.7940673828125 520.79364013671875 525.79315185546875 539.792236328125 547.79180908203125 558.79132080078125 563.7908935546875 564.7904052734375 561.78997802734375 560.78948974609375 561.7890625 578.7880859375 586.78765869140625 593.78717041015625 604.7867431640625 617.7862548828125 624.78582763671875 629.78533935546875 639.784423828125 640.78399658203125 634.78350830078125 625.7830810546875 617.7825927734375 599.781494140625 589.781005859375 586.78057861328125 589.7796630859375 597.7791748046875 608.7786865234375 616.77825927734375 622.77777099609375 629.77734375 638.77685546875 645.77642822265625 643.7755126953125 644.7750244140625 648.77459716796875 648.77410888671875 643.773681640625 634.773193359375 625.772705078125 616.77227783203125 604.7713623046875 603.7708740234375 607.77044677734375 614.76995849609375 625.76953125 634.76904296875 639.76861572265625 644.76812744140625 666.7672119140625 671.7667236328125 678.76629638671875 687.76580810546875 690.765380859375 678.76422119140625 673.7637939453125 669.7633056640625 657.76239013671875 650.761962890625 642.761474609375 636.760986328125 633.76055908203125 632.76007080078125 632.7596435546875 633.75872802734375 634.75823974609375 633.7578125 633.75732421875 635.75689697265625 636.75640869140625 634.7559814453125 632.7554931640625 628.75457763671875 617.75408935546875 613.7518310546875 613.7518310546875 620.75274658203125 621.75225830078125 619.7518310546875 619.7513427734375 630.75042724609375 634.74993896484375 638.74951171875 645.7490234375 651.74859619140625 643.7474365234375 648.74700927734375 655.74652099609375 663.74560546875 665.7451171875 669.74468994140625 682.74420166015625 703.7437744140625 718.7432861328125 725.74285888671875 733.74237060546875 742.741455078125 744.740966796875 748.74053955078125 751.74005126953125 752.7396240234375 752.7391357421875 752.73870849609375 762.73779296875 765.7373046875 769.73681640625 773.73638916015625 775.73590087890625 774.7354736328125 775.7349853515625 778.73455810546875 780.733642578125 784.733154296875 789.732666015625 793.73223876953125 796.73175048828125 795.7305908203125 797.73016357421875 801.72967529296875 803.728759765625 805.72833251953125 807.72784423828125 811.7274169921875 814.7269287109375 816.7264404296875 818.72601318359375 824.72552490234375 832.724609375 833.72418212890625 834.72369384765625 834.7232666015625 835.7227783203125 836.7222900390625 836.72186279296875 837.72137451171875 837.720458984375 838.72003173828125 840.71954345703125 843.7191162109375 846.7186279296875 848.7181396484375 850.71771240234375 852.71722412109375 866.71630859375 870.71588134765625 872.71539306640625 872.7149658203125 872.71380615234375 875.71331787109375 876.71282958984375 877.7119140625 878.71148681640625 877.71099853515625 876.7105712890625 866.7100830078125 855.7095947265625 849.70916748046875 845.70867919921875 840.707763671875 844.70733642578125 853.70684814453125 867.7064208984375 877.7059326171875 884.7054443359375 892.70501708984375 898.70452880859375 909.70361328125 914.70318603515625 916.70269775390625 918.7022705078125 919.7017822265625 916.7012939453125 909.70086669921875 903.70037841796875 893.69879150390625 893.69879150390625 898.69854736328125 903.69805908203125 918.6968994140625 927.69647216796875 932.69598388671875 934.695556640625 941.694580078125 948.69415283203125 956.69366455078125 961.6932373046875 967.6927490234375 970.69232177734375 974.69183349609375 978.69091796875 980.6904296875 983.69000244140625 982.68951416015625 980.6890869140625 981.6885986328125 982.6881103515625 982.68768310546875 981.686767578125 982.686279296875 986.68585205078125 992.68536376953125 999.6849365234375 1008.6844482421875 1016.6839599609375 1027.6834716796875 1037.6826171875 1043.68212890625 1047.681640625 1051.68115234375 1046.6800537109375 1047.6795654296875 1048.6790771484375 1049.6787109375 1058.677734375 1065.67724609375 1072.6767578125 1076.6763916015625 1081.6759033203125 1087.6754150390625 1091.6749267578125 1094.6744384765625 1102.673583984375 1103.673095703125
|
||||
427.814056396484375 421.8114013671875 421.8114013671875 427.81158447265625 437.811126708984375 447.8106689453125 455.810211181640625 463.80975341796875 471.80926513671875 478.808349609375 482.807891845703125 486.80743408203125 490.806976318359375 491.8065185546875 495.806060791015625 501.80560302734375 506.805145263671875 510.804229736328125 512.80377197265625 517.80328369140625 521.8028564453125 524.8023681640625 527.80194091796875 528.80145263671875 531.800537109375 534.800048828125 536.79962158203125 534.79913330078125 529.7987060546875 525.7982177734375 524.79779052734375 520.79730224609375 502.795745849609375 499.7952880859375 498.794830322265625 501.79437255859375 510.793914794921875 520.79345703125 531.79296875 537.79254150390625 546.7916259765625 555.7911376953125 560.79071044921875 563.79022216796875 560.789794921875 557.789306640625 556.788818359375 560.78839111328125 580.7874755859375 589.7869873046875 596.78656005859375 608.78607177734375 618.78564453125 626.78515625 631.78472900390625 635.78424072265625 632.7833251953125 625.7828369140625 618.78240966796875 609.78192138671875 599.781494140625 589.781005859375 586.78057861328125 587.78009033203125 592.77850341796875 602.778076171875 613.777587890625 622.77716064453125 629.77667236328125 635.7762451171875 636.7757568359375 632.77484130859375 632.77435302734375 632.77392578125 633.7734375 629.77301025390625 622.77252197265625 614.7720947265625 609.7716064453125 600.77069091796875 601.77020263671875 604.769775390625 610.769287109375 620.76885986328125 628.76837158203125 633.7679443359375 640.7674560546875 662.76654052734375 671.76611328125 678.765625 683.76513671875 684.76470947265625 678.76422119140625 673.7637939453125 669.7633056640625 647.76171875 639.76129150390625 633.76080322265625 629.7603759765625 627.7598876953125 627.7593994140625 630.75897216796875 632.75848388671875 631.757568359375 630.75714111328125 629.75665283203125 629.7562255859375 626.7557373046875 623.7552490234375 624.75482177734375 617.75390625 613.7518310546875 613.7518310546875 615.75250244140625 617.7520751953125 615.7515869140625 616.7510986328125 621.75067138671875 632.749755859375 633.749267578125 630.74884033203125 632.74835205078125 638.7479248046875 643.7474365234375 648.74700927734375 655.74652099609375 650.74493408203125 653.74444580078125 661.7440185546875 680.7435302734375 700.74310302734375 716.74261474609375 728.74212646484375 733.74169921875 739.74078369140625 743.74029541015625 747.7398681640625 749.7393798828125 749.73895263671875 747.73846435546875 748.73797607421875 753.737548828125 762.73663330078125 767.73614501953125 773.7357177734375 774.7352294921875 774.73480224609375 775.73431396484375 776.73382568359375 777.7333984375 784.73248291015625 789.73199462890625 792.7315673828125 793.7310791015625 795.7305908203125 797.73016357421875 801.72967529296875 801.72808837890625 801.7276611328125 802.7271728515625 806.7266845703125 812.72625732421875 814.72576904296875 817.725341796875 823.724853515625 829.72393798828125 832.72344970703125 832.7230224609375 834.7225341796875 835.72210693359375 835.72161865234375 835.72119140625 835.720703125 837.71978759765625 838.71929931640625 840.7188720703125 843.7183837890625 846.71795654296875 847.71746826171875 850.717041015625 855.716552734375 861.71563720703125 865.71514892578125 867.7147216796875 868.7142333984375 872.71380615234375 875.71331787109375 876.71282958984375 875.711669921875 878.71075439453125 879.7103271484375 869.7098388671875 856.70941162109375 847.70892333984375 840.70849609375 837.7080078125 837.70751953125 846.70660400390625 859.7061767578125 871.7056884765625 879.7052001953125 887.70477294921875 893.70428466796875 898.703857421875 909.70294189453125 913.70245361328125 916.7020263671875 918.7015380859375 920.7010498046875 919.70062255859375 915.70013427734375 907.69970703125 893.69879150390625 894.69830322265625 900.69781494140625 909.6973876953125 918.6968994140625 927.69647216796875 932.69598388671875 934.695556640625 945.69390869140625 950.69342041015625 954.6929931640625 957.6925048828125 960.69207763671875 963.69158935546875 966.69110107421875 970.690673828125 976.68975830078125 979.68927001953125 982.6888427734375 983.6883544921875 979.6878662109375 977.68743896484375 974.68695068359375 971.6865234375 975.68560791015625 980.68511962890625 987.68463134765625 998.6842041015625 1008.6837158203125 1016.68328857421875 1024.682861328125 1032.681884765625 1036.681396484375 1041.680908203125 1044.6805419921875 1046.6800537109375 1047.6795654296875 1048.6790771484375 1048.677978515625 1058.677001953125 1064.676513671875 1069.676025390625 1073.6756591796875 1076.6751708984375 1082.6746826171875 1088.6741943359375 1092.673828125 1101.6728515625 1101.67236328125
|
||||
435.81341552734375 421.8114013671875 421.8114013671875 427.81158447265625 438.81048583984375 445.810028076171875 452.8095703125 464.809112548828125 472.80865478515625 475.8077392578125 479.8072509765625 484.806793212890625 488.80633544921875 491.805877685546875 497.805419921875 502.804962158203125 505.80450439453125 509.8035888671875 511.803131103515625 515.80267333984375 517.80218505859375 521.8017578125 523.80126953125 525.80084228515625 527.80035400390625 530.7994384765625 530.7989501953125 526.79852294921875 522.79803466796875 519.797607421875 515.797119140625 510.796661376953125 505.79620361328125 499.7952880859375 498.794830322265625 501.79437255859375 517.79327392578125 530.79278564453125 537.7923583984375 540.7918701171875 547.79095458984375 553.79052734375 559.7900390625 557.78955078125 553.78912353515625 551.78863525390625 555.7882080078125 559.7877197265625 579.78680419921875 587.786376953125 594.785888671875 603.78546142578125 613.78497314453125 622.78448486328125 627.7840576171875 630.7835693359375 624.78265380859375 618.7822265625 609.78173828125 599.78131103515625 590.78082275390625 584.7803955078125 582.7799072265625 584.7794189453125 592.77850341796875 602.778076171875 613.777587890625 614.7764892578125 621.7760009765625 624.77557373046875 625.77508544921875 623.774658203125 621.77374267578125 620.77325439453125 618.7728271484375 615.7723388671875 609.7718505859375 605.77142333984375 602.77093505859375 600.7705078125 598.76959228515625 602.76910400390625 610.7686767578125 620.7681884765625 630.7677001953125 636.76727294921875 644.76678466796875 669.765869140625 675.76544189453125 679.76495361328125 679.7645263671875 675.7640380859375 670.7635498046875 664.76312255859375 658.76263427734375 647.76171875 639.76129150390625 633.76080322265625 623.75970458984375 621.75921630859375 624.7587890625 627.75830078125 629.7578125 628.75689697265625 626.7564697265625 624.7559814453125 619.75555419921875 615.75506591796875 610.754638671875 609.754150390625 614.753662109375 613.75274658203125 614.7523193359375 613.7518310546875 608.75140380859375 609.75091552734375 615.75048828125 622.75 630.74951171875 632.74859619140625 626.7481689453125 623.7476806640625 627.74725341796875 631.74676513671875 636.746337890625 643.745849609375 650.74493408203125 653.74444580078125 661.7440185546875 677.74285888671875 696.742431640625 713.741943359375 723.741455078125 730.74102783203125 740.7401123046875 744.7396240234375 747.73919677734375 748.73870849609375 747.73822021484375 747.737548828125 747.737548828125 752.73687744140625 760.7359619140625 761.7354736328125 766.7349853515625 772.73455810546875 773.73406982421875 773.733642578125 773.733154296875 776.73272705078125 786.7318115234375 790.7313232421875 791.7308349609375 790.73040771484375 789.72991943359375 794.7294921875 799.72900390625 801.72857666015625 801.7276611328125 802.7271728515625 805.72601318359375 809.7255859375 814.72509765625 818.724609375 823.72418212890625 826.72369384765625 830.7227783203125 830.72235107421875 831.72186279296875 833.72137451171875 833.720947265625 833.720458984375 835.72003173828125 836.7191162109375 837.7186279296875 840.7181396484375 844.71771240234375 845.71722412109375 846.716796875 850.71630859375 855.71588134765625 859.71490478515625 861.7144775390625 862.7139892578125 863.71356201171875 866.71307373046875 869.712646484375 873.712158203125 875.711669921875 878.71075439453125 879.7103271484375 869.7098388671875 852.70867919921875 844.708251953125 836.707763671875 835.707275390625 841.70684814453125 859.7059326171875 869.7054443359375 878.70501708984375 885.70452880859375 892.70404052734375 898.70361328125 901.703125 906.70269775390625 913.7017822265625 914.7012939453125 916.7008056640625 918.70037841796875 920.69989013671875 917.699462890625 912.698974609375 897.69573974609375 897.69573974609375 898.6971435546875 909.6966552734375 921.69622802734375 930.69573974609375 936.6953125 938.69482421875 945.69390869140625 950.69342041015625 954.6929931640625 950.6917724609375 952.69134521484375 955.69085693359375 960.6904296875 968.68994140625 979.68902587890625 982.6885986328125 984.6881103515625 981.6876220703125 975.68719482421875 968.68670654296875 963.686279296875 961.685791015625 970.68487548828125 976.68438720703125 985.6839599609375 993.6834716796875 1001.68304443359375 1012.68255615234375 1019.68206787109375 1021.681640625 1029.6806640625 1034.6802978515625 1037.6798095703125 1039.6793212890625 1042.6788330078125 1044.6783447265625 1048.677978515625 1053.677490234375 1064.676513671875 1065.6754150390625 1068.6749267578125 1073.6744384765625 1077.6739501953125 1085.6734619140625 1092.673095703125 1101.672119140625 1100.671630859375
|
||||
432.812774658203125 424.81231689453125 421.8114013671875 428.810943603515625 438.81048583984375 445.810028076171875 452.8095703125 464.809112548828125 472.808013916015625 476.807098388671875 481.806640625 485.80615234375 490.805694580078125 496.80523681640625 498.804779052734375 499.8043212890625 502.803863525390625 506.802947998046875 509.802490234375 512.802001953125 514.80157470703125 516.80108642578125 519.8006591796875 523.8001708984375 525.7996826171875 525.79876708984375 523.79833984375 519.7978515625 513.79742431640625 509.79693603515625 506.796478271484375 503.7960205078125 497.795562744140625 493.794647216796875 497.794189453125 505.793731689453125 517.79327392578125 530.79278564453125 537.7923583984375 539.791259765625 543.790771484375 555.78985595703125 554.78936767578125 550.7889404296875 546.7884521484375 549.78802490234375 555.78753662109375 562.787109375 568.78662109375 586.78570556640625 592.78521728515625 599.7847900390625 608.7843017578125 615.78387451171875 622.78338623046875 623.782958984375 617.78204345703125 610.78155517578125 601.78106689453125 594.7806396484375 586.7801513671875 580.77972412109375 580.77923583984375 580.77880859375 591.77789306640625 598.77740478515625 607.7769775390625 614.7764892578125 621.7760009765625 624.77557373046875 613.7744140625 610.77398681640625 608.7730712890625 609.7725830078125 608.77215576171875 605.77166748046875 600.771240234375 596.770751953125 592.770263671875 592.76983642578125 596.7689208984375 603.7684326171875 611.76800537109375 623.76751708984375 633.76708984375 637.7666015625 649.76611328125 659.76568603515625 675.7647705078125 677.7642822265625 673.76385498046875 666.76336669921875 661.762939453125 656.762451171875 648.761962890625 635.76104736328125 631.7606201171875 627.7601318359375 623.75970458984375 621.75921630859375 624.7587890625 623.75762939453125 625.7572021484375 623.7562255859375 618.75579833984375 611.75531005859375 605.7548828125 600.75439453125 595.75396728515625 597.75347900390625 600.75299072265625 606.7520751953125 607.75164794921875 600.75115966796875 601.750732421875 603.750244140625 608.749755859375 617.74932861328125 627.74884033203125 633.7479248046875 628.74749755859375 623.74700927734375 623.74658203125 625.74609375 629.74560546875 635.74517822265625 641.74468994140625 647.7437744140625 655.74334716796875 677.74285888671875 696.742431640625 713.741943359375 725.74078369140625 731.7403564453125 737.7398681640625 744.73895263671875 746.73846435546875 747.738037109375 747.737548828125 748.73712158203125 750.73663330078125 756.7362060546875 762.7352294921875 760.73480224609375 765.73431396484375 770.73388671875 770.7333984375 770.73297119140625 773.73248291015625 779.73199462890625 788.7310791015625 788.73065185546875 788.73016357421875 787.729736328125 790.729248046875 798.728759765625 802.72833251953125 802.72784423828125 801.7269287109375 802.72650146484375 805.72601318359375 809.7255859375 814.72509765625 818.724609375 819.7235107421875 822.7230224609375 823.72210693359375 824.72161865234375 826.72119140625 828.720703125 830.72021484375 832.71978759765625 834.71929931640625 835.7188720703125 836.71795654296875 840.71746826171875 843.717041015625 844.716552734375 848.716064453125 852.71563720703125 857.71514892578125 858.7147216796875 856.7137451171875 856.71331787109375 857.71282958984375 860.71240234375 865.7119140625 870.71148681640625 872.71099853515625 876.7100830078125 868.7095947265625 860.70916748046875 852.70867919921875 844.708251953125 836.707763671875 834.70660400390625 842.70611572265625 867.7052001953125 877.70477294921875 883.70428466796875 888.703857421875 893.703369140625 897.702880859375 900.70245361328125 903.70196533203125 907.7010498046875 909.7005615234375 911.70013427734375 913.69964599609375 918.69921875 920.69873046875 917.69830322265625 909.69781494140625 897.69573974609375 897.6964111328125 905.69598388671875 915.69549560546875 921.695068359375 925.694580078125 929.694091796875 932.69366455078125 941.6927490234375 947.6922607421875 950.6917724609375 952.69134521484375 955.69085693359375 962.689697265625 973.68927001953125 984.68829345703125 981.6878662109375 980.6873779296875 974.68695068359375 965.68646240234375 958.68603515625 955.685546875 958.68505859375 970.68414306640625 977.6837158203125 982.6832275390625 987.6827392578125 995.68231201171875 1002.68182373046875 1008.681396484375 1014.680908203125 1026.679931640625 1031.6795654296875 1036.6790771484375 1040.6785888671875 1043.6781005859375 1046.677734375 1052.67724609375 1055.6767578125 1060.67578125 1065.6754150390625 1068.6749267578125 1073.6744384765625 1077.6739501953125 1084.6727294921875 1091.67236328125 1097.671875 1093.6708984375
|
||||
426.812164306640625 420.81170654296875 419.809967041015625 423.810302734375 432.809844970703125 439.80938720703125 449.808929443359375 462.8084716796875 472.808013916015625 472.80755615234375 481.806640625 487.8055419921875 491.8050537109375 494.804595947265625 495.80413818359375 495.803680419921875 498.80322265625 502.802764892578125 507.801849365234375 509.8013916015625 510.8009033203125 512.80047607421875 515.79998779296875 517.799560546875 518.799072265625 518.79815673828125 516.79766845703125 511.7972412109375 505.7967529296875 499.796295166015625 497.79583740234375 493.795379638671875 490.79473876953125 492.79400634765625 504.793548583984375 516.7930908203125 525.7926025390625 534.79217529296875 537.79168701171875 539.791259765625 543.790771484375 555.78985595703125 547.78875732421875 543.78826904296875 545.787841796875 549.787353515625 556.78692626953125 563.78643798828125 570.78594970703125 584.7850341796875 587.78460693359375 592.78411865234375 602.78369140625 609.783203125 613.78277587890625 615.78228759765625 612.78179931640625 599.7808837890625 592.78045654296875 586.77996826171875 581.779541015625 578.779052734375 577.778564453125 576.77813720703125 581.77764892578125 597.7767333984375 602.77630615234375 608.77581787109375 612.775390625 614.77490234375 613.7744140625 610.77398681640625 608.7730712890625 597.77197265625 596.771484375 594.77099609375 591.77056884765625 586.77008056640625 584.7696533203125 585.7691650390625 596.76824951171875 604.76776123046875 614.767333984375 625.766845703125 635.76641845703125 641.76593017578125 648.7655029296875 657.7650146484375 671.76409912109375 667.76361083984375 661.76318359375 654.7626953125 648.76226806640625 642.76177978515625 635.7613525390625 630.7608642578125 624.75994873046875 623.75946044921875 620.759033203125 618.758544921875 620.75811767578125 623.75762939453125 625.7572021484375 625.7567138671875 618.75579833984375 600.754638671875 592.75421142578125 588.75372314453125 587.7532958984375 586.7528076171875 586.7523193359375 585.75140380859375 589.7509765625 593.75048828125 596.75006103515625 596.74957275390625 597.74908447265625 603.7486572265625 615.7481689453125 627.74725341796875 626.746826171875 623.746337890625 624.745849609375 628.74542236328125 631.74493408203125 636.7445068359375 640.7440185546875 655.74310302734375 675.74267578125 692.7421875 701.74169921875 714.74127197265625 725.74078369140625 731.7403564453125 737.7398681640625 744.73895263671875 745.73779296875 747.73736572265625 748.73687744140625 750.7364501953125 753.7359619140625 761.7354736328125 767.73504638671875 760.734130859375 762.733642578125 766.73321533203125 768.73272705078125 770.73223876953125 772.7318115234375 777.7313232421875 780.73089599609375 782.72998046875 784.7294921875 787.72900390625 792.72857666015625 799.72808837890625 800.7276611328125 800.7271728515625 802.72625732421875 804.72576904296875 807.725341796875 811.724853515625 814.72442626953125 816.72393798828125 819.7235107421875 822.7230224609375 823.72210693359375 819.720947265625 819.720458984375 822.72003173828125 826.71954345703125 830.7191162109375 832.7186279296875 834.7181396484375 837.71722412109375 840.716796875 845.71630859375 848.71588134765625 852.71539306640625 854.71490478515625 855.7144775390625 855.7139892578125 853.71307373046875 851.712646484375 852.712158203125 856.711669921875 863.71124267578125 870.71075439453125 873.7103271484375 874.7098388671875 857.70892333984375 855.70843505859375 848.7080078125 841.70751953125 835.70709228515625 834.70660400390625 842.70611572265625 867.7052001953125 872.70404052734375 877.70361328125 882.703125 887.70263671875 892.70220947265625 896.70172119140625 898.7012939453125 902.70037841796875 905.69989013671875 907.69940185546875 910.698974609375 913.698486328125 920.69805908203125 921.69757080078125 916.6971435546875 901.6961669921875 897.69573974609375 900.69525146484375 906.69482421875 912.6943359375 917.69384765625 923.69342041015625 927.69293212890625 933.6920166015625 940.6915283203125 945.69110107421875 948.69061279296875 955.690185546875 962.689697265625 973.68927001953125 981.68878173828125 976.6871337890625 973.68670654296875 968.68621826171875 962.68572998046875 955.685302734375 954.6845703125 957.68438720703125 963.68389892578125 976.6829833984375 983.6824951171875 985.68206787109375 990.68157958984375 997.68115234375 1005.6806640625 1013.68017578125 1026.6793212890625 1033.6788330078125 1040.6783447265625 1044.6778564453125 1045.6773681640625 1047.677001953125 1050.676513671875 1051.676025390625 1055.675048828125 1059.6746826171875 1064.6741943359375 1070.6737060546875 1078.6732177734375 1084.6727294921875 1091.67236328125 1097.671875 1086.670166015625
|
||||
425.8115234375 420.811065673828125 419.809967041015625 423.8096923828125 432.8092041015625 441.808746337890625 451.80828857421875 463.807830810546875 469.807373046875 472.806915283203125 482.805999755859375 487.8055419921875 491.8050537109375 494.804595947265625 491.803497314453125 491.80303955078125 494.802581787109375 497.8021240234375 504.80120849609375 508.800750732421875 509.80029296875 510.7998046875 511.799346923828125 511.79888916015625 509.798431396484375 510.7979736328125 513.79705810546875 509.79656982421875 502.796112060546875 497.795654296875 494.795196533203125 490.79473876953125 491.794281005859375 491.7938232421875 507.79290771484375 519.79241943359375 527.7919921875 532.79150390625 533.79107666015625 536.79058837890625 543.79010009765625 549.7891845703125 547.78875732421875 543.78826904296875 545.787841796875 547.7867431640625 554.7862548828125 561.7857666015625 569.78533935546875 579.784423828125 583.783935546875 586.78350830078125 591.78302001953125 597.78253173828125 598.7821044921875 600.7816162109375 598.78118896484375 590.7802734375 584.77978515625 580.779296875 575.77886962890625 572.77838134765625 572.7779541015625 574.7774658203125 578.77703857421875 593.776123046875 599.775634765625 602.775146484375 605.77471923828125 606.77423095703125 605.7738037109375 602.7733154296875 599.77288818359375 597.77197265625 596.771484375 594.77099609375 591.77056884765625 582.7694091796875 580.768798828125 583.76849365234375 595.767578125 604.76715087890625 617.76666259765625 632.76617431640625 641.7657470703125 647.7652587890625 654.76483154296875 661.76434326171875 660.763427734375 656.762939453125 652.76251220703125 646.76202392578125 639.7615966796875 632.7611083984375 626.76068115234375 623.76019287109375 620.75927734375 618.7587890625 616.75836181640625 616.75787353515625 617.7574462890625 618.7569580078125 615.75653076171875 614.75604248046875 608.755126953125 600.754638671875 592.75421142578125 588.75372314453125 579.75262451171875 580.75213623046875 572.75164794921875 573.751220703125 580.75030517578125 588.74981689453125 592.7493896484375 590.7489013671875 588.7484130859375 591.74798583984375 602.74749755859375 614.7470703125 617.74615478515625 617.74566650390625 628.74517822265625 637.7447509765625 644.7442626953125 650.74383544921875 655.74334716796875 674.742431640625 691.741943359375 700.74151611328125 709.74102783203125 721.7406005859375 730.7401123046875 736.73968505859375 739.73919677734375 742.73828125 745.73779296875 747.73736572265625 748.73687744140625 754.7357177734375 759.73529052734375 762.73480224609375 763.734375 754.7333984375 755.73297119140625 761.73248291015625 767.7320556640625 770.7315673828125 772.73114013671875 773.73065185546875 772.73016357421875 777.729248046875 782.72882080078125 786.72833251953125 789.7279052734375 794.7274169921875 797.7269287109375 799.72650146484375 801.72601318359375 805.72509765625 809.72467041015625 813.72418212890625 815.72369384765625 816.7232666015625 818.7227783203125 821.72235107421875 820.721435546875 819.720947265625 819.720458984375 822.72003173828125 822.7188720703125 826.7183837890625 830.71795654296875 834.71746826171875 838.716552734375 842.716064453125 845.71563720703125 848.71514892578125 851.7147216796875 852.7142333984375 850.7137451171875 850.71331787109375 848.71240234375 847.7119140625 848.71148681640625 852.71099853515625 856.71051025390625 863.7100830078125 868.7095947265625 864.70916748046875 852.70819091796875 849.707763671875 842.707275390625 833.70684814453125 830.70635986328125 832.7059326171875 839.7054443359375 851.7049560546875 872.70404052734375 877.70361328125 882.703125 883.70196533203125 888.70147705078125 891.7010498046875 894.7005615234375 895.70013427734375 903.69915771484375 908.69873046875 911.6982421875 916.69781494140625 921.69732666015625 922.6968994140625 916.6964111328125 900.69549560546875 896.69500732421875 896.694580078125 900.694091796875 906.693603515625 915.69317626953125 928.69268798828125 934.6922607421875 938.6912841796875 944.69085693359375 951.69036865234375 956.68994140625 961.689453125 968.68896484375 973.68853759765625 975.68804931640625 976.6871337890625 973.68670654296875 968.68621826171875 962.68572998046875 954.6845703125 957.68414306640625 963.68365478515625 970.68316650390625 986.6822509765625 989.68182373046875 991.68133544921875 995.68084716796875 1004.680419921875 1012.679931640625 1020.67950439453125 1024.6790771484375 1035.6781005859375 1040.6776123046875 1045.6771240234375 1046.6767578125 1047.67626953125 1048.67578125 1049.67529296875 1050.6748046875 1057.6739501953125 1062.6734619140625 1070.6729736328125 1078.6724853515625 1085.672119140625 1091.671630859375 1093.671142578125 1086.670166015625
|
||||
425.810882568359375 421.8104248046875 419.809967041015625 423.809051513671875 432.80859375 442.80810546875 449.807647705078125 461.80718994140625 467.806732177734375 471.8062744140625 482.80535888671875 486.804901123046875 489.804443359375 492.803955078125 491.803497314453125 491.80303955078125 494.802581787109375 494.801483154296875 503.800567626953125 506.80010986328125 508.79962158203125 508.799163818359375 508.7987060546875 508.798248291015625 507.79779052734375 508.797332763671875 511.796417236328125 507.79595947265625 499.79547119140625 490.795013427734375 485.7945556640625 494.794097900390625 499.79364013671875 501.793182373046875 509.792236328125 518.79180908203125 523.79132080078125 527.7908935546875 530.7904052734375 536.7899169921875 543.78948974609375 545.78900146484375 538.7880859375 539.78765869140625 542.78717041015625 547.7867431640625 554.7862548828125 561.7857666015625 569.78533935546875 574.78375244140625 578.78326416015625 581.7828369140625 582.7823486328125 585.78192138671875 587.78143310546875 588.781005859375 588.780517578125 581.77960205078125 578.77911376953125 573.7786865234375 570.7781982421875 570.77777099609375 571.77728271484375 574.77685546875 579.7763671875 594.77545166015625 596.77496337890625 598.7745361328125 600.7740478515625 599.77362060546875 599.77313232421875 597.77264404296875 594.772216796875 590.77130126953125 588.77081298828125 587.7703857421875 585.7698974609375 582.7694091796875 580.768798828125 583.76849365234375 594.76739501953125 610.7664794921875 624.7659912109375 635.76556396484375 644.76507568359375 649.76458740234375 657.76416015625 662.763671875 659.76324462890625 651.7623291015625 646.7618408203125 639.7613525390625 629.76092529296875 625.76043701171875 621.760009765625 618.759521484375 613.75860595703125 611.75811767578125 611.7576904296875 612.7572021484375 613.75677490234375 611.75628662109375 607.755859375 605.75537109375 596.75445556640625 588.75396728515625 582.7535400390625 577.7530517578125 579.75262451171875 580.75213623046875 572.75164794921875 570.75054931640625 578.7496337890625 589.7491455078125 589.74871826171875 585.74822998046875 580.74774169921875 578.747314453125 585.746826171875 597.74639892578125 605.7454833984375 615.7449951171875 629.7445068359375 642.74407958984375 650.74359130859375 657.7431640625 664.74267578125 675.7421875 693.74127197265625 702.7408447265625 711.7403564453125 720.73992919921875 725.73944091796875 729.73895263671875 732.738525390625 736.738037109375 744.73712158203125 746.7366943359375 750.7362060546875 754.7357177734375 759.73529052734375 762.73480224609375 751.733642578125 751.7322998046875 751.7322998046875 755.7318115234375 761.73138427734375 769.73089599609375 774.73040771484375 772.72998046875 775.7294921875 776.72857666015625 780.7281494140625 786.7276611328125 791.7271728515625 795.72674560546875 798.72625732421875 799.725830078125 801.725341796875 805.72442626953125 809.72393798828125 814.7235107421875 817.7230224609375 818.7225341796875 820.72210693359375 821.72161865234375 821.72119140625 815.72027587890625 815.71978759765625 818.71929931640625 822.7188720703125 826.7183837890625 830.71795654296875 834.716796875 838.71630859375 843.71539306640625 843.71490478515625 844.7144775390625 847.7139892578125 848.71356201171875 846.71307373046875 845.712646484375 839.711669921875 837.71124267578125 838.71075439453125 842.7103271484375 846.7098388671875 851.7093505859375 858.70892333984375 859.70843505859375 845.70751953125 841.70703125 833.70660400390625 828.70611572265625 828.7056884765625 834.7052001953125 845.7047119140625 857.70428466796875 871.703369140625 875.702880859375 880.70245361328125 883.70196533203125 888.70147705078125 891.7010498046875 894.7005615234375 898.69940185546875 907.698486328125 910.697998046875 913.69757080078125 916.69708251953125 918.6966552734375 919.6961669921875 914.6956787109375 907.69525146484375 894.6943359375 892.69384765625 897.693359375 905.69293212890625 916.69244384765625 931.6920166015625 943.6915283203125 946.6910400390625 955.69012451171875 962.689697265625 965.689208984375 966.688720703125 969.68829345703125 971.68780517578125 973.6873779296875 973.6864013671875 970.68597412109375 965.68548583984375 959.68505859375 954.6845703125 957.68414306640625 963.68365478515625 975.6824951171875 988.6815185546875 993.68109130859375 996.68060302734375 998.68017578125 1004.6796875 1014.67919921875 1019.67877197265625 1024.6783447265625 1035.6773681640625 1040.6768798828125 1044.6763916015625 1046.676025390625 1045.675537109375 1044.675048828125 1043.674560546875 1046.674072265625 1057.6732177734375 1065.6727294921875 1071.6722412109375 1078.6717529296875 1083.67138671875 1087.6708984375 1089.67041015625 1087.669921875
|
||||
427.81024169921875 422.809783935546875 419.809326171875 425.80841064453125 431.807952880859375 438.8074951171875 449.8070068359375 460.806549072265625 468.80609130859375 474.805633544921875 480.80517578125 487.80426025390625 488.803802490234375 488.8033447265625 487.8028564453125 488.802398681640625 492.80194091796875 494.801483154296875 497.801025390625 506.80010986328125 508.79962158203125 505.79852294921875 507.798065185546875 507.797607421875 505.797149658203125 507.79669189453125 504.7957763671875 496.7952880859375 488.794830322265625 480.79437255859375 483.793914794921875 490.79345703125 500.792999267578125 507.79254150390625 517.7916259765625 521.7911376953125 524.79071044921875 528.79022216796875 533.78973388671875 540.789306640625 543.788818359375 543.78839111328125 533.7874755859375 534.7869873046875 539.7864990234375 545.78607177734375 550.78558349609375 557.78515625 563.78466796875 568.78424072265625 578.78326416015625 581.7828369140625 576.78173828125 577.78125 579.78076171875 580.78033447265625 579.77984619140625 575.7794189453125 571.77850341796875 570.77801513671875 570.777587890625 572.777099609375 576.776611328125 580.77618408203125 583.77569580078125 591.7747802734375 591.7742919921875 591.77386474609375 590.77337646484375 591.77294921875 591.7724609375 590.77203369140625 588.77154541015625 582.7706298828125 581.7701416015625 582.76971435546875 581.76922607421875 580.768798828125 583.768310546875 588.767822265625 594.76739501953125 610.7664794921875 624.7659912109375 632.764892578125 635.764404296875 642.76397705078125 651.76348876953125 656.76300048828125 655.7625732421875 644.76165771484375 636.76116943359375 628.7607421875 620.76025390625 616.759765625 615.75933837890625 611.75885009765625 609.7584228515625 606.75750732421875 607.75701904296875 610.75653076171875 611.756103515625 609.755615234375 603.75518798828125 593.75469970703125 585.7542724609375 573.7532958984375 568.75286865234375 568.75238037109375 570.751953125 573.75146484375 574.7509765625 570.75054931640625 578.7496337890625 589.7491455078125 583.748046875 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 582.7457275390625 595.7447509765625 605.74432373046875 620.74383544921875 634.743408203125 643.742919921875 652.74249267578125 663.74200439453125 674.74151611328125 689.7406005859375 700.74017333984375 712.73968505859375 716.7392578125 719.73876953125 723.73828125 726.73785400390625 732.73736572265625 742.7364501953125 744.7359619140625 749.73553466796875 755.73504638671875 758.734619140625 754.734130859375 751.733642578125 751.73321533203125 751.7322998046875 749.73114013671875 754.73065185546875 760.730224609375 767.729736328125 774.72930908203125 779.72882080078125 781.7279052734375 785.7274169921875 791.72698974609375 796.72650146484375 798.72607421875 798.7255859375 799.72509765625 802.72467041015625 805.7237548828125 810.7232666015625 814.7227783203125 818.72235107421875 818.72186279296875 818.721435546875 819.720947265625 818.720458984375 812.71954345703125 812.7191162109375 816.7186279296875 821.7181396484375 825.71771240234375 830.71722412109375 834.716796875 838.71630859375 843.71539306640625 843.71490478515625 844.7137451171875 847.71331787109375 846.71282958984375 845.711669921875 845.7119140625 841.71142578125 831.71051025390625 831.7100830078125 834.7095947265625 837.70916748046875 840.70867919921875 846.70819091796875 849.707763671875 841.707275390625 827.70635986328125 823.70587158203125 823.7054443359375 824.7049560546875 835.70452880859375 856.70404052734375 867.70355224609375 874.70263671875 879.70220947265625 882.70172119140625 884.7012939453125 887.7008056640625 890.7003173828125 892.69989013671875 898.69940185546875 907.698486328125 910.697998046875 910.69683837890625 912.6964111328125 915.6959228515625 916.6954345703125 913.69500732421875 905.69451904296875 892.693603515625 894.693115234375 901.69268798828125 910.69219970703125 921.6917724609375 935.6912841796875 946.6907958984375 951.69036865234375 959.689453125 963.68896484375 965.6884765625 966.68804931640625 967.68756103515625 969.6871337890625 970.6866455078125 971.6861572265625 965.68524169921875 957.684814453125 953.684326171875 952.683837890625 956.68341064453125 968.68292236328125 975.6824951171875 984.6820068359375 993.68109130859375 992.679931640625 995.679443359375 1000.678955078125 1010.67852783203125 1018.67803955078125 1024.6776123046875 1036.6766357421875 1039.6761474609375 1043.67578125 1045.67529296875 1043.6748046875 1040.67431640625 1040.673828125 1043.6734619140625 1060.6724853515625 1067.6719970703125 1074.6715087890625 1080.671142578125 1081.670654296875 1079.670166015625 1082.669677734375 1083.669189453125
|
||||
425.80963134765625 421.80914306640625 417.808685302734375 422.807769775390625 429.80731201171875 434.806854248046875 443.806396484375 454.805908203125 466.805450439453125 474.80499267578125 479.804534912109375 484.803619384765625 483.80316162109375 483.802703857421875 485.80224609375 487.8017578125 490.801300048828125 494.80084228515625 496.800384521484375 502.799468994140625 505.79901123046875 505.79852294921875 507.798065185546875 507.797607421875 500.7965087890625 499.796051025390625 498.79559326171875 484.794647216796875 481.794189453125 476.793731689453125 477.79327392578125 489.792816162109375 499.7923583984375 508.7918701171875 521.79095458984375 527.79052734375 531.7900390625 534.78955078125 536.78912353515625 541.78863525390625 542.7882080078125 537.7877197265625 528.78680419921875 531.78631591796875 537.785888671875 544.785400390625 549.78497314453125 554.78448486328125 559.7840576171875 565.7835693359375 574.78265380859375 576.78216552734375 576.78173828125 577.78125 579.78076171875 575.7796630859375 574.77923583984375 572.77874755859375 569.77783203125 570.77734375 573.77691650390625 576.77642822265625 581.7760009765625 583.7755126953125 583.7750244140625 584.77459716796875 585.773681640625 583.773193359375 581.77276611328125 581.77227783203125 581.77178955078125 580.7713623046875 577.7708740234375 575.77044677734375 574.76953125 577.76904296875 580.7685546875 583.76812744140625 588.76763916015625 594.7672119140625 602.7667236328125 616.76580810546875 625.76531982421875 632.764892578125 635.764404296875 642.76397705078125 645.7628173828125 648.76239013671875 647.76190185546875 633.760986328125 628.760498046875 620.76007080078125 614.75958251953125 610.7591552734375 606.7586669921875 603.7581787109375 605.75775146484375 605.7568359375 607.75634765625 608.755859375 607.75543212890625 601.75494384765625 598.7545166015625 592.7540283203125 584.75360107421875 554.75262451171875 550.752197265625 551.751708984375 557.75128173828125 563.75079345703125 569.75030517578125 572.7498779296875 573.7493896484375 586.74847412109375 583.748046875 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 586.74365234375 605.7431640625 622.74273681640625 632.74224853515625 643.7418212890625 652.7413330078125 662.7408447265625 688.73992919921875 700.739501953125 709.739013671875 718.738525390625 725.73809814453125 726.73760986328125 725.7371826171875 728.7366943359375 734.73577880859375 736.73529052734375 740.73486328125 746.734375 748.73388671875 742.73345947265625 740.73297119140625 742.7325439453125 746.73162841796875 749.73114013671875 754.73065185546875 760.730224609375 767.729736328125 779.72857666015625 784.7281494140625 785.7276611328125 787.72674560546875 791.72625732421875 794.725830078125 797.725341796875 798.72491455078125 801.72442626953125 804.7239990234375 807.7235107421875 814.72259521484375 816.72210693359375 816.7216796875 814.72119140625 812.720703125 813.72027587890625 814.71978759765625 806.7188720703125 807.7183837890625 813.71795654296875 820.71746826171875 827.717041015625 829.716552734375 831.716064453125 838.71563720703125 844.7147216796875 842.7142333984375 844.7137451171875 847.71331787109375 846.71282958984375 845.711669921875 847.71124267578125 845.71075439453125 830.7098388671875 827.7093505859375 826.70892333984375 828.70843505859375 830.7080078125 832.70751953125 833.70703125 830.70660400390625 817.7056884765625 814.7052001953125 816.7047119140625 825.70428466796875 843.70379638671875 859.703369140625 871.702880859375 875.702392578125 884.70147705078125 884.7010498046875 884.7005615234375 885.7000732421875 887.69964599609375 895.69915771484375 901.69873046875 907.6982421875 908.69732666015625 910.69683837890625 912.6964111328125 915.6959228515625 911.69476318359375 903.69427490234375 896.69384765625 892.69287109375 900.69244384765625 913.69195556640625 920.6915283203125 928.6910400390625 938.6905517578125 945.69012451171875 951.68963623046875 957.688720703125 961.688232421875 960.68780517578125 961.68731689453125 962.6868896484375 963.6864013671875 964.6859130859375 966.68548583984375 955.6845703125 949.68408203125 946.68292236328125 946.68316650390625 955.68267822265625 964.6822509765625 973.6817626953125 979.6812744140625 988.68035888671875 992.679931640625 995.679443359375 1000.678955078125 1009.67779541015625 1016.67730712890625 1023.6768798828125 1031.6763916015625 1039.675537109375 1040.675048828125 1040.674560546875 1040.674072265625 1038.673583984375 1040.673095703125 1044.6727294921875 1051.6722412109375 1065.6712646484375 1074.6707763671875 1077.67041015625 1075.669921875 1074.66943359375 1075.6689453125 1080.66845703125
|
||||
424.808990478515625 418.80853271484375 416.808074951171875 416.807586669921875 428.806671142578125 434.80621337890625 441.805755615234375 453.8052978515625 463.8048095703125 469.804351806640625 473.80389404296875 477.802978515625 479.802520751953125 481.80206298828125 482.80157470703125 483.801116943359375 486.8006591796875 489.800201416015625 492.79974365234375 495.798828125 497.79833984375 501.797882080078125 502.79742431640625 502.796966552734375 500.7965087890625 499.796051025390625 498.79559326171875 477.79400634765625 475.793548583984375 477.7930908203125 485.792633056640625 493.79217529296875 500.79168701171875 506.791229248046875 510.790771484375 524.78985595703125 529.78936767578125 532.7889404296875 537.7884521484375 538.78802490234375 534.78753662109375 530.787109375 526.78662109375 530.78570556640625 538.78521728515625 542.7847900390625 548.7843017578125 554.7838134765625 560.78338623046875 565.78289794921875 570.781982421875 570.78155517578125 570.78106689453125 570.78057861328125 572.7801513671875 575.7796630859375 574.77923583984375 572.77874755859375 567.77716064453125 570.7767333984375 573.7762451171875 577.7757568359375 579.77532958984375 581.77484130859375 581.7744140625 580.77392578125 581.77301025390625 580.77252197265625 578.7720947265625 578.7716064453125 577.77117919921875 575.77069091796875 571.770263671875 569.769775390625 573.76885986328125 579.76837158203125 584.7679443359375 589.7674560546875 593.7669677734375 596.76654052734375 604.76605224609375 612.765625 624.7646484375 628.76422119140625 634.76373291015625 638.7633056640625 645.7628173828125 648.76239013671875 647.76190185546875 631.76080322265625 621.75982666015625 614.7593994140625 607.7589111328125 603.75848388671875 600.75799560546875 598.75750732421875 600.757080078125 603.75616455078125 603.75567626953125 604.7552490234375 602.7547607421875 599.7542724609375 597.75384521484375 594.75335693359375 579.7529296875 547.751953125 543.74884033203125 543.74884033203125 546.7506103515625 556.7501220703125 564.7496337890625 567.74920654296875 570.74871826171875 581.747802734375 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 587.74249267578125 603.7420654296875 615.7415771484375 627.7410888671875 640.74066162109375 652.74017333984375 667.73974609375 700.73876953125 712.73834228515625 725.73785400390625 729.7374267578125 724.7369384765625 714.7364501953125 702.73602294921875 712.735107421875 719.734619140625 731.734130859375 734.73370361328125 734.73321533203125 733.7327880859375 734.7322998046875 736.73187255859375 743.73089599609375 748.73046875 753.72998046875 759.72955322265625 770.72906494140625 779.72857666015625 784.7281494140625 785.7276611328125 785.725830078125 788.7255859375 792.72515869140625 795.72467041015625 797.72418212890625 799.7237548828125 803.7232666015625 806.72283935546875 812.72186279296875 811.721435546875 808.720947265625 808.72052001953125 810.72003173828125 811.71954345703125 809.7191162109375 805.7186279296875 803.71771240234375 808.71728515625 816.716796875 825.71630859375 826.71588134765625 828.71539306640625 836.7149658203125 843.7144775390625 842.71356201171875 844.71307373046875 846.712646484375 846.712158203125 845.711669921875 847.71124267578125 845.71075439453125 826.7091064453125 821.70867919921875 818.70819091796875 817.707763671875 821.707275390625 822.706787109375 821.70635986328125 816.70587158203125 807.7049560546875 808.7044677734375 816.70404052734375 831.70355224609375 849.703125 864.70263671875 873.7021484375 879.70172119140625 885.7008056640625 885.7003173828125 885.6998291015625 884.7005615234375 886.69891357421875 892.698486328125 899.697998046875 904.697509765625 907.69659423828125 906.6961669921875 907.6956787109375 910.6951904296875 911.69476318359375 903.69427490234375 896.69384765625 888.692626953125 892.69171142578125 899.6912841796875 912.6907958984375 927.6903076171875 936.68988037109375 942.68939208984375 947.68896484375 951.6884765625 955.68756103515625 954.68707275390625 952.6866455078125 952.6861572265625 953.6856689453125 954.68524169921875 955.68475341796875 949.683837890625 946.683349609375 946.68292236328125 949.68243408203125 955.6820068359375 962.6815185546875 970.6810302734375 976.68060302734375 988.6796875 992.67919921875 995.6787109375 1000.67828369140625 1009.67779541015625 1016.67730712890625 1023.6768798828125 1028.6756591796875 1037.6748046875 1036.67431640625 1034.673828125 1030.67333984375 1031.6728515625 1036.6724853515625 1044.6719970703125 1048.6715087890625 1058.6705322265625 1064.670166015625 1069.669677734375 1069.669189453125 1068.668701171875 1072.668212890625 1071.6678466796875
|
||||
425.808349609375 419.807891845703125 416.8050537109375 416.8050537109375 428.8060302734375 434.805572509765625 443.80511474609375 452.804656982421875 460.80419921875 465.8037109375 468.803253173828125 471.80279541015625 476.8018798828125 479.801422119140625 479.80096435546875 480.80047607421875 479.800018310546875 481.799560546875 484.799102783203125 488.798187255859375 490.7977294921875 493.7972412109375 495.796783447265625 496.79632568359375 494.795867919921875 491.79541015625 487.794952392578125 477.79400634765625 475.793548583984375 477.7930908203125 488.7919921875 497.791534423828125 503.791046142578125 505.79058837890625 507.790130615234375 521.7891845703125 529.78875732421875 533.78826904296875 534.787841796875 532.787353515625 527.786865234375 523.78643798828125 521.78594970703125 528.7850341796875 535.78460693359375 541.78411865234375 545.78363037109375 553.783203125 558.78271484375 561.78228759765625 563.78179931640625 565.7808837890625 565.7803955078125 566.77996826171875 567.77947998046875 569.779052734375 570.778564453125 567.778076171875 566.77764892578125 570.7767333984375 573.7762451171875 575.775146484375 575.774658203125 575.77423095703125 576.77374267578125 575.77325439453125 577.7723388671875 577.77191162109375 578.77142333984375 578.77099609375 574.7705078125 569.77001953125 565.76959228515625 565.76910400390625 575.7681884765625 582.7677001953125 590.76727294921875 595.76678466796875 598.766357421875 601.765869140625 607.765380859375 615.76495361328125 619.7640380859375 624.7635498046875 629.7630615234375 633.76263427734375 635.76214599609375 637.76171875 635.76123046875 631.76080322265625 621.75982666015625 614.7593994140625 607.7589111328125 597.7578125 594.75732421875 595.75689697265625 597.75640869140625 600.75592041015625 599.7550048828125 598.75457763671875 597.75408935546875 599.75360107421875 600.753173828125 594.752685546875 577.75225830078125 560.75177001953125 543.74884033203125 543.74884033203125 543.74884033203125 545.74945068359375 557.7490234375 563.74853515625 568.748046875 579.74713134765625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 578.7467041015625 587.74249267578125 603.7420654296875 604.74090576171875 620.74041748046875 635.739990234375 649.739501953125 662.73907470703125 703.73809814453125 707.7376708984375 711.7371826171875 716.73675537109375 709.73626708984375 691.73577880859375 689.7340087890625 689.7340087890625 700.73394775390625 718.73345947265625 724.7330322265625 726.7325439453125 727.73211669921875 729.73162841796875 730.73114013671875 735.730712890625 755.72979736328125 762.72930908203125 766.72882080078125 771.7283935546875 778.7279052734375 786.72747802734375 788.72698974609375 785.725830078125 788.7255859375 792.72515869140625 787.7239990234375 790.7235107421875 794.72308349609375 798.72259521484375 805.72210693359375 810.72119140625 807.72076416015625 805.72027587890625 804.71978759765625 804.7193603515625 804.7188720703125 804.71844482421875 800.71795654296875 800.717041015625 806.716552734375 813.71612548828125 822.71563720703125 825.71514892578125 830.7147216796875 836.7142333984375 840.71380615234375 844.71282958984375 847.71240234375 847.7119140625 843.71148681640625 841.71099853515625 843.71051025390625 841.7100830078125 834.7095947265625 821.70867919921875 818.70819091796875 811.70703125 811.70660400390625 811.70611572265625 807.7056884765625 803.7052001953125 802.7047119140625 813.70379638671875 825.70330810546875 842.702880859375 857.702392578125 866.70196533203125 871.70147705078125 878.70098876953125 885.7000732421875 886.69964599609375 886.69915771484375 887.69866943359375 888.6982421875 891.69775390625 894.69732666015625 897.69683837890625 901.6959228515625 900.6954345703125 899.6949462890625 901.69451904296875 900.69403076171875 895.693603515625 889.693115234375 888.692626953125 892.69171142578125 899.6912841796875 912.6907958984375 923.68963623046875 933.68914794921875 940.688720703125 943.688232421875 945.687744140625 947.68682861328125 946.6864013671875 946.6859130859375 946.6854248046875 946.68499755859375 947.68450927734375 949.68408203125 947.68359375 945.68267822265625 949.68218994140625 952.68170166015625 957.6812744140625 963.6807861328125 970.68035888671875 976.67987060546875 984.67938232421875 996.678466796875 999.67803955078125 1003.67755126953125 1008.67706298828125 1015.6766357421875 1023.6761474609375 1028.6756591796875 1037.6748046875 1036.67431640625 1025.673095703125 1023.67266845703125 1025.6722412109375 1033.6717529296875 1041.6712646484375 1048.6707763671875 1057.6697998046875 1062.66943359375 1065.6689453125 1067.66845703125 1066.66796875 1064.66748046875 1062.6671142578125
|
||||
425.808349609375 419.807891845703125 416.8050537109375 416.8050537109375 426.805419921875 434.804931640625 443.804473876953125 452.80401611328125 459.803558349609375 463.8031005859375 464.8026123046875 465.802154541015625 471.801239013671875 473.80078125 473.800323486328125 474.79986572265625 472.79937744140625 472.798919677734375 474.7984619140625 476.798004150390625 481.797088623046875 485.796600341796875 490.796142578125 491.795684814453125 487.79522705078125 485.794769287109375 481.7943115234375 476.7938232421875 470.79290771484375 478.792449951171875 488.7919921875 497.791534423828125 503.791046142578125 503.789947509765625 507.78948974609375 521.78857421875 530.7880859375 533.78765869140625 530.78717041015625 526.78668212890625 522.7862548828125 519.7857666015625 518.78533935546875 527.784423828125 534.783935546875 539.783447265625 544.78302001953125 550.78253173828125 558.7821044921875 559.7816162109375 559.7811279296875 560.78021240234375 561.77978515625 561.779296875 562.77880859375 562.77838134765625 562.77789306640625 562.7774658203125 564.7769775390625 569.77606201171875 573.77557373046875 575.775146484375 575.774658203125 575.77423095703125 576.77374267578125 570.77264404296875 571.77215576171875 574.771240234375 572.770751953125 568.77032470703125 564.76983642578125 561.7694091796875 561.76898193359375 566.7684326171875 572.76800537109375 583.76708984375 590.7666015625 596.76611328125 600.76568603515625 603.76519775390625 606.7647705078125 610.7642822265625 617.76336669921875 619.76287841796875 620.762451171875 622.761962890625 624.761474609375 625.76104736328125 624.76055908203125 621.7601318359375 613.7591552734375 607.75872802734375 602.75823974609375 597.7578125 594.75732421875 595.75689697265625 591.7557373046875 592.7552490234375 596.75433349609375 597.75390625 596.75341796875 597.7529296875 596.75250244140625 589.75201416015625 573.7515869140625 561.7510986328125 543.74884033203125 543.74884033203125 543.74884033203125 543.74884033203125 547.748291015625 552.74786376953125 558.74737548828125 563.7469482421875 581.7459716796875 586.74554443359375 582.74505615234375 578.7467041015625 574.744140625 566.74481201171875 568.74322509765625 574.7423095703125 577.7418212890625 589.7413330078125 604.74090576171875 620.74041748046875 635.739990234375 643.73883056640625 650.73834228515625 676.7374267578125 691.73699951171875 698.73651123046875 698.73602294921875 693.735595703125 689.7340087890625 689.7340087890625 689.7340087890625 702.7332763671875 714.7327880859375 716.73236083984375 718.73187255859375 719.73138427734375 720.73095703125 726.73046875 737.73004150390625 759.72906494140625 764.7286376953125 768.7281494140625 771.72772216796875 776.72723388671875 783.72674560546875 786.726318359375 785.725830078125 787.72491455078125 788.72442626953125 787.7239990234375 790.7235107421875 794.72308349609375 790.721923828125 795.721435546875 802.720947265625 804.72003173828125 802.7196044921875 796.7191162109375 793.7186279296875 794.71820068359375 795.71771240234375 793.71728515625 789.71630859375 797.71588134765625 809.71539306640625 817.7149658203125 822.7144775390625 826.7139892578125 832.71356201171875 837.71307373046875 845.712158203125 846.711669921875 844.71124267578125 841.71075439453125 841.7103271484375 840.7098388671875 837.7093505859375 830.70892333984375 817.7080078125 812.70751953125 811.70703125 811.70660400390625 811.70611572265625 807.7056884765625 800.7044677734375 808.70404052734375 826.703125 839.70263671875 852.7021484375 862.70172119140625 867.70123291015625 871.7008056640625 876.7003173828125 879.6998291015625 880.69891357421875 882.698486328125 886.697998046875 889.697509765625 891.69708251953125 888.69659423828125 887.69610595703125 887.6956787109375 888.69476318359375 889.69427490234375 889.69378662109375 887.693359375 882.69287109375 882.6923828125 882.69195556640625 887.6910400390625 896.6905517578125 910.6900634765625 923.68963623046875 933.68914794921875 940.688720703125 940.6875 939.68707275390625 939.6861572265625 940.6856689453125 941.6851806640625 942.68475341796875 940.68426513671875 939.683837890625 939.683349609375 937.682861328125 942.68194580078125 947.68145751953125 952.6810302734375 958.6805419921875 964.68011474609375 969.67962646484375 975.67913818359375 984.6787109375 993.677734375 997.67730712890625 1002.67681884765625 1007.6763916015625 1013.6759033203125 1019.6754150390625 1023.67498779296875 1027.674560546875 1028.673583984375 1025.673095703125 1023.67266845703125 1025.6722412109375 1031.6710205078125 1042.6705322265625 1048.6700439453125 1057.669189453125 1061.668701171875 1064.668212890625 1063.667724609375 1058.667236328125 1053.6668701171875 1051.6663818359375
|
||||
426.807708740234375 420.8072509765625 416.8050537109375 416.8050537109375 426.805419921875 434.804931640625 438.8038330078125 449.803375244140625 457.80291748046875 460.802459716796875 460.802001953125 460.801513671875 464.80059814453125 467.800140380859375 467.7996826171875 467.799224853515625 465.79876708984375 466.79827880859375 467.797821044921875 469.79736328125 472.79644775390625 477.79595947265625 481.795501708984375 481.7950439453125 476.794586181640625 472.79412841796875 470.79364013671875 466.793182373046875 469.792266845703125 478.79180908203125 489.791351318359375 497.7908935546875 501.7904052734375 503.789947509765625 507.78948974609375 513.78900146484375 530.7880859375 529.7869873046875 525.7864990234375 521.78607177734375 517.78558349609375 516.78515625 517.78466796875 524.7841796875 535.78326416015625 538.7828369140625 544.7823486328125 550.7818603515625 554.78143310546875 555.78094482421875 554.780517578125 556.77960205078125 556.77911376953125 555.77862548828125 555.7781982421875 557.7777099609375 559.77728271484375 561.77679443359375 564.77630615234375 569.775390625 570.77496337890625 571.77447509765625 570.77398681640625 569.7735595703125 569.7730712890625 570.77264404296875 571.77215576171875 574.771240234375 566.7701416015625 562.7696533203125 561.76898193359375 561.76898193359375 567.76824951171875 573.767822265625 576.767333984375 583.76641845703125 588.76593017578125 592.7655029296875 596.7650146484375 598.7645263671875 600.76409912109375 602.76361083984375 607.76318359375 612.76220703125 613.76177978515625 615.76129150390625 618.7608642578125 617.7603759765625 615.7598876953125 612.75946044921875 610.75897216796875 597.758056640625 591.757568359375 588.75714111328125 589.75665283203125 590.7562255859375 591.7557373046875 592.7552490234375 596.75433349609375 587.75323486328125 586.75274658203125 584.7523193359375 580.7518310546875 566.7513427734375 556.75091552734375 551.75042724609375 543.74951171875 543.74884033203125 543.74884033203125 543.74884033203125 543.74884033203125 544.7471923828125 550.7467041015625 560.74627685546875 590.745361328125 600.744873046875 605.744384765625 610.74395751953125 597.74346923828125 581.7430419921875 577.7425537109375 579.7420654296875 583.74114990234375 586.74066162109375 597.740234375 611.73974609375 628.73931884765625 643.73883056640625 650.73834228515625 660.7379150390625 683.736328125 690.73583984375 693.7353515625 691.73492431640625 690.73443603515625 689.7340087890625 694.7335205078125 698.73260498046875 699.73211669921875 694.731689453125 695.731201171875 696.730712890625 697.73028564453125 705.72979736328125 724.72930908203125 751.7283935546875 759.72796630859375 767.72747802734375 771.72698974609375 771.7265625 774.72607421875 779.72564697265625 778.72515869140625 779.7242431640625 780.7237548828125 781.72332763671875 783.72283935546875 786.72235107421875 790.721923828125 795.721435546875 802.720947265625 804.72003173828125 794.7188720703125 788.71844482421875 785.71795654296875 783.717529296875 783.717041015625 783.716552734375 782.71612548828125 790.7152099609375 800.7147216796875 807.7142333984375 812.71380615234375 818.71331787109375 825.71282958984375 833.71240234375 839.7119140625 837.71099853515625 838.71051025390625 837.7100830078125 837.7095947265625 837.70916748046875 833.70867919921875 826.70819091796875 812.707275390625 807.706787109375 802.70635986328125 800.70587158203125 798.7054443359375 799.7049560546875 800.7044677734375 808.70404052734375 826.703125 848.70196533203125 856.70147705078125 865.70098876953125 870.7005615234375 873.7000732421875 875.6995849609375 877.69915771484375 876.6982421875 877.69775390625 880.697265625 884.69683837890625 883.69635009765625 879.6959228515625 877.6954345703125 876.6949462890625 873.69403076171875 874.69354248046875 873.693115234375 869.692626953125 872.69219970703125 874.69171142578125 872.69122314453125 878.6907958984375 896.6898193359375 913.68939208984375 928.68890380859375 933.6884765625 937.68798828125 940.6875 939.68707275390625 939.6861572265625 935.6849365234375 936.68450927734375 936.68402099609375 934.68353271484375 933.68310546875 932.6826171875 933.68218994140625 940.68121337890625 944.6807861328125 950.6802978515625 956.6798095703125 962.67938232421875 968.67889404296875 973.678466796875 978.677978515625 985.67706298828125 989.67657470703125 995.6761474609375 1002.6756591796875 1009.6751708984375 1016.67474365234375 1019.67425537109375 1020.67376708984375 1020.6728515625 1019.67236328125 1019.67193603515625 1023.67144775390625 1031.6710205078125 1042.6705322265625 1048.6700439453125 1053.6695556640625 1053.66796875 1054.66748046875 1051.6669921875 1044.66650390625 1038.6661376953125 1038.6656494140625
|
||||
427.807098388671875 421.806610107421875 416.8050537109375 416.805694580078125 419.80523681640625 429.8043212890625 438.8038330078125 449.803375244140625 457.80291748046875 458.80181884765625 459.801361083984375 459.8009033203125 460.8004150390625 463.79949951171875 463.799041748046875 460.798583984375 459.798095703125 459.797637939453125 461.79718017578125 462.796722412109375 465.795806884765625 470.795318603515625 472.79486083984375 468.794403076171875 462.7939453125 460.793487548828125 458.79302978515625 459.79254150390625 475.7916259765625 484.791168212890625 489.79071044921875 494.79022216796875 500.789764404296875 505.789306640625 510.788848876953125 517.78839111328125 530.7874755859375 529.7869873046875 525.7864990234375 521.78607177734375 511.784942626953125 510.78448486328125 515.7840576171875 523.7835693359375 537.78265380859375 541.78216552734375 545.78173828125 548.78125 549.78076171875 549.78033447265625 548.77984619140625 549.7794189453125 549.7784423828125 548.77801513671875 550.77752685546875 554.777099609375 558.776611328125 560.776123046875 561.77569580078125 561.77520751953125 566.7742919921875 566.7738037109375 565.77337646484375 565.77288818359375 564.7724609375 565.77197265625 565.771484375 567.77056884765625 566.7701416015625 562.7696533203125 561.76898193359375 564.76806640625 571.767578125 575.76715087890625 576.76666259765625 579.7657470703125 583.7652587890625 588.76483154296875 591.76434326171875 593.763916015625 596.763427734375 598.762939453125 601.76251220703125 607.7615966796875 609.7611083984375 611.7606201171875 611.76019287109375 609.75970458984375 604.75927734375 601.7587890625 599.75830078125 587.75738525390625 583.7569580078125 585.7564697265625 589.7559814453125 591.75555419921875 585.75506591796875 581.754638671875 586.754150390625 587.75323486328125 586.75274658203125 584.7523193359375 565.75115966796875 555.75067138671875 546.750244140625 541.749755859375 543.74884033203125 547.74835205078125 548.7479248046875 546.7474365234375 544.7469482421875 545.74652099609375 550.74603271484375 561.74560546875 595.74462890625 605.74420166015625 615.74371337890625 618.7432861328125 610.7427978515625 600.7423095703125 594.74188232421875 594.74139404296875 587.740478515625 589.739990234375 595.73956298828125 604.73907470703125 621.7386474609375 629.7381591796875 634.7376708984375 648.73724365234375 683.736328125 690.73583984375 693.7353515625 691.73492431640625 684.7337646484375 694.7332763671875 688.73284912109375 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 685.7296142578125 699.7291259765625 720.7286376953125 736.72821044921875 756.72723388671875 764.726806640625 765.726318359375 762.72589111328125 765.72540283203125 770.72491455078125 770.7244873046875 769.72357177734375 767.72308349609375 769.72259521484375 774.72216796875 781.7216796875 790.72119140625 794.72076416015625 795.72027587890625 798.7193603515625 794.7188720703125 788.71844482421875 785.71795654296875 772.716796875 773.71636962890625 775.71588134765625 776.71539306640625 780.7144775390625 787.71405029296875 798.71356201171875 806.71307373046875 812.712646484375 819.712158203125 826.711669921875 831.71124267578125 832.7103271484375 832.7098388671875 831.7093505859375 829.70892333984375 828.70843505859375 825.7080078125 817.70751953125 810.70703125 799.70611572265625 795.7056884765625 793.7052001953125 797.7047119140625 806.70428466796875 816.70379638671875 823.70330810546875 829.702880859375 848.70196533203125 856.70147705078125 865.70098876953125 869.6998291015625 873.69940185546875 875.69891357421875 877.69842529296875 870.697509765625 871.697021484375 872.69659423828125 872.69610595703125 868.6956787109375 864.6951904296875 866.6947021484375 867.69427490234375 864.693359375 864.69287109375 861.6923828125 861.69195556640625 865.69146728515625 871.69097900390625 871.69097900390625 871.69097900390625 891.68914794921875 911.68865966796875 924.688232421875 932.687744140625 935.687255859375 935.68682861328125 934.68634033203125 933.6859130859375 935.6849365234375 936.68450927734375 936.68402099609375 929.682861328125 930.682373046875 931.68194580078125 934.68145751953125 935.68096923828125 943.6800537109375 949.6795654296875 954.67913818359375 959.67864990234375 964.67822265625 967.677734375 970.67724609375 979.67633056640625 986.67584228515625 994.6754150390625 1001.6749267578125 1005.6744384765625 1010.67401123046875 1013.67352294921875 1013.673095703125 1013.672119140625 1015.67169189453125 1019.67120361328125 1024.6707763671875 1032.6702880859375 1040.6697998046875 1047.6693115234375 1054.6689453125 1053.66796875 1054.66748046875 1051.6669921875 1028.6658935546875 1021.66534423828125 1023.6649169921875
|
||||
425.80645751953125 419.805999755859375 416.8055419921875 416.8050537109375 418.804595947265625 427.803680419921875 436.80322265625 446.802734375 454.802276611328125 458.80181884765625 459.801361083984375 459.8009033203125 459.7998046875 460.798858642578125 460.79840087890625 460.797943115234375 457.7974853515625 454.7969970703125 454.796539306640625 455.79608154296875 458.795623779296875 467.794677734375 468.794219970703125 463.79376220703125 459.793304443359375 456.7928466796875 456.7923583984375 463.791900634765625 474.79144287109375 486.79052734375 489.7900390625 493.789581298828125 499.78912353515625 505.788665771484375 512.7882080078125 519.7877197265625 528.78680419921875 525.78631591796875 521.785888671875 515.785400390625 511.784942626953125 510.78448486328125 515.7840576171875 517.78289794921875 538.781982421875 540.781494140625 542.78106689453125 543.78057861328125 544.7801513671875 545.7796630859375 545.7791748046875 545.77874755859375 541.77783203125 541.77734375 544.77685546875 549.77642822265625 553.77593994140625 555.7755126953125 555.7750244140625 555.7745361328125 560.77362060546875 561.773193359375 560.772705078125 560.772216796875 560.77178955078125 560.77130126953125 560.7708740234375 561.7703857421875 564.76947021484375 561.76898193359375 561.76898193359375 564.76806640625 571.767578125 575.76715087890625 574.7659912109375 574.76507568359375 578.7646484375 583.76416015625 586.763671875 593.76324462890625 594.76275634765625 593.7623291015625 593.7618408203125 600.76092529296875 602.76043701171875 603.760009765625 602.759521484375 599.759033203125 592.75860595703125 586.75811767578125 579.7576904296875 574.7567138671875 578.75628662109375 583.75579833984375 589.75531005859375 582.7548828125 569.75439453125 568.75396728515625 572.75347900390625 574.7525634765625 573.7520751953125 574.75164794921875 565.75115966796875 555.75067138671875 546.750244140625 541.749755859375 541.7486572265625 555.7476806640625 564.74725341796875 571.74676513671875 580.746337890625 583.745849609375 574.745361328125 578.74493408203125 590.74444580078125 608.7435302734375 617.7430419921875 620.74261474609375 615.74212646484375 606.74163818359375 601.7412109375 596.74072265625 587.740478515625 587.740478515625 591.7388916015625 601.7384033203125 614.7379150390625 622.73748779296875 631.73699951171875 648.736572265625 668.735595703125 669.73516845703125 672.73468017578125 677.7342529296875 684.7337646484375 694.7332763671875 688.73284912109375 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 686.7288818359375 698.72845458984375 714.72796630859375 730.7275390625 751.7265625 757.72613525390625 758.72564697265625 756.72515869140625 754.7247314453125 749.7242431640625 751.72381591796875 754.72332763671875 750.722412109375 753.721923828125 759.721435546875 772.72100830078125 780.72052001953125 787.7200927734375 791.7196044921875 788.7191162109375 783.71820068359375 779.7177734375 775.71728515625 772.716796875 773.71636962890625 775.71588134765625 767.7147216796875 767.71380615234375 775.71331787109375 788.712890625 794.71240234375 796.7119140625 802.71148681640625 810.71099853515625 814.7105712890625 818.7095947265625 818.70916748046875 817.70867919921875 817.70819091796875 817.707763671875 814.707275390625 808.70684814453125 802.70635986328125 792.7054443359375 793.7049560546875 796.7044677734375 805.70404052734375 817.70355224609375 826.703125 832.70263671875 840.7021484375 858.70123291015625 861.70074462890625 864.7003173828125 869.6998291015625 873.69940185546875 875.69891357421875 866.69775390625 863.697265625 862.69635009765625 861.69586181640625 855.6954345703125 850.6949462890625 850.6944580078125 854.69403076171875 857.69354248046875 856.692626953125 856.692138671875 859.69171142578125 863.69122314453125 870.69073486328125 880.6903076171875 884.6898193359375 888.68939208984375 905.68841552734375 918.68798828125 927.6875 931.68701171875 930.68658447265625 930.68609619140625 930.6856689453125 931.6851806640625 931.68426513671875 931.68377685546875 931.68328857421875 929.682861328125 930.682373046875 931.68194580078125 934.68145751953125 938.6802978515625 944.6793212890625 948.67889404296875 951.67840576171875 955.677978515625 960.677490234375 965.677001953125 970.67657470703125 975.67608642578125 986.6751708984375 993.6746826171875 999.6741943359375 1003.67376708984375 1004.67327880859375 1005.6728515625 1006.67236328125 1005.671875 1014.67095947265625 1020.67047119140625 1025.6700439453125 1032.6695556640625 1038.6690673828125 1045.6685791015625 1051.668212890625 1050.667236328125 1049.666748046875 1043.666259765625 1028.6658935546875 1021.66534423828125 1023.6649169921875
|
||||
421.805816650390625 416.80316162109375 416.80316162109375 417.804443359375 419.803955078125 428.80303955078125 435.802581787109375 444.8021240234375 450.8016357421875 454.801177978515625 456.80072021484375 458.800262451171875 459.7998046875 460.798858642578125 460.79840087890625 457.79730224609375 453.796844482421875 449.79638671875 448.7958984375 449.795440673828125 451.79498291015625 459.794036865234375 461.7935791015625 459.793121337890625 456.79266357421875 454.792205810546875 457.791717529296875 468.791259765625 479.790802001953125 487.789886474609375 489.789398193359375 490.7889404296875 495.788482666015625 505.78802490234375 509.787567138671875 514.787109375 517.78662109375 517.78570556640625 512.78521728515625 507.784759521484375 503.7843017578125 506.783843994140625 510.78338623046875 517.78289794921875 530.782470703125 540.781494140625 536.7803955078125 538.77996826171875 540.77947998046875 541.77899169921875 538.778564453125 536.778076171875 537.77716064453125 538.77667236328125 540.7762451171875 546.7757568359375 550.77532958984375 551.77484130859375 551.77435302734375 551.77392578125 554.77294921875 555.77252197265625 556.77203369140625 555.7716064453125 555.7711181640625 556.7706298828125 556.77020263671875 556.76971435546875 561.768798828125 562.768310546875 562.76788330078125 564.76739501953125 570.7669677734375 573.7664794921875 574.7659912109375 573.76556396484375 578.7646484375 583.76416015625 580.7630615234375 585.7625732421875 586.7620849609375 582.76165771484375 581.76116943359375 583.7607421875 593.759765625 592.75933837890625 591.75885009765625 588.75836181640625 582.7579345703125 576.7574462890625 569.75701904296875 566.75604248046875 571.755615234375 573.755126953125 577.75469970703125 579.75421142578125 569.75372314453125 559.7532958984375 559.7528076171875 562.75189208984375 564.75140380859375 562.7509765625 559.75048828125 552.75 545.74957275390625 541.74908447265625 541.7486572265625 555.7476806640625 564.74725341796875 591.74609375 602.74566650390625 608.74517822265625 605.74468994140625 609.7442626953125 611.7437744140625 617.74285888671875 621.74237060546875 626.741943359375 625.741455078125 618.740966796875 612.74053955078125 607.74005126953125 597.7396240234375 587.740478515625 589.73822021484375 598.73773193359375 608.73724365234375 608.73681640625 611.736328125 631.73590087890625 649.73541259765625 652.7344970703125 660.7340087890625 671.7335205078125 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 680.727783203125 689.727294921875 709.726806640625 735.72589111328125 744.72540283203125 750.7249755859375 748.7244873046875 742.72406005859375 730.72357177734375 721.72308349609375 724.72265625 735.7216796875 743.72125244140625 748.72076416015625 750.7203369140625 756.7198486328125 766.7193603515625 772.71893310546875 769.71844482421875 771.717529296875 768.717041015625 763.71661376953125 759.71612548828125 762.71563720703125 766.7152099609375 767.7147216796875 766.7142333984375 775.71331787109375 766.712158203125 775.71173095703125 780.71124267578125 785.71075439453125 788.7103271484375 789.7098388671875 790.70941162109375 795.70843505859375 797.7080078125 800.70751953125 801.70703125 801.70660400390625 798.70611572265625 791.7056884765625 787.7047119140625 791.70428466796875 796.70379638671875 806.70330810546875 818.702880859375 827.702392578125 836.701904296875 846.70147705078125 858.7005615234375 857.7000732421875 858.6995849609375 860.69915771484375 863.69866943359375 865.6982421875 866.69775390625 863.697265625 862.69635009765625 861.69586181640625 840.6947021484375 836.69427490234375 837.69378662109375 840.69329833984375 842.69287109375 844.6923828125 851.69146728515625 860.69097900390625 870.6905517578125 880.6900634765625 891.6895751953125 903.68914794921875 907.68865966796875 911.68817138671875 920.687255859375 925.686767578125 927.68634033203125 927.68585205078125 926.6854248046875 928.6849365234375 929.6844482421875 929.68353271484375 929.68304443359375 927.6826171875 928.68212890625 932.68170166015625 937.68121337890625 939.68072509765625 938.6802978515625 944.6793212890625 948.67889404296875 953.67767333984375 959.67724609375 962.6767578125 966.67626953125 973.67584228515625 978.67535400390625 986.6744384765625 991.6739501953125 994.67352294921875 996.67303466796875 995.67254638671875 996.672119140625 998.671630859375 1000.671142578125 1015.67022705078125 1024.6697998046875 1030.6693115234375 1033.6688232421875 1037.6683349609375 1044.66796875 1048.66748046875 1048.6669921875 1039.666015625 1025.66552734375 1012.66510009765625 1007.6646728515625 1005.6641845703125
|
||||
417.80517578125 416.80316162109375 416.80316162109375 416.803802490234375 419.8033447265625 424.8028564453125 436.80194091796875 444.801483154296875 449.801025390625 451.800537109375 453.800079345703125 454.79962158203125 455.799163818359375 456.7987060546875 458.797760009765625 457.79730224609375 453.796844482421875 449.79638671875 442.795257568359375 443.7947998046875 445.794342041015625 454.79339599609375 455.792938232421875 453.79248046875 452.792022705078125 455.79156494140625 464.79107666015625 474.790618896484375 480.7901611328125 485.78924560546875 488.78875732421875 491.788299560546875 495.787841796875 499.787384033203125 505.78692626953125 507.78643798828125 507.785980224609375 506.785064697265625 504.784576416015625 501.78411865234375 502.783660888671875 505.783203125 510.78271484375 520.78228759765625 529.78179931640625 535.7808837890625 536.7803955078125 538.77996826171875 540.77947998046875 541.77899169921875 530.77789306640625 528.7774658203125 530.7769775390625 536.77606201171875 540.77557373046875 543.77508544921875 544.774658203125 545.774169921875 546.77374267578125 547.77325439453125 547.7723388671875 550.7718505859375 552.77142333984375 552.77093505859375 551.77044677734375 550.77001953125 551.76953125 553.76904296875 558.76812744140625 560.7677001953125 561.7672119140625 564.7667236328125 566.76629638671875 568.76580810546875 566.765380859375 564.764892578125 572.76397705078125 577.76348876953125 580.7630615234375 585.7625732421875 586.7620849609375 576.760986328125 573.760498046875 575.76007080078125 584.75909423828125 581.7586669921875 579.7581787109375 579.75775146484375 574.75726318359375 566.75677490234375 557.75634765625 555.755859375 559.75494384765625 560.75445556640625 567.7540283203125 570.7535400390625 562.7530517578125 550.75262451171875 549.75213623046875 548.751708984375 548.750732421875 548.75030517578125 547.74981689453125 546.74932861328125 545.7489013671875 541.7484130859375 544.74798583984375 565.74700927734375 577.74658203125 591.74609375 602.74566650390625 608.74517822265625 613.7440185546875 619.74359130859375 625.74310302734375 627.7421875 628.74169921875 634.74127197265625 641.74078369140625 640.74029541015625 634.7398681640625 623.7393798828125 616.7388916015625 607.73797607421875 604.737548828125 607.737060546875 606.736572265625 607.73614501953125 607.73614501953125 620.7352294921875 631.7347412109375 643.73382568359375 655.73333740234375 671.73284912109375 682.732421875 687.73193359375 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 676.7275390625 680.72662353515625 695.72613525390625 713.7257080078125 733.7247314453125 735.72430419921875 732.72381591796875 726.72332763671875 715.722900390625 706.722412109375 706.72198486328125 721.72100830078125 730.7205810546875 732.7200927734375 734.7196044921875 745.71917724609375 757.71868896484375 756.71820068359375 754.7177734375 754.71685791015625 754.71636962890625 750.71588134765625 748.7154541015625 748.7149658203125 752.7144775390625 754.71405029296875 752.71356201171875 759.712646484375 766.712158203125 775.71173095703125 780.71124267578125 785.71075439453125 776.7095947265625 776.70916748046875 776.70867919921875 777.707763671875 781.707275390625 785.70684814453125 790.70635986328125 791.70587158203125 788.7054443359375 782.7049560546875 777.7049560546875 785.70355224609375 795.703125 805.70263671875 814.7021484375 824.70172119140625 832.70123291015625 840.70074462890625 850.6998291015625 848.69940185546875 846.69891357421875 849.69842529296875 853.697998046875 855.697509765625 855.697021484375 851.69659423828125 846.6956787109375 844.6951904296875 840.6947021484375 836.69427490234375 837.69378662109375 828.692626953125 832.692138671875 836.69171142578125 851.69073486328125 863.6903076171875 872.6898193359375 882.6893310546875 896.68890380859375 905.68841552734375 910.68792724609375 912.6875 917.6865234375 921.68609619140625 924.68560791015625 924.6851806640625 925.6846923828125 926.6842041015625 927.68377685546875 927.68328857421875 926.682373046875 926.681884765625 928.681396484375 934.68096923828125 939.68048095703125 941.6800537109375 943.6795654296875 945.6790771484375 950.67816162109375 953.67767333984375 959.67724609375 962.6767578125 962.67559814453125 968.67510986328125 973.6746826171875 980.6737060546875 982.67327880859375 980.67279052734375 980.67230224609375 982.671875 986.67138671875 991.6708984375 1002.67047119140625 1020.6695556640625 1024.6690673828125 1029.6685791015625 1033.6680908203125 1038.6676025390625 1042.667236328125 1043.666748046875 1042.666259765625 1028.665283203125 1016.66485595703125 1004.66436767578125 996.6639404296875 995.6610107421875
|
||||
417.8045654296875 416.8040771484375 416.803619384765625 416.80316162109375 418.802703857421875 424.80224609375 438.801300048828125 443.80084228515625 447.800384521484375 449.7999267578125 450.7994384765625 450.798980712890625 451.79852294921875 451.798065185546875 450.797119140625 448.796661376953125 446.79620361328125 443.79571533203125 442.795257568359375 443.7947998046875 445.794342041015625 450.79388427734375 449.79229736328125 449.79229736328125 451.7913818359375 458.7908935546875 468.790435791015625 475.78997802734375 479.789520263671875 485.78857421875 488.788116455078125 491.78765869140625 492.787200927734375 495.7867431640625 499.7862548828125 502.785797119140625 501.78533935546875 500.784393310546875 499.783935546875 501.783477783203125 505.78302001953125 511.78253173828125 512.7821044921875 518.7816162109375 525.7811279296875 528.78021240234375 527.77978515625 529.779296875 532.77880859375 532.77838134765625 530.77789306640625 528.7774658203125 530.7769775390625 533.775390625 535.77490234375 536.77447509765625 537.77398681640625 538.7735595703125 541.7730712890625 540.7725830078125 539.77215576171875 545.77117919921875 548.770751953125 548.770263671875 549.76983642578125 549.76983642578125 550.76885986328125 555.7684326171875 562.7679443359375 562.76702880859375 562.76654052734375 562.76611328125 562.765625 560.76513671875 556.76470947265625 550.76422119140625 564.7633056640625 569.7628173828125 572.76239013671875 574.76190185546875 577.761474609375 576.760986328125 573.760498046875 575.76007080078125 575.75848388671875 575.75799560546875 577.75750732421875 574.757080078125 568.756591796875 557.756103515625 549.75567626953125 545.75518798828125 540.7542724609375 541.7537841796875 556.75335693359375 560.75286865234375 553.75244140625 546.751953125 538.75146484375 532.75103759765625 527.75006103515625 531.7496337890625 533.7491455078125 533.7486572265625 531.74822998046875 534.74774169921875 548.747314453125 565.746826171875 589.74591064453125 600.74542236328125 608.7449951171875 610.7445068359375 613.7440185546875 619.74359130859375 625.74310302734375 644.741943359375 647.74102783203125 652.7406005859375 658.7401123046875 659.7396240234375 648.73919677734375 643.73870849609375 638.73822021484375 630.7373046875 627.73681640625 624.73638916015625 620.73590087890625 615.7354736328125 618.7349853515625 623.7344970703125 629.73406982421875 650.733154296875 660.732666015625 675.732177734375 691.73175048828125 694.73126220703125 698.73077392578125 700.7303466796875 690.7298583984375 681.73309326171875 681.73309326171875 681.73309326171875 681.73309326171875 676.7275390625 680.72662353515625 695.72613525390625 713.7257080078125 716.72406005859375 714.72357177734375 712.72314453125 710.72265625 706.72198486328125 706.72198486328125 706.72198486328125 706.72198486328125 710.7198486328125 718.71942138671875 727.71893310546875 737.71844482421875 747.718017578125 745.717529296875 743.71685791015625 743.71685791015625 744.7156982421875 744.7156982421875 744.7156982421875 744.7156982421875 744.7156982421875 744.7156982421875 745.712890625 747.71197509765625 751.71148681640625 758.71099853515625 767.7105712890625 774.7100830078125 776.7095947265625 776.70916748046875 776.70867919921875 770.70843505859375 770.70843505859375 777.70611572265625 781.7056884765625 782.7052001953125 780.7047119140625 777.7049560546875 777.7049560546875 785.702880859375 794.702392578125 802.70196533203125 807.70147705078125 812.70098876953125 821.7005615234375 831.7000732421875 838.6995849609375 838.69866943359375 835.69818115234375 836.69775390625 839.697265625 842.69683837890625 840.69635009765625 834.69586181640625 831.6954345703125 827.6944580078125 828.69403076171875 827.69354248046875 827.69305419921875 828.692626953125 832.692138671875 836.69171142578125 846.6900634765625 859.6895751953125 870.6890869140625 881.68865966796875 893.68817138671875 905.687744140625 914.687255859375 917.686767578125 918.68585205078125 921.68536376953125 923.6849365234375 923.6844482421875 924.6839599609375 925.68353271484375 925.68304443359375 924.68255615234375 924.68255615234375 926.68115234375 929.68072509765625 933.68023681640625 937.6798095703125 939.6793212890625 943.6788330078125 949.67840576171875 951.67742919921875 953.677001953125 956.676513671875 957.676025390625 962.67559814453125 968.67510986328125 973.6746826171875 964.6734619140625 968.67254638671875 969.67205810546875 969.67205810546875 976.671142578125 985.670654296875 996.67022705078125 1005.66973876953125 1013.66925048828125 1016.6683349609375 1022.6678466796875 1031.6673583984375 1037.6669921875 1041.66650390625 1040.666015625 1037.66552734375 1022.66461181640625 1011.66412353515625 1000.6636962890625 995.6610107421875 995.6610107421875
|
||||
415.803924560546875 415.803466796875 414.802978515625 414.802520751953125 416.80206298828125 421.801605224609375 436.8006591796875 439.800201416015625 442.79974365234375 445.799285888671875 446.798797607421875 447.79833984375 446.797882080078125 445.79742431640625 442.796478271484375 440.7960205078125 437.795562744140625 437.79510498046875 440.79461669921875 443.794158935546875 445.793701171875 448.793243408203125 449.79229736328125 449.79229736328125 451.7913818359375 461.790283203125 470.789794921875 477.789337158203125 482.78887939453125 483.788421630859375 486.7874755859375 486.787017822265625 488.78656005859375 492.78607177734375 494.785614013671875 495.78515625 496.784698486328125 496.78424072265625 496.783294677734375 500.7828369140625 506.7823486328125 509.781890869140625 512.78143310546875 516.78094482421875 517.780517578125 520.77960205078125 520.77911376953125 521.77862548828125 524.7781982421875 525.7777099609375 524.7772216796875 524.77679443359375 526.77630615234375 533.775390625 535.77490234375 536.77447509765625 532.7733154296875 533.77288818359375 535.77239990234375 536.77197265625 538.771484375 544.77056884765625 545.77008056640625 547.7696533203125 550.7691650390625 552.7686767578125 556.76824951171875 561.76776123046875 566.76727294921875 561.766357421875 559.765869140625 559.76544189453125 558.76495361328125 554.7645263671875 548.7640380859375 548.7635498046875 552.76312255859375 564.76220703125 567.76171875 570.76123046875 571.76080322265625 570.76031494140625 567.75982666015625 569.7593994140625 574.7589111328125 575.75799560546875 577.75750732421875 570.75640869140625 565.75592041015625 554.7554931640625 542.7550048828125 530.7545166015625 518.75360107421875 530.75311279296875 541.752685546875 547.752197265625 544.75177001953125 537.75128173828125 528.75079345703125 519.7503662109375 517.7493896484375 521.74896240234375 524.74847412109375 524.74847412109375 525.74755859375 531.7470703125 548.74664306640625 566.74615478515625 591.7452392578125 601.7447509765625 608.74432373046875 612.74383544921875 617.74334716796875 624.742919921875 635.742431640625 644.741943359375 647.74102783203125 652.7406005859375 658.7401123046875 663.73895263671875 659.738525390625 656.738037109375 656.737548828125 649.73712158203125 639.73614501953125 641.7357177734375 642.7352294921875 658.73480224609375 653.73431396484375 638.73382568359375 648.7333984375 661.73291015625 683.73199462890625 690.73150634765625 695.7310791015625 703.7305908203125 710.7301025390625 710.72967529296875 708.72918701171875 691.728271484375 694.727783203125 692.727294921875 682.72686767578125 676.7275390625 678.7259521484375 687.7254638671875 703.7249755859375 716.72406005859375 714.72357177734375 712.72314453125 706.72198486328125 706.72198486328125 706.72198486328125 706.72198486328125 706.72198486328125 706.72198486328125 712.71868896484375 722.71826171875 735.7177734375 741.71734619140625 743.71685791015625 743.71685791015625 743.71685791015625 746.7149658203125 745.71453857421875 744.7156982421875 744.7156982421875 744.7156982421875 744.7156982421875 744.7156982421875 744.71221923828125 748.7108154296875 751.7103271484375 759.7098388671875 766.70941162109375 769.70892333984375 770.70843505859375 770.70843505859375 770.70843505859375 770.70843505859375 777.70611572265625 777.7049560546875 777.7049560546875 777.7049560546875 777.7049560546875 778.703125 789.7021484375 791.70172119140625 795.70123291015625 797.7008056640625 799.7003173828125 805.6998291015625 818.69940185546875 830.69891357421875 828.697998046875 826.697509765625 824.697021484375 824.69659423828125 823.69610595703125 821.69561767578125 820.6951904296875 818.6947021484375 820.69378662109375 822.69329833984375 822.69329833984375 822.69329833984375 822.69329833984375 826.69146728515625 829.69097900390625 835.69049072265625 859.6895751953125 870.6890869140625 880.68792724609375 890.6875 905.68701171875 915.6865234375 917.68609619140625 918.68560791015625 919.6846923828125 921.6842041015625 922.6837158203125 921.68328857421875 923.68280029296875 924.682373046875 925.681884765625 928.68096923828125 930.68048095703125 931.67999267578125 931.6795654296875 932.6790771484375 935.6785888671875 939.67816162109375 942.67767333984375 944.6767578125 947.67626953125 950.67578125 952.67535400390625 954.67486572265625 958.6744384765625 961.6739501953125 964.6734619140625 968.67254638671875 969.67205810546875 974.6708984375 985.67041015625 997.66998291015625 1003.66949462890625 1007.66900634765625 1012.6685791015625 1016.6676025390625 1023.66717529296875 1030.666748046875 1034.666259765625 1035.665771484375 1035.665283203125 1032.664794921875 1026.664306640625 1006.66339111328125 996.6629638671875 995.6610107421875 995.6610107421875
|
||||
410.80328369140625 410.802825927734375 409.8023681640625 409.8018798828125 414.801422119140625 423.80096435546875 430.800506591796875 434.799560546875 434.799102783203125 438.79864501953125 441.79815673828125 440.797698974609375 439.7972412109375 438.796783447265625 436.79583740234375 434.795684814453125 437.794921875 441.794464111328125 447.793975830078125 449.79351806640625 448.793060302734375 449.7926025390625 453.791656494140625 454.79119873046875 454.790740966796875 461.790283203125 470.789794921875 477.789337158203125 489.788238525390625 489.78778076171875 484.786834716796875 483.786376953125 484.785888671875 486.785430908203125 487.78497314453125 487.784515380859375 489.7840576171875 491.7835693359375 495.78265380859375 498.782196044921875 503.781707763671875 507.78125 509.780792236328125 509.78033447265625 509.77984619140625 508.779388427734375 511.778472900390625 512.77801513671875 515.77752685546875 517.77703857421875 519.776611328125 520.776123046875 521.77569580078125 523.77520751953125 528.7742919921875 531.7738037109375 532.7733154296875 533.77288818359375 535.77239990234375 538.77130126953125 541.77081298828125 544.7698974609375 545.7694091796875 546.76898193359375 550.76849365234375 552.76806640625 551.767578125 556.76708984375 559.76666259765625 553.76568603515625 553.7652587890625 551.7647705078125 547.7642822265625 541.76385498046875 540.76336669921875 538.762939453125 539.762451171875 548.76153564453125 553.76104736328125 558.7606201171875 562.7601318359375 561.7596435546875 559.75921630859375 561.75872802734375 566.75823974609375 571.75732421875 571.7568359375 570.75640869140625 565.75592041015625 554.7554931640625 542.7550048828125 529.75384521484375 518.75341796875 518.75250244140625 527.75201416015625 533.75152587890625 533.7510986328125 525.7506103515625 517.7501220703125 509.74969482421875 511.74920654296875 520.748291015625 526.747802734375 528.74737548828125 528.74688720703125 534.74639892578125 551.7459716796875 571.7454833984375 590.74456787109375 599.74407958984375 606.74365234375 614.7431640625 619.74267578125 627.74224853515625 638.74176025390625 650.74127197265625 662.7403564453125 666.7398681640625 668.73944091796875 663.73895263671875 659.738525390625 656.738037109375 666.73687744140625 662.7364501953125 655.7354736328125 657.73504638671875 661.73455810546875 667.734130859375 672.733642578125 670.733154296875 671.73272705078125 677.73223876953125 687.7313232421875 694.7308349609375 705.7303466796875 712.72991943359375 718.72943115234375 728.72900390625 734.728515625 728.72802734375 720.72711181640625 711.72662353515625 701.7261962890625 695.7257080078125 683.7252197265625 682.72479248046875 691.72430419921875 698.72381591796875 703.722900390625 705.72247314453125 706.72198486328125 706.72198486328125 706.72198486328125 707.71990966796875 709.71942138671875 714.718505859375 719.718017578125 727.71759033203125 737.71710205078125 747.71661376953125 751.7161865234375 751.7156982421875 749.7152099609375 750.71429443359375 751.71380615234375 749.71337890625 745.712890625 744.7156982421875 744.7156982421875 747.71148681640625 750.7110595703125 754.7100830078125 757.70965576171875 762.70916748046875 769.70867919921875 771.708251953125 774.707763671875 774.707275390625 773.70684814453125 772.7059326171875 775.7054443359375 777.7049560546875 777.7049560546875 777.7049560546875 788.702880859375 793.702392578125 800.70196533203125 799.70098876953125 796.7005615234375 795.70123291015625 795.70123291015625 801.69915771484375 811.69866943359375 819.69818115234375 821.697265625 819.69677734375 816.69635009765625 813.69586181640625 811.6954345703125 810.6949462890625 813.6944580078125 818.69403076171875 825.69305419921875 827.692626953125 827.692138671875 825.691650390625 829.69122314453125 830.69073486328125 831.6903076171875 834.6898193359375 856.6888427734375 868.68841552734375 880.68792724609375 890.6875 905.68701171875 909.68585205078125 912.68536376953125 912.68487548828125 913.6839599609375 916.6834716796875 918.68304443359375 919.68255615234375 919.68212890625 921.681640625 923.68115234375 927.68072509765625 933.67974853515625 935.6793212890625 933.6788330078125 932.6783447265625 931.67791748046875 933.67742919921875 935.67694091796875 937.676513671875 944.675537109375 947.67510986328125 948.67462158203125 947.67413330078125 951.6737060546875 955.6732177734375 959.6727294921875 965.67181396484375 966.67138671875 974.6708984375 985.67041015625 997.66998291015625 1002.66876220703125 1009.6683349609375 1014.6678466796875 1020.66693115234375 1025.6663818359375 1029.666015625 1029.66552734375 1028.6650390625 1028.66455078125 1026.6640625 1022.66363525390625 1004.6627197265625 995.6610107421875 995.6610107421875 995.6610107421875
|
||||
408.802642822265625 408.80218505859375 408.80218505859375 409.80126953125 416.80078125 424.800323486328125 429.79986572265625 432.798919677734375 432.7984619140625 434.798004150390625 432.79754638671875 431.79705810546875 432.796600341796875 433.796142578125 434.795684814453125 435.79473876953125 440.794281005859375 446.7938232421875 451.7933349609375 453.792877197265625 454.79241943359375 457.791961669921875 460.79150390625 460.790557861328125 463.79010009765625 471.78961181640625 479.789154052734375 486.7886962890625 489.788238525390625 489.78778076171875 484.786834716796875 479.785736083984375 479.785247802734375 480.7847900390625 480.784332275390625 481.78387451171875 484.78338623046875 487.782928466796875 493.782012939453125 495.781524658203125 499.78106689453125 502.780609130859375 501.7801513671875 498.7796630859375 497.779205322265625 497.77874755859375 502.777801513671875 503.77734375 506.776885986328125 511.77642822265625 515.77593994140625 516.7755126953125 516.7750244140625 517.7745361328125 522.77362060546875 525.77313232421875 528.772705078125 532.772216796875 535.77178955078125 538.77130126953125 541.77081298828125 543.7703857421875 545.7694091796875 547.768310546875 549.767822265625 549.76739501953125 548.76690673828125 548.7664794921875 550.7659912109375 548.7655029296875 539.76458740234375 535.76409912109375 527.763671875 525.76318359375 525.7626953125 527.76226806640625 526.76177978515625 533.7608642578125 537.7603759765625 541.75994873046875 548.75946044921875 552.75897216796875 552.758544921875 556.758056640625 561.757568359375 565.75665283203125 565.7562255859375 562.7557373046875 561.7552490234375 557.75482177734375 544.75433349609375 529.75384521484375 518.75341796875 518.75250244140625 516.7513427734375 521.7508544921875 512.75042724609375 509.74993896484375 507.749481201171875 509.7490234375 511.74853515625 518.74761962890625 526.74713134765625 533.7467041015625 536.7462158203125 545.7457275390625 559.74530029296875 571.74481201171875 583.744384765625 594.743408203125 599.74298095703125 606.74249267578125 616.74200439453125 625.7415771484375 639.7410888671875 652.7406005859375 660.74017333984375 669.7392578125 676.73876953125 673.73828125 669.73785400390625 668.73736572265625 666.73687744140625 662.7364501953125 655.7354736328125 680.734375 679.73388671875 682.7333984375 685.73297119140625 687.73248291015625 693.73199462890625 695.7315673828125 693.73065185546875 704.73016357421875 718.72967529296875 727.729248046875 736.728759765625 749.728271484375 751.72784423828125 747.72735595703125 724.7264404296875 715.7259521484375 714.7254638671875 709.72503662109375 700.72454833984375 692.72412109375 689.7236328125 694.72314453125 704.72222900390625 715.72174072265625 718.7213134765625 718.7208251953125 712.7203369140625 707.71990966796875 709.71942138671875 709.71942138671875 735.71734619140625 737.71685791015625 742.7164306640625 752.7159423828125 760.7154541015625 760.71502685546875 757.71453857421875 755.713623046875 754.713134765625 752.712646484375 752.71221923828125 752.71173095703125 754.7113037109375 757.7108154296875 763.7103271484375 772.70941162109375 775.70892333984375 778.70849609375 785.7080078125 791.70751953125 791.70709228515625 791.70660400390625 790.70611572265625 785.7052001953125 782.7047119140625 781.70428466796875 781.70379638671875 783.703369140625 788.702880859375 793.702392578125 800.70196533203125 816.7003173828125 805.6998291015625 795.70123291015625 795.70123291015625 798.69842529296875 805.697998046875 812.697509765625 815.697021484375 811.69610595703125 808.69561767578125 805.6951904296875 805.6951904296875 808.6942138671875 815.69378662109375 824.69329833984375 830.69287109375 843.69189453125 848.69146728515625 853.69097900390625 850.69049072265625 846.6900634765625 846.6895751953125 851.6890869140625 861.68817138671875 871.68768310546875 881.687255859375 891.686767578125 902.686279296875 909.68585205078125 912.68536376953125 912.68487548828125 913.6839599609375 912.68280029296875 914.68231201171875 915.681884765625 917.681396484375 918.680908203125 922.68048095703125 927.67999267578125 937.6790771484375 937.6785888671875 936.6781005859375 932.67767333984375 930.67718505859375 930.67669677734375 933.67626953125 937.67578125 942.67486572265625 943.67437744140625 944.67388916015625 947.6734619140625 952.6729736328125 959.6724853515625 965.67205810546875 969.67156982421875 974.670654296875 981.670166015625 991.669677734375 997.66925048828125 1002.66876220703125 1009.6683349609375 1014.6678466796875 1011.6666259765625 1016.66571044921875 1020.66522216796875 1022.664794921875 1021.664306640625 1019.663818359375 1016.66339111328125 1013.66290283203125 1000.6619873046875 997.6614990234375 995.6610107421875 997.66058349609375
|
||||
408.802642822265625 408.80218505859375 408.80218505859375 412.800628662109375 415.8001708984375 422.7996826171875 428.799224853515625 429.79827880859375 428.797821044921875 426.79736328125 424.796905517578125 424.79644775390625 426.79595947265625 427.795501708984375 428.7950439453125 433.794097900390625 436.79364013671875 443.793182373046875 451.792724609375 456.792236328125 457.791778564453125 459.79132080078125 461.79083251953125 470.7899169921875 479.789459228515625 486.78900146484375 492.78851318359375 495.788055419921875 494.78759765625 491.787109375 488.786651611328125 479.785736083984375 479.785247802734375 480.7847900390625 480.784332275390625 477.783203125 478.782745361328125 479.78228759765625 482.781829833984375 484.7808837890625 487.780426025390625 490.77996826171875 490.77947998046875 489.779022216796875 488.778564453125 489.778106689453125 497.77716064453125 500.776702880859375 503.7762451171875 509.7757568359375 514.7752685546875 514.7752685546875 514.7752685546875 515.77392578125 519.77294921875 522.77252197265625 530.77203369140625 538.7716064453125 543.7711181640625 547.7706298828125 548.77020263671875 546.76971435546875 544.768798828125 547.768310546875 549.767822265625 549.76739501953125 544.7662353515625 544.76580810546875 543.76531982421875 542.764892578125 524.763916015625 521.76348876953125 513.76300048828125 509.762542724609375 512.7620849609375 506.7615966796875 504.761138916015625 514.76068115234375 523.759765625 524.75927734375 526.7587890625 532.75836181640625 540.75787353515625 545.75738525390625 551.7569580078125 557.7564697265625 549.75555419921875 547.75506591796875 549.754638671875 552.754150390625 539.753662109375 517.75323486328125 508.75274658203125 506.751800537109375 516.7513427734375 521.7508544921875 512.75042724609375 503.749267578125 509.748809814453125 515.74835205078125 519.74786376953125 525.7469482421875 532.7464599609375 537.74603271484375 543.74554443359375 549.74505615234375 561.74462890625 574.744140625 585.74365234375 596.74273681640625 600.7423095703125 607.7418212890625 618.7413330078125 632.74090576171875 645.74041748046875 655.73992919921875 661.739501953125 675.738525390625 683.73809814453125 686.73760986328125 684.7371826171875 679.7366943359375 676.7362060546875 673.73577880859375 673.73529052734375 680.734375 679.73388671875 682.7333984375 699.7322998046875 709.7318115234375 716.7313232421875 718.73089599609375 710.72991943359375 714.7294921875 728.72900390625 737.728515625 746.72808837890625 751.72760009765625 753.7271728515625 750.7266845703125 732.72576904296875 723.72528076171875 722.72479248046875 725.724365234375 719.723876953125 705.723388671875 698.72296142578125 702.72247314453125 713.7215576171875 727.7210693359375 740.7205810546875 743.72015380859375 752.71966552734375 758.71923828125 752.71875 744.71826171875 735.71734619140625 737.71685791015625 742.7164306640625 760.71527099609375 767.71478271484375 770.71429443359375 768.7138671875 770.71337890625 765.71246337890625 765.71197509765625 768.7115478515625 771.7110595703125 772.7105712890625 772.71014404296875 777.70965576171875 783.70916748046875 790.708251953125 795.707763671875 798.70733642578125 800.70684814453125 806.70635986328125 808.7059326171875 806.7054443359375 796.70452880859375 794.70404052734375 795.70361328125 799.703125 804.70263671875 810.7021484375 816.70172119140625 821.70123291015625 816.7003173828125 805.6998291015625 795.70123291015625 795.70123291015625 795.70123291015625 797.697265625 801.69683837890625 806.69635009765625 805.6954345703125 805.6954345703125 806.6944580078125 808.69403076171875 813.69354248046875 826.69305419921875 834.692626953125 838.692138671875 858.69122314453125 872.69073486328125 875.69024658203125 873.6898193359375 868.6893310546875 872.6888427734375 876.68841552734375 874.68792724609375 878.68701171875 885.6865234375 894.68603515625 905.68560791015625 911.68511962890625 911.6846923828125 909.6842041015625 909.68304443359375 912.68280029296875 914.68231201171875 915.681884765625 916.6806640625 918.68023681640625 923.67974853515625 928.67926025390625 934.6783447265625 934.6778564453125 934.67742919921875 931.67694091796875 929.67645263671875 930.676025390625 934.675537109375 938.675048828125 942.67413330078125 944.67364501953125 949.6732177734375 952.6727294921875 959.6722412109375 966.67181396484375 972.67132568359375 972.67083740234375 976.669921875 985.66943359375 991.66900634765625 995.66851806640625 1000.66802978515625 1005.6676025390625 1009.6671142578125 1011.6666259765625 1016.66571044921875 1020.66522216796875 1022.664794921875 1013.66357421875 1009.66314697265625 1005.66265869140625 1002.66217041015625 996.6617431640625 993.6607666015625 996.66033935546875 998.65985107421875
|
||||
408.802032470703125 409.801544189453125 410.80108642578125 412.800628662109375 415.8001708984375 422.7996826171875 428.799224853515625 424.798126220703125 422.79718017578125 422.796722412109375 422.796722412109375 424.795806884765625 425.795318603515625 425.795318603515625 427.794403076171875 437.79345703125 443.792999267578125 447.79254150390625 451.79205322265625 452.791595458984375 452.7911376953125 453.790679931640625 459.79022216796875 475.789276123046875 485.788818359375 494.788330078125 498.787872314453125 497.78741455078125 494.786956787109375 490.786468505859375 485.7860107421875 476.78509521484375 477.78460693359375 475.784149169921875 476.78369140625 477.783203125 478.782745361328125 479.78228759765625 471.78118896484375 472.780242919921875 476.77978515625 480.779296875 484.778839111328125 485.77838134765625 488.777923583984375 492.777435302734375 497.7769775390625 506.77606201171875 511.77557373046875 518.775146484375 520.774658203125 519.774169921875 519.77374267578125 524.77325439453125 526.77276611328125 528.7718505859375 532.7713623046875 539.77093505859375 547.77044677734375 551.77001953125 550.76953125 548.76904296875 542.76812744140625 543.76763916015625 545.7672119140625 545.7667236328125 544.7662353515625 544.76580810546875 543.76531982421875 532.76422119140625 517.76324462890625 509.7628173828125 503.7623291015625 501.761871337890625 495.76141357421875 487.76092529296875 488.760467529296875 494.760009765625 504.759063720703125 507.75860595703125 509.758148193359375 517.7576904296875 527.7572021484375 538.7567138671875 530.75628662109375 524.75579833984375 525.7548828125 525.75439453125 528.75396728515625 525.75347900390625 517.75299072265625 510.752532958984375 504.7520751953125 500.751220703125 505.75067138671875 505.750213623046875 503.749755859375 503.749267578125 509.748809814453125 515.74835205078125 536.7471923828125 539.74676513671875 549.74578857421875 558.745361328125 563.744873046875 569.744384765625 577.74395751953125 584.74346923828125 591.7430419921875 605.7420654296875 610.74163818359375 617.74114990234375 628.74066162109375 640.740234375 652.73974609375 659.7392578125 664.73883056640625 679.73785400390625 687.7374267578125 690.7369384765625 691.7364501953125 691.73602294921875 687.73553466796875 685.735107421875 688.734619140625 692.73370361328125 696.73321533203125 694.73272705078125 699.7322998046875 709.7318115234375 716.7313232421875 718.73089599609375 733.729736328125 734.72882080078125 739.72833251953125 745.72784423828125 748.7274169921875 750.7269287109375 750.7264404296875 750.72601318359375 750.72552490234375 739.724609375 737.72412109375 738.7236328125 729.72320556640625 716.72271728515625 716.7222900390625 722.7218017578125 735.72088623046875 748.72039794921875 761.71990966796875 768.719482421875 777.718994140625 778.718505859375 775.71807861328125 764.71759033203125 746.7166748046875 745.7161865234375 752.7156982421875 760.71527099609375 767.71478271484375 770.71429443359375 768.7138671875 786.71270751953125 789.7117919921875 792.7113037109375 793.7108154296875 791.71038818359375 788.70989990234375 787.70941162109375 789.708984375 797.70849609375 810.70758056640625 814.70709228515625 816.70660400390625 818.7061767578125 820.7056884765625 820.7052001953125 819.70477294921875 812.70428466796875 803.703369140625 806.702880859375 811.702392578125 818.70196533203125 823.70147705078125 831.7010498046875 835.7005615234375 837.7000732421875 815.69915771484375 802.69866943359375 795.70123291015625 795.70123291015625 797.697265625 801.69683837890625 798.69561767578125 812.6947021484375 816.6942138671875 819.69378662109375 820.69329833984375 824.69287109375 834.6923828125 843.69189453125 849.69140625 871.69049072265625 878.6900634765625 882.6895751953125 882.6890869140625 885.68865966796875 888.68817138671875 890.68768310546875 889.687255859375 887.686279296875 892.68585205078125 900.68536376953125 909.68487548828125 912.6844482421875 910.6839599609375 909.6834716796875 909.68304443359375 911.68206787109375 912.681640625 915.68115234375 916.6806640625 918.68023681640625 923.67974853515625 926.6785888671875 929.6781005859375 930.67718505859375 929.67669677734375 927.67620849609375 925.67578125 928.67529296875 934.6748046875 939.67437744140625 942.67388916015625 946.6729736328125 950.6724853515625 953.6719970703125 958.67156982421875 964.67108154296875 967.67059326171875 969.670166015625 978.669189453125 984.66876220703125 989.66827392578125 993.66778564453125 996.6673583984375 1001.6668701171875 1004.6663818359375 1005.66595458984375 1011.66497802734375 1015.66455078125 1016.6640625 1013.66357421875 1009.66314697265625 1005.66265869140625 987.6614990234375 986.6610107421875 988.66009521484375 995.65960693359375 999.65911865234375
|
||||
407.8013916015625 410.8009033203125 414.800445556640625 414.79998779296875 416.799530029296875 420.799072265625 424.798583984375 424.798126220703125 422.79718017578125 422.796722412109375 423.795623779296875 427.795166015625 428.794677734375 429.794219970703125 431.79376220703125 438.793304443359375 449.7923583984375 448.791900634765625 449.79144287109375 451.79095458984375 452.790496826171875 455.7900390625 459.78955078125 466.789093017578125 487.788177490234375 497.787689208984375 500.7872314453125 498.786773681640625 492.78631591796875 487.78582763671875 479.785369873046875 470.784423828125 471.783966064453125 471.78350830078125 470.783050537109375 472.782562255859375 472.7821044921875 470.781646728515625 471.78118896484375 472.780242919921875 476.77978515625 483.778656005859375 491.7781982421875 497.777740478515625 504.777252197265625 509.77679443359375 511.776336669921875 520.775390625 529.77490234375 533.77447509765625 534.77398681640625 531.7735595703125 537.7730712890625 538.7725830078125 539.77215576171875 540.77117919921875 544.770751953125 548.770263671875 553.769775390625 551.76934814453125 548.76885986328125 544.7684326171875 540.7679443359375 535.76702880859375 536.76654052734375 537.76605224609375 539.765625 538.76513671875 536.7646484375 532.76422119140625 525.76373291015625 509.7628173828125 499.761688232421875 495.76123046875 488.7607421875 480.760284423828125 479.75982666015625 483.75933837890625 491.7584228515625 499.7579345703125 501.757476806640625 506.75701904296875 518.75653076171875 516.756103515625 510.755615234375 508.755157470703125 495.753814697265625 504.753753662109375 510.7532958984375 510.7528076171875 505.752349853515625 501.75189208984375 500.751220703125 500.751220703125 500.751220703125 500.751220703125 500.751220703125 507.748626708984375 521.7481689453125 533.7476806640625 536.7471923828125 539.74676513671875 549.74578857421875 558.745361328125 588.74420166015625 588.7437744140625 586.7432861328125 592.7427978515625 598.74237060546875 606.74188232421875 616.740966796875 622.740478515625 633.739990234375 647.73956298828125 658.73907470703125 664.73858642578125 668.7381591796875 682.7371826171875 687.73675537109375 691.73626708984375 693.73577880859375 693.7353515625 693.73486328125 693.734375 699.73394775390625 714.7330322265625 712.7325439453125 710.7320556640625 725.73162841796875 735.73114013671875 742.73065185546875 738.730224609375 733.729736328125 734.72882080078125 739.72833251953125 751.7271728515625 750.72674560546875 749.72625732421875 750.72576904296875 751.725341796875 751.724853515625 746.72393798828125 740.72344970703125 735.72296142578125 733.7225341796875 731.7220458984375 734.7215576171875 743.72113037109375 749.72064208984375 765.7197265625 774.71923828125 780.71875 785.71832275390625 788.71783447265625 787.71734619140625 779.7169189453125 772.7164306640625 764.71551513671875 768.71502685546875 773.714599609375 776.714111328125 780.713623046875 783.71319580078125 786.71270751953125 789.7117919921875 792.7113037109375 808.71014404296875 805.70965576171875 804.709228515625 806.708740234375 810.708251953125 813.70782470703125 828.70684814453125 832.7064208984375 834.7059326171875 835.7054443359375 836.70501708984375 836.70452880859375 830.70404052734375 823.70361328125 811.70263671875 811.70220947265625 819.70172119140625 828.70123291015625 836.7008056640625 842.7003173828125 846.6998291015625 845.69940185546875 826.69842529296875 816.697998046875 807.697509765625 800.697021484375 795.69775390625 795.69775390625 798.69561767578125 806.6951904296875 816.6942138671875 830.69305419921875 831.692626953125 835.692138671875 840.691650390625 844.69122314453125 849.69073486328125 856.69024658203125 873.6893310546875 877.6888427734375 882.68841552734375 886.68792724609375 890.68743896484375 891.68701171875 892.6865234375 892.68560791015625 897.68511962890625 898.68463134765625 902.6842041015625 906.6837158203125 908.6832275390625 908.68280029296875 907.68231201171875 909.681396484375 910.680908203125 912.680419921875 914.67999267578125 916.67950439453125 921.67901611328125 926.6785888671875 929.6781005859375 930.67718505859375 925.67596435546875 923.675537109375 923.675048828125 926.674560546875 932.67413330078125 937.67364501953125 940.67315673828125 943.6722412109375 949.6717529296875 950.67132568359375 952.67083740234375 953.67034912109375 957.669921875 961.66943359375 968.6689453125 981.66802978515625 986.66754150390625 990.6671142578125 992.6666259765625 994.6661376953125 996.66571044921875 1000.66522216796875 1002.66473388671875 1006.663818359375 1006.663330078125 1003.66290283203125 1000.66241455078125 995.66192626953125 987.6614990234375 986.6610107421875 988.66009521484375 992.65887451171875 997.65838623046875
|
||||
407.80059814453125 408.80029296875 412.7998046875 414.799346923828125 417.79888916015625 420.798431396484375 421.797943115234375 420.7974853515625 419.79656982421875 420.79608154296875 423.795623779296875 427.795166015625 428.794677734375 431.7935791015625 435.793121337890625 440.79266357421875 447.791717529296875 447.791259765625 449.790802001953125 453.790313720703125 456.78985595703125 457.789398193359375 457.7889404296875 461.7884521484375 482.78753662109375 492.78704833984375 499.786590576171875 495.7861328125 489.78564453125 480.785186767578125 473.78472900390625 467.784271240234375 465.7833251953125 463.782867431640625 463.78240966796875 464.78192138671875 465.781463623046875 467.781005859375 467.780517578125 469.780059814453125 474.77911376953125 483.778656005859375 491.7781982421875 497.777740478515625 519.776611328125 525.776123046875 528.77569580078125 538.7747802734375 544.7742919921875 547.7738037109375 547.77337646484375 548.77288818359375 549.77239990234375 549.77197265625 551.771484375 554.77056884765625 554.77008056640625 553.76959228515625 549.7691650390625 545.7686767578125 540.7681884765625 536.76776123046875 532.76727294921875 527.766357421875 528.765869140625 530.76544189453125 532.76495361328125 532.76446533203125 528.7640380859375 525.7635498046875 519.7630615234375 503.76214599609375 499.761688232421875 495.76123046875 488.7607421875 480.760284423828125 474.7598876953125 474.7598876953125 475.758209228515625 490.757293701171875 493.7568359375 493.75634765625 493.755889892578125 495.75543212890625 501.75494384765625 500.754486083984375 495.753814697265625 495.753814697265625 499.75262451171875 499.751953125 499.751953125 500.751220703125 500.751220703125 500.751220703125 500.751220703125 500.751220703125 502.7484130859375 512.7479248046875 528.74749755859375 541.74700927734375 553.74652099609375 562.74609375 579.7451171875 585.74468994140625 588.74420166015625 588.7437744140625 586.7432861328125 593.74212646484375 601.74169921875 608.7412109375 620.74029541015625 626.73980712890625 637.73931884765625 649.7388916015625 659.7384033203125 665.7379150390625 668.73748779296875 673.73699951171875 688.736083984375 691.735595703125 692.735107421875 693.73468017578125 695.73419189453125 701.73370361328125 711.7332763671875 726.7327880859375 733.73187255859375 735.73138427734375 743.73095703125 750.73046875 750.72998046875 745.7294921875 740.72906494140625 745.7281494140625 749.7276611328125 751.7271728515625 750.72674560546875 749.72625732421875 753.72509765625 755.724609375 755.72418212890625 750.7232666015625 744.7227783203125 740.7222900390625 740.7218017578125 745.72137451171875 751.72088623046875 754.720458984375 756.719970703125 771.718994140625 779.71856689453125 783.71807861328125 786.7176513671875 788.7171630859375 790.7166748046875 789.71624755859375 784.71575927734375 781.71484375 787.71435546875 788.7138671875 788.71343994140625 792.71295166015625 795.71246337890625 798.7120361328125 800.7115478515625 807.71063232421875 808.71014404296875 805.70965576171875 804.709228515625 818.70806884765625 820.70758056640625 824.70709228515625 828.7066650390625 838.7056884765625 839.70526123046875 839.70477294921875 840.70428466796875 840.703857421875 836.703369140625 830.702880859375 824.70196533203125 826.70147705078125 831.7010498046875 839.7005615234375 845.7000732421875 851.69964599609375 856.69915771484375 855.69866943359375 837.69775390625 825.697265625 815.69683837890625 806.69635009765625 799.69586181640625 796.6954345703125 801.6949462890625 807.6944580078125 825.69354248046875 830.69305419921875 831.692626953125 835.692138671875 843.69097900390625 845.69049072265625 847.6900634765625 853.6895751953125 872.6885986328125 877.68817138671875 881.68768310546875 886.687255859375 889.686767578125 892.686279296875 892.685791015625 891.68536376953125 896.68438720703125 899.6839599609375 901.6834716796875 904.6829833984375 906.68255615234375 907.68206787109375 908.68157958984375 909.68115234375 912.68017578125 912.67974853515625 915.67926025390625 916.67877197265625 917.6783447265625 920.6778564453125 923.6773681640625 925.67645263671875 925.67596435546875 923.675537109375 923.675048828125 926.674560546875 928.67340087890625 933.67291259765625 934.6724853515625 940.6715087890625 944.67108154296875 946.67059326171875 947.67010498046875 949.669677734375 952.669189453125 958.668701171875 964.66827392578125 977.66729736328125 982.6668701171875 983.6663818359375 985.6658935546875 988.6654052734375 991.66497802734375 992.66448974609375 993.6640625 994.6630859375 991.66259765625 989.66217041015625 987.66168212890625 980.66119384765625 976.6607666015625 975.6602783203125 976.6597900390625 992.65887451171875 997.65838623046875
|
||||
407.80059814453125 409.799652099609375 413.7991943359375 414.7987060546875 415.798248291015625 417.79779052734375 418.797332763671875 418.796844482421875 418.79638671875 420.79547119140625 423.79498291015625 426.794525146484375 428.7940673828125 431.7935791015625 435.793121337890625 440.79266357421875 444.79107666015625 448.790618896484375 449.7901611328125 452.7896728515625 456.789215087890625 457.78875732421875 457.78875732421875 459.787811279296875 477.786895751953125 486.786407470703125 489.78594970703125 486.785491943359375 479.7850341796875 472.7845458984375 467.784088134765625 463.78363037109375 459.782684326171875 458.7822265625 458.78173828125 460.781280517578125 463.78082275390625 466.78033447265625 471.779876708984375 475.7794189453125 482.778472900390625 496.77801513671875 511.777557373046875 514.777099609375 519.776611328125 525.776123046875 528.77569580078125 531.77520751953125 552.77362060546875 555.773193359375 554.772705078125 553.772216796875 553.77178955078125 553.77130126953125 553.77081298828125 556.7703857421875 555.7694091796875 550.76898193359375 545.76849365234375 540.76800537109375 536.767578125 531.76708984375 526.7666015625 521.76568603515625 522.7652587890625 524.7647705078125 527.7642822265625 527.7637939453125 523.76336669921875 517.76287841796875 510.762420654296875 496.761474609375 492.761016845703125 487.76055908203125 474.760101318359375 474.7598876953125 474.7598876953125 474.7598876953125 475.758209228515625 485.756622314453125 484.75616455078125 482.756439208984375 482.756439208984375 485.7547607421875 491.754302978515625 495.753814697265625 495.753814697265625 495.753814697265625 499.751953125 500.751495361328125 503.751007080078125 513.75054931640625 518.75006103515625 517.7496337890625 511.7491455078125 511.74822998046875 517.74774169921875 522.74725341796875 544.746826171875 562.746337890625 573.745849609375 581.74542236328125 588.7445068359375 592.7440185546875 594.7435302734375 591.74310302734375 591.74261474609375 593.74212646484375 601.74169921875 608.7412109375 622.7396240234375 631.7391357421875 639.7386474609375 647.73822021484375 654.73773193359375 656.73724365234375 659.73681640625 668.736328125 683.73541259765625 687.73492431640625 692.73443603515625 695.7340087890625 704.7335205078125 715.7330322265625 726.73260498046875 734.73211669921875 744.731201171875 748.730712890625 753.730224609375 754.72979736328125 753.72930908203125 751.72882080078125 749.7283935546875 749.7279052734375 753.72698974609375 753.72650146484375 751.72601318359375 751.7255859375 753.72509765625 755.724609375 755.72418212890625 754.7230224609375 748.72210693359375 746.72161865234375 748.72113037109375 756.720703125 763.72021484375 767.7197265625 774.71929931640625 781.71832275390625 783.7178955078125 784.7174072265625 787.7169189453125 790.71649169921875 791.71600341796875 790.71551513671875 791.715087890625 799.714111328125 802.71368408203125 804.71319580078125 806.71270751953125 806.7122802734375 809.7117919921875 811.7113037109375 813.71087646484375 812.70989990234375 814.70947265625 815.708984375 816.70849609375 818.70806884765625 820.70758056640625 824.70709228515625 831.7059326171875 838.70501708984375 840.70452880859375 841.7041015625 841.70361328125 841.703125 839.70269775390625 838.70220947265625 838.70172119140625 841.7008056640625 843.7003173828125 847.69989013671875 852.69940185546875 857.69891357421875 860.698486328125 859.697998046875 854.697509765625 830.69659423828125 821.69610595703125 812.6956787109375 807.6951904296875 805.6947021484375 805.69427490234375 808.69378662109375 825.69287109375 830.6923828125 833.69189453125 838.69140625 843.69097900390625 845.69049072265625 847.6900634765625 853.6895751953125 876.68792724609375 879.68743896484375 882.68701171875 886.6865234375 890.68603515625 891.68560791015625 891.68511962890625 891.68463134765625 896.6837158203125 899.6832275390625 901.68280029296875 904.68231201171875 907.68182373046875 909.681396484375 911.680908203125 912.680419921875 913.67950439453125 912.67901611328125 910.67852783203125 909.6781005859375 910.6776123046875 913.6771240234375 915.67669677734375 917.67620849609375 918.67529296875 918.6748046875 919.67431640625 923.67388916015625 928.67340087890625 933.67291259765625 934.6724853515625 932.6712646484375 945.67034912109375 946.66986083984375 951.66943359375 956.6689453125 960.66845703125 962.66802978515625 963.66754150390625 971.6666259765625 976.6661376953125 977.6656494140625 978.6651611328125 982.66473388671875 982.66424560546875 981.66375732421875 982.663330078125 980.662353515625 976.66192626953125 974.66143798828125 971.66094970703125 970.6605224609375 969.6600341796875 968.6595458984375 969.65911865234375 992.65814208984375 1005.65771484375
|
||||
406.799957275390625 411.79901123046875 414.798553466796875 414.798095703125 414.797607421875 415.797149658203125 417.79669189453125 418.79620361328125 418.79620361328125 423.794830322265625 425.794342041015625 428.79388427734375 429.793426513671875 431.79296875 433.79248046875 436.792022705078125 440.79156494140625 448.790618896484375 449.7901611328125 452.7896728515625 458.78857421875 459.788116455078125 458.78765869140625 460.78717041015625 465.786712646484375 472.7857666015625 472.785308837890625 473.78485107421875 469.78436279296875 465.783905029296875 461.783447265625 457.782958984375 454.78204345703125 454.781585693359375 457.781097412109375 461.7806396484375 466.780181884765625 472.779693603515625 478.77923583984375 485.778778076171875 503.77783203125 517.77734375 525.77691650390625 528.77642822265625 535.7760009765625 539.7755126953125 546.7750244140625 551.7745361328125 552.77362060546875 555.773193359375 554.772705078125 553.7716064453125 553.7711181640625 552.7706298828125 552.77020263671875 553.76971435546875 551.768798828125 546.768310546875 542.767822265625 538.76739501953125 533.76690673828125 527.76641845703125 520.7659912109375 517.7655029296875 516.76458740234375 520.76409912109375 522.76361083984375 521.76318359375 514.7626953125 508.762237548828125 499.76177978515625 486.760833740234375 481.7603759765625 474.7598876953125 474.7598876953125 474.7598876953125 474.7598876953125 474.7598876953125 474.7598876953125 485.756622314453125 484.75616455078125 482.756439208984375 482.756439208984375 486.75408935546875 493.753631591796875 501.753173828125 505.752685546875 507.75177001953125 513.75128173828125 521.7508544921875 528.7503662109375 538.7498779296875 547.7493896484375 545.74896240234375 539.74847412109375 541.74755859375 548.7470703125 557.74664306640625 565.74615478515625 572.74566650390625 581.7452392578125 586.7447509765625 586.7442626953125 589.74334716796875 589.74285888671875 589.742431640625 589.741943359375 594.741455078125 599.74102783203125 607.74053955078125 615.74005126953125 631.7391357421875 639.7386474609375 639.737548828125 645.737060546875 648.736572265625 652.73614501953125 659.73565673828125 675.7347412109375 685.7342529296875 695.7337646484375 707.73333740234375 719.73284912109375 729.73236083984375 733.73193359375 739.7314453125 754.73052978515625 757.73004150390625 757.72955322265625 757.7291259765625 756.7286376953125 756.7281494140625 757.72772216796875 758.72723388671875 758.726318359375 755.725830078125 755.725341796875 755.72491455078125 756.72442626953125 757.72393798828125 757.7235107421875 754.7230224609375 748.72210693359375 746.72161865234375 752.720458984375 761.719970703125 771.71954345703125 779.71905517578125 783.71856689453125 783.7181396484375 784.7171630859375 788.71673583984375 790.71624755859375 792.71575927734375 792.71533203125 793.71484375 798.71435546875 803.71392822265625 806.71295166015625 810.7125244140625 811.7120361328125 810.7115478515625 812.71112060546875 819.71063232421875 821.71014404296875 816.709228515625 818.708740234375 822.70831298828125 824.70782470703125 825.70733642578125 827.7069091796875 829.7064208984375 831.7059326171875 838.70501708984375 840.70452880859375 841.7041015625 844.70294189453125 845.70245361328125 845.70196533203125 848.7015380859375 850.7010498046875 850.70013427734375 851.69964599609375 852.69915771484375 854.69873046875 856.6982421875 859.69775390625 859.697265625 856.69683837890625 837.6959228515625 827.6954345703125 820.6949462890625 816.6944580078125 813.69403076171875 812.69354248046875 812.69305419921875 816.692626953125 826.691650390625 828.69122314453125 834.69073486328125 840.69024658203125 845.6898193359375 849.6893310546875 857.6888427734375 870.68841552734375 879.68743896484375 882.68701171875 885.685791015625 887.68536376953125 889.68487548828125 890.68438720703125 891.6839599609375 896.6829833984375 898.68255615234375 900.68206787109375 903.68157958984375 906.68115234375 907.6806640625 909.68017578125 911.67974853515625 908.67877197265625 906.6783447265625 903.6778564453125 902.6773681640625 903.6768798828125 905.67645263671875 905.67596435546875 906.67547607421875 912.674560546875 913.674072265625 917.67364501953125 922.67315673828125 926.67266845703125 930.6722412109375 931.6717529296875 932.6712646484375 945.67034912109375 946.66986083984375 957.668701171875 962.668212890625 965.667724609375 964.66729736328125 964.66680908203125 966.66632080078125 968.6654052734375 969.6649169921875 970.66448974609375 972.66400146484375 973.66351318359375 973.6630859375 971.66259765625 969.662109375 962.66119384765625 957.66070556640625 953.6602783203125 953.6597900390625 959.6593017578125 963.6588134765625 967.65838623046875 991.65740966796875 1005.656982421875
|
||||
402.79931640625 408.79840087890625 412.79791259765625 414.797454833984375 414.7969970703125 417.7965087890625 419.796051025390625 420.79559326171875 422.79510498046875 428.794189453125 434.793701171875 436.793243408203125 436.79278564453125 434.79229736328125 433.791839599609375 436.7913818359375 442.790924072265625 448.78997802734375 450.789520263671875 453.789031982421875 458.78857421875 459.788116455078125 458.78765869140625 462.786529541015625 462.78607177734375 463.785125732421875 464.78466796875 464.784210205078125 462.783721923828125 460.78326416015625 456.782806396484375 452.782318115234375 450.7818603515625 453.78094482421875 456.78045654296875 460.779998779296875 465.779541015625 473.779052734375 482.778594970703125 492.77813720703125 515.7772216796875 524.7767333984375 530.7762451171875 534.7757568359375 543.77532958984375 553.77484130859375 560.7744140625 561.77392578125 559.77301025390625 557.77252197265625 553.77203369140625 553.7716064453125 553.7711181640625 552.7706298828125 548.76953125 548.76904296875 543.76812744140625 540.76763916015625 538.7672119140625 534.7667236328125 529.7662353515625 521.76580810546875 515.76531982421875 511.764862060546875 509.763916015625 510.763458251953125 510.762969970703125 507.76251220703125 504.762054443359375 497.761566162109375 489.7611083984375 484.760650634765625 476.759979248046875 476.759979248046875 482.7587890625 476.75830078125 477.757843017578125 479.75738525390625 481.75689697265625 482.756439208984375 482.756439208984375 482.756439208984375 482.756439208984375 486.75408935546875 493.753631591796875 509.75250244140625 515.75201416015625 522.7510986328125 526.7506103515625 531.75018310546875 540.74969482421875 552.74920654296875 560.748779296875 562.748291015625 559.747802734375 561.74688720703125 562.74639892578125 567.7459716796875 575.7454833984375 579.7449951171875 584.74456787109375 584.74407958984375 583.74359130859375 585.74267578125 585.7421875 586.74176025390625 591.74127197265625 594.74078369140625 597.7403564453125 604.7398681640625 611.7393798828125 625.73846435546875 631.73797607421875 639.737548828125 645.737060546875 648.736572265625 651.7354736328125 657.7349853515625 662.7344970703125 694.73358154296875 708.73309326171875 720.732666015625 730.732177734375 734.731689453125 738.73126220703125 743.73077392578125 751.73028564453125 761.7293701171875 762.7288818359375 760.72845458984375 757.72796630859375 759.72747802734375 761.72705078125 763.7265625 763.7255859375 761.72515869140625 762.72467041015625 763.7242431640625 764.7237548828125 764.7232666015625 761.7227783203125 757.72235107421875 753.721435546875 752.720947265625 752.720458984375 761.719970703125 771.71954345703125 779.71905517578125 783.7178955078125 782.71746826171875 785.71649169921875 788.716064453125 792.715576171875 792.715087890625 793.714599609375 797.71417236328125 800.71368408203125 803.7132568359375 807.7122802734375 809.7117919921875 810.71136474609375 810.71136474609375 812.71038818359375 816.7099609375 820.70947265625 822.708984375 821.70806884765625 824.70758056640625 827.7071533203125 828.7066650390625 830.7061767578125 832.70574951171875 833.70526123046875 834.70477294921875 839.703857421875 843.703369140625 844.70294189453125 845.70245361328125 845.70196533203125 851.7008056640625 851.70037841796875 854.69940185546875 856.698974609375 856.698486328125 856.697998046875 859.697509765625 862.69708251953125 864.69659423828125 862.69610595703125 848.6951904296875 841.6947021484375 836.69427490234375 830.69378662109375 827.69329833984375 824.69287109375 821.6923828125 821.69189453125 824.69097900390625 828.69049072265625 836.6900634765625 846.6895751953125 852.6890869140625 858.6885986328125 866.68817138671875 872.68768310546875 879.686767578125 883.686279296875 885.685791015625 887.68536376953125 889.68487548828125 889.6837158203125 890.6832275390625 892.6827392578125 898.68182373046875 899.68133544921875 902.680908203125 904.680419921875 905.679931640625 908.67950439453125 910.67901611328125 907.6781005859375 903.6776123046875 900.6771240234375 898.67669677734375 898.67620849609375 897.67572021484375 897.67529296875 899.6748046875 911.673828125 916.67340087890625 922.67291259765625 927.67242431640625 931.6719970703125 933.6715087890625 931.6710205078125 935.67059326171875 948.66961669921875 952.669189453125 957.668701171875 962.668212890625 965.667724609375 961.66656494140625 959.66607666015625 959.6656494140625 959.6646728515625 958.66424560546875 960.66375732421875 963.66326904296875 966.662841796875 964.662353515625 961.661865234375 957.661376953125 950.66046142578125 944.65997314453125 940.6595458984375 943.6590576171875 950.6585693359375 957.65814208984375 962.65765380859375 971.65716552734375 997.65625
|
||||
401.798675537109375 404.7982177734375 411.797271728515625 413.79681396484375 414.796356201171875 416.7958984375 420.79541015625 420.794952392578125 422.79449462890625 432.793548583984375 436.7930908203125 438.7926025390625 436.792144775390625 433.79168701171875 433.79119873046875 439.790740966796875 446.790283203125 453.789337158203125 454.78887939453125 458.78839111328125 461.787933349609375 461.7874755859375 463.7869873046875 462.786529541015625 462.78607177734375 463.785125732421875 457.784027099609375 458.7835693359375 457.7830810546875 455.782623291015625 450.78216552734375 447.78167724609375 447.781219482421875 454.7802734375 456.779815673828125 459.77935791015625 463.77886962890625 469.778411865234375 480.7779541015625 490.7774658203125 502.777008056640625 519.77606201171875 525.775634765625 533.775146484375 544.774658203125 552.77423095703125 557.77374267578125 559.77325439453125 559.7728271484375 555.7718505859375 552.77142333984375 549.77093505859375 548.77044677734375 548.77001953125 548.76953125 548.76904296875 543.76812744140625 533.76702880859375 530.76654052734375 527.76605224609375 521.765625 515.76513671875 510.764678955078125 507.764190673828125 502.763275146484375 501.762786865234375 500.7623291015625 497.761871337890625 493.761383056640625 486.76092529296875 480.760467529296875 476.759979248046875 485.759063720703125 501.758575439453125 499.75811767578125 495.757659912109375 497.757171630859375 500.7567138671875 495.756256103515625 485.755767822265625 482.756439208984375 484.754364013671875 484.75390625 487.753448486328125 498.752960205078125 509.75250244140625 515.75201416015625 519.7515869140625 543.74993896484375 547.74951171875 552.7490234375 560.74853515625 568.74810791015625 571.74761962890625 572.74713134765625 572.7467041015625 572.7457275390625 574.74530029296875 576.74481201171875 578.74432373046875 578.743896484375 578.743408203125 578.742919921875 584.74200439453125 587.74151611328125 591.7410888671875 596.7406005859375 598.7401123046875 601.73968505859375 604.73919677734375 610.73870849609375 621.73779296875 628.7373046875 638.73687744140625 647.73638916015625 649.73590087890625 651.7354736328125 657.7349853515625 662.7344970703125 694.73358154296875 719.732421875 729.73199462890625 736.73150634765625 740.73101806640625 744.7305908203125 750.7301025390625 757.7296142578125 760.72869873046875 761.72821044921875 759.72772216796875 757.727294921875 757.726806640625 760.726318359375 764.72589111328125 766.72540283203125 766.7244873046875 768.7239990234375 771.7235107421875 774.72308349609375 771.72259521484375 763.72210693359375 756.7216796875 756.72119140625 756.72027587890625 758.71978759765625 765.71929931640625 776.7188720703125 781.7183837890625 783.7178955078125 782.71746826171875 785.71649169921875 786.71533203125 791.71490478515625 795.71441650390625 797.71392822265625 800.7135009765625 803.7130126953125 805.7125244140625 808.71160888671875 809.71112060546875 812.710693359375 814.710205078125 814.709716796875 817.709228515625 822.70880126953125 824.70831298828125 822.7073974609375 823.7069091796875 826.7064208984375 829.70599365234375 831.70550537109375 832.70501708984375 833.70458984375 833.70458984375 839.70318603515625 841.70269775390625 843.70220947265625 846.7017822265625 849.7012939453125 851.7008056640625 851.70037841796875 851.69989013671875 855.6982421875 857.69775390625 859.69732666015625 863.69683837890625 865.69635009765625 866.6959228515625 867.6954345703125 866.6949462890625 860.69403076171875 855.69354248046875 850.693115234375 842.692626953125 838.692138671875 835.691650390625 833.69122314453125 835.69024658203125 842.6898193359375 851.6893310546875 857.6888427734375 860.68841552734375 866.68792724609375 872.68743896484375 875.68701171875 881.68603515625 884.68560791015625 884.68511962890625 885.68463134765625 888.6842041015625 889.6837158203125 890.6832275390625 892.6827392578125 898.68115234375 900.6806640625 903.68017578125 904.6796875 906.67926025390625 908.67877197265625 911.67828369140625 911.6778564453125 904.6768798828125 900.67645263671875 897.67596435546875 895.67547607421875 892.675048828125 892.67315673828125 896.674072265625 905.673583984375 922.67266845703125 927.67218017578125 930.6717529296875 933.6712646484375 934.6707763671875 936.67034912109375 938.66986083984375 951.6689453125 956.66845703125 959.66796875 964.66748046875 965.66705322265625 961.66656494140625 959.66607666015625 959.6656494140625 948.66400146484375 948.66351318359375 949.66302490234375 954.66259765625 955.662109375 952.66162109375 946.6611328125 943.66070556640625 936.65972900390625 932.6593017578125 933.6588134765625 943.6583251953125 949.65789794921875 950.65740966796875 958.65692138671875 967.656494140625 981.655517578125
|
||||
401.798065185546875 405.797576904296875 411.796661376953125 411.796661376953125 412.79571533203125 415.795257568359375 418.794769287109375 419.7943115234375 422.793853759765625 425.793365478515625 429.792449951171875 431.791961669921875 430.79150390625 433.791046142578125 436.79058837890625 442.79010009765625 448.789642333984375 453.7891845703125 456.788238525390625 458.78778076171875 460.78729248046875 462.786834716796875 461.786376953125 459.785888671875 457.785430908203125 456.78448486328125 457.784027099609375 458.7835693359375 457.7830810546875 449.781982421875 446.781494140625 446.781036376953125 448.78057861328125 453.779632568359375 457.7791748046875 461.7786865234375 464.778228759765625 470.77777099609375 479.77728271484375 488.776824951171875 495.7763671875 514.77545166015625 521.77496337890625 531.77447509765625 541.7740478515625 548.7735595703125 552.7730712890625 556.77264404296875 555.77215576171875 552.771240234375 546.770751953125 541.770263671875 540.76983642578125 540.76934814453125 540.76885986328125 539.7684326171875 538.7679443359375 533.76702880859375 530.76654052734375 527.76605224609375 515.76495361328125 508.76446533203125 502.764007568359375 498.7635498046875 495.7630615234375 489.76214599609375 489.76165771484375 485.761199951171875 482.7607421875 477.76025390625 475.759613037109375 475.759613037109375 503.758392333984375 511.7579345703125 513.7574462890625 513.7569580078125 513.75653076171875 513.75604248046875 511.755584716796875 503.755126953125 497.754180908203125 497.75372314453125 495.75323486328125 494.752777099609375 500.7523193359375 509.7518310546875 524.7513427734375 534.75091552734375 543.74993896484375 547.74951171875 552.7490234375 560.74853515625 575.7474365234375 575.7469482421875 573.7464599609375 572.74603271484375 575.7451171875 573.74462890625 572.744140625 572.74365234375 573.74322509765625 575.74273681640625 578.74224853515625 582.7418212890625 593.7408447265625 598.74041748046875 602.73992919921875 610.73944091796875 611.739013671875 611.738525390625 613.738037109375 616.73760986328125 631.73663330078125 643.7362060546875 653.7357177734375 657.7352294921875 659.73480224609375 660.73431396484375 668.73382568359375 705.73291015625 719.732421875 729.73199462890625 736.73150634765625 748.7303466796875 752.7298583984375 756.72943115234375 757.72894287109375 758.72802734375 758.7275390625 758.72705078125 757.72662353515625 757.72613525390625 760.72564697265625 764.7252197265625 765.7247314453125 770.72381591796875 772.72332763671875 774.72283935546875 776.722412109375 773.721923828125 767.721435546875 762.720947265625 759.72052001953125 758.71954345703125 760.7191162109375 766.7186279296875 773.7181396484375 780.71771240234375 782.71722412109375 782.71673583984375 782.71630859375 786.71533203125 791.71490478515625 795.71441650390625 798.7132568359375 800.7127685546875 803.71234130859375 807.71185302734375 809.71136474609375 812.71044921875 815.7099609375 816.70953369140625 817.70904541015625 821.70855712890625 824.7081298828125 825.7076416015625 824.7066650390625 825.70623779296875 828.70574951171875 831.70526123046875 832.704833984375 832.704345703125 834.703857421875 835.70343017578125 843.70245361328125 847.7020263671875 848.7015380859375 849.7010498046875 850.70062255859375 850.70013427734375 850.70013427734375 851.69921875 855.6982421875 857.69775390625 859.69732666015625 862.6961669921875 862.6956787109375 866.6951904296875 869.69476318359375 869.69427490234375 866.693359375 861.69287109375 854.6923828125 847.69189453125 840.69146728515625 835.69097900390625 833.69122314453125 837.6900634765625 854.6890869140625 860.68865966796875 865.68817138671875 870.68768310546875 873.687255859375 875.686767578125 876.686279296875 883.68536376953125 884.68487548828125 884.68487548828125 886.6839599609375 889.6834716796875 891.6829833984375 892.68255615234375 894.68206787109375 898.68115234375 900.6806640625 903.68017578125 904.6796875 911.67852783203125 912.6781005859375 912.6776123046875 911.6771240234375 910.67620849609375 905.67572021484375 898.67523193359375 894.6748046875 892.67315673828125 892.67315673828125 896.67333984375 906.67291259765625 922.67193603515625 926.6715087890625 928.6710205078125 932.6705322265625 934.67010498046875 937.66961669921875 940.66912841796875 946.668701171875 956.667724609375 958.667236328125 961.66680908203125 960.66632080078125 957.66583251953125 953.6654052734375 952.6649169921875 950.6644287109375 948.66351318359375 949.66302490234375 938.661865234375 940.661376953125 937.660888671875 934.66046142578125 933.65997314453125 929.65850830078125 929.65850830078125 929.65850830078125 936.6575927734375 945.65716552734375 948.65667724609375 952.65618896484375 961.65576171875 972.65478515625
|
||||
401.798065185546875 405.79693603515625 412.7960205078125 413.7955322265625 414.795074462890625 415.79461669921875 418.79412841796875 419.793670654296875 421.793212890625 423.792724609375 425.79180908203125 426.79132080078125 430.790863037109375 433.7904052734375 437.7899169921875 442.789459228515625 448.78900146484375 452.78851318359375 456.78759765625 458.787109375 460.786651611328125 461.78619384765625 459.78570556640625 456.785247802734375 453.7847900390625 452.7843017578125 453.78338623046875 452.78289794921875 451.782440185546875 449.781982421875 446.781494140625 446.781036376953125 448.78057861328125 451.77947998046875 456.778533935546875 459.778045654296875 461.777587890625 467.777130126953125 476.776641845703125 485.77618408203125 491.775726318359375 511.7747802734375 523.7742919921875 531.77386474609375 542.77337646484375 550.77288818359375 553.7724609375 555.77197265625 553.771484375 544.77056884765625 535.77008056640625 534.7696533203125 533.7691650390625 533.7686767578125 531.76824951171875 528.76776123046875 525.76727294921875 523.766357421875 521.765869140625 520.76544189453125 515.76495361328125 508.76446533203125 502.764007568359375 498.7635498046875 484.762420654296875 475.761474609375 474.761016845703125 473.76055908203125 473.76007080078125 475.759613037109375 479.7591552734375 490.7586669921875 504.758209228515625 514.75726318359375 521.75677490234375 521.75634765625 520.755859375 521.75537109375 525.75494384765625 526.75445556640625 521.75396728515625 518.7530517578125 514.7525634765625 509.752105712890625 508.75164794921875 517.75115966796875 529.750732421875 542.750244140625 556.74932861328125 566.74884033203125 569.74835205078125 571.7479248046875 575.7474365234375 575.7469482421875 573.7464599609375 567.745361328125 568.74444580078125 567.74395751953125 567.74346923828125 568.7430419921875 570.7425537109375 575.7420654296875 580.7415771484375 585.74114990234375 602.74017333984375 609.73974609375 616.7392578125 621.73876953125 625.73834228515625 635.73785400390625 638.73736572265625 639.7369384765625 644.7359619140625 655.73553466796875 661.73504638671875 664.73455810546875 666.734130859375 668.733642578125 675.733154296875 694.73272705078125 722.73175048828125 734.7313232421875 744.7308349609375 748.7303466796875 752.7298583984375 756.72943115234375 756.728271484375 755.727783203125 757.72686767578125 757.72637939453125 757.7259521484375 757.7254638671875 759.7249755859375 761.7244873046875 764.72406005859375 773.72314453125 776.72265625 776.72216796875 776.7216796875 775.72125244140625 770.72076416015625 765.72027587890625 763.7198486328125 761.7188720703125 764.71844482421875 767.71795654296875 772.71746826171875 778.717041015625 782.716552734375 782.71588134765625 782.71588134765625 785.71466064453125 790.71417236328125 794.7137451171875 798.7132568359375 800.7127685546875 803.71234130859375 805.711181640625 808.710693359375 812.70977783203125 815.70928955078125 818.70880126953125 821.7083740234375 823.7078857421875 824.7073974609375 824.70697021484375 825.70648193359375 829.70550537109375 831.705078125 833.70458984375 833.7041015625 833.70367431640625 837.70318603515625 844.70269775390625 853.7017822265625 857.7012939453125 857.70086669921875 855.70037841796875 851.69989013671875 850.70013427734375 851.698974609375 853.698486328125 855.69757080078125 857.69708251953125 859.69659423828125 862.6961669921875 862.6956787109375 866.6951904296875 869.69476318359375 870.69354248046875 869.692626953125 863.692138671875 856.69171142578125 849.69122314453125 842.69073486328125 836.6903076171875 837.6898193359375 842.6893310546875 854.68841552734375 861.68792724609375 868.68743896484375 871.68701171875 873.6865234375 874.68603515625 877.68560791015625 880.68511962890625 885.6842041015625 886.6837158203125 888.6832275390625 891.6827392578125 894.68231201171875 895.68182373046875 897.68133544921875 897.680908203125 902.679931640625 905.67950439453125 908.67901611328125 911.67852783203125 912.6781005859375 912.6776123046875 914.6763916015625 912.67547607421875 907.67498779296875 900.674560546875 894.674072265625 892.673583984375 892.67315673828125 897.67266845703125 905.67218017578125 919.6712646484375 923.6707763671875 926.6702880859375 930.66986083984375 933.66937255859375 934.66888427734375 939.66845703125 947.66796875 953.6669921875 955.66656494140625 955.66607666015625 953.66558837890625 949.6651611328125 944.6646728515625 941.6641845703125 939.66375732421875 936.66278076171875 937.662353515625 938.661865234375 940.661376953125 937.660888671875 934.66046142578125 929.65924072265625 929.65850830078125 929.65850830078125 929.65850830078125 944.65692138671875 947.65643310546875 947.65594482421875 955.655517578125 960.655029296875 963.654541015625
|
||||
401.79742431640625 405.79693603515625 410.796478271484375 413.7955322265625 414.795074462890625 414.793975830078125 414.79351806640625 416.79302978515625 418.792572021484375 419.7921142578125 422.791168212890625 428.79071044921875 430.79022216796875 434.789764404296875 438.789306640625 443.788818359375 448.788360595703125 450.78790283203125 452.786956787109375 455.7864990234375 458.7860107421875 459.785552978515625 456.78509521484375 452.78460693359375 450.784149169921875 451.78369140625 450.782745361328125 447.78228759765625 445.78179931640625 444.781341552734375 444.7808837890625 446.7803955078125 449.779937744140625 451.77947998046875 456.778533935546875 459.778045654296875 460.776947021484375 468.7764892578125 478.7760009765625 488.775543212890625 495.77508544921875 501.77459716796875 524.773681640625 537.773193359375 547.772705078125 553.77227783203125 554.77178955078125 554.77130126953125 552.7708740234375 544.7703857421875 527.76947021484375 525.76898193359375 525.76849365234375 524.76806640625 520.767578125 515.76708984375 516.76666259765625 515.76568603515625 514.7652587890625 513.7647705078125 508.7642822265625 501.763824462890625 494.76336669921875 491.76287841796875 484.762420654296875 475.761474609375 474.761016845703125 465.7603759765625 468.759429931640625 479.758941650390625 491.75848388671875 504.758026123046875 509.757537841796875 523.756591796875 530.75616455078125 533.75567626953125 532.75518798828125 534.7547607421875 535.7542724609375 533.7537841796875 531.7532958984375 526.75238037109375 523.75189208984375 520.75146484375 522.7509765625 528.75048828125 538.75006103515625 544.74957275390625 552.74908447265625 567.7481689453125 571.7476806640625 574.74725341796875 574.74676513671875 572.74627685546875 570.745849609375 567.745361328125 568.744873046875 567.74395751953125 565.7427978515625 570.74237060546875 574.74188232421875 580.74139404296875 585.740966796875 590.740478515625 610.739501953125 620.73907470703125 629.73858642578125 634.73809814453125 643.7376708984375 652.7371826171875 656.7366943359375 656.73626708984375 659.73529052734375 664.73486328125 666.734375 669.73388671875 672.73345947265625 678.73297119140625 690.73248291015625 702.7320556640625 729.7310791015625 741.7305908203125 747.73016357421875 751.72967529296875 755.72918701171875 756.728759765625 756.728271484375 755.727783203125 757.72686767578125 756.7257080078125 757.7252197265625 758.72479248046875 759.72430419921875 761.72381591796875 764.723388671875 770.722900390625 777.72198486328125 776.72149658203125 776.72100830078125 774.7205810546875 770.7200927734375 767.7196044921875 769.7191162109375 772.71868896484375 773.71771240234375 774.71728515625 776.716796875 780.71630859375 782.71588134765625 782.71588134765625 782.71588134765625 782.71588134765625 785.7135009765625 791.7130126953125 795.71258544921875 798.71209716796875 800.71160888671875 805.711181640625 808.710693359375 812.70977783203125 815.70928955078125 822.7081298828125 823.7076416015625 823.70721435546875 824.70672607421875 826.70623779296875 828.705810546875 831.704833984375 832.704345703125 833.70391845703125 834.70343017578125 835.70294189453125 840.7025146484375 848.7020263671875 853.7015380859375 860.70062255859375 861.70013427734375 857.69970703125 852.69921875 851.69873046875 853.6982421875 855.69781494140625 856.69732666015625 856.6964111328125 859.6959228515625 861.6954345703125 863.69500732421875 866.69451904296875 869.69403076171875 870.69354248046875 869.692626953125 863.692138671875 859.69097900390625 850.6905517578125 841.6900634765625 837.6895751953125 838.6890869140625 844.68865966796875 853.68768310546875 859.687255859375 863.686767578125 868.686279296875 872.685791015625 876.68536376953125 878.68487548828125 882.68438720703125 887.6834716796875 888.6829833984375 889.68255615234375 891.68206787109375 893.68157958984375 896.68115234375 898.6806640625 899.68017578125 904.67926025390625 907.67877197265625 909.67828369140625 912.6778564453125 913.6773681640625 913.6768798828125 914.6763916015625 913.67596435546875 907.67498779296875 899.673828125 894.67333984375 892.67291259765625 891.67242431640625 894.67193603515625 902.6715087890625 908.6710205078125 920.6700439453125 923.66961669921875 927.66912841796875 929.66864013671875 934.668212890625 939.667724609375 945.667236328125 950.66632080078125 952.66583251953125 949.66534423828125 943.6649169921875 938.6644287109375 933.6639404296875 928.66351318359375 925.66302490234375 923.66204833984375 924.66162109375 926.6611328125 924.66064453125 924.66021728515625 924.65972900390625 929.65924072265625 929.65850830078125 929.65850830078125 952.65667724609375 959.65618896484375 963.65570068359375 972.65521240234375 975.65478515625 973.654296875 975.65380859375
|
||||
402.796783447265625 406.79632568359375 411.79583740234375 415.794921875 416.79443359375 414.793975830078125 414.79351806640625 416.79302978515625 415.79193115234375 417.791473388671875 419.791015625 428.790069580078125 434.78961181640625 437.78912353515625 440.788665771484375 445.788177490234375 447.7877197265625 446.787261962890625 445.786773681640625 450.785858154296875 455.785369873046875 455.784912109375 453.784423828125 451.783966064453125 450.78350830078125 450.78302001953125 447.7821044921875 444.7816162109375 442.781158447265625 440.78070068359375 441.78021240234375 443.779754638671875 446.779296875 448.77880859375 452.77789306640625 454.77740478515625 460.776947021484375 468.7764892578125 478.7760009765625 490.77490234375 499.7744140625 506.773956298828125 529.77301025390625 541.77252197265625 548.7720947265625 552.7716064453125 552.7711181640625 550.77069091796875 546.77020263671875 540.76971435546875 521.768798828125 517.768310546875 513.76788330078125 512.76739501953125 511.76690673828125 510.766448974609375 511.7659912109375 511.7655029296875 507.76458740234375 506.76409912109375 501.763641357421875 494.76318359375 490.7626953125 483.762237548828125 475.76177978515625 469.76129150390625 465.7603759765625 465.7603759765625 468.759429931640625 479.758941650390625 508.7578125 512.75738525390625 515.75689697265625 527.7559814453125 533.7554931640625 536.7550048828125 538.7545166015625 538.75408935546875 536.75360107421875 536.75311279296875 536.752685546875 535.751708984375 534.75128173828125 536.75079345703125 536.75030517578125 537.7498779296875 540.7493896484375 548.7489013671875 556.7484130859375 562.74749755859375 566.74700927734375 568.74658203125 568.74609375 564.74560546875 559.74517822265625 556.74468994140625 555.74420166015625 561.7432861328125 565.7427978515625 570.74237060546875 574.74188232421875 587.74072265625 591.74029541015625 595.73980712890625 605.73931884765625 629.7384033203125 636.7379150390625 644.7374267578125 652.73699951171875 658.73651123046875 664.73602294921875 667.735595703125 666.735107421875 666.73419189453125 668.73370361328125 674.73321533203125 683.7327880859375 694.7322998046875 702.7318115234375 711.7313232421875 731.73040771484375 740.72991943359375 746.7294921875 750.72900390625 750.728515625 751.72808837890625 752.72760009765625 755.72711181640625 756.7261962890625 756.7257080078125 757.7252197265625 758.72479248046875 759.72430419921875 762.72314453125 766.72271728515625 772.72222900390625 778.7213134765625 776.7208251953125 776.7203369140625 776.7198486328125 772.71942138671875 772.71893310546875 774.71844482421875 776.718017578125 779.717041015625 779.71661376953125 782.71612548828125 784.71563720703125 784.7152099609375 783.7147216796875 785.7142333984375 785.7137451171875 787.71282958984375 792.71234130859375 796.7119140625 796.71142578125 800.7109375 806.71044921875 808.71002197265625 814.70904541015625 819.7086181640625 822.7081298828125 823.7076416015625 823.70721435546875 824.7060546875 826.70556640625 829.705078125 830.70416259765625 832.70367431640625 833.70318603515625 833.7027587890625 836.7022705078125 841.7017822265625 848.70135498046875 854.70086669921875 860.699951171875 859.699462890625 856.698974609375 853.698486328125 854.69805908203125 856.69757080078125 857.69708251953125 856.6966552734375 858.6956787109375 859.69525146484375 861.69476318359375 863.69427490234375 866.69378662109375 867.693359375 868.69287109375 869.6923828125 864.69146728515625 859.69097900390625 850.6905517578125 841.6900634765625 842.68890380859375 841.68841552734375 844.68792724609375 847.6875 858.6865234375 863.68603515625 868.68560791015625 872.68511962890625 874.68463134765625 877.6842041015625 883.6837158203125 888.6827392578125 889.68231201171875 891.68182373046875 893.68133544921875 896.680908203125 899.680419921875 901.679931640625 902.67950439453125 904.67852783203125 905.67803955078125 907.6776123046875 910.6771240234375 912.6766357421875 913.67620849609375 914.67572021484375 914.67523193359375 908.67431640625 899.673828125 894.67333984375 892.67291259765625 886.67169189453125 891.6712646484375 901.6707763671875 908.6702880859375 923.66937255859375 926.66888427734375 928.66839599609375 932.66796875 938.66748046875 941.6669921875 943.66650390625 944.66607666015625 946.66510009765625 941.6646728515625 934.6641845703125 928.6636962890625 924.66326904296875 918.66278076171875 914.66229248046875 914.66180419921875 915.660888671875 915.660400390625 916.65997314453125 918.65948486328125 923.65899658203125 929.65850830078125 931.6580810546875 941.6571044921875 952.65667724609375 959.65618896484375 963.65570068359375 979.654541015625 983.654052734375 989.653564453125 992.653076171875
|
||||
403.796142578125 407.795684814453125 412.79522705078125 414.794281005859375 413.7938232421875 411.7933349609375 410.792877197265625 412.79241943359375 415.79193115234375 417.791473388671875 419.791015625 428.7894287109375 434.7889404296875 438.788482666015625 441.78802490234375 443.78753662109375 444.787078857421875 443.78662109375 442.7861328125 447.78521728515625 449.78472900390625 449.784271240234375 449.7838134765625 449.7833251953125 448.782867431640625 445.78240966796875 443.78192138671875 441.780975341796875 439.780517578125 440.780059814453125 440.780059814453125 442.77911376953125 446.778656005859375 448.778167724609375 449.7777099609375 458.776763916015625 466.77630615234375 475.77581787109375 483.775360107421875 490.77490234375 499.7744140625 506.773956298828125 530.7723388671875 540.77191162109375 545.77142333984375 549.77093505859375 550.7705078125 546.77001953125 540.76953125 533.76910400390625 514.76812744140625 510.767669677734375 507.7672119140625 506.7667236328125 505.766265869140625 505.76580810546875 503.76531982421875 502.764862060546875 499.763916015625 499.763458251953125 497.76300048828125 492.76251220703125 485.762054443359375 475.7615966796875 466.7611083984375 462.760650634765625 466.75970458984375 472.759246826171875 480.758758544921875 493.75830078125 508.7578125 512.75738525390625 515.75689697265625 519.7557373046875 531.75482177734375 536.75433349609375 538.75390625 537.75341796875 536.7529296875 535.75250244140625 534.75201416015625 534.75152587890625 537.7506103515625 539.7501220703125 537.7496337890625 538.74920654296875 542.74871826171875 551.74822998046875 556.747802734375 561.746826171875 562.74639892578125 561.74591064453125 559.74542236328125 556.7449951171875 552.7445068359375 549.7440185546875 547.7435302734375 558.74261474609375 566.74212646484375 576.74169921875 581.7412109375 587.74072265625 591.74029541015625 595.73980712890625 605.73931884765625 639.73773193359375 644.73724365234375 647.73681640625 654.736328125 663.73583984375 668.7353515625 669.73492431640625 667.73443603515625 665.7335205078125 670.7330322265625 679.7325439453125 696.7320556640625 707.73162841796875 712.73114013671875 720.73065185546875 729.730224609375 743.729248046875 748.72882080078125 748.72833251953125 748.72784423828125 748.7274169921875 752.7269287109375 755.7264404296875 754.72552490234375 755.72503662109375 757.72454833984375 758.72412109375 759.7236328125 762.72314453125 766.72271728515625 772.72222900390625 776.7205810546875 776.72015380859375 776.71966552734375 777.71917724609375 776.71875 776.71826171875 778.7177734375 778.71728515625 776.718017578125 778.71588134765625 781.7154541015625 783.7149658203125 783.7144775390625 782.71405029296875 785.71356201171875 791.71307373046875 796.712158203125 798.711669921875 797.711181640625 799.71075439453125 804.71026611328125 808.70977783203125 808.7093505859375 810.7088623046875 819.7078857421875 821.70745849609375 821.70697021484375 822.70648193359375 824.7060546875 826.70556640625 829.705078125 831.70391845703125 834.7030029296875 832.70367431640625 832.70367431640625 834.70159912109375 839.70111083984375 846.70062255859375 852.7001953125 858.69921875 858.69873046875 857.69830322265625 856.69781494140625 856.69732666015625 857.6968994140625 857.6964111328125 857.6959228515625 857.69500732421875 858.69451904296875 858.69403076171875 861.693603515625 863.693115234375 863.692626953125 863.69219970703125 866.69171142578125 875.6907958984375 869.6903076171875 858.6898193359375 847.6893310546875 842.68890380859375 841.68841552734375 844.68792724609375 852.686767578125 867.68585205078125 870.68536376953125 871.68487548828125 871.6844482421875 872.6839599609375 876.6834716796875 882.6829833984375 886.68255615234375 891.68157958984375 894.68115234375 899.6806640625 902.68017578125 902.6796875 902.67926025390625 903.67877197265625 903.67828369140625 901.6773681640625 903.6768798828125 907.6763916015625 909.67596435546875 910.67547607421875 911.67498779296875 909.674560546875 901.673583984375 897.673095703125 892.67266845703125 887.67218017578125 886.67169189453125 891.6712646484375 901.6707763671875 908.6702880859375 930.66864013671875 930.66815185546875 932.667724609375 936.667236328125 942.666748046875 943.66632080078125 944.66583251953125 943.66534423828125 938.6644287109375 933.6639404296875 926.6634521484375 918.66302490234375 913.66253662109375 908.66204833984375 902.66156005859375 903.6611328125 907.66015625 909.65966796875 911.65924072265625 916.65875244140625 922.65826416015625 928.6578369140625 935.6573486328125 943.6568603515625 964.65594482421875 971.65545654296875 975.65496826171875 979.654541015625 983.654052734375 989.653564453125 997.65240478515625
|
||||
405.7955322265625 407.7950439453125 409.794586181640625 411.79412841796875 408.793182373046875 406.792724609375 407.792236328125 411.791778564453125 415.791290283203125 417.79083251953125 419.790374755859375 428.7894287109375 434.7889404296875 438.788482666015625 440.787384033203125 439.78692626953125 438.78643798828125 439.785980224609375 439.7855224609375 442.784576416015625 444.784088134765625 443.78363037109375 444.783172607421875 445.782684326171875 443.7822265625 439.78173828125 437.781280517578125 435.78033447265625 437.779876708984375 441.7794189453125 444.7789306640625 447.778472900390625 450.77801513671875 451.77752685546875 454.777069091796875 460.776123046875 468.775665283203125 478.775177001953125 485.77471923828125 494.77423095703125 503.773773193359375 510.7733154296875 520.7728271484375 540.77191162109375 545.77142333984375 547.77032470703125 546.76983642578125 541.76934814453125 535.7689208984375 527.7684326171875 518.7679443359375 507.76702880859375 502.766571044921875 498.766082763671875 496.765625 495.76513671875 495.764678955078125 493.76422119140625 495.763275146484375 498.7628173828125 497.7623291015625 491.761871337890625 478.761383056640625 468.76092529296875 460.760467529296875 457.759979248046875 474.759033203125 487.758575439453125 493.75811767578125 498.75762939453125 509.757171630859375 516.7567138671875 516.7562255859375 519.7557373046875 531.75482177734375 536.75433349609375 538.75390625 532.75274658203125 531.75225830078125 531.7518310546875 531.7513427734375 531.7508544921875 531.74993896484375 532.74945068359375 533.7490234375 535.74853515625 542.748046875 548.74755859375 553.74713134765625 557.74664306640625 558.7457275390625 554.7452392578125 552.7447509765625 549.74432373046875 547.74383544921875 546.74334716796875 547.742919921875 560.741943359375 569.741455078125 576.74102783203125 586.74053955078125 595.74005126953125 599.7396240234375 604.7391357421875 615.7386474609375 639.73773193359375 644.73724365234375 647.73681640625 659.73565673828125 663.73516845703125 666.73468017578125 665.7342529296875 662.7337646484375 664.73284912109375 672.73236083984375 690.73187255859375 707.7314453125 716.73095703125 723.73046875 730.72998046875 740.72955322265625 749.72857666015625 748.7281494140625 747.7276611328125 747.7271728515625 750.7266845703125 753.72625732421875 755.72576904296875 754.72528076171875 754.72528076171875 756.723876953125 759.72344970703125 760.72296142578125 763.72247314453125 767.7220458984375 774.7215576171875 777.7210693359375 776.72015380859375 776.71966552734375 777.718505859375 778.718017578125 779.71759033203125 780.71710205078125 779.71661376953125 776.718017578125 776.718017578125 778.7147216796875 779.71429443359375 779.71380615234375 780.71331787109375 786.712890625 793.71240234375 800.71148681640625 801.71099853515625 802.71051025390625 804.71002197265625 809.7095947265625 811.7091064453125 810.7086181640625 812.70819091796875 818.70721435546875 819.706787109375 820.706298828125 822.705810546875 824.705322265625 827.70489501953125 829.70440673828125 831.70391845703125 834.7030029296875 832.70367431640625 836.70135498046875 838.70086669921875 842.700439453125 846.699951171875 851.699462890625 853.69903564453125 857.69805908203125 858.69757080078125 858.6971435546875 858.6966552734375 857.6961669921875 856.69573974609375 855.69525146484375 855.69476318359375 855.693115234375 858.693359375 861.69287109375 863.69244384765625 863.69195556640625 864.69146728515625 867.6910400390625 878.6900634765625 876.6895751953125 866.68914794921875 859.68865966796875 853.68817138671875 847.687744140625 846.687255859375 852.686767578125 867.68585205078125 870.68536376953125 871.68487548828125 875.6837158203125 876.6832275390625 878.68280029296875 882.68231201171875 886.68182373046875 892.680908203125 894.680419921875 896.679931640625 898.67950439453125 899.67901611328125 901.67852783203125 901.67803955078125 901.6776123046875 900.67572021484375 901.67620849609375 904.67572021484375 907.67523193359375 907.67474365234375 904.67431640625 902.673828125 899.67333984375 894.67242431640625 889.67193603515625 883.67144775390625 883.6710205078125 890.6705322265625 901.6700439453125 913.66961669921875 924.66912841796875 930.66815185546875 932.667724609375 935.66650390625 941.66607666015625 945.66558837890625 944.66510009765625 942.66461181640625 933.6636962890625 927.6632080078125 920.66278076171875 913.66229248046875 906.66180419921875 899.66131591796875 897.66064453125 897.66064453125 901.659423828125 905.65899658203125 909.65850830078125 914.65802001953125 921.6575927734375 928.6571044921875 934.6566162109375 940.6561279296875 960.65521240234375 965.65472412109375 969.654296875 974.65380859375 983.6533203125 992.65283203125 997.65240478515625
|
||||
405.794891357421875 405.79443359375 407.7939453125 407.793487548828125 405.791748046875 405.791748046875 407.791595458984375 411.7911376953125 416.7906494140625 418.790191650390625 420.78973388671875 422.78924560546875 434.788330078125 438.787841796875 440.787384033203125 439.78692626953125 438.78643798828125 434.78533935546875 436.78485107421875 438.784393310546875 439.783447265625 439.782989501953125 439.78253173828125 438.78204345703125 436.781585693359375 434.7811279296875 433.7806396484375 432.779693603515625 436.77923583984375 441.77874755859375 447.778289794921875 449.77783203125 452.77734375 453.776885986328125 456.77642822265625 463.775482177734375 473.7750244140625 485.7745361328125 492.774078369140625 498.773590087890625 505.77313232421875 513.77264404296875 523.772216796875 540.771240234375 544.770751953125 547.77032470703125 546.76983642578125 541.76934814453125 535.7689208984375 523.76776123046875 513.767333984375 500.766387939453125 493.765899658203125 488.76544189453125 486.76495361328125 486.764495849609375 486.7640380859375 487.7635498046875 489.763092041015625 496.76214599609375 493.761688232421875 484.761199951171875 469.7607421875 458.760284423828125 457.759796142578125 462.75933837890625 483.758392333984375 492.7579345703125 498.7574462890625 506.756988525390625 512.75653076171875 514.75604248046875 514.75555419921875 516.755126953125 525.754150390625 529.75372314453125 532.75323486328125 532.75274658203125 531.75225830078125 531.7518310546875 526.75067138671875 523.750244140625 525.749267578125 528.748779296875 530.74835205078125 533.74786376953125 538.74737548828125 542.7469482421875 545.7464599609375 548.7459716796875 547.74505615234375 545.74456787109375 543.74407958984375 540.74365234375 541.7431640625 545.74267578125 552.74224853515625 561.74176025390625 573.7408447265625 583.7403564453125 592.7398681640625 601.7393798828125 611.73895263671875 620.73846435546875 629.73797607421875 640.737548828125 651.736572265625 655.736083984375 659.73565673828125 663.73516845703125 666.73468017578125 660.73358154296875 657.73309326171875 659.732177734375 676.731689453125 693.731201171875 706.730712890625 716.73028564453125 726.72979736328125 738.72930908203125 746.7288818359375 749.7279052734375 748.72747802734375 748.72698974609375 747.72650146484375 749.72601318359375 753.7255859375 754.72509765625 755.724609375 757.72369384765625 760.72320556640625 763.7227783203125 765.7222900390625 766.7218017578125 769.7213134765625 772.72088623046875 775.72039794921875 775.719482421875 776.718994140625 777.718505859375 778.718017578125 779.71759033203125 783.7164306640625 783.7159423828125 783.7154541015625 779.71453857421875 777.71405029296875 778.713623046875 780.713134765625 783.712646484375 788.712158203125 793.71173095703125 798.71124267578125 803.7103271484375 806.7098388671875 811.7093505859375 815.7088623046875 818.70843505859375 817.70794677734375 818.70745849609375 821.70654296875 820.7060546875 821.70556640625 824.70513916015625 827.70465087890625 830.70416259765625 834.7037353515625 837.7032470703125 838.70233154296875 836.70184326171875 836.70135498046875 838.70086669921875 842.700439453125 846.699951171875 852.69879150390625 853.69830322265625 855.6973876953125 856.6968994140625 856.6964111328125 856.69598388671875 855.69549560546875 854.69500732421875 854.694580078125 855.694091796875 855.693115234375 858.69268798828125 861.69219970703125 862.69171142578125 862.6912841796875 863.6907958984375 867.6903076171875 873.6898193359375 873.68890380859375 869.68841552734375 865.68792724609375 859.6875 854.68701171875 853.6865234375 860.68609619140625 868.68560791015625 879.68463134765625 878.6842041015625 875.6837158203125 876.6832275390625 878.68280029296875 884.68157958984375 888.68115234375 894.68017578125 894.6796875 894.6796875 896.67877197265625 898.67828369140625 900.6778564453125 901.6773681640625 900.6768798828125 900.67572021484375 902.67547607421875 904.67498779296875 904.674560546875 903.674072265625 900.673583984375 897.673095703125 895.67266845703125 890.67169189453125 886.6712646484375 882.6707763671875 884.6702880859375 891.6697998046875 903.66937255859375 915.66888427734375 923.66839599609375 929.66748046875 931.6669921875 935.66650390625 941.66607666015625 945.66558837890625 939.66436767578125 937.6639404296875 934.6634521484375 920.66253662109375 915.66204833984375 908.66156005859375 901.66107177734375 897.66064453125 897.66064453125 897.66064453125 900.6591796875 909.65826416015625 914.65777587890625 920.6573486328125 925.6568603515625 929.6563720703125 929.6558837890625 933.65545654296875 949.65447998046875 955.654052734375 958.653564453125 965.653076171875 975.652587890625 987.65216064453125 992.65167236328125
|
||||
404.79425048828125 405.793792724609375 406.793304443359375 406.7928466796875 405.791748046875 406.79144287109375 410.79095458984375 413.790496826171875 415.7900390625 415.78955078125 416.789093017578125 422.78863525390625 436.787689208984375 440.787200927734375 440.7867431640625 438.786285400390625 435.785797119140625 434.78533935546875 436.78485107421875 438.784393310546875 439.783447265625 431.7823486328125 429.781890869140625 428.781402587890625 428.78094482421875 430.78045654296875 430.779998779296875 431.779541015625 437.778594970703125 442.77813720703125 445.77764892578125 448.777191162109375 451.776702880859375 455.7762451171875 458.7757568359375 462.775299072265625 484.77435302734375 494.773895263671875 499.7734375 504.77294921875 509.772491455078125 517.77203369140625 529.77154541015625 543.7706298828125 546.7701416015625 546.7696533203125 543.7691650390625 537.76873779296875 529.76824951171875 523.76776123046875 513.767333984375 500.766387939453125 488.7652587890625 485.7647705078125 484.764312744140625 483.76385498046875 481.76336669921875 481.762908935546875 484.762451171875 488.761505126953125 485.761016845703125 473.76055908203125 459.76007080078125 455.759429931640625 463.7591552734375 477.7586669921875 486.758209228515625 496.75726318359375 501.756805419921875 506.756317138671875 509.755859375 510.75537109375 511.754913330078125 514.75445556640625 517.75396728515625 520.7530517578125 522.7525634765625 525.7520751953125 524.75164794921875 524.75115966796875 526.75067138671875 523.750244140625 525.749267578125 524.7481689453125 528.7476806640625 531.7471923828125 533.7467041015625 534.74627685546875 534.74578857421875 536.74530029296875 537.744384765625 537.743896484375 535.74346923828125 536.74298095703125 540.74249267578125 550.74200439453125 560.7415771484375 570.7410888671875 589.74017333984375 597.73968505859375 605.73919677734375 614.73876953125 625.73828125 632.73779296875 637.7373046875 643.73687744140625 659.73590087890625 661.7354736328125 659.7349853515625 659.7344970703125 661.7340087890625 660.73358154296875 657.73309326171875 656.73260498046875 676.73101806640625 690.73052978515625 701.73004150390625 712.7296142578125 721.7291259765625 732.7286376953125 744.72821044921875 747.72772216796875 748.726806640625 747.726318359375 747.725830078125 748.725341796875 751.72491455078125 755.72442626953125 758.72393798828125 764.7230224609375 766.7225341796875 769.7220458984375 771.72161865234375 770.72113037109375 770.72064208984375 772.72021484375 773.7197265625 775.71875 776.71832275390625 777.71783447265625 779.71734619140625 781.7169189453125 783.7164306640625 783.7159423828125 783.7154541015625 779.71453857421875 781.71337890625 782.712890625 785.71246337890625 786.71197509765625 788.71148681640625 792.7110595703125 795.7105712890625 802.7095947265625 808.70916748046875 813.70867919921875 817.70819091796875 817.707763671875 818.707275390625 821.706787109375 824.706298828125 825.70538330078125 825.70489501953125 826.7044677734375 828.7039794921875 831.7034912109375 836.7030029296875 842.70257568359375 845.70208740234375 845.701171875 845.70068359375 847.7001953125 849.69970703125 851.69927978515625 852.69879150390625 853.69830322265625 855.6973876953125 851.69622802734375 851.69573974609375 851.69525146484375 852.69482421875 853.6943359375 853.69384765625 853.693359375 855.69244384765625 858.69195556640625 860.6915283203125 859.6910400390625 860.6905517578125 864.6900634765625 869.68963623046875 873.68914794921875 873.68817138671875 871.687744140625 869.687255859375 865.686767578125 861.68634033203125 861.68585205078125 863.68536376953125 869.68487548828125 879.6839599609375 881.6834716796875 879.6829833984375 879.68255615234375 881.68206787109375 884.68157958984375 888.68115234375 892.6806640625 897.67901611328125 896.67852783203125 897.6781005859375 898.6776123046875 899.6771240234375 900.6766357421875 900.67620849609375 900.67572021484375 901.67474365234375 901.67431640625 901.673828125 899.67333984375 896.6728515625 893.67242431640625 888.67193603515625 883.6710205078125 880.6705322265625 880.6700439453125 883.6695556640625 892.66912841796875 903.66864013671875 914.66815185546875 921.667724609375 928.666748046875 931.666259765625 935.66583251953125 938.66534423828125 939.66485595703125 939.66436767578125 937.6639404296875 934.6634521484375 907.66180419921875 902.66131591796875 899.66082763671875 898.65966796875 898.659912109375 902.659423828125 909.658935546875 917.65850830078125 926.65753173828125 930.6571044921875 933.6566162109375 936.6561279296875 936.6556396484375 934.65521240234375 933.65472412109375 935.65423583984375 945.6533203125 950.65283203125 957.65234375 965.65185546875 974.65142822265625 982.65093994140625
|
||||
400.793609619140625 403.79315185546875 406.792694091796875 406.792205810546875 405.791748046875 409.790802001953125 412.79034423828125 415.78985595703125 415.789398193359375 415.78875732421875 415.78875732421875 421.787994384765625 437.78704833984375 439.78656005859375 439.786102294921875 437.78564453125 434.78515625 431.784698486328125 431.78424072265625 433.78375244140625 432.782806396484375 431.7823486328125 429.781890869140625 428.781402587890625 427.780303955078125 428.779815673828125 429.77935791015625 435.778900146484375 444.7779541015625 445.7774658203125 444.777008056640625 447.77655029296875 451.77606201171875 456.775604248046875 461.775115966796875 469.774658203125 485.773712158203125 493.77325439453125 500.77276611328125 505.772308349609375 512.7718505859375 523.7713623046875 530.7708740234375 537.77044677734375 543.76947021484375 543.76904296875 538.7685546875 532.76806640625 525.767578125 517.76715087890625 507.76666259765625 492.765716552734375 488.7652587890625 485.7647705078125 484.764312744140625 477.76318359375 475.762725830078125 475.76226806640625 475.76177978515625 478.760833740234375 473.7603759765625 464.7598876953125 455.759429931640625 456.75897216796875 467.75848388671875 482.758026123046875 489.757568359375 493.756622314453125 496.756134033203125 501.75567626953125 503.75518798828125 505.754730224609375 509.7542724609375 513.7537841796875 514.7532958984375 512.75238037109375 513.75189208984375 516.75146484375 518.7509765625 519.75048828125 518.75 517.74957275390625 518.74908447265625 524.7481689453125 528.7476806640625 531.7471923828125 529.74609375 529.74560546875 528.7451171875 528.74462890625 529.74420166015625 530.74322509765625 532.7427978515625 534.7423095703125 543.7418212890625 553.7413330078125 565.74090576171875 581.74041748046875 599.739501953125 605.739013671875 614.738525390625 623.73809814453125 632.73760986328125 641.73712158203125 642.73663330078125 640.7362060546875 650.7352294921875 651.73480224609375 650.73431396484375 652.73382568359375 654.73333740234375 653.73291015625 651.732421875 651.73193359375 676.73101806640625 690.73052978515625 701.73004150390625 712.7296142578125 720.72845458984375 728.72796630859375 740.7275390625 744.72705078125 746.72607421875 748.72564697265625 747.72515869140625 749.72467041015625 752.7242431640625 753.7237548828125 758.7232666015625 764.7227783203125 770.72186279296875 772.72137451171875 771.720947265625 770.720458984375 769.719970703125 770.719482421875 771.71905517578125 771.71856689453125 775.7176513671875 778.7171630859375 781.7166748046875 784.7161865234375 784.71575927734375 785.71527099609375 786.71478271484375 784.7138671875 781.71337890625 782.712890625 785.71246337890625 789.7113037109375 789.7108154296875 790.7103271484375 792.70989990234375 803.70892333984375 808.70843505859375 811.7080078125 811.70751953125 812.70703125 816.70660400390625 821.70611572265625 825.70562744140625 829.7047119140625 829.7042236328125 830.7037353515625 831.7032470703125 833.70281982421875 840.70233154296875 847.70184326171875 850.701416015625 850.700439453125 850.699951171875 852.69952392578125 852.69903564453125 852.69854736328125 852.6981201171875 850.6976318359375 849.6971435546875 851.69622802734375 851.69573974609375 851.69525146484375 850.694091796875 852.693603515625 852.693603515625 853.69268798828125 854.69219970703125 857.6912841796875 858.6907958984375 859.6903076171875 862.68988037109375 867.68939208984375 871.68890380859375 874.68841552734375 876.6875 876.68701171875 874.68658447265625 870.68609619140625 866.68560791015625 865.68511962890625 866.6846923828125 870.6842041015625 879.6832275390625 880.68280029296875 880.68231201171875 882.68182373046875 883.681396484375 884.680908203125 887.680419921875 892.679931640625 897.67901611328125 896.67852783203125 897.6781005859375 898.6768798828125 899.6763916015625 900.67596435546875 901.67547607421875 901.67498779296875 897.674072265625 897.673583984375 896.673095703125 893.67266845703125 888.67218017578125 883.67169189453125 879.67120361328125 877.6707763671875 877.6697998046875 882.66937255859375 889.66888427734375 897.66839599609375 904.66790771484375 913.66748046875 918.6669921875 921.66650390625 929.66558837890625 932.66510009765625 934.66461181640625 933.6641845703125 931.6636962890625 929.6632080078125 923.6627197265625 907.66180419921875 902.66131591796875 899.66082763671875 898.65966796875 906.6591796875 914.65869140625 921.65826416015625 930.65777587890625 941.6568603515625 942.6563720703125 944.6558837890625 949.6553955078125 951.65496826171875 948.65447998046875 945.65399169921875 941.65350341796875 943.652587890625 946.652099609375 950.651611328125 955.65118408203125 963.65069580078125 971.65020751953125
|
||||
398.792816162109375 401.792510986328125 403.79205322265625 404.79156494140625 405.791107177734375 408.7901611328125 411.789703369140625 413.789215087890625 415.78875732421875 418.788299560546875 419.787811279296875 423.787353515625 430.786865234375 435.78594970703125 434.78546142578125 432.785003662109375 429.784515380859375 427.7840576171875 426.783599853515625 427.783111572265625 426.78216552734375 426.781707763671875 425.78106689453125 425.78106689453125 427.780303955078125 428.779815673828125 429.77935791015625 440.77825927734375 448.777313232421875 447.776824951171875 446.7763671875 448.77587890625 453.775421142578125 457.77496337890625 463.77447509765625 471.774017333984375 484.7730712890625 490.772613525390625 499.772125244140625 508.77166748046875 517.77117919921875 524.770751953125 529.770263671875 535.769775390625 537.76885986328125 537.76837158203125 535.76788330078125 528.7674560546875 520.7669677734375 512.7664794921875 500.766021728515625 492.76556396484375 482.764617919921875 480.764129638671875 478.763671875 477.76318359375 475.762725830078125 475.76226806640625 470.761138916015625 471.760650634765625 463.75970458984375 454.759246826171875 454.7587890625 459.75830078125 468.757843017578125 480.757354736328125 488.75689697265625 491.755950927734375 495.7554931640625 497.7550048828125 500.754547119140625 503.754058837890625 505.75360107421875 506.753143310546875 506.752655029296875 506.751708984375 509.751251220703125 512.75079345703125 515.75030517578125 515.74981689453125 515.7493896484375 515.7489013671875 517.7484130859375 523.74749755859375 525.74700927734375 527.74652099609375 529.74609375 529.74560546875 528.7451171875 528.74462890625 523.7435302734375 525.7425537109375 527.74212646484375 535.74163818359375 546.74114990234375 559.74072265625 573.740234375 587.73974609375 597.7392578125 611.73834228515625 619.73785400390625 624.7374267578125 632.7369384765625 636.7364501953125 636.7359619140625 631.73553466796875 629.73504638671875 636.734130859375 641.733642578125 643.733154296875 642.732666015625 642.73223876953125 644.73175048828125 650.73126220703125 678.7303466796875 691.7298583984375 703.7293701171875 712.72894287109375 720.72845458984375 728.72796630859375 740.7275390625 743.72637939453125 743.72540283203125 746.7249755859375 748.7244873046875 751.7239990234375 753.7235107421875 753.72308349609375 756.72259521484375 760.72210693359375 764.72119140625 767.720703125 768.72021484375 768.71978759765625 769.71929931640625 770.71881103515625 770.71881103515625 771.7178955078125 776.7169189453125 781.71649169921875 785.71600341796875 785.71551513671875 784.71575927734375 785.714599609375 788.714111328125 790.713623046875 787.71270751953125 787.71221923828125 788.7117919921875 789.7113037109375 789.7108154296875 790.7103271484375 791.70916748046875 797.708740234375 806.707763671875 807.707275390625 807.707275390625 809.70635986328125 814.70587158203125 819.7054443359375 823.7049560546875 828.7039794921875 831.70355224609375 833.70306396484375 834.70257568359375 836.7021484375 841.70166015625 846.701171875 850.70068359375 852.69976806640625 852.69927978515625 852.69879150390625 850.6983642578125 850.6978759765625 849.6973876953125 847.6968994140625 847.69647216796875 848.69549560546875 848.695068359375 848.694580078125 850.694091796875 852.693603515625 852.693603515625 855.6920166015625 856.6915283203125 858.6905517578125 861.69012451171875 865.68963623046875 870.68914794921875 873.688720703125 875.688232421875 876.687744140625 877.687255859375 879.68634033203125 877.68585205078125 875.68536376953125 872.6849365234375 871.6844482421875 872.6839599609375 876.6834716796875 879.68304443359375 881.68206787109375 884.681640625 885.68115234375 884.6806640625 884.68017578125 886.67974853515625 891.67926025390625 897.67828369140625 897.6778564453125 897.6773681640625 898.6768798828125 899.6763916015625 900.67596435546875 901.67547607421875 900.67431640625 891.67333984375 886.6728515625 884.67242431640625 881.67193603515625 876.67144775390625 873.6710205078125 871.6705322265625 872.6700439453125 884.66912841796875 890.66864013671875 897.66815185546875 903.66766357421875 909.667236328125 911.666748046875 913.666259765625 917.665771484375 919.66485595703125 924.66436767578125 928.6639404296875 927.6634521484375 924.6629638671875 919.6624755859375 910.66204833984375 902.66156005859375 895.66058349609375 895.66015625 898.65966796875 906.6591796875 914.65869140625 930.65753173828125 938.65704345703125 941.6566162109375 949.6556396484375 952.6551513671875 958.65472412109375 963.65423583984375 965.65374755859375 962.65325927734375 957.65283203125 952.65185546875 952.6513671875 949.65093994140625 950.65045166015625 953.64996337890625 960.64947509765625
|
||||
399.7923583984375 400.7918701171875 402.791412353515625 403.79095458984375 404.79046630859375 407.789520263671875 409.7890625 412.788604736328125 418.788116455078125 424.78765869140625 423.78717041015625 424.786712646484375 427.7862548828125 427.785308837890625 427.784820556640625 426.78436279296875 424.78387451171875 424.783416748046875 423.782958984375 423.782470703125 423.782012939453125 425.78106689453125 425.78106689453125 426.780120849609375 428.7796630859375 429.7791748046875 433.778717041015625 440.77825927734375 447.77777099609375 447.776824951171875 447.775726318359375 451.775238037109375 456.7747802734375 460.774322509765625 463.773834228515625 471.77337646484375 484.772430419921875 492.77197265625 501.771484375 511.771026611328125 517.77056884765625 522.77008056640625 526.76959228515625 532.76910400390625 534.7681884765625 533.7677001953125 530.76727294921875 523.76678466796875 513.76629638671875 504.765838623046875 494.765380859375 485.764892578125 475.763946533203125 474.76348876953125 475.76300048828125 473.762542724609375 471.7620849609375 470.7615966796875 470.761138916015625 471.760650634765625 463.75970458984375 454.759246826171875 452.75811767578125 458.757659912109375 470.757171630859375 481.7567138671875 485.7562255859375 486.755767822265625 492.75482177734375 495.754364013671875 496.753875732421875 497.75341796875 498.7529296875 499.752471923828125 499.75201416015625 500.75152587890625 503.750579833984375 507.7501220703125 509.7496337890625 510.749176025390625 510.74871826171875 512.74822998046875 515.74774169921875 520.746826171875 522.746337890625 523.745849609375 523.74542236328125 523.74493408203125 524.74444580078125 524.7440185546875 523.7435302734375 525.7425537109375 527.74212646484375 540.740966796875 554.740478515625 566.74005126953125 577.73956298828125 586.73907470703125 599.7386474609375 614.7376708984375 620.7371826171875 623.73675537109375 623.73626708984375 625.73577880859375 625.7353515625 620.73486328125 615.734375 622.73345947265625 626.73297119140625 629.73248291015625 630.7320556640625 629.7315673828125 638.7310791015625 650.7305908203125 667.73016357421875 695.72918701171875 707.72869873046875 714.728271484375 721.727783203125 730.727294921875 739.72686767578125 743.72637939453125 742.7252197265625 746.7249755859375 749.72381591796875 754.72332763671875 754.72283935546875 753.722412109375 754.721923828125 756.721435546875 761.72052001953125 764.72003173828125 767.71954345703125 768.7191162109375 769.7186279296875 771.7181396484375 771.7176513671875 773.71722412109375 780.71624755859375 784.7158203125 786.71533203125 788.71484375 789.71435546875 791.71392822265625 793.71343994140625 793.71295166015625 796.7120361328125 795.7115478515625 795.7110595703125 795.71063232421875 793.71014404296875 791.70965576171875 791.70916748046875 797.708740234375 806.707763671875 808.70660400390625 808.7061767578125 809.7056884765625 812.7052001953125 817.7047119140625 819.70428466796875 822.70379638671875 830.70281982421875 834.702392578125 835.701904296875 838.701416015625 840.700927734375 844.70050048828125 849.70001220703125 851.69952392578125 850.6986083984375 850.6981201171875 848.6976318359375 847.69720458984375 847.69671630859375 846.69622802734375 846.69573974609375 846.69482421875 846.6943359375 848.69384765625 851.69342041015625 854.69293212890625 855.69244384765625 855.6920166015625 856.6915283203125 858.6905517578125 861.69012451171875 869.68896484375 873.6884765625 875.68798828125 874.6875 874.68707275390625 874.68658447265625 878.68560791015625 877.6851806640625 877.6846923828125 878.6842041015625 879.6837158203125 881.68328857421875 883.68280029296875 883.68231201171875 885.681396484375 890.680908203125 889.680419921875 887.67999267578125 887.67950439453125 887.67901611328125 890.67852783203125 894.6781005859375 899.6771240234375 900.6766357421875 900.67620849609375 900.67572021484375 901.67523193359375 902.6748046875 900.67431640625 896.673828125 886.6728515625 873.67169189453125 871.67120361328125 871.6707763671875 871.6702880859375 871.6697998046875 877.6693115234375 894.66839599609375 899.66790771484375 903.66748046875 908.6669921875 909.66650390625 911.666015625 913.66558837890625 912.66510009765625 909.66412353515625 913.6636962890625 919.6632080078125 920.6627197265625 917.6622314453125 909.66180419921875 900.66131591796875 894.66082763671875 894.66082763671875 897.659423828125 908.658935546875 916.658447265625 921.65802001953125 930.65753173828125 938.65704345703125 941.6566162109375 949.6556396484375 958.65447998046875 966.65399169921875 972.65350341796875 977.65301513671875 978.652587890625 978.652099609375 976.651611328125 971.65069580078125 968.65020751953125 963.64971923828125 960.64923095703125 961.6488037109375
|
||||
399.7923583984375 400.7918701171875 402.790771484375 404.790313720703125 405.78985595703125 408.788909912109375 409.788421630859375 411.7879638671875 417.7874755859375 420.787017822265625 419.78656005859375 417.78607177734375 417.785614013671875 421.78466796875 422.7841796875 419.783721923828125 419.78326416015625 420.78277587890625 420.782318115234375 421.781829833984375 422.7813720703125 427.780426025390625 426.77996826171875 428.77947998046875 433.779022216796875 436.778533935546875 439.778076171875 446.777587890625 449.777130126953125 447.77618408203125 447.775726318359375 451.775238037109375 456.7747802734375 460.774322509765625 467.773193359375 474.772735595703125 481.772247314453125 494.77130126953125 500.770843505859375 507.770355224609375 514.7698974609375 518.7694091796875 522.76898193359375 527.76849365234375 532.76800537109375 530.76708984375 527.7666015625 518.76611328125 509.765655517578125 498.76519775390625 488.76470947265625 480.764251708984375 471.7633056640625 472.7628173828125 472.762359619140625 469.76190185546875 468.76141357421875 466.760955810546875 464.760467529296875 464.760009765625 453.759063720703125 450.75860595703125 452.75811767578125 458.757659912109375 470.757171630859375 478.75604248046875 483.755584716796875 484.755126953125 487.754180908203125 492.753692626953125 494.75323486328125 496.75274658203125 497.752288818359375 496.7518310546875 495.7513427734375 496.750885009765625 503.74993896484375 505.74945068359375 506.748992919921875 505.748504638671875 506.748046875 508.74755859375 510.747100830078125 512.74664306640625 516.74566650390625 517.7452392578125 517.7447509765625 517.7442626953125 517.7437744140625 517.74334716796875 517.74285888671875 519.74237060546875 530.741455078125 540.740966796875 554.740478515625 566.74005126953125 571.7388916015625 580.7384033203125 592.73797607421875 607.73699951171875 614.736572265625 614.736083984375 613.735595703125 616.735107421875 615.73468017578125 613.73419189453125 610.73370361328125 610.7327880859375 611.7322998046875 617.7318115234375 619.7313232421875 627.73089599609375 639.73040771484375 651.72991943359375 665.7294921875 694.728515625 710.72802734375 721.72760009765625 726.72711181640625 733.72662353515625 741.7261962890625 742.7257080078125 742.7252197265625 744.72430419921875 749.72381591796875 754.72332763671875 754.72283935546875 752.72174072265625 754.72125244140625 757.72076416015625 760.72027587890625 764.7193603515625 765.7188720703125 766.7183837890625 769.71795654296875 773.71746826171875 774.71697998046875 775.716552734375 780.716064453125 786.715087890625 788.71466064453125 791.71417236328125 792.71368408203125 794.7132568359375 796.7127685546875 797.7122802734375 804.71136474609375 805.71087646484375 801.71038818359375 799.70989990234375 796.70947265625 792.708984375 793.70849609375 795.7080078125 806.70709228515625 808.70660400390625 808.7061767578125 809.7056884765625 812.7052001953125 819.70404052734375 820.70355224609375 820.703125 831.7021484375 837.70166015625 839.70123291015625 841.70074462890625 840.70025634765625 843.69976806640625 846.6993408203125 847.6988525390625 846.6978759765625 847.69744873046875 846.69696044921875 843.69647216796875 844.696044921875 845.695556640625 846.695068359375 846.694580078125 845.69366455078125 848.69317626953125 854.69268798828125 858.6922607421875 859.6917724609375 857.6912841796875 856.6907958984375 858.69036865234375 864.68939208984375 869.68896484375 873.6884765625 875.68798828125 869.68682861328125 869.68634033203125 871.68585205078125 876.6849365234375 877.6844482421875 879.6839599609375 881.68353271484375 884.68304443359375 886.68255615234375 889.68212890625 892.681640625 895.6806640625 894.68023681640625 893.67974853515625 892.67926025390625 892.67877197265625 892.6783447265625 893.6778564453125 896.6773681640625 903.67645263671875 904.67596435546875 903.67547607421875 903.67498779296875 902.674560546875 900.674072265625 897.673583984375 893.673095703125 876.67218017578125 873.67169189453125 871.67120361328125 871.6707763671875 868.6695556640625 872.66912841796875 879.66864013671875 889.66815185546875 904.667236328125 907.666748046875 908.666259765625 907.665771484375 908.66534423828125 907.66485595703125 905.66436767578125 903.66387939453125 903.6629638671875 907.6624755859375 908.6619873046875 904.66156005859375 899.66107177734375 896.66009521484375 896.66009521484375 904.6591796875 913.65869140625 923.658203125 929.65777587890625 931.65728759765625 936.65679931640625 938.6563720703125 941.6558837890625 951.6549072265625 958.65447998046875 966.65399169921875 972.65350341796875 980.65234375 984.65185546875 986.6513671875 986.65087890625 983.64996337890625 981.64947509765625 980.64898681640625 978.6485595703125 974.6480712890625
|
||||
399.791717529296875 400.791259765625 402.790771484375 404.790313720703125 405.78985595703125 406.78936767578125 408.78778076171875 411.787322998046875 414.786865234375 415.786376953125 413.785919189453125 411.785430908203125 411.78497314453125 412.78448486328125 414.7835693359375 415.7830810546875 415.782623291015625 417.782135009765625 419.78167724609375 421.78118896484375 424.780731201171875 426.77978515625 426.77978515625 430.778839111328125 436.77838134765625 438.77789306640625 445.777435302734375 449.7769775390625 451.7764892578125 448.775543212890625 449.77508544921875 455.77459716796875 460.774139404296875 463.773681640625 467.773193359375 474.772735595703125 481.772247314453125 497.770660400390625 501.77020263671875 507.76971435546875 512.76922607421875 516.768798828125 519.768310546875 522.767822265625 524.767333984375 525.76641845703125 524.76593017578125 517.7655029296875 507.7650146484375 497.7645263671875 488.764068603515625 479.76361083984375 472.76312255859375 465.762176513671875 463.76171875 461.76123046875 459.760772705078125 456.760284423828125 455.75982666015625 453.75933837890625 449.758880615234375 449.7579345703125 452.757476806640625 458.756988525390625 468.75653076171875 478.75604248046875 483.755584716796875 484.755126953125 482.753509521484375 486.7530517578125 491.7525634765625 494.752105712890625 494.751617431640625 493.75115966796875 491.75067138671875 492.750213623046875 499.749267578125 500.748809814453125 500.748321533203125 501.74786376953125 502.74737548828125 503.746917724609375 505.746429443359375 507.7459716796875 510.745025634765625 510.74456787109375 510.74407958984375 509.743621826171875 508.743133544921875 510.74267578125 515.7421875 524.74169921875 542.74078369140625 552.74029541015625 560.7398681640625 565.7393798828125 571.7388916015625 580.7384033203125 592.73797607421875 589.73681640625 594.73590087890625 597.73541259765625 600.73492431640625 604.73443603515625 605.7340087890625 602.7335205078125 603.7330322265625 605.7325439453125 610.73162841796875 617.73114013671875 625.730712890625 634.730224609375 647.729736328125 660.729248046875 669.72882080078125 701.72784423828125 718.72735595703125 725.7269287109375 729.7264404296875 732.7259521484375 737.7254638671875 741.72503662109375 739.72454833984375 741.7236328125 745.72314453125 749.72265625 752.72216796875 752.72174072265625 754.72125244140625 757.72076416015625 760.72027587890625 761.71868896484375 762.71820068359375 764.71771240234375 768.71728515625 773.716796875 774.71630859375 776.7158203125 781.71539306640625 787.71441650390625 790.7139892578125 792.7135009765625 794.7130126953125 797.7125244140625 800.71209716796875 802.71160888671875 804.71112060546875 808.710205078125 806.709716796875 804.709228515625 802.708740234375 801.70831298828125 801.70782470703125 802.70733642578125 804.7069091796875 810.7059326171875 810.7054443359375 810.70501708984375 814.70452880859375 819.70404052734375 820.70355224609375 820.703125 835.70147705078125 839.70098876953125 842.70050048828125 843.7000732421875 842.6995849609375 842.6990966796875 844.6986083984375 845.69818115234375 844.69720458984375 845.69671630859375 842.6962890625 839.69580078125 840.6953125 842.69482421875 843.69439697265625 843.69390869140625 845.6929931640625 850.6925048828125 854.6920166015625 857.6915283203125 858.69110107421875 859.69061279296875 859.69012451171875 861.68963623046875 866.688720703125 869.688232421875 871.687744140625 870.68731689453125 869.68682861328125 869.68634033203125 871.68585205078125 874.6846923828125 877.68377685546875 877.68328857421875 881.68280029296875 884.682373046875 888.681884765625 892.681396484375 896.680908203125 902.680419921875 902.67950439453125 897.67901611328125 896.6785888671875 893.6781005859375 894.6776123046875 896.6771240234375 898.67669677734375 903.67572021484375 905.67523193359375 906.6748046875 906.67431640625 903.673828125 899.67333984375 897.67291259765625 893.67242431640625 873.67144775390625 866.6710205078125 864.6705322265625 866.6700439453125 868.6695556640625 872.66912841796875 879.66864013671875 885.66748046875 894.66650390625 896.666015625 893.66552734375 892.66510009765625 891.66461181640625 891.66412353515625 890.6636962890625 889.6632080078125 895.6622314453125 898.6617431640625 898.66131591796875 897.66082763671875 896.66009521484375 896.66009521484375 902.659423828125 910.658935546875 929.657958984375 935.65753173828125 936.65704345703125 936.65655517578125 937.6561279296875 938.6556396484375 940.6551513671875 945.6546630859375 956.65374755859375 965.65325927734375 972.65277099609375 980.65234375 984.65185546875 986.6513671875 982.650146484375 987.64923095703125 989.64874267578125 991.64825439453125 990.6478271484375 991.6473388671875
|
||||
399.79107666015625 399.79107666015625 402.7901611328125 403.7896728515625 404.789215087890625 405.788726806640625 408.78778076171875 411.787322998046875 414.786865234375 412.785736083984375 410.7852783203125 409.7847900390625 409.7847900390625 409.7847900390625 413.782928466796875 414.782440185546875 416.781982421875 418.781494140625 420.781036376953125 423.780548095703125 426.78009033203125 429.77960205078125 433.7786865234375 436.7781982421875 440.777740478515625 444.777252197265625 449.77679443359375 454.77630615234375 456.775848388671875 455.775390625 456.774444580078125 459.773956298828125 463.77349853515625 468.77301025390625 474.772552490234375 483.7720947265625 489.7716064453125 497.770660400390625 501.77020263671875 507.76971435546875 511.76861572265625 514.76812744140625 516.76763916015625 517.7672119140625 517.7667236328125 520.7657470703125 519.76531982421875 514.76483154296875 507.764373779296875 498.763885498046875 488.763427734375 478.762939453125 468.762481689453125 459.76153564453125 457.76104736328125 454.760589599609375 450.7601318359375 447.7596435546875 445.759185791015625 445.758697509765625 445.75823974609375 453.757293701171875 458.756805419921875 466.75634765625 473.755859375 478.755401611328125 482.75494384765625 481.75445556640625 481.753997802734375 486.7530517578125 491.7525634765625 488.751434326171875 488.7509765625 486.75048828125 485.750030517578125 486.74957275390625 487.74908447265625 491.748138427734375 493.7476806640625 496.7471923828125 496.746734619140625 496.746246337890625 498.74578857421875 501.74530029296875 501.744354248046875 501.743896484375 501.743408203125 501.742950439453125 504.74249267578125 510.74200439453125 519.74151611328125 531.7410888671875 548.7401123046875 555.7396240234375 562.73919677734375 565.73870849609375 570.73822021484375 575.73773193359375 582.7373046875 589.73681640625 594.73590087890625 597.73541259765625 600.73492431640625 593.7337646484375 593.73333740234375 593.73284912109375 596.73236083984375 605.73187255859375 620.73095703125 629.73046875 636.72998046875 643.72955322265625 654.72906494140625 670.72857666015625 682.7281494140625 697.7276611328125 717.7266845703125 724.72625732421875 727.72576904296875 730.72528076171875 732.72479248046875 734.724365234375 736.723876953125 737.723388671875 736.72247314453125 741.72198486328125 745.72149658203125 749.7210693359375 753.7205810546875 754.7200927734375 756.7196044921875 761.71868896484375 762.71820068359375 764.71771240234375 769.71661376953125 773.71612548828125 775.71563720703125 776.71514892578125 780.7147216796875 785.7137451171875 788.7132568359375 790.71282958984375 793.71234130859375 799.71185302734375 805.71136474609375 807.7109375 808.71044921875 810.70947265625 812.70904541015625 810.70855712890625 808.70806884765625 805.7076416015625 804.7071533203125 803.7066650390625 804.7061767578125 809.70526123046875 813.70477294921875 815.70428466796875 818.703857421875 821.703369140625 819.702880859375 821.702392578125 827.70196533203125 839.70098876953125 842.70050048828125 840.6993408203125 840.69891357421875 841.69842529296875 844.69793701171875 845.69744873046875 845.697021484375 843.696044921875 841.695556640625 838.69512939453125 837.69464111328125 838.69415283203125 839.69366455078125 841.6932373046875 846.6922607421875 849.6917724609375 852.69134521484375 855.69085693359375 857.69036865234375 860.68988037109375 861.689453125 861.68896484375 864.68798828125 867.68756103515625 868.68707275390625 868.68658447265625 868.6861572265625 869.6856689453125 871.6851806640625 874.6846923828125 877.68377685546875 877.68328857421875 879.68212890625 885.681640625 888.68115234375 892.68072509765625 897.68023681640625 904.67974853515625 905.6788330078125 902.6783447265625 897.6778564453125 895.6773681640625 896.67694091796875 898.67645263671875 900.67596435546875 901.67547607421875 904.674560546875 905.674072265625 906.673583984375 903.67315673828125 899.67266845703125 897.67218017578125 896.67169189453125 865.6707763671875 858.6702880859375 856.6697998046875 860.66937255859375 864.66888427734375 870.66839599609375 879.66790771484375 885.66748046875 894.66650390625 896.666015625 875.66485595703125 874.66534423828125 875.66387939453125 877.6634521484375 878.6629638671875 880.6624755859375 890.66156005859375 891.66107177734375 892.66058349609375 896.66009521484375 900.65966796875 908.6591796875 918.65869140625 923.658203125 934.65728759765625 935.65679931640625 933.65631103515625 933.6558837890625 934.6553955078125 937.6549072265625 940.6544189453125 942.6539306640625 954.65301513671875 962.65252685546875 971.652099609375 976.651611328125 979.651123046875 979.650634765625 982.650146484375 985.64971923828125 989.64874267578125 992.6475830078125 995.6470947265625 999.6466064453125
|
||||
401.79046630859375 401.78997802734375 401.789520263671875 401.789520263671875 402.78857421875 403.7880859375 407.78717041015625 410.78668212890625 412.786224365234375 412.785736083984375 410.7852783203125 409.7847900390625 410.78369140625 412.783233642578125 416.78228759765625 418.78179931640625 419.781341552734375 420.780853271484375 423.7803955078125 426.7799072265625 428.779449462890625 432.77899169921875 435.778045654296875 436.777557373046875 437.777099609375 441.776611328125 448.776153564453125 456.775665283203125 460.77520751953125 462.77471923828125 472.7738037109375 472.7733154296875 472.772857666015625 475.772369384765625 482.77191162109375 490.77142333984375 495.770965576171875 496.770477294921875 502.76953125 507.769073486328125 511.76861572265625 514.76812744140625 516.76763916015625 512.76654052734375 511.766082763671875 509.765594482421875 509.7646484375 508.764190673828125 502.763702392578125 494.76324462890625 486.76275634765625 478.762298583984375 469.7618408203125 455.7608642578125 451.760406494140625 447.75994873046875 443.75946044921875 440.759002685546875 440.758514404296875 442.758056640625 446.757568359375 462.756622314453125 469.75616455078125 472.75567626953125 475.755218505859375 476.7547607421875 476.7542724609375 477.753814697265625 477.753326416015625 485.75238037109375 487.751922607421875 488.751434326171875 488.7509765625 486.75048828125 485.750030517578125 480.7489013671875 481.7484130859375 482.74749755859375 484.74700927734375 485.74652099609375 486.746063232421875 488.74560546875 493.7451171875 496.744659423828125 496.744171142578125 496.74322509765625 495.742767333984375 499.742279052734375 505.7418212890625 516.7413330078125 526.7408447265625 534.74041748046875 540.73992919921875 556.739013671875 558.738525390625 561.738037109375 565.737548828125 568.73712158203125 570.73663330078125 576.73614501953125 579.7352294921875 580.7347412109375 586.7342529296875 593.7337646484375 593.73333740234375 593.73284912109375 605.731689453125 611.731201171875 630.73028564453125 640.72979736328125 649.7293701171875 656.7288818359375 665.7283935546875 676.7279052734375 687.72747802734375 699.72698974609375 712.72601318359375 719.7255859375 722.72509765625 725.724609375 726.72412109375 729.72369384765625 730.72320556640625 732.72271728515625 731.7218017578125 735.7213134765625 739.7208251953125 744.7203369140625 747.71990966796875 749.71942138671875 751.71893310546875 755.718505859375 761.717529296875 764.717041015625 769.71661376953125 773.71612548828125 775.71563720703125 778.7144775390625 781.7139892578125 784.71356201171875 786.71258544921875 786.7119140625 788.711669921875 794.711181640625 802.710693359375 806.710205078125 809.70977783203125 817.70880126953125 820.7083740234375 820.7078857421875 814.7073974609375 808.7069091796875 805.7064208984375 803.7066650390625 804.70550537109375 811.70458984375 815.7041015625 818.70361328125 820.703125 818.703857421875 818.703857421875 823.70172119140625 830.70123291015625 838.7003173828125 839.6998291015625 840.6993408203125 840.69891357421875 841.69842529296875 843.697265625 844.69677734375 843.6962890625 839.69537353515625 836.69488525390625 835.69439697265625 834.6939697265625 836.6934814453125 839.6929931640625 844.6925048828125 848.69207763671875 849.69110107421875 853.69061279296875 856.690185546875 858.689697265625 859.689208984375 859.688720703125 859.68829345703125 862.68731689453125 864.68682861328125 866.6864013671875 867.6859130859375 868.6854248046875 869.6849365234375 871.68450927734375 873.68402099609375 876.68304443359375 876.6826171875 879.68212890625 885.681640625 888.68115234375 891.67999267578125 898.67950439453125 904.6790771484375 906.6781005859375 903.6776123046875 900.6771240234375 898.67669677734375 899.67620849609375 901.67572021484375 903.67529296875 904.6748046875 903.673828125 903.67333984375 904.67291259765625 903.67242431640625 901.67193603515625 898.67144775390625 889.6710205078125 874.6705322265625 855.6695556640625 852.66912841796875 853.66864013671875 855.66815185546875 861.66766357421875 872.667236328125 879.666748046875 881.666259765625 882.66534423828125 875.66485595703125 874.66534423828125 875.66387939453125 877.6634521484375 879.6622314453125 884.6617431640625 893.66082763671875 895.66033935546875 900.65985107421875 904.659423828125 907.658935546875 913.658447265625 920.657958984375 927.65753173828125 932.65655517578125 931.65606689453125 929.6556396484375 929.6551513671875 932.6546630859375 936.6541748046875 939.65374755859375 942.65325927734375 957.65228271484375 966.65185546875 971.6513671875 974.65087890625 974.650390625 977.64990234375 979.64947509765625 983.64898681640625 990.64801025390625 992.6475830078125 995.6470947265625 999.6466064453125
|
||||
403.789825439453125 403.78936767578125 403.78887939453125 402.788421630859375 402.787933349609375 404.7874755859375 406.7869873046875 410.786041259765625 411.78558349609375 410.78509521484375 409.784637451171875 409.784637451171875 410.78369140625 412.783233642578125 415.782745361328125 420.781158447265625 422.78070068359375 423.78021240234375 425.779754638671875 426.779296875 429.77880859375 434.778350830078125 435.77740478515625 436.77691650390625 438.776458740234375 441.775970458984375 449.7755126953125 458.7750244140625 465.774566650390625 470.774078369140625 480.77313232421875 478.772674560546875 479.772216796875 482.771728515625 487.771270751953125 494.770782470703125 498.77032470703125 502.76983642578125 505.768890380859375 508.7684326171875 510.7679443359375 511.767486572265625 512.76702880859375 512.76654052734375 511.766082763671875 509.765594482421875 509.7646484375 497.7635498046875 492.7630615234375 487.7625732421875 481.762115478515625 473.76165771484375 463.76116943359375 455.760711669921875 446.759765625 442.75927734375 438.758819580078125 438.758819580078125 441.75787353515625 446.75738525390625 454.756927490234375 462.756439208984375 470.7554931640625 472.755035400390625 472.75457763671875 473.75408935546875 473.753631591796875 472.753143310546875 473.752685546875 480.751739501953125 482.751251220703125 480.75079345703125 479.75030517578125 478.749847412109375 480.749359130859375 480.7489013671875 481.7484130859375 482.74749755859375 476.746337890625 478.745880126953125 480.745391845703125 482.74493408203125 485.74444580078125 489.743988037109375 492.7435302734375 493.7425537109375 493.7425537109375 494.74163818359375 504.74114990234375 514.74066162109375 523.740234375 532.73974609375 536.7392578125 546.73834228515625 547.73785400390625 547.73736572265625 550.73687744140625 552.7364501953125 553.7359619140625 557.7354736328125 561.7349853515625 568.73406982421875 574.73358154296875 584.73309326171875 591.732666015625 598.732177734375 605.731689453125 611.731201171875 622.73077392578125 650.7291259765625 655.72869873046875 660.72821044921875 667.72772216796875 676.72723388671875 686.726806640625 692.726318359375 702.725341796875 707.72491455078125 712.72442626953125 715.72393798828125 719.72344970703125 722.7230224609375 724.7225341796875 726.7220458984375 730.72113037109375 732.72064208984375 736.72015380859375 739.71966552734375 742.71923828125 745.71875 749.71826171875 753.7177734375 760.71685791015625 763.71636962890625 767.71588134765625 770.7154541015625 774.7149658203125 778.7144775390625 781.7139892578125 784.71356201171875 786.7119140625 786.7119140625 786.7119140625 792.71051025390625 798.71002197265625 804.70953369140625 810.7091064453125 815.7086181640625 822.7076416015625 822.70721435546875 819.70672607421875 812.70623779296875 809.70574951171875 807.705322265625 808.704833984375 815.703857421875 820.70343017578125 823.70294189453125 824.70245361328125 822.70196533203125 822.7015380859375 828.7010498046875 833.7005615234375 836.69964599609375 836.69915771484375 837.69866943359375 838.69818115234375 840.69775390625 843.697265625 844.69677734375 843.6962890625 834.6947021484375 833.6942138671875 832.6937255859375 833.6932373046875 834.6927490234375 837.69232177734375 845.69183349609375 850.69134521484375 851.6904296875 852.68994140625 856.689453125 858.68896484375 859.68853759765625 859.68804931640625 859.68756103515625 859.68707275390625 862.6861572265625 865.6856689453125 866.6851806640625 867.68475341796875 868.68426513671875 870.68377685546875 871.68328857421875 874.682861328125 874.681884765625 879.681396484375 884.68096923828125 888.68048095703125 891.67999267578125 898.67950439453125 904.6790771484375 906.6781005859375 903.67694091796875 901.67645263671875 900.67596435546875 900.675537109375 902.675048828125 904.674560546875 904.674072265625 902.67315673828125 902.67266845703125 901.67218017578125 899.67169189453125 896.6712646484375 889.6707763671875 880.6702880859375 868.6697998046875 854.66888427734375 849.66839599609375 847.66790771484375 849.66748046875 859.6669921875 871.66650390625 875.666015625 874.66558837890625 874.66534423828125 874.66534423828125 874.66534423828125 874.66534423828125 875.6627197265625 879.6622314453125 884.6617431640625 890.66131591796875 904.65966796875 907.6591796875 908.65869140625 908.658203125 912.65771484375 920.65728759765625 925.65679931640625 928.65631103515625 928.65631103515625 928.65631103515625 929.6544189453125 934.6539306640625 936.65350341796875 939.65301513671875 947.65252685546875 964.651611328125 969.651123046875 971.650634765625 971.650634765625 976.649658203125 981.64923095703125 984.64874267578125 984.64825439453125 992.6473388671875 993.6468505859375 993.6463623046875 996.6458740234375
|
||||
404.7891845703125 403.788726806640625 402.788238525390625 401.78778076171875 401.78729248046875 404.786834716796875 406.786346435546875 408.785400390625 409.784942626953125 409.78448486328125 410.78399658203125 412.783538818359375 415.783050537109375 418.7825927734375 419.7821044921875 420.781158447265625 422.78070068359375 423.78021240234375 425.779754638671875 429.77862548828125 435.778167724609375 436.7777099609375 436.7772216796875 439.776275634765625 441.77581787109375 445.77532958984375 452.774871826171875 461.774383544921875 469.77392578125 472.7734375 474.772979736328125 482.77203369140625 486.77154541015625 488.771087646484375 491.7706298828125 494.7701416015625 499.769683837890625 503.769195556640625 506.76824951171875 507.767791748046875 510.767303466796875 511.766845703125 512.766357421875 509.765899658203125 504.765411376953125 498.76495361328125 497.764007568359375 497.7635498046875 492.7630615234375 487.7625732421875 473.761474609375 468.760986328125 457.760528564453125 449.760040283203125 440.75909423828125 438.758636474609375 440.758148193359375 446.7576904296875 451.7572021484375 455.756744384765625 459.75628662109375 465.75579833984375 469.754852294921875 470.75439453125 470.75390625 470.753448486328125 468.752960205078125 468.75250244140625 468.75201416015625 470.751556396484375 474.7506103515625 473.7501220703125 474.749664306640625 476.749176025390625 479.74871826171875 479.74822998046875 476.747772216796875 476.746826171875 476.746337890625 478.745880126953125 480.745391845703125 483.7442626953125 488.743804931640625 491.743316650390625 495.74285888671875 497.741912841796875 496.741424560546875 495.740966796875 501.740478515625 508.740020751953125 515.73956298828125 524.73907470703125 529.73858642578125 535.7376708984375 537.7371826171875 539.7366943359375 540.7362060546875 542.73577880859375 544.73529052734375 548.73480224609375 554.734375 562.7333984375 571.73291015625 582.732421875 594.73199462890625 606.73150634765625 616.73101806640625 622.7305908203125 633.7301025390625 650.7291259765625 655.72869873046875 660.72821044921875 665.72705078125 672.7265625 681.72613525390625 686.72564697265625 687.72515869140625 692.7242431640625 696.7237548828125 703.7232666015625 709.7227783203125 714.72235107421875 718.72186279296875 723.72137451171875 733.720458984375 736.719970703125 738.719482421875 738.718994140625 742.71856689453125 746.71807861328125 749.71759033203125 753.71710205078125 757.7161865234375 763.7156982421875 767.7152099609375 770.71478271484375 775.71429443359375 782.71380615234375 785.71331787109375 788.712890625 786.7119140625 786.7119140625 786.7119140625 791.7098388671875 795.7093505859375 802.7088623046875 807.7083740234375 810.70794677734375 818.70697021484375 823.70648193359375 823.7060546875 822.70556640625 818.705078125 814.70458984375 813.70416259765625 816.70367431640625 823.70269775390625 825.7022705078125 827.7017822265625 828.7012939453125 829.7008056640625 831.70037841796875 832.69989013671875 832.69940185546875 834.698486328125 835.697998046875 837.697509765625 837.697021484375 839.696533203125 839.69610595703125 839.69561767578125 834.6947021484375 833.6942138671875 832.6937255859375 833.6932373046875 832.69207763671875 833.69158935546875 839.691162109375 846.690673828125 850.689697265625 852.68927001953125 854.68878173828125 856.68829345703125 857.68780517578125 860.6873779296875 860.6868896484375 859.6864013671875 862.6854248046875 864.68499755859375 865.68450927734375 866.68402099609375 867.68353271484375 869.68310546875 871.6826171875 873.68212890625 875.68121337890625 878.68072509765625 882.68023681640625 884.67974853515625 890.6793212890625 898.6788330078125 903.6783447265625 905.6778564453125 903.67694091796875 901.67645263671875 900.67596435546875 900.6748046875 901.67431640625 903.673828125 903.67340087890625 902.67291259765625 900.67193603515625 897.6715087890625 894.6710205078125 889.6705322265625 883.6700439453125 872.66961669921875 864.66912841796875 848.66815185546875 843.667724609375 842.667236328125 846.666748046875 857.666259765625 869.665771484375 874.66534423828125 874.66534423828125 874.66534423828125 874.66534423828125 874.66534423828125 875.6624755859375 885.6619873046875 890.66156005859375 892.66107177734375 895.66058349609375 904.65966796875 907.6591796875 908.65869140625 913.657470703125 918.65704345703125 922.65655517578125 926.65606689453125 929.65557861328125 931.6546630859375 932.6541748046875 935.6536865234375 936.65325927734375 939.65277099609375 945.65228271484375 955.65179443359375 965.6513671875 974.650390625 972.64990234375 975.6494140625 981.64898681640625 990.64849853515625 990.64801025390625 990.64752197265625 992.6470947265625 991.6461181640625 990.6456298828125 991.6451416015625
|
||||
403.78857421875 401.7880859375 401.7864990234375 401.7864990234375 401.78668212890625 404.78619384765625 406.785736083984375 402.7847900390625 404.7843017578125 409.783843994140625 414.783355712890625 416.78289794921875 418.78240966796875 422.781951904296875 425.781463623046875 424.780517578125 424.780059814453125 424.77960205078125 425.77911376953125 429.77862548828125 435.778167724609375 436.7777099609375 442.776580810546875 445.775634765625 444.775177001953125 448.774688720703125 456.77423095703125 464.77374267578125 468.773284912109375 470.772796630859375 473.7723388671875 485.771392822265625 490.770904541015625 492.77044677734375 493.76995849609375 494.769500732421875 495.76904296875 496.7685546875 498.76806640625 504.76715087890625 508.76666259765625 512.76617431640625 510.765716552734375 506.7652587890625 499.7647705078125 489.764312744140625 484.76336669921875 483.76287841796875 481.762420654296875 478.761932373046875 473.761474609375 468.760986328125 457.760528564453125 445.7593994140625 437.758453369140625 437.75799560546875 444.75750732421875 452.75701904296875 458.756561279296875 462.756103515625 463.755615234375 464.755157470703125 466.75421142578125 467.75372314453125 465.753265380859375 462.752777099609375 462.7523193359375 463.7518310546875 464.751373291015625 467.750885009765625 469.74993896484375 469.749481201171875 470.748992919921875 473.74853515625 476.748046875 473.747589111328125 472.747100830078125 471.74664306640625 473.745697021484375 476.745208740234375 479.7447509765625 483.7442626953125 488.743804931640625 491.743316650390625 516.7421875 516.74169921875 514.74078369140625 508.74029541015625 501.739837646484375 501.739837646484375 508.7388916015625 516.7384033203125 520.7379150390625 530.73699951171875 531.73651123046875 533.73602294921875 536.735595703125 539.735107421875 542.734619140625 547.734130859375 555.73370361328125 568.73272705078125 579.73223876953125 591.7318115234375 603.7313232421875 614.7308349609375 623.7303466796875 630.72991943359375 637.72943115234375 650.72845458984375 654.72802734375 659.7275390625 665.72705078125 672.7265625 681.72613525390625 686.72564697265625 678.7244873046875 681.72357177734375 687.72308349609375 693.72259521484375 701.72210693359375 708.7216796875 716.72119140625 725.720703125 733.72021484375 745.71929931640625 746.71881103515625 748.71832275390625 751.7178955078125 755.7174072265625 756.7169189453125 755.7164306640625 755.7159423828125 768.71502685546875 772.71453857421875 774.71405029296875 778.713623046875 782.713134765625 786.712646484375 789.712158203125 788.71124267578125 788.71075439453125 789.71026611328125 791.7098388671875 795.7093505859375 802.7088623046875 807.7083740234375 803.70721435546875 814.706298828125 820.705810546875 823.705322265625 825.70489501953125 822.70440673828125 818.70391845703125 817.70343017578125 820.7030029296875 824.7020263671875 824.7015380859375 825.70111083984375 826.70062255859375 828.70013427734375 829.69964599609375 829.69921875 830.69873046875 833.69775390625 836.697265625 837.69683837890625 836.69635009765625 835.69586181640625 834.69537353515625 834.6949462890625 834.6944580078125 832.6934814453125 831.69305419921875 831.69256591796875 832.69207763671875 833.69158935546875 839.691162109375 849.68994140625 851.68951416015625 852.68853759765625 853.68804931640625 853.6876220703125 855.6871337890625 858.6866455078125 859.6861572265625 860.68572998046875 862.68475341796875 864.68426513671875 866.683837890625 867.683349609375 869.682861328125 871.682373046875 873.681884765625 874.68145751953125 875.68048095703125 877.67999267578125 879.6795654296875 882.6790771484375 888.6785888671875 895.6781005859375 900.67767333984375 902.67718505859375 901.67620849609375 901.67578125 900.674072265625 900.6748046875 901.67431640625 903.673828125 903.67266845703125 901.67218017578125 899.6712646484375 896.6707763671875 890.6702880859375 886.66986083984375 878.66937255859375 868.66888427734375 857.66839599609375 847.66790771484375 838.6669921875 838.66650390625 841.666015625 851.66558837890625 865.66510009765625 876.66461181640625 881.66412353515625 882.6636962890625 879.6627197265625 878.6622314453125 884.6617431640625 893.66131591796875 899.66082763671875 899.66033935546875 899.65985107421875 904.658935546875 907.658447265625 909.657958984375 913.657470703125 918.65704345703125 922.65655517578125 930.6553955078125 936.6549072265625 940.6539306640625 939.6534423828125 939.65301513671875 941.65252685546875 945.65203857421875 950.65155029296875 958.651123046875 966.650634765625 974.649658203125 976.649169921875 979.64874267578125 987.64825439453125 989.64776611328125 988.64727783203125 989.6468505859375 989.6463623046875 986.6453857421875 984.6448974609375 983.64447021484375
|
||||
402.787933349609375 401.787445068359375 401.7869873046875 401.7864990234375 402.786041259765625 405.785552978515625 403.78509521484375 401.783172607421875 402.783660888671875 409.783203125 413.78271484375 415.782257080078125 419.78179931640625 426.78131103515625 429.78082275390625 428.7799072265625 427.7794189453125 427.7789306640625 429.778472900390625 435.77801513671875 440.77752685546875 441.777069091796875 442.776580810546875 445.775634765625 444.775177001953125 455.7740478515625 464.773590087890625 468.773101806640625 470.77264404296875 475.77215576171875 480.771697998046875 491.770751953125 496.770263671875 496.769805908203125 495.769317626953125 493.76885986328125 492.76837158203125 491.767913818359375 491.767425537109375 501.7664794921875 506.766021728515625 507.765533447265625 506.76507568359375 501.76458740234375 493.764129638671875 482.763641357421875 473.76318359375 473.762237548828125 472.76177978515625 470.76129150390625 467.76080322265625 461.760345458984375 452.7598876953125 445.7593994140625 440.7589111328125 437.75799560546875 443.756866455078125 449.756378173828125 456.75592041015625 461.75543212890625 463.754974365234375 463.754486083984375 462.7535400390625 461.753082275390625 459.752593994140625 459.75213623046875 459.75164794921875 460.751190185546875 462.750701904296875 463.750244140625 467.749298095703125 468.748809814453125 468.74835205078125 467.74786376953125 467.747406005859375 468.746917724609375 468.7464599609375 470.7459716796875 473.745025634765625 479.74456787109375 488.74407958984375 494.743621826171875 503.743133544921875 510.74267578125 516.7421875 516.74169921875 514.74078369140625 508.74029541015625 503.739166259765625 501.739837646484375 505.73822021484375 512.73773193359375 515.73724365234375 518.73681640625 526.73583984375 530.7353515625 538.73492431640625 543.73443603515625 548.73394775390625 556.73345947265625 564.7330322265625 572.7325439453125 598.7315673828125 608.73114013671875 614.73065185546875 621.73016357421875 625.72967529296875 631.729248046875 639.728759765625 648.727783203125 653.72735595703125 656.72686767578125 660.72637939453125 665.72589111328125 674.7254638671875 679.7249755859375 678.7244873046875 681.72357177734375 687.72308349609375 698.721923828125 705.721435546875 712.720947265625 721.72052001953125 732.72003173828125 742.71954345703125 751.7186279296875 754.7181396484375 757.7176513671875 761.7171630859375 762.71673583984375 761.71624755859375 758.71575927734375 759.71527099609375 773.71435546875 775.7138671875 775.71337890625 775.71295166015625 780.71246337890625 786.71197509765625 789.71148681640625 790.7110595703125 791.7100830078125 791.7095947265625 792.7091064453125 793.70867919921875 796.70819091796875 800.70770263671875 803.70721435546875 808.706787109375 820.705810546875 822.70465087890625 824.70416259765625 825.7037353515625 823.7032470703125 822.7027587890625 824.7022705078125 824.70135498046875 824.70135498046875 824.70135498046875 824.70135498046875 824.70135498046875 825.698974609375 827.698486328125 829.697998046875 833.69708251953125 834.69659423828125 835.69610595703125 833.6956787109375 832.6951904296875 831.6947021484375 832.6942138671875 835.69378662109375 832.69281005859375 830.69232177734375 830.69189453125 831.69140625 835.69091796875 841.6904296875 849.68994140625 851.68951416015625 852.68853759765625 853.6873779296875 854.6868896484375 854.6864013671875 856.68597412109375 858.68548583984375 859.68499755859375 861.68450927734375 863.68359375 865.68310546875 867.6826171875 869.68218994140625 871.68170166015625 873.68121337890625 875.68072509765625 874.6802978515625 875.6793212890625 879.6788330078125 882.6783447265625 887.67791748046875 894.67742919921875 898.67694091796875 899.67645263671875 901.675537109375 901.675048828125 900.674560546875 900.674072265625 902.67364501953125 903.67315673828125 903.67266845703125 901.67218017578125 899.6712646484375 893.6700439453125 886.66961669921875 881.66912841796875 873.66864013671875 862.66815185546875 849.667724609375 839.667236328125 832.666259765625 833.66583251953125 839.66534423828125 852.66485595703125 866.66436767578125 874.66387939453125 881.6634521484375 888.6629638671875 888.6619873046875 889.66156005859375 895.66107177734375 902.66058349609375 907.66009521484375 908.65966796875 906.6591796875 904.65869140625 910.65771484375 919.65728759765625 922.65679931640625 926.65631103515625 927.65582275390625 930.6553955078125 936.6549072265625 939.6544189453125 942.65277099609375 941.65228271484375 943.65179443359375 947.65130615234375 952.65087890625 959.650390625 966.64990234375 974.64892578125 978.64849853515625 983.64801025390625 986.64752197265625 987.64703369140625 987.6466064453125 986.6461181640625 985.6456298828125 977.6446533203125 971.64422607421875 967.64373779296875
|
||||
401.78729248046875 402.78680419921875 401.786346435546875 401.785888671875 402.785400390625 402.784912109375 401.783172607421875 401.783172607421875 403.78302001953125 409.782562255859375 413.7821044921875 417.7816162109375 423.781158447265625 426.780670166015625 427.78021240234375 428.77972412109375 432.778778076171875 433.7783203125 436.77783203125 441.777374267578125 445.776885986328125 447.77642822265625 449.77593994140625 451.775482177734375 453.7745361328125 455.7740478515625 464.773590087890625 468.773101806640625 476.772003173828125 482.771514892578125 487.77105712890625 496.770111083984375 499.769622802734375 500.7691650390625 495.7686767578125 491.768218994140625 488.767730712890625 485.76727294921875 486.76678466796875 499.765838623046875 501.765380859375 500.764892578125 498.764434814453125 495.763946533203125 489.76348876953125 478.76300048828125 468.762542724609375 462.7615966796875 461.7611083984375 461.760650634765625 461.760162353515625 457.75970458984375 450.75921630859375 442.758758544921875 437.758270263671875 437.75732421875 443.756866455078125 449.756378173828125 456.75592041015625 461.75543212890625 460.754302978515625 460.75384521484375 457.75335693359375 455.752410888671875 455.751953125 456.75146484375 456.751007080078125 457.750518798828125 458.75006103515625 461.74957275390625 463.749114990234375 464.7481689453125 464.7476806640625 463.747222900390625 463.747039794921875 464.74627685546875 469.74578857421875 473.74530029296875 484.744384765625 497.743896484375 504.743408203125 507.742950439453125 515.74249267578125 526.74200439453125 530.74151611328125 531.7410888671875 526.7401123046875 515.7396240234375 503.739166259765625 501.739837646484375 505.73822021484375 511.737091064453125 513.73663330078125 518.73614501953125 529.73516845703125 539.7347412109375 548.7342529296875 556.7337646484375 559.7332763671875 566.7327880859375 577.73236083984375 589.73187255859375 609.73089599609375 616.73046875 619.72998046875 623.7294921875 629.72900390625 639.72857666015625 644.72808837890625 647.72760009765625 654.7266845703125 657.7261962890625 659.7257080078125 662.7252197265625 667.72479248046875 671.72430419921875 674.72381591796875 675.72332763671875 689.722412109375 698.721923828125 705.721435546875 712.720947265625 732.7198486328125 741.7193603515625 747.7188720703125 753.71795654296875 755.71746826171875 758.71697998046875 763.71649169921875 767.716064453125 768.715576171875 764.715087890625 766.714599609375 773.71368408203125 773.71319580078125 773.71319580078125 774.71221923828125 779.7117919921875 791.7113037109375 796.7108154296875 798.7103271484375 794.70941162109375 792.70892333984375 791.70843505859375 790.7080078125 790.70751953125 795.70703125 800.70654296875 803.7060546875 816.70513916015625 822.70465087890625 824.70416259765625 825.7037353515625 829.70257568359375 828.70208740234375 828.70159912109375 828.70111083984375 824.70135498046875 824.70135498046875 824.70135498046875 824.70135498046875 825.69830322265625 827.69781494140625 828.69732666015625 829.69683837890625 830.6959228515625 829.6954345703125 829.6949462890625 829.69451904296875 830.69403076171875 833.69354248046875 836.69305419921875 831.692138671875 829.691650390625 831.691162109375 835.690673828125 839.69024658203125 848.68975830078125 854.68927001953125 853.68878173828125 853.6878662109375 853.6873779296875 854.6868896484375 854.6864013671875 854.68524169921875 855.684814453125 857.684326171875 860.683837890625 862.682861328125 865.68243408203125 867.68194580078125 867.68145751953125 868.68096923828125 871.6805419921875 874.6800537109375 875.6795654296875 876.6785888671875 879.67816162109375 881.67767333984375 888.67718505859375 894.67669677734375 896.67626953125 898.67578125 899.67529296875 900.67431640625 900.67388916015625 902.67340087890625 902.67291259765625 902.67242431640625 902.6719970703125 902.6715087890625 901.6710205078125 893.6700439453125 886.66961669921875 881.66912841796875 873.66864013671875 852.66748046875 840.6669921875 830.66650390625 829.66558837890625 831.66510009765625 838.66461181640625 851.66412353515625 865.6636962890625 872.6632080078125 881.6627197265625 890.6622314453125 897.66131591796875 898.66082763671875 901.66033935546875 907.65985107421875 911.659423828125 913.658935546875 914.658447265625 913.657958984375 927.65704345703125 934.65655517578125 936.65606689453125 935.65557861328125 934.6551513671875 937.6546630859375 941.6541748046875 945.6536865234375 942.65277099609375 941.65228271484375 943.65179443359375 947.65130615234375 956.650146484375 964.649658203125 969.649169921875 975.648681640625 983.64776611328125 984.64727783203125 985.64678955078125 985.6463623046875 985.6458740234375 984.6453857421875 980.6448974609375 975.6444091796875 964.64349365234375 961.64300537109375
|
||||
400.786651611328125 400.78619384765625 399.78570556640625 398.785247802734375 399.784759521484375 401.7843017578125 402.7838134765625 401.783172607421875 405.78240966796875 412.78192138671875 417.781463623046875 420.780975341796875 420.780517578125 421.780029296875 422.779571533203125 424.779083251953125 431.77813720703125 435.777679443359375 440.777191162109375 444.7767333984375 448.7762451171875 452.775787353515625 455.775299072265625 458.77484130859375 463.773895263671875 467.773406982421875 471.77294921875 473.7724609375 476.772003173828125 482.771514892578125 487.77105712890625 491.77056884765625 498.76898193359375 499.768524169921875 495.768035888671875 490.767578125 485.76708984375 480.7666015625 481.766143798828125 488.76568603515625 498.76470947265625 498.764251708984375 496.7637939453125 492.7633056640625 485.7628173828125 474.762359619140625 464.761871337890625 454.76092529296875 452.760467529296875 453.759979248046875 453.759521484375 451.759033203125 444.758575439453125 437.758087158203125 433.7569580078125 437.756683349609375 444.756195068359375 450.7557373046875 455.7552490234375 459.754791259765625 460.754302978515625 460.75384521484375 457.75335693359375 450.75177001953125 451.75128173828125 453.750823974609375 455.750335693359375 456.7498779296875 458.7493896484375 460.748931884765625 462.748443603515625 462.748443603515625 463.747039794921875 463.747039794921875 463.747039794921875 466.74560546875 476.7451171875 483.744659423828125 489.74420166015625 508.74322509765625 512.74273681640625 517.7423095703125 523.7418212890625 535.7413330078125 543.7408447265625 548.74041748046875 543.73992919921875 517.73895263671875 506.738494873046875 502.738037109375 505.737548828125 511.737091064453125 513.73663330078125 518.73614501953125 543.7344970703125 555.73406982421875 568.73358154296875 574.73309326171875 580.73260498046875 590.732177734375 595.731689453125 602.731201171875 616.730224609375 622.72979736328125 630.72930908203125 635.72882080078125 639.72833251953125 646.7279052734375 654.7274169921875 659.7269287109375 665.72601318359375 665.72552490234375 667.72503662109375 670.72454833984375 674.72412109375 676.7236328125 679.72314453125 686.72265625 699.72174072265625 704.72125244140625 711.72076416015625 722.72027587890625 732.7198486328125 741.7193603515625 747.7188720703125 747.71771240234375 755.716796875 761.71630859375 766.7158203125 771.71533203125 770.71490478515625 771.71441650390625 771.71392822265625 771.71343994140625 774.7125244140625 775.7120361328125 778.7115478515625 789.7110595703125 796.71063232421875 801.71014404296875 804.70965576171875 795.708740234375 791.708251953125 788.707763671875 789.707275390625 792.70684814453125 795.70635986328125 799.70587158203125 805.70538330078125 817.7044677734375 823.7039794921875 827.7034912109375 830.7030029296875 829.70257568359375 828.70208740234375 828.70159912109375 830.700439453125 826.69952392578125 825.69903564453125 826.69854736328125 827.69805908203125 826.6976318359375 825.6971435546875 825.6966552734375 827.6961669921875 827.69525146484375 826.69476318359375 825.69427490234375 827.69378662109375 829.693359375 832.69287109375 833.6923828125 831.69189453125 828.69097900390625 831.69049072265625 835.69000244140625 837.68951416015625 844.6890869140625 853.6885986328125 855.6881103515625 855.6876220703125 856.68670654296875 856.68621826171875 854.68572998046875 854.68524169921875 855.684814453125 857.684326171875 860.683837890625 863.68218994140625 866.68170166015625 867.68121337890625 867.68121337890625 868.6802978515625 870.6798095703125 873.6793212890625 874.67889404296875 877.67791748046875 877.67742919921875 879.67694091796875 885.676513671875 890.676025390625 893.675537109375 895.675048828125 897.67462158203125 900.67364501953125 901.67315673828125 901.67266845703125 901.6722412109375 901.6717529296875 900.6712646484375 900.6707763671875 898.6702880859375 891.66937255859375 885.66888427734375 876.66839599609375 866.66796875 852.66748046875 840.6669921875 830.66650390625 829.66461181640625 836.66436767578125 846.6639404296875 859.6634521484375 871.6629638671875 878.6624755859375 888.6619873046875 897.66156005859375 904.66107177734375 904.66009521484375 904.65966796875 907.6591796875 913.65869140625 921.658203125 925.65771484375 927.65728759765625 936.65631103515625 943.65582275390625 945.65533447265625 944.6549072265625 941.6544189453125 942.6539306640625 945.6534423828125 948.6529541015625 944.65203857421875 944.65155029296875 946.65106201171875 948.650634765625 956.650146484375 964.649658203125 969.649169921875 978.64801025390625 983.64703369140625 983.64654541015625 984.6461181640625 984.6456298828125 983.6451416015625 980.6446533203125 976.6441650390625 970.64373779296875 959.64276123046875 959.64178466796875
|
||||
399.787139892578125 400.78619384765625 399.78570556640625 398.785247802734375 396.78411865234375 399.783660888671875 401.783172607421875 401.783172607421875 401.783172607421875 411.781280517578125 415.78082275390625 415.78033447265625 415.779876708984375 417.779388427734375 419.7789306640625 421.7784423828125 429.777496337890625 436.77703857421875 440.77655029296875 444.776092529296875 450.775604248046875 456.775146484375 461.774658203125 462.774200439453125 465.77325439453125 469.77276611328125 471.772308349609375 474.771820068359375 476.7713623046875 479.7708740234375 483.770416259765625 488.769927978515625 498.76898193359375 499.768524169921875 495.768035888671875 491.76690673828125 484.766448974609375 478.765960693359375 477.7655029296875 483.7650146484375 499.764068603515625 500.76361083984375 499.76312255859375 493.762664794921875 484.762176513671875 476.76171875 466.76123046875 458.760772705078125 448.75982666015625 446.75933837890625 445.758880615234375 443.758392333984375 440.7579345703125 435.7574462890625 433.7569580078125 434.756500244140625 447.75555419921875 454.75506591796875 457.754608154296875 457.754119873046875 457.753662109375 454.753173828125 451.752716064453125 450.75177001953125 451.75128173828125 453.750823974609375 456.74969482421875 458.74920654296875 460.748748779296875 462.748260498046875 463.747802734375 466.746826171875 468.746368408203125 468.74591064453125 469.74542236328125 477.74493408203125 489.744476318359375 500.743988037109375 504.7435302734375 515.7425537109375 520.74212646484375 526.74163818359375 533.74114990234375 542.74066162109375 552.740234375 553.73974609375 549.7392578125 526.73828125 516.73785400390625 509.73736572265625 507.73687744140625 509.736419677734375 512.7359619140625 520.7354736328125 533.7349853515625 555.73406982421875 568.73358154296875 581.732421875 592.73193359375 601.73150634765625 608.73101806640625 614.73052978515625 619.73004150390625 629.7291259765625 637.7286376953125 642.7281494140625 647.7276611328125 653.72723388671875 662.72674560546875 669.72625732421875 675.725341796875 677.724853515625 677.724365234375 679.723876953125 682.72344970703125 686.72296142578125 691.72247314453125 697.72198486328125 706.7210693359375 709.7205810546875 718.7200927734375 728.7196044921875 739.71917724609375 743.71868896484375 746.71820068359375 747.71771240234375 755.716796875 761.71630859375 765.71514892578125 766.71466064453125 768.7142333984375 770.7137451171875 773.7132568359375 776.7127685546875 782.71185302734375 784.71136474609375 786.71087646484375 791.71038818359375 796.7099609375 798.70947265625 797.708984375 795.70849609375 786.70758056640625 785.70709228515625 788.70660400390625 791.70611572265625 794.7056884765625 800.7052001953125 808.7047119140625 814.7042236328125 824.70330810546875 831.70281982421875 833.70233154296875 833.70184326171875 832.701416015625 831.700927734375 830.700439453125 826.69952392578125 825.69903564453125 826.69854736328125 826.6973876953125 824.6968994140625 822.6964111328125 823.69598388671875 824.69549560546875 823.69451904296875 823.694091796875 825.693603515625 827.693115234375 828.692626953125 828.692138671875 828.69171142578125 827.69122314453125 828.69024658203125 831.6898193359375 834.6893310546875 836.6888427734375 840.6883544921875 849.6878662109375 856.68743896484375 857.68695068359375 858.68597412109375 857.685546875 854.68505859375 852.6845703125 852.68408203125 854.68359375 857.68316650390625 861.68267822265625 866.68170166015625 867.68121337890625 869.6800537109375 871.6795654296875 873.67913818359375 873.67864990234375 874.67816162109375 875.67767333984375 880.6767578125 884.67626953125 885.67578125 885.67529296875 887.67486572265625 890.67437744140625 892.67388916015625 897.6729736328125 899.6724853515625 899.6719970703125 900.6715087890625 902.6710205078125 900.67059326171875 896.67010498046875 894.66961669921875 887.66864013671875 882.668212890625 871.667724609375 856.667236328125 843.666748046875 833.666259765625 829.66461181640625 829.66461181640625 836.66436767578125 846.6639404296875 863.6627197265625 877.6622314453125 887.66180419921875 897.66131591796875 905.66082763671875 909.66033935546875 909.659423828125 913.658935546875 920.658447265625 928.657958984375 934.657470703125 937.65704345703125 939.65655517578125 940.65606689453125 944.6551513671875 947.6546630859375 946.6541748046875 944.6536865234375 945.6531982421875 947.65277099609375 949.65228271484375 948.65179443359375 952.65081787109375 953.650390625 954.64990234375 961.6494140625 968.64892578125 973.6484375 978.64801025390625 983.64703369140625 983.64654541015625 981.6453857421875 981.6448974609375 982.6444091796875 980.6439208984375 973.64349365234375 965.64300537109375 959.64178466796875 959.64178466796875
|
||||
399.7864990234375 397.785552978515625 396.78509521484375 395.78460693359375 396.78411865234375 399.783660888671875 401.783172607421875 402.782073974609375 402.7816162109375 404.7806396484375 407.780181884765625 408.77972412109375 411.77923583984375 415.77874755859375 420.778289794921875 423.777801513671875 427.77734375 430.776397705078125 433.775909423828125 440.77545166015625 446.77496337890625 451.774505615234375 454.774017333984375 457.7735595703125 456.7730712890625 467.772125244140625 471.77166748046875 472.77117919921875 474.770721435546875 475.770233154296875 480.769775390625 486.769287109375 497.768341064453125 499.76788330078125 496.76739501953125 491.76690673828125 484.766448974609375 478.765960693359375 474.764862060546875 477.764373779296875 494.763427734375 496.762969970703125 493.762481689453125 489.76202392578125 483.76153564453125 477.76104736328125 470.760589599609375 461.760101318359375 447.7591552734375 444.758697509765625 440.758209228515625 437.75775146484375 435.75726318359375 432.756805419921875 432.7554931640625 433.755859375 449.754913330078125 454.754425048828125 456.75396728515625 455.75347900390625 454.75299072265625 452.752532958984375 447.752044677734375 446.7515869140625 448.750640869140625 452.750152587890625 456.74969482421875 458.74920654296875 460.748748779296875 460.74761962890625 462.74713134765625 465.74664306640625 474.7457275390625 480.7452392578125 483.7447509765625 488.744293212890625 498.743804931640625 502.74334716796875 507.74285888671875 516.741943359375 523.741455078125 528.740966796875 535.740478515625 542.739990234375 548.73956298828125 552.73907470703125 552.73858642578125 537.7376708984375 528.7371826171875 517.7366943359375 512.7362060546875 510.735748291015625 518.73529052734375 529.73480224609375 541.73431396484375 563.7333984375 572.73291015625 581.732421875 592.73193359375 601.73150634765625 616.7303466796875 627.7298583984375 629.7293701171875 632.72845458984375 638.72796630859375 642.72747802734375 647.72705078125 656.7265625 664.72607421875 672.7255859375 678.72509765625 684.72418212890625 684.72369384765625 686.72320556640625 690.7227783203125 694.7222900390625 700.7218017578125 708.7213134765625 713.7208251953125 721.71990966796875 727.71942138671875 736.71893310546875 741.718505859375 744.718017578125 746.717529296875 746.717529296875 757.71612548828125 761.71563720703125 765.71514892578125 766.71466064453125 768.7142333984375 770.7137451171875 778.71258544921875 780.71209716796875 783.711181640625 783.710693359375 784.710205078125 786.709716796875 791.709228515625 792.70880126953125 792.70831298828125 790.70782470703125 783.7069091796875 783.7064208984375 787.7059326171875 792.7054443359375 796.7049560546875 801.70452880859375 809.70404052734375 815.70355224609375 827.70263671875 832.7021484375 836.70166015625 835.701171875 834.70068359375 832.70025634765625 830.69976806640625 829.69927978515625 827.6983642578125 827.6978759765625 826.6973876953125 824.6968994140625 822.6964111328125 822.69525146484375 821.69482421875 819.6943359375 821.693359375 825.69287109375 828.69244384765625 826.69195556640625 826.69146728515625 826.69097900390625 825.6903076171875 828.6895751953125 833.6890869140625 835.6885986328125 837.68817138671875 841.68768310546875 846.68719482421875 852.68670654296875 856.68621826171875 858.685302734375 856.684814453125 853.684326171875 852.68389892578125 850.68341064453125 850.68267822265625 854.68243408203125 858.68194580078125 866.6810302734375 868.6805419921875 869.6800537109375 871.6795654296875 873.67913818359375 874.67791748046875 873.67864990234375 874.677001953125 881.676025390625 884.675537109375 884.67510986328125 881.67462158203125 882.67413330078125 884.67364501953125 886.6732177734375 887.6727294921875 892.6717529296875 895.6712646484375 898.67083740234375 900.67034912109375 898.66986083984375 893.66937255859375 886.66888427734375 882.66845703125 878.66748046875 871.6669921875 858.66650390625 842.66607666015625 833.66558837890625 829.66510009765625 829.66461181640625 839.6636962890625 849.6632080078125 863.6627197265625 877.6622314453125 887.66180419921875 902.66058349609375 909.66009521484375 913.65966796875 920.65869140625 925.658203125 931.65771484375 937.65728759765625 941.65679931640625 942.65631103515625 943.65582275390625 943.65533447265625 942.6544189453125 945.6539306640625 944.6534423828125 944.6529541015625 944.6529541015625 948.65203857421875 953.65155029296875 955.65106201171875 959.650146484375 958.649658203125 959.649169921875 965.648681640625 971.648193359375 975.64776611328125 979.64727783203125 981.64678955078125 981.6458740234375 981.6453857421875 981.6448974609375 982.6444091796875 977.64324951171875 970.64276123046875 964.64227294921875 959.64178466796875 961.640869140625
|
||||
395.785858154296875 394.78521728515625 394.78521728515625 394.78521728515625 395.78350830078125 397.78302001953125 400.782562255859375 402.782073974609375 402.7816162109375 404.7806396484375 402.779541015625 405.779083251953125 410.778594970703125 417.77813720703125 422.77764892578125 424.77716064453125 426.776702880859375 425.7757568359375 429.7752685546875 436.774810791015625 441.774322509765625 443.77386474609375 447.77337646484375 450.772918701171875 452.772430419921875 463.771484375 468.771026611328125 470.770538330078125 471.77008056640625 474.76959228515625 480.76910400390625 484.768646240234375 488.768157958984375 495.7672119140625 495.766754150390625 491.766265869140625 483.76580810546875 475.76531982421875 474.764862060546875 477.764373779296875 486.763916015625 485.762298583984375 485.7618408203125 483.7613525390625 479.760894775390625 472.760406494140625 465.75994873046875 457.75946044921875 445.758514404296875 440.758056640625 436.757568359375 433.757080078125 432.7554931640625 432.7554931640625 432.7554931640625 434.75518798828125 452.754241943359375 456.7537841796875 455.7532958984375 453.752838134765625 451.752349853515625 448.75189208984375 443.75140380859375 442.75091552734375 447.749969482421875 452.74951171875 454.7490234375 456.748565673828125 458.748077392578125 460.74761962890625 462.74713134765625 465.74664306640625 473.74505615234375 478.74456787109375 483.744110107421875 489.743621826171875 495.7431640625 499.74267578125 501.742218017578125 504.741729736328125 517.74078369140625 523.74029541015625 532.73980712890625 544.7393798828125 551.7388916015625 558.7384033203125 558.7379150390625 554.73748779296875 545.73651123046875 534.73602294921875 523.735595703125 519.735107421875 524.734619140625 535.734130859375 548.733642578125 565.73272705078125 575.73223876953125 582.73175048828125 591.7313232421875 603.7308349609375 616.7303466796875 627.7298583984375 629.7293701171875 632.72845458984375 641.727294921875 644.726806640625 649.72637939453125 654.72589111328125 659.72540283203125 666.72491455078125 673.72442626953125 688.7235107421875 689.7230224609375 691.7225341796875 696.72210693359375 701.72161865234375 708.72113037109375 718.72064208984375 725.72015380859375 732.71923828125 736.71875 740.71826171875 743.7177734375 746.71734619140625 747.71685791015625 747.71636962890625 750.71588134765625 759.7149658203125 759.7144775390625 762.7139892578125 767.7135009765625 773.71307373046875 778.71258544921875 780.71209716796875 781.71160888671875 780.71002197265625 780.70953369140625 783.70904541015625 786.70855712890625 788.7081298828125 787.7076416015625 786.7071533203125 783.7061767578125 787.70574951171875 793.70526123046875 797.70477294921875 799.70428466796875 802.703857421875 807.703369140625 814.702880859375 825.701904296875 829.70147705078125 831.70098876953125 833.70050048828125 832.70001220703125 830.69952392578125 829.6990966796875 829.6986083984375 826.6976318359375 824.6971435546875 821.69671630859375 820.69622802734375 821.69573974609375 822.69525146484375 821.69482421875 819.6943359375 822.69268798828125 825.69219970703125 825.69171142578125 824.6912841796875 824.6907958984375 825.6903076171875 825.6903076171875 827.6893310546875 832.68841552734375 834.68792724609375 838.68743896484375 842.68695068359375 846.6865234375 850.68603515625 853.685546875 855.68505859375 853.68414306640625 852.68365478515625 851.68316650390625 850.68267822265625 851.6822509765625 853.6817626953125 856.6812744140625 863.6802978515625 866.67987060546875 870.67938232421875 873.67889404296875 875.67840576171875 874.67791748046875 873.67864990234375 874.677001953125 880.67535400390625 881.67486572265625 881.67437744140625 880.67388916015625 880.6734619140625 881.6729736328125 882.6724853515625 882.6719970703125 887.67108154296875 891.67059326171875 894.67010498046875 894.66961669921875 891.669189453125 886.668701171875 879.668212890625 876.667724609375 873.666748046875 869.66632080078125 857.66583251953125 841.66534423828125 830.66485595703125 828.6644287109375 832.6639404296875 840.6634521484375 859.6624755859375 869.66204833984375 880.66156005859375 892.66107177734375 902.66058349609375 909.66009521484375 913.65966796875 917.6591796875 928.65753173828125 933.65704345703125 938.65655517578125 941.65606689453125 943.65557861328125 944.6551513671875 942.6546630859375 941.6536865234375 942.6531982421875 944.65277099609375 945.65228271484375 948.65179443359375 953.65130615234375 958.65081787109375 961.650390625 963.6494140625 963.64892578125 964.6484375 970.64801025390625 975.64752197265625 978.64703369140625 981.64654541015625 982.64605712890625 982.6451416015625 980.6446533203125 979.6441650390625 979.6436767578125 977.64324951171875 970.64276123046875 964.64227294921875 956.64105224609375 963.64013671875
|
||||
394.78521728515625 394.78521728515625 395.7838134765625 396.7833251953125 396.782867431640625 398.782379150390625 399.78192138671875 400.78143310546875 400.780975341796875 400.780487060546875 402.779541015625 405.779083251953125 410.778594970703125 417.777496337890625 419.777008056640625 421.77655029296875 422.77606201171875 423.775115966796875 425.774627685546875 431.774169921875 436.773681640625 439.773223876953125 444.772735595703125 447.77227783203125 449.77178955078125 459.770843505859375 465.7703857421875 467.7698974609375 470.7694091796875 475.768951416015625 477.768463134765625 478.76800537109375 480.76751708984375 489.766571044921875 490.76611328125 486.765625 479.765167236328125 471.764678955078125 467.76422119140625 471.76373291015625 476.76324462890625 485.762298583984375 485.7618408203125 483.7613525390625 476.76025390625 468.759765625 461.75927734375 453.758819580078125 446.758331298828125 436.75738525390625 433.756927490234375 432.756439208984375 432.7559814453125 432.7554931640625 434.7550048828125 438.754547119140625 444.754058837890625 456.75311279296875 453.752655029296875 449.752166748046875 447.751708984375 441.751220703125 440.74896240234375 440.750274658203125 447.74932861328125 450.74884033203125 452.748382568359375 453.747894287109375 454.7474365234375 456.7469482421875 458.746490478515625 464.746002197265625 473.74505615234375 478.74456787109375 483.744110107421875 489.743621826171875 491.74249267578125 493.742034912109375 496.741546630859375 500.7410888671875 514.7401123046875 520.7396240234375 533.73919677734375 548.73870849609375 558.73822021484375 564.73773193359375 564.7373046875 561.73681640625 549.73583984375 540.7353515625 533.73492431640625 532.73443603515625 535.73394775390625 542.73345947265625 548.7330322265625 558.7325439453125 578.7315673828125 585.7310791015625 594.73065185546875 607.73016357421875 622.72967529296875 632.72918701171875 635.72869873046875 637.728271484375 641.727294921875 644.726806640625 649.72637939453125 656.7252197265625 660.7247314453125 663.7242431640625 668.7237548828125 681.72283935546875 688.72235107421875 694.72186279296875 701.721435546875 710.720947265625 719.720458984375 726.719970703125 731.719482421875 734.71856689453125 738.71807861328125 742.71759033203125 745.7171630859375 745.7166748046875 746.7161865234375 745.7156982421875 748.7152099609375 755.71429443359375 758.71380615234375 762.71331787109375 768.71282958984375 773.71240234375 778.7119140625 780.71142578125 781.7109375 780.71002197265625 780.70953369140625 783.70904541015625 784.7078857421875 783.7073974609375 782.70697021484375 781.70648193359375 781.70599365234375 789.705078125 795.70458984375 798.7041015625 800.70361328125 803.703125 807.70263671875 811.70220947265625 815.70172119140625 822.70074462890625 826.7003173828125 829.6998291015625 829.6993408203125 828.6988525390625 827.6983642578125 827.69793701171875 824.69696044921875 821.69647216796875 819.69598388671875 818.695556640625 819.695068359375 820.694580078125 818.694091796875 817.693603515625 822.69268798828125 825.69219970703125 825.69171142578125 823.6905517578125 823.6900634765625 826.68963623046875 828.68914794921875 831.68865966796875 832.687744140625 835.687255859375 840.686767578125 845.686279296875 846.685791015625 848.685302734375 849.68487548828125 849.68438720703125 850.68341064453125 850.6829833984375 850.6824951171875 850.6820068359375 850.6815185546875 851.6810302734375 854.68060302734375 857.68011474609375 866.67913818359375 870.67864990234375 872.67822265625 874.677734375 874.67724609375 874.6767578125 876.67626953125 877.67584228515625 881.67486572265625 881.67437744140625 880.67388916015625 878.6727294921875 879.6722412109375 880.67181396484375 880.67132568359375 883.67034912109375 885.66986083984375 886.66943359375 884.6689453125 879.66845703125 873.66796875 866.66748046875 864.66705322265625 859.66607666015625 856.66558837890625 851.66510009765625 839.6646728515625 831.6641845703125 828.6636962890625 832.6632080078125 842.6627197265625 862.66180419921875 872.66131591796875 882.66082763671875 892.66033935546875 901.659912109375 909.659423828125 917.658935546875 922.658447265625 928.65753173828125 933.65704345703125 938.65655517578125 940.6553955078125 942.6549072265625 942.6544189453125 940.6539306640625 940.6531982421875 943.65252685546875 946.65203857421875 949.65155029296875 954.65106201171875 957.65057373046875 960.650146484375 961.649658203125 963.649169921875 968.648193359375 971.64776611328125 974.64727783203125 976.64678955078125 979.64630126953125 980.64581298828125 981.6453857421875 981.6444091796875 979.6439208984375 976.6434326171875 971.64300537109375 967.64251708984375 964.64202880859375 959.64154052734375 956.64105224609375 963.64013671875
|
||||
395.78460693359375 398.78411865234375 397.783172607421875 396.78271484375 397.7822265625 397.78173828125 397.781280517578125 397.78082275390625 399.78033447265625 401.77984619140625 406.778900146484375 409.7784423828125 414.7779541015625 417.777496337890625 419.777008056640625 421.77655029296875 420.775421142578125 422.77496337890625 426.77398681640625 432.773529052734375 438.773040771484375 442.7725830078125 446.7720947265625 450.771636962890625 452.771148681640625 454.77069091796875 461.76971435546875 464.769256591796875 468.768768310546875 473.768310546875 475.767822265625 473.767364501953125 475.766876220703125 482.76593017578125 484.765472412109375 481.764984130859375 476.7645263671875 468.7640380859375 463.7635498046875 464.763092041015625 469.762603759765625 481.76165771484375 482.761199951171875 482.760711669921875 476.76025390625 468.759765625 461.75927734375 453.758819580078125 442.7576904296875 432.756744384765625 429.756256103515625 429.75579833984375 430.75531005859375 431.754852294921875 434.754364013671875 439.75390625 446.75341796875 452.752471923828125 450.751983642578125 447.75152587890625 443.75103759765625 440.750579833984375 440.74896240234375 442.7496337890625 444.7491455078125 448.748199462890625 449.747711181640625 451.74725341796875 452.74676513671875 454.746307373046875 457.745819091796875 461.745361328125 465.744873046875 473.743927001953125 478.743438720703125 484.74298095703125 491.74249267578125 493.742034912109375 496.741546630859375 505.74041748046875 522.73944091796875 529.739013671875 539.738525390625 548.738037109375 554.737548828125 558.737060546875 555.73663330078125 553.73614501953125 550.73516845703125 546.7347412109375 540.7342529296875 539.7337646484375 539.7332763671875 545.7327880859375 555.73236083984375 564.73187255859375 582.73089599609375 591.73040771484375 604.72998046875 615.7294921875 627.72900390625 632.728515625 637.72802734375 641.72760009765625 645.72662353515625 651.72613525390625 653.7257080078125 656.7252197265625 660.7247314453125 663.7242431640625 671.72314453125 674.72265625 691.7216796875 700.72119140625 708.72076416015625 717.72027587890625 723.71978759765625 729.71929931640625 732.71881103515625 733.7183837890625 740.7174072265625 744.7169189453125 745.7164306640625 745.71600341796875 743.71551513671875 746.71502685546875 751.71453857421875 755.713623046875 756.713134765625 760.712646484375 764.712158203125 768.711669921875 772.71124267578125 776.71075439453125 778.71026611328125 776.7093505859375 777.7088623046875 780.7083740234375 784.7078857421875 783.7073974609375 782.70697021484375 778.705810546875 779.705322265625 787.704345703125 792.703857421875 795.70343017578125 798.70294189453125 801.70245361328125 804.70196533203125 804.7015380859375 807.7010498046875 815.7000732421875 819.6995849609375 822.69915771484375 824.69866943359375 823.69818115234375 824.69769287109375 824.69720458984375 825.69677734375 818.69580078125 815.6953125 813.69482421875 814.69439697265625 816.69390869140625 817.69342041015625 818.69293212890625 819.69244384765625 824.6915283203125 824.6910400390625 823.6905517578125 823.6900634765625 826.68963623046875 828.68914794921875 829.68798828125 834.68701171875 838.6865234375 843.68609619140625 845.68560791015625 845.68511962890625 845.68463134765625 845.68414306640625 845.6837158203125 846.6827392578125 846.6822509765625 845.6817626953125 846.68133544921875 847.68084716796875 849.68035888671875 852.67987060546875 855.67938232421875 864.678466796875 869.677978515625 871.677490234375 873.677001953125 874.67657470703125 874.67608642578125 875.67559814453125 876.67510986328125 878.6741943359375 878.6737060546875 878.6732177734375 878.6727294921875 879.6722412109375 880.67181396484375 876.67059326171875 876.67010498046875 880.669189453125 879.668701171875 874.668212890625 867.667724609375 858.66729736328125 852.66680908203125 847.66632080078125 846.66583251953125 845.6649169921875 840.6644287109375 834.6639404296875 828.6634521484375 828.66278076171875 829.66253662109375 838.66204833984375 861.66107177734375 872.66058349609375 883.66015625 893.65966796875 901.6591796875 909.65869140625 916.658203125 922.65777587890625 931.65679931640625 934.65631103515625 937.65582275390625 940.6553955078125 942.6549072265625 942.6544189453125 940.6531982421875 941.65277099609375 947.65179443359375 951.65130615234375 955.65081787109375 957.650390625 960.64990234375 961.6494140625 963.64892578125 967.6484375 972.64752197265625 973.64703369140625 974.64654541015625 975.64605712890625 978.64556884765625 979.6451416015625 977.6446533203125 976.6441650390625 975.6431884765625 972.64276123046875 965.64227294921875 959.64178466796875 954.64129638671875 951.64080810546875 949.640380859375 954.639892578125
|
||||
394.783966064453125 395.78350830078125 395.78253173828125 395.782073974609375 396.781585693359375 397.7811279296875 396.7806396484375 397.780181884765625 403.779693603515625 408.77923583984375 410.77825927734375 412.777801513671875 414.777313232421875 415.77685546875 416.7763671875 418.775909423828125 420.775421142578125 422.77496337890625 426.77398681640625 432.773529052734375 443.77239990234375 449.771942138671875 453.771453857421875 456.77099609375 455.7705078125 454.770050048828125 458.76910400390625 461.76861572265625 464.76812744140625 469.767669677734375 471.767181396484375 471.7667236328125 471.7662353515625 475.765777587890625 480.76483154296875 479.76434326171875 477.76385498046875 472.763397216796875 463.762908935546875 459.762451171875 462.761962890625 469.761474609375 482.760528564453125 479.76007080078125 472.75958251953125 465.759124755859375 458.758636474609375 449.7581787109375 442.7576904296875 432.756744384765625 429.756256103515625 428.752532958984375 428.752532958984375 429.754180908203125 435.75372314453125 443.75323486328125 447.752777099609375 450.7518310546875 448.7513427734375 445.7508544921875 442.750396728515625 440.749908447265625 440.74945068359375 440.74896240234375 443.74847412109375 448.747528076171875 449.7470703125 452.74658203125 456.746124267578125 457.745635986328125 458.74517822265625 458.74468994140625 461.74420166015625 469.743255615234375 473.7427978515625 479.7423095703125 487.741851806640625 491.741363525390625 496.740875244140625 505.74041748046875 515.73992919921875 529.739013671875 540.73785400390625 544.73736572265625 546.73687744140625 544.7364501953125 543.7359619140625 544.7354736328125 546.7349853515625 549.73406982421875 550.73358154296875 547.73309326171875 553.73260498046875 560.732177734375 573.731689453125 582.731201171875 590.730224609375 603.72979736328125 617.72930908203125 624.72882080078125 629.72833251953125 634.72784423828125 641.7274169921875 642.7269287109375 651.7259521484375 657.7254638671875 660.72503662109375 662.72454833984375 665.72406005859375 668.72357177734375 671.72314453125 674.72265625 691.7216796875 704.72052001953125 712.7200927734375 720.7196044921875 725.7191162109375 729.7186279296875 733.7181396484375 734.71771240234375 734.71673583984375 739.71624755859375 743.71575927734375 743.71533203125 744.71484375 747.71435546875 755.7138671875 755.71337890625 756.71246337890625 758.71197509765625 760.71148681640625 764.71099853515625 768.7105712890625 771.7100830078125 771.7095947265625 770.7091064453125 772.70819091796875 776.70770263671875 778.70721435546875 778.70672607421875 778.706298828125 778.705810546875 779.705322265625 787.704345703125 792.703857421875 793.7027587890625 794.7022705078125 797.7017822265625 797.7012939453125 798.7008056640625 801.70037841796875 811.69940185546875 812.69891357421875 813.69842529296875 815.697998046875 819.697509765625 821.697021484375 824.696533203125 823.696044921875 816.69512939453125 813.69464111328125 812.69415283203125 813.69366455078125 816.6932373046875 818.6927490234375 818.6922607421875 818.6917724609375 823.69085693359375 824.69036865234375 821.68988037109375 821.68939208984375 823.68890380859375 826.6884765625 829.68798828125 831.6875 838.6865234375 842.68536376953125 844.68487548828125 843.6844482421875 843.6839599609375 844.6834716796875 845.6829833984375 844.6824951171875 841.68157958984375 840.68109130859375 842.68060302734375 846.68011474609375 850.6796875 853.67919921875 856.6787109375 862.677734375 866.67724609375 869.67681884765625 871.67633056640625 872.67584228515625 872.67535400390625 871.6749267578125 872.6744384765625 875.6734619140625 874.6729736328125 872.6724853515625 870.67205810546875 872.67156982421875 875.67108154296875 876.67059326171875 876.67010498046875 880.669189453125 870.66796875 861.66754150390625 853.66705322265625 846.66656494140625 840.66607666015625 835.66558837890625 834.6651611328125 830.6641845703125 827.6636962890625 825.6632080078125 828.66278076171875 833.66229248046875 838.66180419921875 847.66131591796875 856.66082763671875 875.659912109375 886.659423828125 895.658935546875 900.658447265625 908.657958984375 917.65753173828125 923.65704345703125 928.65655517578125 933.65557861328125 934.6551513671875 934.6546630859375 935.6541748046875 938.6536865234375 940.6531982421875 941.65277099609375 947.65179443359375 952.650634765625 954.650146484375 954.649658203125 957.649169921875 962.648681640625 965.648193359375 968.64776611328125 972.64678955078125 972.64630126953125 971.64581298828125 972.6453857421875 976.6448974609375 975.6444091796875 972.6439208984375 967.6434326171875 966.64251708984375 966.64202880859375 961.64154052734375 953.64105224609375 948.64056396484375 947.64013671875 949.6396484375 955.63916015625
|
||||
389.7833251953125 390.782867431640625 392.782379150390625 394.78143310546875 395.78094482421875 396.780487060546875 396.779998779296875 399.779541015625 407.779052734375 413.778594970703125 414.77764892578125 416.77716064453125 418.77667236328125 417.776214599609375 416.775726318359375 417.7752685546875 421.7747802734375 427.774322509765625 433.77337646484375 437.77288818359375 443.77239990234375 449.771942138671875 453.771453857421875 461.770355224609375 461.769866943359375 459.7694091796875 458.7684326171875 462.767974853515625 465.767486572265625 466.76702880859375 467.76654052734375 467.766082763671875 466.765594482421875 467.76513671875 473.76416015625 475.763702392578125 477.763214111328125 473.76275634765625 462.76226806640625 456.76177978515625 458.761322021484375 464.760833740234375 475.7598876953125 474.759429931640625 470.758941650390625 464.75848388671875 458.75799560546875 450.75750732421875 442.757049560546875 435.756561279296875 428.752532958984375 428.752532958984375 428.752532958984375 429.754180908203125 435.7530517578125 443.752593994140625 445.752105712890625 444.75115966796875 443.750701904296875 440.750213623046875 437.749725341796875 437.749267578125 440.748779296875 441.748321533203125 444.747833251953125 451.74688720703125 452.74639892578125 455.745941162109375 461.745452880859375 463.7449951171875 463.7445068359375 462.7440185546875 463.743560791015625 470.74261474609375 471.74212646484375 478.741668701171875 486.741180419921875 495.740692138671875 506.740234375 517.73974609375 524.7392578125 535.73834228515625 540.73785400390625 544.73736572265625 546.73687744140625 533.73577880859375 534.73529052734375 536.73480224609375 540.73431396484375 558.7333984375 570.73291015625 580.732421875 580.73193359375 581.73150634765625 589.73101806640625 602.73052978515625 612.73004150390625 619.7291259765625 626.7286376953125 631.7281494140625 636.7276611328125 642.7271728515625 643.72674560546875 644.72625732421875 656.72528076171875 660.724853515625 662.724365234375 667.723876953125 673.723388671875 677.722900390625 678.722412109375 680.72198486328125 695.72100830078125 704.72052001953125 712.7200927734375 720.7196044921875 725.7191162109375 731.71795654296875 733.71746826171875 733.717041015625 734.716064453125 738.715576171875 742.715087890625 743.714599609375 742.71417236328125 747.71368408203125 750.71319580078125 751.71270751953125 756.7117919921875 757.7113037109375 759.7108154296875 761.7103271484375 765.7098388671875 768.70941162109375 768.70892333984375 767.70843505859375 770.70751953125 772.70703125 773.70654296875 774.7060546875 774.70556640625 776.70513916015625 779.70465087890625 783.70416259765625 791.70318603515625 793.7027587890625 794.7022705078125 797.7017822265625 795.70062255859375 795.70013427734375 798.69964599609375 805.69873046875 806.6982421875 807.69775390625 812.697265625 817.69677734375 821.69635009765625 821.69586181640625 820.69537353515625 815.6944580078125 812.6939697265625 812.6934814453125 813.6929931640625 815.6925048828125 816.6920166015625 816.69158935546875 818.69110107421875 824.69012451171875 822.68963623046875 820.689208984375 818.688720703125 819.688232421875 822.687744140625 826.687255859375 831.68682861328125 839.68585205078125 842.68536376953125 844.68487548828125 843.6844482421875 843.6832275390625 844.68280029296875 845.68231201171875 844.68182373046875 838.68084716796875 836.680419921875 840.679931640625 846.679443359375 851.678955078125 854.678466796875 855.677978515625 857.67755126953125 863.67657470703125 866.67608642578125 869.67559814453125 870.6751708984375 870.6746826171875 869.6741943359375 870.6737060546875 872.67279052734375 872.67230224609375 869.67181396484375 867.67132568359375 866.67083740234375 869.67041015625 871.669921875 872.66943359375 875.66845703125 870.66796875 861.66754150390625 853.66705322265625 830.6658935546875 822.6654052734375 821.6649169921875 822.6644287109375 822.6644287109375 822.6644287109375 823.66253662109375 836.66204833984375 851.66156005859375 856.66107177734375 863.66064453125 869.66015625 887.6591796875 892.65869140625 894.658203125 899.65777587890625 909.65728759765625 918.65679931640625 922.65631103515625 923.65582275390625 928.6549072265625 928.6544189453125 928.6539306640625 930.6534423828125 935.65301513671875 940.65252685546875 944.65203857421875 946.65155029296875 952.650634765625 954.650146484375 954.649658203125 955.6484375 958.64794921875 962.64752197265625 965.64703369140625 968.64654541015625 969.64556884765625 968.6451416015625 967.6446533203125 969.6441650390625 970.6436767578125 966.6431884765625 960.6427001953125 956.64178466796875 957.64129638671875 951.64080810546875 945.64031982421875 944.639892578125 944.639404296875 950.638916015625 959.638427734375
|
||||
389.780792236328125 389.780792236328125 390.78173828125 392.780792236328125 393.78033447265625 396.77984619140625 399.779388427734375 402.778900146484375 406.778411865234375 409.7779541015625 412.7774658203125 419.776519775390625 420.77606201171875 418.77557373046875 417.77508544921875 420.774627685546875 425.774139404296875 431.773681640625 434.773193359375 443.772247314453125 451.77178955078125 456.77130126953125 460.77081298828125 461.770355224609375 461.769866943359375 459.7694091796875 460.767822265625 462.767333984375 464.766845703125 462.766387939453125 461.765899658203125 461.76544189453125 460.76495361328125 461.76446533203125 468.763519287109375 471.7630615234375 473.7625732421875 467.7620849609375 457.761627197265625 454.761138916015625 456.76068115234375 461.76019287109375 471.759246826171875 471.758758544921875 471.75830078125 468.7578125 461.757354736328125 453.756866455078125 447.75640869140625 438.75592041015625 428.752532958984375 428.752532958984375 428.752532958984375 428.7535400390625 435.7530517578125 443.752593994140625 445.752105712890625 440.7509765625 438.750030517578125 437.74713134765625 437.74713134765625 437.74713134765625 442.748138427734375 447.747650146484375 448.7471923828125 451.7467041015625 455.745758056640625 458.745269775390625 464.74481201171875 470.74432373046875 472.74383544921875 472.743377685546875 475.742889404296875 478.741943359375 478.741485595703125 482.740997314453125 490.740509033203125 501.74005126953125 514.73956298828125 524.73907470703125 529.7386474609375 538.7376708984375 537.7371826171875 537.7366943359375 534.73626708984375 533.73577880859375 534.73529052734375 536.73480224609375 540.73431396484375 567.73272705078125 581.73223876953125 590.73175048828125 595.7313232421875 600.7308349609375 605.7303466796875 615.7298583984375 623.7293701171875 630.72845458984375 634.72796630859375 638.72747802734375 643.72698974609375 644.7265625 645.72607421875 650.7255859375 656.72509765625 665.72412109375 668.72369384765625 672.72320556640625 676.72271728515625 680.72222900390625 683.7218017578125 686.7213134765625 691.7208251953125 707.7198486328125 714.7193603515625 720.71893310546875 725.71844482421875 731.71795654296875 733.71746826171875 733.717041015625 738.71539306640625 742.71490478515625 743.71441650390625 742.7139892578125 742.7135009765625 742.7130126953125 744.7125244140625 747.7120361328125 754.71112060546875 752.71063232421875 753.71014404296875 756.70965576171875 762.70916748046875 766.708740234375 766.708251953125 767.707763671875 768.706787109375 768.70635986328125 769.70587158203125 771.70538330078125 772.70489501953125 773.70440673828125 778.7039794921875 782.7034912109375 786.7025146484375 788.7020263671875 790.70159912109375 793.70111083984375 795.70062255859375 795.70013427734375 798.69964599609375 797.698486328125 801.69757080078125 806.69708251953125 812.69659423828125 818.69610595703125 820.69561767578125 820.6951904296875 819.6947021484375 816.6942138671875 812.6932373046875 811.69281005859375 811.69232177734375 811.69183349609375 812.69134521484375 813.69085693359375 818.6904296875 824.689453125 822.68896484375 819.6884765625 817.68798828125 817.68756103515625 819.68707275390625 824.68658447265625 829.68609619140625 838.6851806640625 842.6846923828125 843.6842041015625 843.6837158203125 843.6832275390625 844.68280029296875 845.68231201171875 841.68115234375 836.68017578125 836.6796875 841.67919921875 848.67877197265625 852.67828369140625 854.67779541015625 856.67730712890625 859.67681884765625 863.6759033203125 865.6754150390625 869.6749267578125 871.6744384765625 870.6739501953125 869.67352294921875 870.67303466796875 870.67254638671875 869.67156982421875 867.671142578125 866.670654296875 865.670166015625 865.669677734375 866.669189453125 868.668701171875 867.66827392578125 858.66729736328125 847.66680908203125 838.66632080078125 830.6658935546875 822.6654052734375 821.6649169921875 822.6644287109375 834.66278076171875 834.66229248046875 838.66180419921875 850.66131591796875 857.660888671875 864.660400390625 871.659912109375 883.659423828125 904.65850830078125 904.65802001953125 903.65753173828125 906.65704345703125 913.65655517578125 919.65606689453125 920.6556396484375 921.6551513671875 925.6541748046875 927.6536865234375 930.6531982421875 933.65277099609375 935.65228271484375 938.65179443359375 940.65130615234375 944.65081787109375 949.64990234375 951.6494140625 952.64892578125 955.6484375 958.64794921875 962.64752197265625 965.64703369140625 964.64581298828125 964.6448974609375 963.6444091796875 962.6439208984375 964.6434326171875 966.6429443359375 963.64251708984375 955.64202880859375 950.64154052734375 947.64056396484375 946.64007568359375 942.6396484375 942.63916015625 944.638671875 949.63818359375 958.6376953125
|
||||
389.780792236328125 389.781585693359375 390.7811279296875 390.780487060546875 391.779693603515625 394.779205322265625 397.77874755859375 402.77825927734375 406.777801513671875 408.777313232421875 411.77685546875 419.77587890625 422.775421142578125 423.774932861328125 425.77447509765625 428.77398681640625 431.77349853515625 436.773040771484375 440.772552490234375 448.7716064453125 453.7711181640625 457.770660400390625 459.770172119140625 462.76971435546875 463.76922607421875 461.768768310546875 459.768280029296875 462.767333984375 464.766845703125 457.7657470703125 455.7652587890625 455.7647705078125 455.764312744140625 458.763824462890625 462.76336669921875 467.76239013671875 467.761932373046875 458.761444091796875 450.760986328125 448.760498046875 451.760040283203125 458.759552001953125 468.75860595703125 469.75811767578125 470.757659912109375 468.757171630859375 464.7567138671875 457.7562255859375 447.7557373046875 437.755279541015625 428.752532958984375 428.752532958984375 428.752532958984375 429.752899169921875 436.752410888671875 441.751953125 442.75146484375 440.7509765625 438.750030517578125 437.74713134765625 437.74713134765625 438.747955322265625 444.747467041015625 450.74700927734375 453.74652099609375 455.746063232421875 458.745086669921875 461.74462890625 466.744140625 472.743682861328125 477.743194580078125 481.742706298828125 485.74224853515625 491.74176025390625 492.740814208984375 492.740325927734375 496.7398681640625 504.7393798828125 518.7388916015625 528.7384033203125 533.73797607421875 538.73748779296875 532.73651123046875 530.736083984375 528.735595703125 527.735107421875 528.734619140625 532.734130859375 540.733642578125 567.73272705078125 581.73223876953125 590.73175048828125 605.73065185546875 612.73016357421875 616.72967529296875 623.72918701171875 628.72869873046875 634.727783203125 637.727294921875 642.726806640625 645.726318359375 647.72589111328125 650.72540283203125 655.72491455078125 659.72442626953125 667.7235107421875 670.7230224609375 673.7225341796875 676.7220458984375 682.7215576171875 685.72113037109375 688.72064208984375 694.72015380859375 708.71917724609375 715.71875 721.71826171875 728.7177734375 732.71728515625 733.716796875 733.716796875 735.71588134765625 742.71490478515625 743.71441650390625 743.7132568359375 742.71282958984375 743.71234130859375 745.71185302734375 746.71136474609375 748.71087646484375 748.7099609375 749.70947265625 755.708984375 760.70849609375 762.7080078125 762.70758056640625 761.70709228515625 764.70611572265625 763.70562744140625 766.7052001953125 768.7047119140625 768.7042236328125 769.7037353515625 774.7032470703125 780.70281982421875 784.70184326171875 786.70135498046875 787.70086669921875 790.700439453125 791.699951171875 792.699462890625 793.698974609375 797.698486328125 801.69757080078125 806.69708251953125 813.6959228515625 817.6954345703125 820.6949462890625 821.6944580078125 820.69403076171875 817.69354248046875 814.69256591796875 814.69207763671875 812.691650390625 810.691162109375 808.690673828125 811.690185546875 817.689697265625 821.689208984375 821.68829345703125 817.68780517578125 814.68731689453125 813.68682861328125 817.6864013671875 823.6859130859375 828.6854248046875 833.6849365234375 839.6839599609375 842.68353271484375 843.68304443359375 843.68255615234375 843.68206787109375 842.68157958984375 841.68115234375 836.68017578125 836.6796875 841.67919921875 845.67803955078125 851.67755126953125 855.6771240234375 858.6766357421875 861.6761474609375 863.6751708984375 865.6746826171875 869.67425537109375 871.67376708984375 870.67327880859375 869.67279052734375 870.67230224609375 869.671875 864.6708984375 863.67041015625 863.669921875 863.66943359375 862.66900634765625 863.66851806640625 863.66802978515625 859.66754150390625 844.6666259765625 833.6661376953125 825.6656494140625 817.6651611328125 813.6646728515625 815.6641845703125 822.66375732421875 829.66326904296875 834.66229248046875 838.66180419921875 865.66064453125 874.66015625 882.65966796875 892.6591796875 898.65875244140625 905.65826416015625 913.65728759765625 915.65679931640625 919.65631103515625 921.6558837890625 922.6553955078125 922.6549072265625 922.6544189453125 925.6534423828125 928.65301513671875 931.65252685546875 933.65203857421875 934.65155029296875 934.65155029296875 936.650634765625 941.650146484375 947.649169921875 950.648681640625 953.648193359375 955.64776611328125 956.64727783203125 959.64678955078125 962.64630126953125 964.64581298828125 964.6448974609375 963.6444091796875 958.6431884765625 962.6427001953125 964.64227294921875 962.64178466796875 952.64129638671875 945.64080810546875 942.639892578125 941.639404296875 942.638916015625 941.638427734375 941.637939453125 941.637451171875 950.636962890625
|
||||
389.780792236328125 390.78094482421875 390.780487060546875 390.780487060546875 391.779052734375 393.778564453125 397.778106689453125 403.777618408203125 408.77716064453125 409.77667236328125 410.776214599609375 417.775238037109375 423.7747802734375 427.7742919921875 430.773834228515625 432.773345947265625 435.77288818359375 440.77239990234375 445.77191162109375 446.770965576171875 449.7705078125 453.77001953125 456.76953125 459.769073486328125 462.768585205078125 462.76812744140625 460.76763916015625 459.766693115234375 458.766204833984375 457.7657470703125 455.7652587890625 455.7647705078125 455.764312744140625 456.76318359375 459.762725830078125 464.761749267578125 460.76129150390625 451.76080322265625 446.760345458984375 444.759857177734375 449.759368896484375 456.7589111328125 462.7584228515625 465.757476806640625 465.756988525390625 465.75653076171875 462.75604248046875 453.755584716796875 444.755096435546875 436.754608154296875 431.754150390625 428.752532958984375 429.752716064453125 432.752227783203125 434.75177001953125 437.75128173828125 439.750823974609375 439.750335693359375 437.74713134765625 437.74713134765625 437.74713134765625 438.747955322265625 444.747467041015625 450.74700927734375 452.745880126953125 454.745391845703125 456.74444580078125 461.74395751953125 466.743499755859375 472.743011474609375 480.7425537109375 485.7420654296875 491.7415771484375 498.741119384765625 505.74017333984375 504.73968505859375 501.73919677734375 506.738739013671875 516.73828125 525.73779296875 528.7373046875 529.73681640625 522.73583984375 520.73541259765625 520.73492431640625 522.73443603515625 525.73394775390625 529.73345947265625 540.7330322265625 552.7325439453125 578.7315673828125 592.7310791015625 605.73065185546875 612.73016357421875 616.72967529296875 623.728515625 626.72802734375 630.72760009765625 638.72662353515625 642.72613525390625 644.72564697265625 646.7252197265625 650.7247314453125 655.7242431640625 660.7237548828125 668.72283935546875 672.72235107421875 675.72186279296875 677.72137451171875 682.72088623046875 687.720458984375 691.719970703125 696.719482421875 709.718505859375 716.718017578125 723.71759033203125 729.71710205078125 733.71661376953125 734.71612548828125 735.71563720703125 736.7152099609375 741.7142333984375 742.7137451171875 743.7132568359375 742.71282958984375 743.71234130859375 747.711181640625 748.710693359375 747.710205078125 747.70928955078125 750.70880126953125 753.70831298828125 755.70782470703125 756.70733642578125 757.7069091796875 757.7064208984375 759.7059326171875 761.7049560546875 761.7044677734375 763.70404052734375 766.70355224609375 768.70306396484375 773.70257568359375 778.70208740234375 782.70166015625 781.70068359375 782.7001953125 785.69970703125 787.69927978515625 788.69879150390625 790.69830322265625 793.69781494140625 803.6968994140625 810.6964111328125 813.6959228515625 817.6954345703125 820.6949462890625 821.6944580078125 818.69329833984375 817.69287109375 816.69189453125 816.69140625 813.69091796875 809.6904296875 807.69000244140625 809.68951416015625 816.68902587890625 821.68853759765625 818.6876220703125 814.6871337890625 812.6866455078125 812.6861572265625 816.6856689453125 821.6851806640625 826.68475341796875 830.68426513671875 839.68328857421875 842.68280029296875 843.682373046875 842.681884765625 841.681396484375 839.680908203125 839.680419921875 839.679931640625 835.67901611328125 839.67852783203125 845.67803955078125 851.67755126953125 855.6771240234375 856.6759033203125 857.6754150390625 858.67498779296875 860.67401123046875 863.67352294921875 867.67303466796875 868.672607421875 868.672119140625 869.671630859375 868.671142578125 861.670166015625 859.66973876953125 858.66925048828125 859.66876220703125 859.66827392578125 858.66778564453125 855.66729736328125 849.6668701171875 832.6658935546875 823.6654052734375 815.6649169921875 811.6644287109375 810.66400146484375 813.66351318359375 819.66302490234375 830.66253662109375 851.66162109375 857.6611328125 865.66064453125 874.66015625 882.65966796875 897.65850830078125 903.65802001953125 908.65753173828125 921.6566162109375 925.6561279296875 924.6556396484375 922.6551513671875 921.6546630859375 921.6541748046875 922.6536865234375 924.65325927734375 928.65228271484375 931.65179443359375 934.65130615234375 935.65087890625 935.650390625 938.64990234375 942.6494140625 944.64892578125 952.64801025390625 954.64752197265625 954.64703369140625 956.64654541015625 958.64605712890625 960.64556884765625 960.64556884765625 962.6441650390625 959.6436767578125 958.6431884765625 962.6427001953125 964.64227294921875 956.64105224609375 949.64056396484375 941.64007568359375 938.63916015625 939.638671875 940.63818359375 940.6376953125 936.63720703125 935.63671875 940.63629150390625
|
||||
389.780792236328125 390.78094482421875 390.780487060546875 390.780487060546875 391.779052734375 394.7779541015625 398.7774658203125 403.777008056640625 405.776519775390625 406.776031494140625 408.77557373046875 411.77508544921875 421.774139404296875 425.773651123046875 427.773193359375 430.772705078125 433.772247314453125 439.771759033203125 442.771270751953125 443.77081298828125 448.769866943359375 452.769378662109375 455.768890380859375 459.7684326171875 462.7679443359375 462.767486572265625 459.766998291015625 453.76605224609375 452.76556396484375 451.765106201171875 449.764617919921875 451.764129638671875 453.763671875 456.76318359375 459.762725830078125 464.761749267578125 455.760650634765625 450.760162353515625 443.759674072265625 442.75921630859375 446.75872802734375 454.758270263671875 458.757781982421875 461.7568359375 463.75634765625 464.755859375 459.755401611328125 451.754913330078125 444.75445556640625 437.75396728515625 431.75347900390625 428.752532958984375 430.7520751953125 432.7515869140625 432.7510986328125 436.750640869140625 438.750152587890625 439.74969482421875 438.74920654296875 437.74713134765625 437.747772216796875 440.747314453125 444.746826171875 449.746337890625 452.745880126953125 454.745391845703125 455.74493408203125 462.743316650390625 469.742828369140625 478.74237060546875 483.74188232421875 488.74139404296875 494.740936279296875 500.740447998046875 511.739501953125 512.739013671875 509.738555908203125 510.738067626953125 514.73760986328125 518.73712158203125 519.73663330078125 519.73614501953125 513.7352294921875 512.7347412109375 514.7342529296875 517.7337646484375 520.7332763671875 529.73284912109375 539.73236083984375 552.73187255859375 581.73089599609375 602.73046875 615.72998046875 621.7294921875 622.72900390625 623.728515625 626.72802734375 630.72760009765625 640.7259521484375 643.7254638671875 645.72503662109375 646.72454833984375 648.72406005859375 656.72357177734375 661.72308349609375 665.72265625 676.7216796875 678.72119140625 682.720703125 686.72021484375 690.71978759765625 693.71929931640625 698.71881103515625 704.71832275390625 712.7174072265625 719.7169189453125 725.7164306640625 728.7159423828125 730.7154541015625 732.7149658203125 734.71453857421875 737.71356201171875 740.71307373046875 742.71258544921875 742.712158203125 745.711669921875 747.711181640625 748.710693359375 747.710205078125 747.70928955078125 750.7081298828125 751.7076416015625 752.7071533203125 752.7066650390625 753.7061767578125 755.70574951171875 759.70526123046875 761.70428466796875 759.70379638671875 758.703369140625 760.702880859375 765.702392578125 771.701904296875 776.701416015625 777.700927734375 776.70001220703125 781.69952392578125 785.69903564453125 787.69854736328125 788.6981201171875 791.6976318359375 794.6971435546875 796.6966552734375 808.6956787109375 813.69525146484375 817.69476318359375 819.69427490234375 819.69378662109375 818.69329833984375 817.69287109375 816.6923828125 814.69073486328125 813.69024658203125 810.68975830078125 806.68927001953125 807.6888427734375 811.6883544921875 814.6878662109375 813.6868896484375 811.6864013671875 809.68597412109375 809.68548583984375 814.68499755859375 819.68450927734375 824.68402099609375 828.68353271484375 839.6826171875 840.68212890625 840.681640625 839.68115234375 837.6806640625 838.68023681640625 840.67974853515625 838.67926025390625 831.67828369140625 834.6778564453125 841.6773681640625 847.6768798828125 851.6763916015625 856.6759033203125 857.6754150390625 858.67498779296875 855.67333984375 858.6728515625 861.67236328125 864.671875 864.67138671875 863.6708984375 864.67047119140625 864.66998291015625 855.66900634765625 853.66851806640625 854.66802978515625 856.6676025390625 853.6671142578125 848.6666259765625 840.6661376953125 830.6656494140625 811.66473388671875 807.66424560546875 806.66375732421875 807.66326904296875 810.66278076171875 816.66229248046875 825.661865234375 850.660888671875 860.660400390625 870.659912109375 880.659423828125 889.65899658203125 897.65850830078125 903.65802001953125 908.65753173828125 922.6558837890625 924.6553955078125 922.6549072265625 920.6544189453125 919.65399169921875 920.65350341796875 923.65301513671875 925.65252685546875 930.65155029296875 934.651123046875 937.650634765625 940.650146484375 943.649658203125 945.649169921875 945.648681640625 946.64825439453125 954.64727783203125 953.64678955078125 953.64678955078125 956.64581298828125 961.6453857421875 962.6448974609375 962.6444091796875 962.6439208984375 956.6429443359375 954.6424560546875 956.64202880859375 958.64154052734375 956.64105224609375 949.64056396484375 941.64007568359375 930.638916015625 932.637939453125 936.637451171875 934.636962890625 930.63653564453125 929.63604736328125 932.63555908203125
|
||||
389.780792236328125 390.78033447265625 392.77984619140625 394.77935791015625 393.778411865234375 394.7779541015625 398.7774658203125 403.777008056640625 403.77587890625 404.775390625 409.774932861328125 413.774444580078125 418.77349853515625 421.77301025390625 423.772552490234375 425.772064208984375 428.7716064453125 433.7711181640625 437.7706298828125 439.770172119140625 448.76922607421875 452.76873779296875 456.76824951171875 460.767791748046875 461.767303466796875 460.766845703125 458.766357421875 454.765869140625 448.764923095703125 446.76446533203125 446.76397705078125 448.76348876953125 451.763031005859375 453.762542724609375 455.7620849609375 457.7615966796875 455.760650634765625 450.760162353515625 443.759674072265625 440.758575439453125 443.758087158203125 447.757598876953125 452.75714111328125 460.75616455078125 463.755706787109375 462.755218505859375 457.7547607421875 450.7542724609375 444.7537841796875 439.753326416015625 432.752838134765625 428.75189208984375 429.75140380859375 429.750946044921875 432.750457763671875 435.75 437.74951171875 438.7490234375 438.748565673828125 437.747589111328125 437.74713134765625 439.74664306640625 442.74615478515625 446.745697021484375 450.745208740234375 452.7447509765625 454.7442626953125 462.743316650390625 469.742828369140625 478.74237060546875 489.7412109375 492.740753173828125 497.740264892578125 505.73980712890625 514.73931884765625 519.73834228515625 516.7379150390625 513.7374267578125 511.7369384765625 509.7364501953125 508.7359619140625 507.735504150390625 505.735015869140625 507.73406982421875 512.73358154296875 517.73309326171875 525.732666015625 536.732177734375 551.731689453125 572.731201171875 600.730224609375 611.72979736328125 620.72930908203125 624.72882080078125 625.72833251953125 625.72784423828125 629.7274169921875 633.7269287109375 640.7259521484375 643.7254638671875 645.72503662109375 646.72454833984375 651.723388671875 657.722900390625 662.722412109375 666.721923828125 676.72100830078125 680.72052001953125 683.72003173828125 686.71954345703125 688.7191162109375 692.7186279296875 700.7181396484375 703.7176513671875 711.7166748046875 717.71624755859375 721.71575927734375 724.71527099609375 726.71478271484375 728.71429443359375 731.7138671875 733.71337890625 737.71240234375 739.7119140625 740.71142578125 743.71099853515625 747.71051025390625 747.71002197265625 747.70953369140625 746.70904541015625 750.7081298828125 751.7076416015625 752.7071533203125 748.70599365234375 750.70550537109375 754.705078125 758.70458984375 759.70361328125 758.703125 757.70263671875 759.70220947265625 766.70172119140625 770.70123291015625 770.70074462890625 770.70025634765625 775.6993408203125 781.6988525390625 787.6983642578125 788.6978759765625 793.6973876953125 798.6968994140625 798.69647216796875 799.69598388671875 813.69500732421875 817.69451904296875 817.694091796875 816.693603515625 815.693115234375 815.692626953125 815.692138671875 815.691650390625 814.69073486328125 813.69024658203125 810.68975830078125 805.6885986328125 803.6881103515625 804.6876220703125 807.68719482421875 808.68670654296875 805.68572998046875 805.68524169921875 807.68475341796875 814.684326171875 821.683837890625 824.683349609375 828.682861328125 834.682373046875 837.68145751953125 836.68096923828125 835.68048095703125 836.67999267578125 838.67950439453125 837.6790771484375 833.6785888671875 826.6776123046875 826.6771240234375 832.6766357421875 841.6761474609375 847.67572021484375 852.67523193359375 853.67474365234375 854.67425537109375 855.67333984375 858.6728515625 861.67236328125 859.67120361328125 859.67071533203125 857.67022705078125 858.66973876953125 858.66925048828125 850.6683349609375 847.6678466796875 849.6673583984375 849.6668701171875 848.6663818359375 841.6658935546875 831.66546630859375 823.66497802734375 807.66400146484375 806.6630859375 806.6630859375 806.6630859375 809.662109375 817.66162109375 826.6611328125 835.66064453125 856.65972900390625 866.65924072265625 875.65875244140625 882.65826416015625 891.65777587890625 899.65728759765625 906.6568603515625 915.6563720703125 924.6553955078125 922.6549072265625 920.6544189453125 919.65325927734375 921.65277099609375 924.65228271484375 926.65179443359375 931.65087890625 934.650390625 936.64990234375 939.6494140625 942.64892578125 944.6484375 944.64801025390625 947.64752197265625 956.64654541015625 955.64605712890625 954.6456298828125 958.6451416015625 962.6446533203125 964.6441650390625 964.6436767578125 962.6431884765625 953.64227294921875 949.64178466796875 946.64129638671875 945.64080810546875 945.64031982421875 939.63983154296875 933.639404296875 930.638916015625 932.637939453125 936.637451171875 929.63629150390625 927.63580322265625 925.63531494140625 924.63482666015625
|
||||
388.780181884765625 391.779693603515625 395.779205322265625 398.77874755859375 397.77825927734375 396.777313232421875 400.776824951171875 402.7763671875 403.77587890625 404.775390625 409.774932861328125 411.7738037109375 415.772857666015625 419.77239990234375 422.77191162109375 424.77142333984375 427.770965576171875 431.770477294921875 434.77001953125 439.76953125 448.768585205078125 452.768096923828125 456.767608642578125 457.76715087890625 456.76666259765625 456.76617431640625 456.765716552734375 455.765228271484375 449.7642822265625 445.7637939453125 443.763336181640625 444.762847900390625 448.76239013671875 450.76190185546875 452.76141357421875 454.760955810546875 452.760009765625 447.759521484375 442.759033203125 440.758575439453125 443.758087158203125 447.757598876953125 447.756500244140625 452.756011962890625 460.75506591796875 457.75457763671875 452.75408935546875 447.753631591796875 442.753143310546875 436.752685546875 429.752197265625 426.751708984375 423.750762939453125 424.750274658203125 427.74981689453125 430.74932861328125 432.74884033203125 435.748382568359375 437.747894287109375 437.7469482421875 437.7464599609375 439.746002197265625 441.745513916015625 444.74505615234375 447.74456787109375 454.74407958984375 460.743621826171875 469.742645263671875 477.7421875 483.74169921875 489.7412109375 492.740753173828125 497.740264892578125 505.73980712890625 516.7386474609375 520.73773193359375 516.73724365234375 509.73675537109375 505.73626708984375 501.735809326171875 498.735321044921875 496.734832763671875 495.734375 505.7333984375 516.73291015625 525.73248291015625 537.73199462890625 551.73150634765625 562.73101806640625 579.73052978515625 597.73004150390625 613.7291259765625 619.7286376953125 624.7281494140625 627.7276611328125 629.72723388671875 632.72674560546875 635.72625732421875 637.72576904296875 645.72479248046875 647.724365234375 648.723876953125 651.723388671875 657.722900390625 662.722412109375 664.7213134765625 674.7203369140625 678.7198486328125 680.7193603515625 682.7188720703125 685.71844482421875 692.71795654296875 698.71746826171875 700.71697998046875 709.716064453125 716.715576171875 721.715087890625 725.714599609375 726.714111328125 727.713623046875 730.71319580078125 732.71270751953125 733.71173095703125 737.71124267578125 740.71075439453125 742.7103271484375 742.7098388671875 743.7093505859375 743.7088623046875 745.7083740234375 749.70745849609375 750.70697021484375 749.70648193359375 748.70599365234375 750.70550537109375 754.705078125 756.70391845703125 757.70343017578125 757.70245361328125 759.70196533203125 762.70147705078125 765.7010498046875 766.7005615234375 765.7000732421875 766.6995849609375 770.6990966796875 781.69818115234375 786.69769287109375 792.69720458984375 799.69671630859375 804.69622802734375 805.69580078125 809.6953125 817.6943359375 817.69384765625 815.693359375 815.69287109375 814.69244384765625 814.69195556640625 815.69146728515625 814.69097900390625 813.6900634765625 812.6895751953125 809.6890869140625 805.6885986328125 803.6881103515625 804.6876220703125 798.68646240234375 800.68597412109375 802.68505859375 804.6845703125 811.68408203125 818.68359375 823.68310546875 827.68267822265625 830.68218994140625 833.68170166015625 836.68072509765625 834.68023681640625 833.6798095703125 834.6793212890625 836.6788330078125 833.6783447265625 826.6778564453125 821.6773681640625 823.67645263671875 829.67596435546875 837.67547607421875 844.67498779296875 848.67449951171875 850.674072265625 851.673583984375 852.673095703125 853.672119140625 856.671630859375 859.67120361328125 859.67071533203125 857.67022705078125 858.66973876953125 850.6685791015625 846.6676025390625 843.6671142578125 842.6666259765625 841.66619873046875 838.66571044921875 832.66522216796875 824.66473388671875 816.66424560546875 807.663330078125 806.6630859375 806.6630859375 808.661865234375 814.661376953125 823.660888671875 831.660400390625 836.65997314453125 852.65899658203125 860.65850830078125 867.65802001953125 875.6575927734375 884.6571044921875 894.6566162109375 903.6561279296875 913.6556396484375 918.6546630859375 918.65423583984375 918.65374755859375 919.65325927734375 921.65277099609375 924.65228271484375 925.651123046875 926.650634765625 930.649658203125 933.649169921875 936.64874267578125 938.64825439453125 941.64776611328125 943.64727783203125 946.64678955078125 951.64630126953125 954.6453857421875 956.6448974609375 959.6444091796875 963.6439208984375 965.6434326171875 965.6429443359375 962.64251708984375 951.64154052734375 942.64105224609375 936.64056396484375 932.64007568359375 928.6396484375 925.63916015625 921.638671875 918.63818359375 925.63720703125 929.63671875 929.63629150390625 927.63580322265625 925.63531494140625 920.63458251953125
|
||||
388.779541015625 391.779052734375 394.778594970703125 395.778106689453125 395.777618408203125 397.77667236328125 400.77618408203125 400.775726318359375 399.77508544921875 400.7747802734375 406.7742919921875 411.7738037109375 414.773345947265625 419.77239990234375 423.771270751953125 425.77081298828125 428.77032470703125 431.76983642578125 436.769378662109375 444.768890380859375 449.768402099609375 452.7674560546875 453.7669677734375 451.766510009765625 449.766021728515625 448.76556396484375 450.76507568359375 452.76458740234375 448.763641357421875 443.763153076171875 439.7626953125 437.76220703125 440.76171875 445.761260986328125 449.760772705078125 451.76031494140625 448.75933837890625 443.758880615234375 439.758392333984375 438.7579345703125 441.7574462890625 445.7569580078125 447.756500244140625 452.756011962890625 460.75506591796875 457.75457763671875 447.753448486328125 444.75299072265625 438.75250244140625 433.75201416015625 427.751556396484375 422.751068115234375 420.74945068359375 421.7496337890625 424.7491455078125 426.748687744140625 429.748199462890625 432.74774169921875 435.74725341796875 436.74676513671875 437.745819091796875 440.745330810546875 442.744873046875 441.744384765625 445.743896484375 455.743438720703125 459.742950439453125 461.74249267578125 474.74151611328125 482.741058349609375 487.740570068359375 493.740081787109375 500.7396240234375 509.7391357421875 516.7386474609375 520.73773193359375 516.73724365234375 504.736083984375 498.735626220703125 491.735137939453125 488.734649658203125 488.73419189453125 489.73370361328125 506.732757568359375 519.7322998046875 533.7318115234375 549.7313232421875 557.7308349609375 564.7303466796875 590.7298583984375 609.72943115234375 618.72845458984375 621.72796630859375 626.72747802734375 630.72698974609375 632.7265625 634.72607421875 636.7255859375 639.72509765625 645.72412109375 647.72369384765625 649.72320556640625 654.72271728515625 659.72222900390625 661.72174072265625 664.7213134765625 669.7208251953125 678.7198486328125 677.71868896484375 680.71826171875 682.7177734375 687.71728515625 693.716796875 699.71630859375 704.7158203125 712.71490478515625 718.71441650390625 723.71392822265625 724.71343994140625 725.71295166015625 726.7125244140625 728.7120361328125 732.7110595703125 735.7105712890625 738.7100830078125 737.70965576171875 738.70916748046875 739.70867919921875 742.70819091796875 745.70770263671875 748.706787109375 747.706298828125 746.705810546875 747.705322265625 749.704833984375 753.704345703125 756.70391845703125 757.70343017578125 757.70245361328125 758.7012939453125 760.7008056640625 763.7003173828125 763.69989013671875 763.69989013671875 763.69989013671875 768.69842529296875 783.69744873046875 788.697021484375 792.696533203125 796.696044921875 799.695556640625 805.695068359375 810.694580078125 813.69415283203125 814.69317626953125 813.69268798828125 812.69219970703125 812.69171142578125 813.6912841796875 812.6907958984375 811.6903076171875 811.6898193359375 812.6888427734375 805.68841552734375 802.68792724609375 801.68743896484375 799.68695068359375 798.68646240234375 800.68597412109375 802.68505859375 804.6845703125 820.68341064453125 822.68292236328125 825.68243408203125 828.68194580078125 829.68145751953125 832.6810302734375 834.6800537109375 832.6795654296875 830.6790771484375 828.6785888671875 827.67816162109375 822.67767333984375 818.67718505859375 815.67669677734375 822.67572021484375 827.67529296875 836.6748046875 845.67431640625 848.673828125 847.67333984375 846.6728515625 846.67236328125 847.67144775390625 851.67095947265625 853.67047119140625 854.66998291015625 849.66949462890625 848.6690673828125 850.6685791015625 850.6680908203125 843.6671142578125 836.66595458984375 833.66546630859375 829.66497802734375 822.66448974609375 813.6640625 806.66357421875 806.6630859375 816.662109375 818.66162109375 822.6611328125 826.66070556640625 831.66021728515625 837.65972900390625 843.65924072265625 856.65826416015625 861.6578369140625 865.6573486328125 871.6568603515625 877.6563720703125 887.6558837890625 898.6553955078125 906.6549072265625 909.65399169921875 911.65350341796875 915.65301513671875 919.65252685546875 921.65203857421875 923.651611328125 925.651123046875 926.650634765625 930.649658203125 930.64849853515625 932.64801025390625 936.64752197265625 940.64703369140625 941.64654541015625 942.64605712890625 944.6456298828125 950.6446533203125 957.6441650390625 960.6436767578125 963.6431884765625 965.6427001953125 964.64227294921875 961.64178466796875 955.64129638671875 937.64031982421875 930.63983154296875 923.639404296875 918.638916015625 914.638427734375 912.637939453125 911.637451171875 912.636962890625 922.63604736328125 922.63555908203125 921.63507080078125 920.63458251953125 920.63458251953125
|
||||
390.778900146484375 390.7784423828125 390.7779541015625 390.7774658203125 391.777008056640625 396.776031494140625 400.77557373046875 399.77508544921875 399.77508544921875 400.774139404296875 402.773651123046875 405.773193359375 410.772705078125 420.771759033203125 423.771270751953125 425.77081298828125 428.77032470703125 431.76983642578125 439.76873779296875 445.76824951171875 448.76776123046875 449.766815185546875 447.766357421875 444.765869140625 440.765380859375 438.764892578125 440.764434814453125 446.763946533203125 449.76348876953125 442.76251220703125 436.762054443359375 432.761566162109375 434.761077880859375 439.7606201171875 444.7601318359375 446.7596435546875 446.759185791015625 438.75823974609375 434.75775146484375 436.75726318359375 442.756805419921875 447.756317138671875 451.755828857421875 454.75537109375 454.75439453125 450.753936767578125 447.753448486328125 444.75299072265625 438.75250244140625 434.751373291015625 428.750885009765625 420.75042724609375 420.74945068359375 422.748992919921875 425.748504638671875 428.748046875 431.74755859375 433.7470703125 434.74658203125 434.746124267578125 435.74517822265625 439.74468994140625 441.74420166015625 442.743743896484375 448.743255615234375 452.742767333984375 455.7423095703125 459.7418212890625 471.740875244140625 476.740386962890625 482.73992919921875 488.73944091796875 497.73895263671875 505.73846435546875 511.738006591796875 513.737548828125 509.736572265625 504.736083984375 498.735626220703125 491.735137939453125 480.7340087890625 483.7335205078125 489.7330322265625 498.732574462890625 526.73162841796875 545.73114013671875 556.73065185546875 567.73016357421875 588.72967529296875 603.729248046875 616.728759765625 621.727783203125 624.727294921875 630.726806640625 633.72637939453125 634.72589111328125 636.72540283203125 639.72491455078125 641.72442626953125 644.7235107421875 645.7230224609375 649.7225341796875 655.7220458984375 660.7215576171875 661.7210693359375 664.72064208984375 666.72015380859375 674.71917724609375 677.71868896484375 680.71826171875 682.7177734375 679.71661376953125 689.71612548828125 700.71563720703125 706.71514892578125 713.7142333984375 718.7137451171875 722.7132568359375 724.7127685546875 724.7122802734375 725.7117919921875 727.71136474609375 730.71087646484375 735.70989990234375 734.70941162109375 735.708984375 736.70849609375 739.7080078125 742.70751953125 746.70703125 746.70654296875 745.70562744140625 745.70513916015625 746.70465087890625 748.70416259765625 750.70367431640625 753.7032470703125 753.7027587890625 755.7017822265625 758.7012939453125 760.7008056640625 763.7003173828125 763.69989013671875 764.69873046875 766.6982421875 771.69775390625 783.69677734375 786.6962890625 790.69586181640625 793.69537353515625 793.69488525390625 799.69439697265625 806.69390869140625 810.69342041015625 811.6925048828125 810.6920166015625 810.6915283203125 810.6910400390625 809.6905517578125 809.69012451171875 807.68963623046875 809.68914794921875 805.68817138671875 802.68768310546875 799.687255859375 796.686767578125 794.686279296875 793.685791015625 795.685302734375 800.684814453125 816.68389892578125 820.68341064453125 822.68292236328125 825.68243408203125 825.6812744140625 828.6807861328125 830.6802978515625 829.6798095703125 827.67889404296875 823.67840576171875 821.67791748046875 817.67742919921875 814.67694091796875 812.676513671875 815.676025390625 825.675048828125 827.674560546875 835.674072265625 847.673583984375 848.67315673828125 842.67266845703125 840.67218017578125 841.67169189453125 843.67071533203125 845.6702880859375 846.6697998046875 843.6693115234375 840.6688232421875 839.6683349609375 841.6678466796875 843.6673583984375 839.66644287109375 836.66595458984375 833.66546630859375 829.66497802734375 814.663818359375 806.663330078125 800.662841796875 803.662353515625 821.66143798828125 828.66094970703125 832.66046142578125 836.65997314453125 843.65948486328125 851.65899658203125 858.6585693359375 864.6580810546875 871.6571044921875 871.6566162109375 872.6561279296875 876.6556396484375 883.65521240234375 893.65472412109375 901.65423583984375 903.65374755859375 907.65277099609375 911.65234375 915.65185546875 917.6513671875 918.65087890625 919.650390625 921.64990234375 927.64898681640625 930.64849853515625 932.64801025390625 936.64752197265625 936.6463623046875 938.6458740234375 940.6453857421875 943.6448974609375 952.6439208984375 957.6434326171875 960.6429443359375 962.64251708984375 962.64202880859375 959.64154052734375 952.64105224609375 947.64056396484375 933.6396484375 924.63916015625 916.638671875 909.63818359375 907.6376953125 909.63720703125 909.63671875 910.63629150390625 914.63531494140625 915.63482666015625 918.63433837890625 922.63385009765625 926.63336181640625
|
||||
390.77825927734375 390.77667236328125 390.77667236328125 390.77685546875 393.7763671875 396.775421142578125 398.774932861328125 400.774444580078125 401.77398681640625 401.77349853515625 400.774139404296875 403.772552490234375 408.772064208984375 421.7711181640625 424.7706298828125 426.7701416015625 428.769683837890625 434.769195556640625 439.76873779296875 445.76824951171875 448.76776123046875 443.76617431640625 441.76568603515625 437.765228271484375 433.764739990234375 432.7642822265625 436.7637939453125 443.7633056640625 447.762847900390625 439.761871337890625 434.76141357421875 429.76092529296875 430.76043701171875 433.759979248046875 437.759490966796875 439.759002685546875 439.758544921875 430.757568359375 430.757110595703125 436.756622314453125 444.75616455078125 449.75567626953125 451.75518798828125 453.75469970703125 452.754241943359375 446.7532958984375 443.7528076171875 441.7523193359375 437.751861572265625 434.751373291015625 428.750885009765625 420.75042724609375 420.749298095703125 423.748321533203125 426.74786376953125 430.74737548828125 431.74688720703125 431.746429443359375 431.745941162109375 430.7454833984375 431.7445068359375 436.7440185546875 442.743560791015625 444.743072509765625 446.74261474609375 448.74212646484375 451.74163818359375 457.74114990234375 467.740203857421875 470.73974609375 474.7392578125 481.73876953125 489.738311767578125 498.737823486328125 502.737335205078125 504.73687744140625 496.73590087890625 491.735443115234375 486.734954833984375 481.734466552734375 480.7340087890625 483.7335205078125 489.7330322265625 497.731903076171875 536.73095703125 557.73046875 574.72998046875 590.7294921875 606.72900390625 617.72857666015625 621.72808837890625 622.72760009765625 621.72662353515625 627.7261962890625 632.7257080078125 635.7252197265625 638.7247314453125 639.7242431640625 640.7237548828125 641.7232666015625 645.72235107421875 649.72186279296875 656.72137451171875 660.72088623046875 662.720458984375 662.719970703125 662.719482421875 670.718505859375 672.718017578125 674.717529296875 675.71710205078125 679.71661376953125 689.71612548828125 700.71563720703125 706.71514892578125 714.71356201171875 717.71307373046875 721.71258544921875 722.71209716796875 722.71160888671875 723.71112060546875 727.710693359375 730.710205078125 734.709228515625 734.708740234375 734.708251953125 735.70782470703125 737.70733642578125 740.70684814453125 743.70635986328125 744.70587158203125 744.7049560546875 746.7044677734375 747.7039794921875 748.7034912109375 749.7030029296875 749.7025146484375 749.7020263671875 751.70159912109375 756.70062255859375 759.70013427734375 761.69964599609375 765.69921875 764.69873046875 766.6982421875 771.69775390625 777.69659423828125 784.69561767578125 788.69512939453125 793.6947021484375 797.6942138671875 803.6937255859375 808.6932373046875 810.6927490234375 810.6917724609375 808.69134521484375 808.69085693359375 808.69036865234375 807.68988037109375 805.68939208984375 803.68890380859375 803.6884765625 802.6875 799.68701171875 795.6865234375 792.68603515625 791.685546875 793.68511962890625 797.68463134765625 807.68414306640625 819.68316650390625 821.68267822265625 823.6822509765625 824.6817626953125 825.6812744140625 828.6807861328125 830.6802978515625 819.67913818359375 816.67816162109375 814.677734375 813.67724609375 811.6767578125 809.67626953125 810.67578125 819.67529296875 826.6748046875 836.67388916015625 839.67340087890625 843.67291259765625 840.67242431640625 835.67193603515625 833.67144775390625 833.6710205078125 832.6705322265625 835.6695556640625 834.6690673828125 832.6685791015625 830.6680908203125 831.66766357421875 834.66717529296875 839.66668701171875 837.66571044921875 833.66522216796875 828.664794921875 822.664306640625 814.663818359375 806.663330078125 800.662841796875 801.66168212890625 814.66070556640625 822.66021728515625 831.65972900390625 842.6593017578125 853.6588134765625 864.6583251953125 871.6578369140625 878.6573486328125 890.6563720703125 889.65594482421875 886.65545654296875 885.65496826171875 888.65447998046875 895.65399169921875 902.65350341796875 903.65301513671875 906.652099609375 910.651611328125 913.651123046875 916.650634765625 917.650146484375 917.650146484375 919.64923095703125 923.64874267578125 929.64776611328125 931.64727783203125 934.64678955078125 936.6463623046875 938.6458740234375 940.6453857421875 944.6441650390625 949.6436767578125 956.64276123046875 957.64227294921875 957.64178466796875 955.64129638671875 950.64080810546875 945.64031982421875 939.639892578125 925.638916015625 914.638427734375 906.637939453125 905.63629150390625 905.63629150390625 909.636474609375 913.63604736328125 915.63555908203125 914.63458251953125 916.63409423828125 921.63360595703125 928.6331787109375 937.6326904296875
|
||||
390.77764892578125 390.77716064453125 390.77667236328125 392.776214599609375 395.775726318359375 395.7752685546875 398.7742919921875 401.7738037109375 403.773345947265625 402.772857666015625 400.774139404296875 402.77191162109375 407.77142333984375 414.770965576171875 422.769989013671875 424.76953125 428.76904296875 432.7685546875 437.768096923828125 440.767608642578125 442.767120361328125 443.76617431640625 441.76568603515625 437.765228271484375 429.76409912109375 430.76361083984375 435.763153076171875 441.762664794921875 444.76220703125 436.76123046875 429.7607421875 425.760284423828125 425.759796142578125 427.75933837890625 429.75885009765625 430.75836181640625 429.757904052734375 425.756927490234375 430.7564697265625 435.7559814453125 442.7554931640625 447.755035400390625 450.754547119140625 450.754058837890625 450.75360107421875 443.75262451171875 439.752166748046875 435.751678466796875 433.751190185546875 430.750732421875 424.750244140625 419.749755859375 420.749298095703125 423.748321533203125 426.74786376953125 429.746734619140625 429.746246337890625 428.745758056640625 427.74530029296875 427.74481201171875 428.74432373046875 436.743377685546875 440.742889404296875 442.742431640625 443.741943359375 445.741455078125 447.740997314453125 452.740509033203125 462.73956298828125 466.73907470703125 470.73858642578125 477.738128662109375 486.737640380859375 491.737152099609375 494.7366943359375 493.7362060546875 484.735260009765625 480.734771728515625 478.734283447265625 477.73382568359375 480.73333740234375 485.73284912109375 491.732391357421875 497.731903076171875 536.73095703125 557.73046875 574.72998046875 598.7288818359375 610.7283935546875 618.7279052734375 622.7274169921875 622.7269287109375 621.7259521484375 624.72552490234375 629.72503662109375 633.72454833984375 637.72406005859375 639.72357177734375 639.72308349609375 640.72265625 646.7216796875 651.72119140625 656.720703125 659.72021484375 659.71978759765625 659.71929931640625 661.71881103515625 664.71832275390625 669.71734619140625 672.7169189453125 676.7164306640625 680.7159423828125 689.7154541015625 698.7149658203125 706.7144775390625 711.7139892578125 717.71307373046875 721.71258544921875 718.71142578125 718.7109375 724.71044921875 727.71002197265625 728.70953369140625 731.70855712890625 732.70806884765625 732.70758056640625 733.7071533203125 733.7066650390625 735.7061767578125 739.7056884765625 741.7052001953125 743.7042236328125 745.70379638671875 746.70330810546875 746.70281982421875 746.70233154296875 746.70184326171875 747.70135498046875 751.700927734375 757.699951171875 760.699462890625 762.698974609375 766.698486328125 769.697998046875 770.69757080078125 773.69708251953125 777.69659423828125 784.69561767578125 788.69512939453125 792.6939697265625 798.6934814453125 804.69305419921875 809.69256591796875 809.69207763671875 809.69158935546875 807.69061279296875 807.690185546875 806.689697265625 806.689208984375 804.688720703125 801.688232421875 800.687744140625 800.687255859375 794.68634033203125 791.68585205078125 789.68536376953125 792.68487548828125 798.68438720703125 805.6839599609375 810.6834716796875 816.6824951171875 820.6820068359375 824.6815185546875 826.6810302734375 825.68060302734375 821.68011474609375 821.67962646484375 819.67913818359375 816.67816162109375 814.677734375 804.676513671875 803.676025390625 805.67559814453125 813.67510986328125 827.67462158203125 834.67413330078125 841.67315673828125 840.67266845703125 836.6722412109375 833.6717529296875 829.6712646484375 824.6707763671875 822.6702880859375 823.6697998046875 823.66888427734375 820.66839599609375 819.66790771484375 820.66741943359375 822.66693115234375 826.66644287109375 832.666015625 835.66552734375 824.66455078125 819.6640625 816.66357421875 811.6630859375 804.66259765625 799.66217041015625 801.66168212890625 807.66119384765625 822.66021728515625 831.6590576171875 844.6585693359375 857.6580810546875 867.6575927734375 875.6571044921875 885.65667724609375 897.65570068359375 900.65521240234375 902.65472412109375 902.65423583984375 903.65374755859375 908.6533203125 911.65283203125 908.65234375 908.6513671875 910.65087890625 913.650390625 918.64996337890625 921.64947509765625 921.64898681640625 922.64849853515625 925.64801025390625 928.64703369140625 928.6466064453125 930.6461181640625 933.6456298828125 937.6451416015625 941.6446533203125 944.6441650390625 949.6436767578125 956.64276123046875 957.64227294921875 953.64105224609375 951.64056396484375 947.64013671875 938.6396484375 927.63916015625 917.638671875 905.63629150390625 905.63629150390625 905.63629150390625 905.63629150390625 913.63580322265625 917.63531494140625 919.63482666015625 919.63433837890625 921.63336181640625 927.6329345703125 935.6324462890625 944.6319580078125
|
||||
388.777008056640625 387.776519775390625 388.77606201171875 391.77557373046875 393.77508544921875 394.774627685546875 399.773651123046875 403.773193359375 405.772705078125 404.772216796875 404.771759033203125 407.771270751953125 410.770782470703125 413.77032470703125 418.76934814453125 423.768890380859375 427.768402099609375 431.7679443359375 433.7674560546875 434.7669677734375 434.7664794921875 436.766021728515625 435.76507568359375 431.76458740234375 429.76409912109375 430.76361083984375 435.763153076171875 437.76202392578125 440.76153564453125 438.761077880859375 427.7601318359375 423.7596435546875 422.7591552734375 421.7586669921875 421.758209228515625 420.757720947265625 422.75726318359375 430.75628662109375 434.75579833984375 438.755340576171875 444.754852294921875 448.75439453125 450.75390625 451.75341796875 450.7529296875 443.751983642578125 437.75152587890625 432.75103759765625 429.75054931640625 425.75006103515625 419.749603271484375 418.749114990234375 420.7486572265625 424.7476806640625 427.7471923828125 429.746734619140625 429.746246337890625 428.745758056640625 427.74530029296875 427.744171142578125 429.743682861328125 436.74273681640625 439.74224853515625 439.74176025390625 439.741302490234375 442.740814208984375 447.740325927734375 450.7398681640625 454.7393798828125 466.738433837890625 471.737945556640625 476.737457275390625 483.73699951171875 486.73651123046875 486.73602294921875 484.73553466796875 480.735076904296875 473.734130859375 474.733642578125 477.733154296875 484.732666015625 492.732208251953125 497.731719970703125 502.731231689453125 552.73028564453125 572.72979736328125 584.72930908203125 598.7288818359375 610.7283935546875 618.7279052734375 618.72674560546875 620.72625732421875 626.725341796875 627.724853515625 630.724365234375 635.723876953125 638.723388671875 639.722900390625 640.722412109375 641.72198486328125 648.72100830078125 651.72052001953125 653.72003173828125 656.71954345703125 658.7191162109375 659.7186279296875 662.7181396484375 667.7176513671875 673.7166748046875 680.71624755859375 684.71575927734375 687.71527099609375 692.71478271484375 698.71429443359375 704.71380615234375 708.71337890625 714.71240234375 717.7119140625 718.71142578125 718.7109375 724.71044921875 726.7093505859375 727.7088623046875 728.7083740234375 731.7073974609375 732.7069091796875 732.7064208984375 733.70599365234375 734.70550537109375 738.70501708984375 741.70452880859375 742.70355224609375 743.703125 744.70263671875 745.7021484375 746.70166015625 746.70166015625 748.70068359375 752.7001953125 759.69927978515625 762.69879150390625 766.69830322265625 768.69781494140625 769.69732666015625 769.69732666015625 771.6964111328125 774.6959228515625 781.6949462890625 787.6944580078125 792.6939697265625 798.6934814453125 804.69305419921875 805.69189453125 807.69140625 806.69091796875 804.68994140625 804.689453125 805.68896484375 806.68853759765625 805.68804931640625 802.68756103515625 800.68707275390625 799.68658447265625 791.6856689453125 787.6851806640625 788.6846923828125 793.6842041015625 800.6837158203125 806.6832275390625 809.6827392578125 813.6822509765625 822.68133544921875 827.68084716796875 827.68035888671875 819.67987060546875 812.67938232421875 809.678955078125 807.678466796875 805.677978515625 804.677001953125 804.676513671875 803.676025390625 805.67559814453125 814.67437744140625 827.6739501953125 836.6734619140625 839.6724853515625 836.6719970703125 828.6715087890625 823.6710205078125 819.6705322265625 815.67010498046875 814.66961669921875 813.66912841796875 814.66815185546875 810.66766357421875 809.66717529296875 811.666748046875 814.666259765625 818.665771484375 821.665283203125 821.664794921875 812.663818359375 812.66339111328125 811.66290283203125 807.66241455078125 800.66192626953125 795.66143798828125 797.66094970703125 803.66046142578125 818.6595458984375 831.6590576171875 844.6585693359375 857.6580810546875 867.6575927734375 876.65643310546875 885.65594482421875 893.65545654296875 903.65447998046875 907.654052734375 910.653564453125 911.653076171875 913.652587890625 914.652099609375 913.651611328125 912.651123046875 914.65020751953125 916.64971923828125 920.64923095703125 924.64874267578125 925.64825439453125 925.64776611328125 926.64727783203125 927.6463623046875 928.6458740234375 929.6453857421875 932.6448974609375 936.6444091796875 938.6439208984375 942.6434326171875 948.64300537109375 955.64202880859375 955.64154052734375 953.64105224609375 951.64056396484375 947.64013671875 931.638916015625 918.638427734375 908.637939453125 905.63629150390625 905.63629150390625 905.63629150390625 911.63555908203125 918.63507080078125 924.63458251953125 929.63409423828125 931.63360595703125 935.6326904296875 939.6322021484375 944.6317138671875 953.6312255859375
|
||||
385.7763671875 384.7752685546875 385.775421142578125 388.774932861328125 391.77447509765625 393.77398681640625 398.77301025390625 401.772552490234375 404.772064208984375 405.7716064453125 406.7711181640625 409.7706298828125 413.7701416015625 414.769683837890625 418.76873779296875 424.76824951171875 429.76776123046875 431.76727294921875 431.766815185546875 429.766326904296875 430.765869140625 431.765380859375 429.764404296875 426.763946533203125 424.763458251953125 427.76300048828125 432.76251220703125 437.76202392578125 440.76153564453125 438.761077880859375 427.7601318359375 422.759002685546875 419.758514404296875 417.758026123046875 415.757568359375 416.757080078125 418.756591796875 425.756134033203125 439.755157470703125 444.75469970703125 448.75421142578125 450.75372314453125 450.753265380859375 450.752777099609375 450.752288818359375 449.7518310546875 438.7508544921875 433.7503662109375 428.749908447265625 421.749420166015625 417.74554443359375 417.74554443359375 417.74798583984375 422.747039794921875 426.746551513671875 429.746063232421875 429.74560546875 427.7451171875 427.74462890625 427.744171142578125 429.743682861328125 436.74273681640625 437.741607666015625 436.741119384765625 435.740631103515625 437.74017333984375 443.73968505859375 450.73919677734375 456.73870849609375 468.737762451171875 473.737274169921875 477.73681640625 479.736328125 478.73583984375 475.735382080078125 473.734893798828125 470.734405517578125 467.73345947265625 470.73297119140625 477.73248291015625 489.732025146484375 498.731536865234375 506.731048583984375 516.7305908203125 535.7301025390625 572.7291259765625 589.7286376953125 601.72821044921875 610.72772216796875 615.72723388671875 618.72674560546875 620.72625732421875 623.72576904296875 630.72418212890625 632.72369384765625 635.72320556640625 637.72271728515625 638.72222900390625 639.7218017578125 641.7213134765625 647.7203369140625 650.7198486328125 653.7193603515625 656.7188720703125 659.71844482421875 661.71795654296875 664.71746826171875 665.71697998046875 677.71600341796875 686.715576171875 691.715087890625 693.714599609375 696.714111328125 701.713623046875 707.713134765625 708.712646484375 712.71173095703125 714.71124267578125 715.71075439453125 721.71026611328125 724.70977783203125 726.7093505859375 727.7088623046875 728.7083740234375 730.70672607421875 731.70623779296875 732.70574951171875 732.705322265625 734.704833984375 737.704345703125 740.703857421875 740.703369140625 743.702392578125 744.70196533203125 746.70147705078125 748.70098876953125 748.70050048828125 750.70001220703125 753.69952392578125 756.69903564453125 766.6981201171875 769.6976318359375 770.6971435546875 770.6966552734375 770.6961669921875 773.6956787109375 775.69525146484375 781.69427490234375 784.69378662109375 788.69329833984375 794.69281005859375 799.69232177734375 805.69189453125 807.69140625 806.69091796875 799.68975830078125 800.68878173828125 803.68829345703125 804.68780517578125 802.6873779296875 800.6868896484375 796.6864013671875 795.6859130859375 787.6849365234375 783.6844482421875 783.6839599609375 789.68353271484375 797.68304443359375 803.68255615234375 809.68206787109375 814.68157958984375 821.6806640625 821.68017578125 815.6796875 808.67919921875 802.6787109375 797.67822265625 795.677734375 794.67724609375 796.67633056640625 797.67584228515625 800.67535400390625 805.67486572265625 814.67437744140625 827.6739501953125 836.6734619140625 838.6729736328125 826.67132568359375 817.67083740234375 809.67034912109375 804.66986083984375 802.66937255859375 801.66888427734375 805.66839599609375 806.66796875 802.6669921875 799.66650390625 801.666015625 805.66552734375 807.6650390625 807.66461181640625 805.66412353515625 806.66314697265625 805.66265869140625 804.66217041015625 799.66168212890625 794.6612548828125 794.6607666015625 797.6602783203125 804.6597900390625 821.6588134765625 833.6583251953125 845.6578369140625 857.65740966796875 867.65692138671875 876.65643310546875 885.65594482421875 893.65545654296875 903.65380859375 906.6533203125 908.65283203125 909.65234375 911.65185546875 914.6513671875 915.65093994140625 915.65045166015625 916.64947509765625 916.64898681640625 920.64849853515625 924.64801025390625 925.6475830078125 924.6470947265625 925.6466064453125 925.6461181640625 927.6451416015625 928.6446533203125 930.6441650390625 931.64373779296875 931.64324951171875 935.64276123046875 942.64227294921875 950.64178466796875 952.64080810546875 949.640380859375 947.639892578125 940.639404296875 931.638916015625 918.638427734375 908.637939453125 905.63629150390625 909.63580322265625 915.63531494140625 922.63482666015625 930.63433837890625 938.63385009765625 943.63336181640625 944.6329345703125 948.6319580078125 950.6314697265625 956.6309814453125 963.6304931640625
|
||||
385.7763671875 384.7752685546875 385.775421142578125 389.7742919921875 390.773834228515625 392.773345947265625 393.772857666015625 399.77191162109375 402.77142333984375 405.770965576171875 407.770477294921875 411.769989013671875 416.76953125 419.76904296875 419.7685546875 425.767608642578125 428.767120361328125 429.76666259765625 429.76617431640625 428.76568603515625 426.76519775390625 426.764739990234375 424.7637939453125 420.7633056640625 418.7628173828125 420.7623291015625 424.761871337890625 428.761383056640625 430.76092529296875 430.76043701171875 425.75946044921875 422.759002685546875 419.758514404296875 417.758026123046875 413.756927490234375 415.756439208984375 419.755950927734375 426.7554931640625 443.7545166015625 447.7540283203125 452.753570556640625 452.753082275390625 451.752593994140625 451.75213623046875 451.75164794921875 450.75115966796875 439.750213623046875 434.749725341796875 428.749267578125 421.748779296875 417.74554443359375 417.74554443359375 417.74554443359375 417.746856689453125 423.74591064453125 426.74542236328125 427.74493408203125 426.744476318359375 427.743988037109375 429.743499755859375 429.7430419921875 432.7425537109375 437.741607666015625 436.741119384765625 435.740631103515625 435.739501953125 442.739013671875 451.738555908203125 458.738067626953125 467.73712158203125 472.73663330078125 473.73614501953125 472.73565673828125 470.735198974609375 468.734710693359375 464.734222412109375 461.7337646484375 462.7327880859375 469.732330322265625 479.731842041015625 489.731353759765625 501.73089599609375 512.73040771484375 530.72991943359375 550.72943115234375 580.728515625 593.72802734375 604.7275390625 610.72705078125 610.7265625 614.72607421875 619.7255859375 624.72515869140625 630.72418212890625 632.72369384765625 635.72320556640625 634.7220458984375 635.72161865234375 636.72113037109375 638.72064208984375 642.72015380859375 647.71917724609375 650.71868896484375 655.71826171875 658.7177734375 661.71728515625 663.716796875 666.71630859375 670.7158203125 686.71490478515625 689.71441650390625 697.71392822265625 704.71343994140625 709.71295166015625 709.71246337890625 707.7120361328125 711.7110595703125 713.7105712890625 715.7100830078125 719.7095947265625 722.7091064453125 724.7086181640625 725.70819091796875 727.70770263671875 730.70672607421875 731.70623779296875 732.70574951171875 731.70458984375 732.70416259765625 734.70367431640625 735.70318603515625 736.70269775390625 742.70172119140625 744.70123291015625 746.7008056640625 749.7003173828125 751.6998291015625 753.6993408203125 754.6988525390625 756.6983642578125 770.69744873046875 773.69696044921875 773.69647216796875 774.69598388671875 777.69549560546875 779.69500732421875 779.69451904296875 778.694091796875 781.693115234375 787.692626953125 790.692138671875 792.691650390625 796.691162109375 799.69073486328125 800.69024658203125 799.68975830078125 800.68878173828125 803.68829345703125 804.68780517578125 799.6866455078125 797.6861572265625 796.68572998046875 793.68524169921875 785.68426513671875 780.68377685546875 778.68328857421875 785.68280029296875 793.682373046875 801.681884765625 806.681396484375 813.680908203125 814.679931640625 812.679443359375 804.678955078125 797.67852783203125 792.67803955078125 787.67755126953125 786.67706298828125 787.67657470703125 790.67559814453125 793.6751708984375 800.6746826171875 808.6741943359375 818.6737060546875 829.6732177734375 837.6727294921875 838.6722412109375 826.67132568359375 817.67083740234375 809.67034912109375 793.669189453125 790.668701171875 790.668212890625 792.667724609375 794.667236328125 791.666259765625 790.66583251953125 792.66534423828125 796.66485595703125 796.66436767578125 794.66387939453125 794.66339111328125 795.66290283203125 796.6619873046875 793.6614990234375 790.6610107421875 792.6605224609375 796.6600341796875 802.6595458984375 811.6590576171875 821.6585693359375 845.65765380859375 855.65716552734375 864.65667724609375 872.65618896484375 878.65570068359375 888.65521240234375 897.65478515625 903.65380859375 906.6533203125 908.65283203125 906.65167236328125 908.65118408203125 910.65069580078125 911.65020751953125 913.64971923828125 915.64874267578125 916.6483154296875 919.6478271484375 922.6473388671875 923.6468505859375 923.6463623046875 924.6458740234375 923.6453857421875 924.6444091796875 925.64398193359375 926.64349365234375 925.64300537109375 925.64251708984375 925.64202880859375 931.64154052734375 937.64105224609375 941.64013671875 940.6396484375 936.63916015625 931.638671875 923.63818359375 912.6376953125 904.63604736328125 904.63604736328125 909.63580322265625 915.63531494140625 934.63409423828125 941.63360595703125 947.6331787109375 950.6326904296875 957.6322021484375 959.6317138671875 963.6307373046875 967.6302490234375 973.6297607421875
|
||||
384.7757568359375 384.7752685546875 387.7747802734375 389.7742919921875 390.773834228515625 392.773345947265625 394.772247314453125 396.771270751953125 399.77081298828125 404.77032470703125 408.76983642578125 412.76934814453125 416.768890380859375 419.768402099609375 422.767913818359375 423.7669677734375 424.7664794921875 425.766021728515625 426.765533447265625 425.765045166015625 422.76458740234375 419.76409912109375 419.76361083984375 418.762664794921875 416.762176513671875 417.76171875 420.76123046875 423.7607421875 424.76025390625 426.759796142578125 425.759307861328125 417.75836181640625 411.75787353515625 410.75738525390625 413.756927490234375 415.756439208984375 419.755950927734375 433.75482177734375 444.753875732421875 447.753387451171875 452.7529296875 453.75244140625 452.751953125 453.75146484375 453.751007080078125 451.750518798828125 443.74957275390625 438.74908447265625 432.74859619140625 424.748138427734375 419.747650146484375 417.747161865234375 417.74554443359375 417.7462158203125 419.7452392578125 420.744781494140625 422.744293212890625 424.743804931640625 427.74334716796875 429.74285888671875 431.74237060546875 435.74188232421875 436.740936279296875 433.740478515625 432.739990234375 435.739501953125 442.739013671875 451.738555908203125 458.7374267578125 461.7369384765625 468.7359619140625 468.735504150390625 466.735015869140625 465.734527587890625 461.73406982421875 457.73358154296875 454.73309326171875 454.73260498046875 468.731658935546875 477.731170654296875 488.730712890625 514.730224609375 540.729736328125 554.729248046875 565.728759765625 591.72784423828125 599.72735595703125 605.72686767578125 608.72637939453125 610.72589111328125 612.72540283203125 617.7249755859375 622.7244873046875 629.7235107421875 630.7230224609375 632.7225341796875 634.7220458984375 635.72161865234375 636.72113037109375 634.719970703125 640.719482421875 647.718505859375 650.718017578125 653.71759033203125 657.71710205078125 660.71661376953125 666.71612548828125 672.71563720703125 678.71514892578125 684.7142333984375 689.7137451171875 698.7132568359375 707.7127685546875 709.7122802734375 709.7117919921875 706.7113037109375 707.71087646484375 711.70989990234375 712.70941162109375 715.70892333984375 717.70843505859375 719.70794677734375 721.70751953125 723.70703125 725.70654296875 731.70556640625 731.705078125 731.70458984375 732.70416259765625 734.70367431640625 735.70318603515625 733.7020263671875 740.7010498046875 741.7005615234375 744.7000732421875 747.69964599609375 751.69915771484375 753.69866943359375 754.69818115234375 760.69769287109375 771.69671630859375 773.6962890625 776.69580078125 780.6953125 785.69482421875 787.6943359375 784.69384765625 781.693359375 783.69244384765625 784.69195556640625 786.69146728515625 786.69097900390625 789.69049072265625 794.69000244140625 794.68951416015625 794.6890869140625 794.6881103515625 798.6876220703125 800.6871337890625 799.6866455078125 797.6861572265625 796.68572998046875 792.68450927734375 789.68408203125 777.68310546875 777.6826171875 782.68212890625 790.681640625 796.68115234375 804.6806640625 811.68023681640625 812.67974853515625 802.67877197265625 795.67828369140625 789.67779541015625 783.67730712890625 779.6768798828125 781.6763916015625 787.6759033203125 788.6749267578125 795.6744384765625 803.6739501953125 815.6734619140625 826.67303466796875 834.67254638671875 834.67205810546875 831.67156982421875 817.67059326171875 808.67010498046875 800.669677734375 793.669189453125 790.668701171875 790.668212890625 777.66705322265625 779.66656494140625 782.66558837890625 782.66510009765625 784.66461181640625 787.66412353515625 788.66363525390625 787.6632080078125 786.6627197265625 787.6622314453125 789.6612548828125 790.6607666015625 791.6602783203125 799.6597900390625 805.65936279296875 814.65887451171875 825.65838623046875 835.65789794921875 857.65692138671875 868.65643310546875 873.656005859375 876.655517578125 881.655029296875 890.654541015625 895.654052734375 899.653564453125 904.652587890625 905.652099609375 906.65167236328125 908.65118408203125 910.65069580078125 907.64947509765625 907.6490478515625 917.6480712890625 919.6475830078125 921.6470947265625 922.6466064453125 922.6466064453125 923.6456298828125 923.6451416015625 922.64471435546875 922.64373779296875 922.64324951171875 921.64276123046875 920.64227294921875 918.64178466796875 918.64129638671875 920.640869140625 923.640380859375 927.639404296875 925.638916015625 921.638427734375 917.637939453125 913.637451171875 906.63702392578125 904.63604736328125 905.63604736328125 921.63507080078125 928.63458251953125 934.63409423828125 941.63360595703125 947.6331787109375 957.6319580078125 965.6314697265625 969.6309814453125 969.6300048828125 972.6295166015625 980.62908935546875
|
||||
382.775115966796875 385.774627685546875 389.774139404296875 391.773681640625 391.773193359375 393.772705078125 394.772247314453125 396.771270751953125 399.77081298828125 403.769683837890625 407.769195556640625 411.76873779296875 414.76824951171875 417.76776123046875 420.76727294921875 420.766326904296875 421.765869140625 422.765380859375 423.764892578125 423.764404296875 419.763946533203125 416.763458251953125 414.762969970703125 414.76202392578125 412.76153564453125 414.76104736328125 418.760589599609375 419.760101318359375 420.759613037109375 420.7591552734375 418.7586669921875 409.757720947265625 408.757080078125 409.756744384765625 413.75628662109375 418.75579833984375 425.75531005859375 433.75482177734375 440.754364013671875 447.753387451171875 454.75225830078125 453.751800537109375 451.751312255859375 451.750823974609375 450.7503662109375 450.7498779296875 449.7493896484375 444.748443603515625 438.747955322265625 430.747467041015625 422.74700927734375 419.74652099609375 417.74603271484375 417.74554443359375 415.744598388671875 415.744110107421875 419.74365234375 424.7431640625 428.74267578125 429.7421875 433.741729736328125 437.741241455078125 435.74029541015625 431.73980712890625 431.73931884765625 435.738861083984375 443.738372802734375 451.737884521484375 458.7374267578125 461.7369384765625 468.7359619140625 461.734832763671875 460.734344482421875 458.73388671875 455.7333984375 452.73291015625 452.732421875 454.731964111328125 469.730987548828125 484.73052978515625 516.73004150390625 534.72955322265625 547.72906494140625 562.72857666015625 576.7281494140625 589.7276611328125 601.7266845703125 604.7261962890625 609.7257080078125 613.7252197265625 615.7247314453125 618.72430419921875 622.72381591796875 624.72332763671875 627.72235107421875 629.72186279296875 632.721435546875 634.720947265625 632.720458984375 634.719970703125 640.719482421875 647.718505859375 650.718017578125 655.7169189453125 660.7164306640625 665.7159423828125 671.7154541015625 677.7149658203125 680.7144775390625 687.71356201171875 691.71307373046875 698.71258544921875 704.71209716796875 706.71160888671875 703.71112060546875 702.71063232421875 704.710205078125 709.709228515625 709.708740234375 711.708251953125 713.707763671875 714.707275390625 714.70684814453125 716.70635986328125 719.70587158203125 726.70489501953125 727.70440673828125 726.70391845703125 727.7034912109375 729.7030029296875 731.7025146484375 733.7020263671875 737.7015380859375 741.7005615234375 741.69940185546875 746.698974609375 749.698486328125 752.697998046875 755.697509765625 759.697021484375 764.696533203125 771.695556640625 780.69512939453125 785.69464111328125 791.69415283203125 794.69366455078125 791.69317626953125 787.69268798828125 784.69171142578125 784.6912841796875 782.6907958984375 782.6903076171875 784.6898193359375 788.6893310546875 789.6888427734375 789.6883544921875 791.68743896484375 795.68695068359375 796.68646240234375 796.68597412109375 796.68548583984375 795.68499755859375 792.68450927734375 789.68408203125 777.68310546875 774.68194580078125 779.68145751953125 787.68096923828125 795.68048095703125 802.67999267578125 807.67950439453125 806.67901611328125 796.6781005859375 787.6776123046875 780.6771240234375 776.6766357421875 776.6761474609375 782.6756591796875 790.6751708984375 799.67474365234375 808.67376708984375 814.67327880859375 821.67279052734375 829.67230224609375 828.67181396484375 826.67132568359375 821.6708984375 816.67041015625 801.66943359375 792.6689453125 783.66845703125 780.66796875 779.66748046875 777.66705322265625 779.66656494140625 782.66558837890625 779.6644287109375 779.6639404296875 781.6634521484375 782.6629638671875 782.6629638671875 782.6629638671875 783.6614990234375 789.66058349609375 793.66009521484375 802.65960693359375 808.65911865234375 814.65863037109375 821.65814208984375 825.65765380859375 833.65716552734375 855.65625 865.65576171875 870.6552734375 874.65478515625 878.654296875 882.65380859375 888.6533203125 895.65289306640625 904.65191650390625 904.65142822265625 905.65093994140625 907.65045166015625 907.64996337890625 907.64947509765625 907.6490478515625 912.6485595703125 919.6475830078125 923.6463623046875 923.6458740234375 923.64544677734375 923.64495849609375 923.64447021484375 923.64398193359375 922.64349365234375 920.64251708984375 916.64202880859375 912.6416015625 908.64111328125 904.640625 905.64013671875 908.6396484375 911.638671875 908.63818359375 906.6376953125 905.63726806640625 905.63677978515625 904.63604736328125 906.63580322265625 914.63531494140625 929.63433837890625 936.63385009765625 941.6334228515625 946.6329345703125 952.6324462890625 957.6319580078125 965.6314697265625 969.6309814453125 966.6292724609375 971.62884521484375 978.62835693359375
|
||||
380.77447509765625 383.77398681640625 388.773529052734375 390.773040771484375 390.772552490234375 391.7720947265625 393.7716064453125 394.7711181640625 398.770172119140625 403.769683837890625 407.769195556640625 411.76873779296875 410.767608642578125 412.767120361328125 413.76666259765625 415.76617431640625 416.76519775390625 417.764739990234375 420.764251708984375 420.763763427734375 418.7633056640625 414.7628173828125 412.7623291015625 407.761383056640625 408.760894775390625 411.76043701171875 413.75994873046875 414.75946044921875 412.75897216796875 409.758514404296875 409.758026123046875 408.757080078125 409.756591796875 413.756103515625 419.755615234375 425.755157470703125 432.754669189453125 438.754180908203125 442.75372314453125 451.75274658203125 454.75225830078125 453.751800537109375 451.751312255859375 447.75018310546875 446.74969482421875 448.749237060546875 451.748748779296875 448.747802734375 442.747314453125 433.746826171875 426.746337890625 422.745880126953125 419.745391845703125 417.744903564453125 415.74444580078125 414.74346923828125 419.74298095703125 426.742523193359375 427.742034912109375 429.741546630859375 432.7410888671875 437.7406005859375 436.7401123046875 430.739166259765625 432.738677978515625 437.738189697265625 445.737701416015625 451.73724365234375 455.73675537109375 459.73626708984375 461.735321044921875 461.734832763671875 460.734344482421875 458.73388671875 455.7333984375 449.732269287109375 452.731781005859375 457.731292724609375 480.7303466796875 516.7298583984375 536.7293701171875 549.7288818359375 559.7283935546875 570.72796630859375 581.72747802734375 589.72698974609375 600.72601318359375 605.72552490234375 609.72503662109375 612.724609375 615.72412109375 617.7236328125 621.72314453125 622.72265625 624.7216796875 627.72119140625 631.72076416015625 632.72027587890625 634.71978759765625 636.71929931640625 641.71881103515625 645.71832275390625 651.7174072265625 655.7169189453125 660.7164306640625 665.7159423828125 678.71478271484375 681.71429443359375 683.71380615234375 687.71337890625 695.71240234375 697.7119140625 699.71142578125 699.7109375 697.71044921875 697.7099609375 700.70953369140625 706.70855712890625 706.70806884765625 708.70758056640625 710.70709228515625 711.70660400390625 711.7061767578125 713.7056884765625 716.7052001953125 721.7042236328125 723.7037353515625 723.7032470703125 724.7027587890625 728.70233154296875 732.70184326171875 735.70135498046875 737.70086669921875 739.69989013671875 741.69940185546875 746.698974609375 749.698486328125 749.69732666015625 754.69683837890625 761.69635009765625 763.69586181640625 772.69488525390625 781.69439697265625 791.6939697265625 795.6934814453125 797.6929931640625 796.6925048828125 790.6920166015625 785.6915283203125 781.6905517578125 779.6900634765625 778.68963623046875 781.68914794921875 783.68865966796875 784.68817138671875 785.68768310546875 787.68719482421875 789.686279296875 789.685791015625 790.685302734375 791.684814453125 791.684326171875 789.683837890625 785.683349609375 774.68243408203125 774.68194580078125 779.68145751953125 787.68096923828125 792.6798095703125 797.6793212890625 802.6788330078125 805.6783447265625 791.6773681640625 780.6768798828125 772.67645263671875 767.67596435546875 773.67547607421875 781.67498779296875 790.67449951171875 803.67401123046875 814.67303466796875 816.672607421875 817.672119140625 816.671630859375 818.671142578125 817.670654296875 811.670166015625 808.669677734375 794.668701171875 782.66827392578125 776.66778564453125 774.66729736328125 773.66680908203125 773.66680908203125 774.66583251953125 777.66534423828125 779.6644287109375 779.6639404296875 781.6634521484375 782.6629638671875 782.6629638671875 782.6629638671875 783.66082763671875 786.66033935546875 795.65936279296875 800.65887451171875 806.65838623046875 811.657958984375 816.657470703125 822.656982421875 830.656494140625 850.655517578125 858.655029296875 863.654541015625 868.654052734375 871.65362548828125 875.65313720703125 882.65264892578125 891.65216064453125 904.65118408203125 906.65069580078125 907.65020751953125 906.6497802734375 905.6492919921875 905.6488037109375 907.6483154296875 913.6478271484375 922.6468505859375 923.6463623046875 923.6458740234375 923.64544677734375 922.64422607421875 921.64373779296875 921.64324951171875 920.64276123046875 918.641845703125 913.641357421875 906.640869140625 899.640380859375 894.639892578125 890.639404296875 893.638916015625 898.638427734375 900.63751220703125 900.63702392578125 901.63653564453125 904.63604736328125 910.63555908203125 916.63507080078125 924.63458251953125 929.63409423828125 939.6331787109375 942.6326904296875 948.6322021484375 953.6317138671875 957.6312255859375 962.6307373046875 965.6302490234375 965.6297607421875 971.62884521484375 978.62835693359375
|
||||
379.773834228515625 383.77337646484375 387.77288818359375 388.77239990234375 387.77191162109375 387.771453857421875 389.770965576171875 391.770477294921875 398.76953125 401.76904296875 404.7685546875 407.768096923828125 410.767608642578125 412.767120361328125 413.76666259765625 411.765533447265625 410.76458740234375 412.76409912109375 417.76361083984375 422.76312255859375 420.762664794921875 416.762176513671875 412.761688232421875 407.76123046875 404.76025390625 406.759765625 407.759307861328125 406.758819580078125 403.758331298828125 402.758026123046875 403.75738525390625 405.75689697265625 413.755950927734375 418.755462646484375 422.754974365234375 428.7545166015625 434.7540283203125 438.7535400390625 442.7530517578125 456.752105712890625 455.751617431640625 451.75115966796875 448.75067138671875 447.75018310546875 446.74969482421875 448.749237060546875 451.748748779296875 450.74713134765625 443.74664306640625 434.746185302734375 426.745697021484375 421.745208740234375 417.7447509765625 413.7442626953125 411.74200439453125 413.742828369140625 417.742340087890625 419.741851806640625 423.74139404296875 427.74090576171875 431.74041748046875 433.73992919921875 433.739471435546875 429.738494873046875 433.738006591796875 441.737548828125 446.737060546875 447.736572265625 449.736083984375 453.735626220703125 454.735137939453125 453.73419189453125 452.73370361328125 451.73321533203125 449.73272705078125 449.732269287109375 452.731781005859375 457.731292724609375 478.73016357421875 527.72918701171875 543.72869873046875 555.728271484375 564.727783203125 573.727294921875 582.726806640625 589.726318359375 598.725341796875 602.724853515625 606.724365234375 609.72393798828125 612.72344970703125 614.72296142578125 619.72247314453125 622.72198486328125 624.72100830078125 626.7205810546875 629.7200927734375 631.7196044921875 633.7191162109375 636.7186279296875 640.7181396484375 641.7176513671875 651.71673583984375 657.71624755859375 665.71575927734375 672.71527099609375 678.71478271484375 681.71429443359375 683.71380615234375 690.71270751953125 692.71173095703125 691.71124267578125 690.71075439453125 692.71026611328125 694.70977783203125 694.70928955078125 696.7088623046875 700.7083740234375 702.7073974609375 704.7069091796875 707.7064208984375 711.7059326171875 711.7054443359375 713.70501708984375 715.70452880859375 716.70404052734375 720.70306396484375 723.70257568359375 727.70208740234375 732.70166015625 735.701171875 737.70068359375 737.7001953125 738.69921875 742.69873046875 745.6982421875 749.69775390625 749.69732666015625 754.69683837890625 761.69635009765625 770.6951904296875 784.6942138671875 792.6937255859375 796.6932373046875 799.6927490234375 801.69232177734375 798.69183349609375 792.69134521484375 785.69085693359375 778.68988037109375 776.68939208984375 777.68890380859375 777.6884765625 778.68798828125 778.6875 781.68701171875 785.6865234375 786.685546875 785.68505859375 785.68505859375 786.68414306640625 785.68365478515625 784.68316650390625 782.68267822265625 773.68218994140625 769.68121337890625 774.6807861328125 783.6802978515625 792.6798095703125 797.6793212890625 802.6788330078125 805.6783447265625 797.67718505859375 772.67620849609375 761.67572021484375 760.67523193359375 764.6748046875 773.67431640625 782.673828125 793.67333984375 810.67236328125 808.671875 803.67138671875 802.6708984375 804.67041015625 806.66998291015625 802.66949462890625 795.66900634765625 782.66802978515625 776.66754150390625 774.66705322265625 773.66656494140625 774.6661376953125 777.6656494140625 779.6651611328125 781.6646728515625 779.6636962890625 781.6632080078125 783.6627197265625 783.6622314453125 782.6629638671875 782.6629638671875 783.66082763671875 784.65966796875 794.65869140625 799.658203125 803.65771484375 808.6572265625 812.65673828125 820.65625 829.65576171875 837.6552734375 849.65435791015625 853.65386962890625 859.65338134765625 866.65289306640625 873.65240478515625 882.65191650390625 891.65142822265625 899.6510009765625 906.6500244140625 906.6495361328125 904.6490478515625 904.6485595703125 905.6480712890625 909.6475830078125 912.6470947265625 920.64617919921875 922.64569091796875 923.64520263671875 922.64471435546875 922.64422607421875 921.64373779296875 921.64324951171875 921.64208984375 919.64111328125 910.640625 903.64013671875 895.6396484375 884.63916015625 882.63653564453125 886.63824462890625 891.63775634765625 897.63677978515625 902.63629150390625 908.63580322265625 913.63531494140625 918.63482666015625 923.63433837890625 927.6339111328125 931.6334228515625 935.6324462890625 939.6319580078125 946.6314697265625 950.6309814453125 952.6304931640625 956.6300048828125 960.6295166015625 961.62908935546875 970.62811279296875 975.62762451171875
|
||||
381.773193359375 384.772735595703125 385.772247314453125 384.771759033203125 383.77130126953125 383.77081298828125 384.77032470703125 388.76983642578125 395.768890380859375 398.768402099609375 401.7679443359375 404.7674560546875 406.7669677734375 408.7664794921875 410.766021728515625 411.765533447265625 410.76458740234375 412.76409912109375 417.76361083984375 422.76251220703125 422.76202392578125 418.76153564453125 412.76104736328125 404.760589599609375 400.759613037109375 401.759124755859375 403.7586669921875 402.7581787109375 402.758026123046875 402.758026123046875 403.756744384765625 407.756256103515625 415.75531005859375 417.75482177734375 420.75433349609375 428.75384521484375 433.753387451171875 438.752899169921875 443.752410888671875 449.751953125 451.7509765625 448.75048828125 445.750030517578125 444.749542236328125 444.749053955078125 447.748565673828125 451.74810791015625 453.74761962890625 443.74664306640625 434.746185302734375 428.74505615234375 422.74456787109375 417.74407958984375 413.74359130859375 411.74200439453125 411.742156982421875 412.740386962890625 415.7412109375 420.74072265625 426.740234375 429.739776611328125 430.739288330078125 428.738800048828125 428.73785400390625 434.73736572265625 441.73687744140625 444.73638916015625 445.735931396484375 445.735443115234375 446.734954833984375 446.7344970703125 444.7335205078125 443.7330322265625 442.732574462890625 446.732086181640625 450.731597900390625 454.731109619140625 462.73065185546875 478.73016357421875 527.72918701171875 543.72869873046875 553.72760009765625 564.72711181640625 575.72662353515625 584.72613525390625 590.72564697265625 592.72515869140625 599.7242431640625 603.7237548828125 605.7232666015625 608.7227783203125 611.7222900390625 615.7218017578125 619.7213134765625 620.7208251953125 624.71990966796875 628.71942138671875 632.71893310546875 633.71844482421875 635.71795654296875 638.71746826171875 642.71697998046875 653.716064453125 660.715576171875 668.715087890625 677.714599609375 684.714111328125 685.713623046875 688.713134765625 690.71270751953125 692.71173095703125 691.71124267578125 686.7100830078125 690.7095947265625 691.7091064453125 692.7086181640625 695.70819091796875 697.70770263671875 699.70672607421875 704.70623779296875 708.70574951171875 709.70526123046875 711.70477294921875 713.704345703125 714.703857421875 716.703369140625 721.702392578125 725.701904296875 730.701416015625 732.700927734375 734.700439453125 736.70001220703125 735.69952392578125 734.69903564453125 740.69805908203125 744.69757080078125 748.69708251953125 752.6966552734375 757.6961669921875 762.6956787109375 770.6951904296875 777.6947021484375 792.6937255859375 796.6932373046875 807.69207763671875 803.69158935546875 798.691162109375 793.690673828125 785.690185546875 778.689208984375 775.688720703125 775.688232421875 775.687744140625 775.687255859375 777.68682861328125 780.68634033203125 782.68585205078125 784.68487548828125 786.68438720703125 787.68389892578125 787.68341064453125 785.6829833984375 785.6824951171875 778.6820068359375 771.6815185546875 765.6805419921875 768.6800537109375 779.6795654296875 788.6790771484375 796.67864990234375 802.67816162109375 804.67767333984375 797.67718505859375 772.67620849609375 761.67572021484375 750.674560546875 754.674072265625 761.673583984375 769.673095703125 782.672607421875 793.67218017578125 798.67120361328125 793.67071533203125 791.67022705078125 791.66973876953125 791.66925048828125 784.66876220703125 779.6683349609375 776.6678466796875 772.6668701171875 773.6663818359375 778.6658935546875 784.6654052734375 792.6649169921875 799.6644287109375 800.6639404296875 799.66302490234375 796.66253662109375 796.66204833984375 793.66156005859375 788.66107177734375 787.66058349609375 785.66009521484375 784.65966796875 794.65869140625 799.658203125 806.656982421875 810.656494140625 816.65606689453125 823.65557861328125 831.65509033203125 837.65460205078125 844.65362548828125 847.65313720703125 854.65264892578125 863.6522216796875 872.6517333984375 880.6512451171875 888.6507568359375 895.6502685546875 902.6492919921875 905.6488037109375 904.6483154296875 904.6478271484375 907.64739990234375 909.64691162109375 911.64642333984375 914.64593505859375 919.64495849609375 919.64447021484375 919.64398193359375 919.64349365234375 920.64306640625 920.642578125 921.64208984375 921.6416015625 910.640625 898.639404296875 887.63897705078125 882.63653564453125 882.63653564453125 882.63653564453125 887.63702392578125 901.63604736328125 907.63555908203125 912.63507080078125 916.6346435546875 920.6341552734375 923.6336669921875 926.6331787109375 929.6326904296875 934.6317138671875 939.6312255859375 943.6307373046875 946.6302490234375 949.6297607421875 955.62933349609375 958.62884521484375 963.62835693359375 975.62738037109375 977.62689208984375
|
||||
381.7730712890625 384.7720947265625 383.7716064453125 382.771148681640625 382.770660400390625 382.770172119140625 383.76971435546875 387.76922607421875 390.76873779296875 394.76776123046875 398.767303466796875 401.766815185546875 404.766326904296875 407.765869140625 409.765380859375 407.764892578125 404.763946533203125 411.763458251953125 418.762969970703125 422.76251220703125 422.76202392578125 418.76153564453125 408.760406494140625 400.75994873046875 397.75897216796875 399.75848388671875 402.758026123046875 402.758026123046875 404.757049560546875 408.756591796875 411.756103515625 413.755615234375 418.754638671875 419.754180908203125 424.753692626953125 431.753204345703125 436.75274658203125 440.75225830078125 446.75177001953125 448.75128173828125 446.750335693359375 443.749847412109375 439.749359130859375 437.7489013671875 438.7484130859375 444.7479248046875 451.7474365234375 454.746978759765625 449.746002197265625 438.74554443359375 428.74505615234375 422.74456787109375 417.74407958984375 415.742950439453125 413.74249267578125 411.74200439453125 412.740386962890625 414.74053955078125 420.740081787109375 423.739593505859375 425.739105224609375 425.7386474609375 425.7381591796875 425.7376708984375 433.7366943359375 438.736236572265625 441.735748291015625 442.735260009765625 440.73480224609375 438.73431396484375 438.73382568359375 436.73284912109375 437.732391357421875 440.731903076171875 446.731414794921875 456.73095703125 469.73046875 480.72998046875 495.7294921875 521.728515625 538.72808837890625 553.72760009765625 564.72711181640625 575.72662353515625 583.7254638671875 587.7249755859375 590.7244873046875 596.72357177734375 599.72308349609375 603.72259521484375 605.72210693359375 608.72161865234375 610.72113037109375 613.72064208984375 616.72021484375 624.71923828125 630.71875 631.71826171875 632.7177734375 635.71728515625 637.716796875 640.71630859375 646.71588134765625 660.71490478515625 669.71441650390625 674.71392822265625 677.71343994140625 684.71295166015625 685.7125244140625 686.7120361328125 687.7115478515625 683.7105712890625 686.7100830078125 690.7095947265625 691.7091064453125 692.7086181640625 694.70751953125 696.70703125 700.7060546875 703.70556640625 705.705078125 707.70458984375 709.7041015625 712.70361328125 714.70318603515625 716.70269775390625 721.70172119140625 725.70123291015625 726.70074462890625 728.70025634765625 732.69976806640625 734.6993408203125 734.6988525390625 734.6983642578125 737.6973876953125 741.6968994140625 747.6964111328125 754.6959228515625 759.6954345703125 767.69500732421875 777.69451904296875 785.69403076171875 798.69305419921875 804.69256591796875 807.69207763671875 803.69158935546875 798.691162109375 788.68994140625 783.68951416015625 779.68902587890625 774.68804931640625 772.68756103515625 772.68707275390625 773.68658447265625 777.68609619140625 779.68560791015625 781.6851806640625 782.6846923828125 786.6837158203125 787.6832275390625 787.6827392578125 785.6822509765625 781.6817626953125 775.6812744140625 767.68084716796875 760.67987060546875 766.67938232421875 777.67889404296875 788.67840576171875 796.67791748046875 799.67742919921875 798.677001953125 787.676513671875 763.675537109375 754.675048828125 750.674560546875 754.674072265625 761.673583984375 759.67242431640625 771.67193603515625 782.67144775390625 792.67047119140625 783.6700439453125 779.6695556640625 776.6690673828125 773.6685791015625 770.6680908203125 768.6676025390625 769.6671142578125 769.6661376953125 776.6656494140625 785.66522216796875 795.66473388671875 807.66424560546875 816.66375732421875 818.66326904296875 819.66278076171875 818.66180419921875 817.66131591796875 813.660888671875 806.660400390625 796.659912109375 791.659423828125 787.658935546875 790.658447265625 803.657470703125 806.656982421875 810.656494140625 816.65606689453125 829.65484619140625 835.65435791015625 844.65386962890625 846.6529541015625 850.6524658203125 859.6519775390625 867.6514892578125 873.6510009765625 879.6505126953125 888.6500244140625 894.6495361328125 901.6485595703125 903.64813232421875 904.64764404296875 906.64715576171875 909.64666748046875 912.64617919921875 913.64569091796875 914.64520263671875 915.64422607421875 914.643798828125 913.643310546875 916.642822265625 920.642333984375 922.641845703125 922.641357421875 923.640869140625 907.639892578125 898.639404296875 887.63897705078125 882.63653564453125 882.63653564453125 883.63677978515625 890.63629150390625 895.63580322265625 908.6348876953125 913.6343994140625 917.6339111328125 919.6334228515625 922.6329345703125 926.6324462890625 931.6319580078125 933.6314697265625 942.6304931640625 944.6300048828125 946.62957763671875 950.62908935546875 956.62860107421875 964.62811279296875 971.62762451171875 983.62664794921875 983.62615966796875
|
||||
379.772430419921875 381.771453857421875 380.77099609375 380.7705078125 382.77001953125 383.76953125 385.769073486328125 387.768585205078125 389.768096923828125 392.76715087890625 395.76666259765625 398.76617431640625 401.76568603515625 405.765228271484375 406.764739990234375 404.764251708984375 401.7637939453125 408.7628173828125 414.7623291015625 417.761871337890625 418.761383056640625 416.760894775390625 408.760406494140625 400.75994873046875 396.75946044921875 400.757843017578125 403.75738525390625 403.75689697265625 407.75640869140625 412.75592041015625 416.755462646484375 417.754974365234375 422.753997802734375 428.7535400390625 436.7530517578125 439.7525634765625 441.7520751953125 444.751617431640625 448.751129150390625 449.750640869140625 442.74969482421875 437.74920654296875 433.74871826171875 432.74822998046875 435.747772216796875 442.747283935546875 450.746795654296875 454.746337890625 452.745361328125 444.744873046875 433.744384765625 426.743927001953125 420.743438720703125 415.742950439453125 413.74249267578125 412.740386962890625 412.740386962890625 415.739898681640625 418.739410400390625 419.73895263671875 420.73846435546875 421.73797607421875 423.73748779296875 425.737030029296875 431.736053466796875 435.735565185546875 437.735107421875 438.734619140625 435.734130859375 433.733642578125 434.733154296875 434.732696533203125 435.731719970703125 438.73126220703125 447.73077392578125 462.73028564453125 477.72979736328125 492.72930908203125 503.728851318359375 510.728363037109375 534.7274169921875 550.7269287109375 566.7264404296875 577.7259521484375 583.7254638671875 587.7249755859375 590.7244873046875 596.72357177734375 599.722412109375 603.721923828125 606.721435546875 610.720947265625 612.720458984375 613.72003173828125 616.71954345703125 622.71856689453125 627.71807861328125 631.71759033203125 634.71710205078125 637.71661376953125 640.7161865234375 643.7156982421875 647.7152099609375 658.7142333984375 665.7137451171875 669.7132568359375 671.7127685546875 675.7122802734375 679.7117919921875 680.71136474609375 678.71087646484375 678.70989990234375 684.70941162109375 687.70892333984375 689.70843505859375 690.70794677734375 694.70751953125 696.70703125 696.70654296875 699.70489501953125 700.70440673828125 703.70391845703125 707.70343017578125 708.70294189453125 710.7025146484375 713.7020263671875 715.7015380859375 720.7005615234375 723.7000732421875 727.6995849609375 731.6990966796875 735.6986083984375 733.69818115234375 732.69769287109375 735.69671630859375 739.69622802734375 744.69573974609375 750.69525146484375 757.69476318359375 764.69427490234375 774.69384765625 784.693359375 797.6923828125 803.69189453125 801.69140625 798.69091796875 793.6904296875 788.68994140625 783.68951416015625 779.68902587890625 770.6873779296875 768.6868896484375 768.6864013671875 772.6859130859375 775.6854248046875 778.6849365234375 779.6844482421875 781.6839599609375 784.68304443359375 785.68255615234375 784.68206787109375 781.68157958984375 777.68109130859375 769.68060302734375 761.68011474609375 756.67962646484375 762.6787109375 772.67822265625 782.677734375 789.67724609375 790.6767578125 785.67626953125 775.67578125 763.67529296875 744.67437744140625 741.67388916015625 742.67340087890625 748.67291259765625 759.67242431640625 771.67193603515625 782.67144775390625 773.6697998046875 771.6693115234375 767.6688232421875 765.6683349609375 763.6678466796875 763.66741943359375 765.66693115234375 766.66644287109375 773.66546630859375 781.66497802734375 791.66448974609375 803.66400146484375 815.66351318359375 824.6630859375 827.66259765625 829.662109375 832.6611328125 835.66064453125 832.66015625 823.65966796875 814.6591796875 805.65869140625 797.658203125 795.65777587890625 805.65679931640625 813.65631103515625 819.65582275390625 824.65533447265625 829.65484619140625 835.65435791015625 844.65386962890625 846.6534423828125 865.6517333984375 870.6512451171875 875.6507568359375 875.6502685546875 879.64984130859375 887.64935302734375 893.64886474609375 896.64837646484375 900.64739990234375 901.64691162109375 903.64642333984375 906.64593505859375 909.64544677734375 911.64501953125 911.64453125 913.6435546875 912.64306640625 909.642578125 915.64208984375 921.6416015625 923.64111328125 923.640625 921.64013671875 910.63922119140625 901.63873291015625 890.63824462890625 882.63775634765625 882.63653564453125 883.63677978515625 890.63629150390625 895.63580322265625 907.6341552734375 912.6336669921875 914.6331787109375 917.6326904296875 922.6322021484375 927.6317138671875 933.6312255859375 942.6307373046875 953.62982177734375 954.62933349609375 954.62884521484375 956.62835693359375 961.62786865234375 971.62738037109375 977.62689208984375 981.62640380859375 988.62548828125
|
||||
378.77178955078125 378.770843505859375 377.770355224609375 377.769866943359375 379.769378662109375 382.7689208984375 385.7684326171875 388.7679443359375 388.7674560546875 392.766510009765625 394.766021728515625 396.765533447265625 400.76507568359375 402.76458740234375 404.76409912109375 403.76361083984375 401.763153076171875 408.762176513671875 411.761688232421875 412.76123046875 410.7607421875 407.76025390625 401.759765625 397.759307861328125 395.758819580078125 400.757843017578125 403.75738525390625 403.75689697265625 407.755767822265625 415.755279541015625 419.75482177734375 421.75433349609375 426.75384521484375 437.752899169921875 440.752410888671875 442.751922607421875 442.751434326171875 444.7509765625 447.75048828125 447.75 444.74951171875 432.748565673828125 430.748077392578125 430.747589111328125 435.74713134765625 442.74664306640625 448.74615478515625 453.74566650390625 456.744720458984375 450.744232177734375 441.743743896484375 431.7432861328125 423.7427978515625 417.7423095703125 414.7418212890625 412.7413330078125 412.740386962890625 415.739898681640625 418.739410400390625 419.73895263671875 415.73779296875 418.737335205078125 421.736846923828125 425.736358642578125 427.73541259765625 429.73492431640625 432.73443603515625 431.73394775390625 429.733489990234375 430.733001708984375 432.732513427734375 434.732025146484375 437.7310791015625 439.7305908203125 448.7301025390625 462.7296142578125 479.729156494140625 494.728668212890625 508.728179931640625 520.72772216796875 543.72674560546875 555.72625732421875 563.72576904296875 573.72528076171875 580.72479248046875 585.724365234375 590.723876953125 592.723388671875 599.722412109375 603.721923828125 606.721435546875 611.72027587890625 613.7198486328125 613.7193603515625 615.7188720703125 623.7178955078125 628.7174072265625 633.7169189453125 636.7164306640625 638.7159423828125 641.71551513671875 643.71502685546875 646.71453857421875 655.71356201171875 663.71307373046875 666.71258544921875 666.71209716796875 669.71160888671875 671.711181640625 672.710693359375 672.710205078125 671.709228515625 678.708740234375 684.708251953125 686.707763671875 691.707275390625 695.70684814453125 696.70635986328125 696.70587158203125 699.70489501953125 700.70440673828125 703.70391845703125 703.7027587890625 706.7022705078125 709.7017822265625 712.70135498046875 715.70086669921875 718.69989013671875 720.69940185546875 723.69891357421875 728.69842529296875 731.69793701171875 730.69744873046875 727.697021484375 728.696533203125 737.695556640625 741.695068359375 746.694580078125 751.694091796875 760.693603515625 769.693115234375 778.69268798828125 786.69219970703125 795.69122314453125 794.69073486328125 790.69024658203125 786.68975830078125 782.68927001953125 777.68878173828125 774.6883544921875 770.6873779296875 768.6868896484375 768.6864013671875 770.68524169921875 773.68475341796875 775.68426513671875 778.68377685546875 780.68328857421875 781.68231201171875 782.681884765625 776.681396484375 771.680908203125 765.680419921875 760.679931640625 754.679443359375 750.678955078125 751.677978515625 763.677490234375 775.67706298828125 780.67657470703125 778.67608642578125 771.67559814453125 762.67510986328125 754.67462158203125 741.6727294921875 741.6727294921875 741.6727294921875 741.6727294921875 747.6717529296875 757.6712646484375 765.6707763671875 771.6702880859375 771.6693115234375 767.6688232421875 765.6683349609375 760.66717529296875 766.66668701171875 767.66619873046875 769.66571044921875 773.66522216796875 788.664306640625 797.663818359375 808.663330078125 820.662841796875 826.662353515625 830.661865234375 838.661376953125 841.660400390625 841.659912109375 838.65948486328125 831.65899658203125 822.65850830078125 813.65802001953125 802.65753173828125 797.65704345703125 805.65606689453125 815.65557861328125 823.6551513671875 828.6546630859375 834.6541748046875 839.6536865234375 846.6531982421875 852.6527099609375 865.6517333984375 870.6512451171875 875.6507568359375 884.64959716796875 883.64910888671875 886.64862060546875 891.64813232421875 896.64764404296875 898.64666748046875 898.646240234375 900.645751953125 903.645263671875 907.644775390625 911.644287109375 911.643798828125 910.643310546875 909.642333984375 910.641845703125 914.641357421875 920.64093017578125 922.64044189453125 921.63995361328125 920.63946533203125 919.63897705078125 907.63800048828125 893.63751220703125 887.63702392578125 882.63653564453125 883.63604736328125 888.6356201171875 894.6351318359375 907.6341552734375 912.6336669921875 914.6331787109375 920.6319580078125 926.6314697265625 932.6309814453125 941.63055419921875 951.63006591796875 961.62908935546875 962.62860107421875 963.62811279296875 964.62762451171875 967.62713623046875 971.62664794921875 974.62615966796875 978.625732421875 989.624755859375
|
||||
378.771148681640625 378.77069091796875 376.76971435546875 375.76922607421875 376.768768310546875 379.768280029296875 383.767791748046875 386.767303466796875 386.766845703125 388.766357421875 394.765380859375 395.764892578125 397.764434814453125 399.763946533203125 400.763458251953125 401.76300048828125 401.76251220703125 405.76153564453125 406.76104736328125 405.760589599609375 403.760101318359375 401.759613037109375 398.759124755859375 396.7586669921875 395.7581787109375 400.7572021484375 403.756744384765625 403.756256103515625 407.755767822265625 415.755279541015625 419.75482177734375 421.75433349609375 433.753204345703125 438.75225830078125 438.75177001953125 439.75128173828125 440.75079345703125 442.75030517578125 444.749847412109375 443.749359130859375 436.748870849609375 429.7479248046875 430.7474365234375 432.7469482421875 437.7464599609375 444.7459716796875 450.745513916015625 455.745025634765625 457.744537353515625 453.74359130859375 446.74310302734375 436.74261474609375 424.74212646484375 419.741668701171875 415.741180419921875 412.740692138671875 411.740203857421875 413.7392578125 414.73876953125 414.73828125 415.73779296875 418.737335205078125 421.736846923828125 423.7357177734375 425.7347412109375 426.7342529296875 426.733795166015625 428.733306884765625 429.732818603515625 432.732330322265625 435.73187255859375 437.73138427734375 442.73040771484375 446.72991943359375 454.729461669921875 467.728973388671875 482.728485107421875 495.727996826171875 513.7275390625 527.72705078125 549.72607421875 557.7255859375 565.72509765625 572.724609375 579.72418212890625 585.72369384765625 590.72320556640625 593.72271728515625 601.72174072265625 605.72125244140625 608.72076416015625 611.72027587890625 613.7198486328125 613.7193603515625 616.71820068359375 621.71771240234375 628.71673583984375 632.71624755859375 635.71575927734375 637.71533203125 640.71484375 643.71435546875 645.7138671875 647.71337890625 657.71240234375 661.7119140625 663.71142578125 664.7109375 665.71051025390625 666.71002197265625 666.70953369140625 670.70855712890625 675.70806884765625 681.70758056640625 687.70709228515625 691.70660400390625 693.7061767578125 694.7056884765625 694.7052001953125 697.7042236328125 697.7037353515625 700.7032470703125 703.7027587890625 706.7022705078125 709.7017822265625 712.70068359375 713.7001953125 715.69921875 715.69873046875 717.6982421875 723.69775390625 726.697265625 727.69677734375 725.6962890625 725.69586181640625 733.69488525390625 738.69439697265625 744.69390869140625 751.69342041015625 757.69293212890625 768.69244384765625 777.69195556640625 783.6915283203125 791.6905517578125 790.6900634765625 784.6895751953125 780.6890869140625 776.6885986328125 774.6881103515625 771.6876220703125 769.6871337890625 765.68621826171875 767.68572998046875 770.68524169921875 773.68475341796875 775.68426513671875 778.68377685546875 778.6826171875 778.68212890625 772.68115234375 765.6806640625 755.68017578125 752.67974853515625 750.67926025390625 746.67877197265625 743.67828369140625 739.67730712890625 745.67681884765625 757.67633056640625 765.67584228515625 765.67535400390625 758.6749267578125 753.6744384765625 746.6739501953125 741.6727294921875 741.6727294921875 741.6727294921875 741.6727294921875 737.6715087890625 742.6705322265625 749.6700439453125 755.66961669921875 762.66864013671875 761.66815185546875 760.66766357421875 760.66717529296875 766.66668701171875 767.66619873046875 780.6650390625 785.66455078125 795.66357421875 802.6630859375 813.66259765625 820.662109375 826.66168212890625 830.66119384765625 836.66070556640625 840.66021728515625 840.65924072265625 838.65875244140625 834.65826416015625 826.65777587890625 816.65728759765625 810.6568603515625 807.6563720703125 806.6558837890625 815.6549072265625 822.6544189453125 831.6539306640625 837.6534423828125 840.6529541015625 848.6524658203125 859.6519775390625 876.65106201171875 882.65057373046875 885.65008544921875 884.64959716796875 883.64910888671875 886.64862060546875 888.6474609375 893.64697265625 898.64599609375 898.64599609375 900.64501953125 903.64453125 907.64404296875 908.6435546875 907.64306640625 907.642578125 905.64166259765625 907.64117431640625 912.64068603515625 916.64019775390625 918.63970947265625 917.63922119140625 915.63873291015625 914.63824462890625 901.63726806640625 893.6368408203125 886.6363525390625 881.6358642578125 879.6353759765625 883.6348876953125 892.6343994140625 903.6339111328125 915.6329345703125 916.6324462890625 920.6319580078125 926.6314697265625 932.6309814453125 946.62982177734375 952.62933349609375 959.62884521484375 965.62786865234375 966.62738037109375 967.62689208984375 968.62640380859375 971.6259765625 973.62548828125 976.625 985.6240234375
|
||||
378.771148681640625 378.77069091796875 376.76971435546875 375.76922607421875 375.76812744140625 378.76763916015625 381.76715087890625 383.76666259765625 384.766204833984375 389.765716552734375 397.764739990234375 397.7642822265625 396.7637939453125 395.7633056640625 396.7628173828125 396.762359619140625 394.761871337890625 395.761383056640625 397.76043701171875 398.75994873046875 399.75946044921875 399.75897216796875 396.75848388671875 394.758026123046875 393.757537841796875 395.757049560546875 402.756103515625 403.755615234375 408.755126953125 417.754638671875 424.754150390625 429.753692626953125 433.753204345703125 438.75225830078125 438.75177001953125 436.750640869140625 437.750152587890625 438.749664306640625 439.74920654296875 435.74871826171875 429.74822998046875 427.74725341796875 430.746795654296875 437.746307373046875 444.745819091796875 448.745330810546875 453.744873046875 457.744384765625 457.743896484375 451.742919921875 445.742462158203125 436.741973876953125 427.741485595703125 421.740997314453125 418.74053955078125 414.74005126953125 411.73956298828125 411.73858642578125 412.738128662109375 412.737457275390625 413.737152099609375 416.736663818359375 420.7362060546875 423.7357177734375 424.7352294921875 426.7342529296875 426.733123779296875 428.732635498046875 430.732177734375 432.731689453125 437.731201171875 441.730712890625 446.730224609375 455.729278564453125 468.728790283203125 480.728302001953125 490.72784423828125 501.72735595703125 514.72686767578125 526.72637939453125 549.72540283203125 556.72491455078125 563.7244873046875 572.7239990234375 579.7235107421875 585.7230224609375 590.7225341796875 596.7220458984375 602.7210693359375 605.7205810546875 607.7200927734375 609.71966552734375 609.71917724609375 612.71868896484375 616.71820068359375 621.71771240234375 628.71673583984375 628.715576171875 632.715087890625 636.71466064453125 640.71417236328125 643.71368408203125 645.71319580078125 646.71270751953125 651.71173095703125 655.71124267578125 658.71075439453125 661.7103271484375 661.7098388671875 661.7093505859375 663.7088623046875 666.7083740234375 674.7073974609375 679.7069091796875 685.7064208984375 688.7059326171875 691.70550537109375 691.70501708984375 692.70452880859375 693.70404052734375 693.70306396484375 696.70257568359375 701.70208740234375 706.70159912109375 709.70111083984375 712.70068359375 713.7001953125 715.69921875 715.69873046875 717.69757080078125 720.69708251953125 725.69659423828125 724.69610595703125 724.69561767578125 727.69512939453125 736.6942138671875 741.6937255859375 746.6932373046875 751.6927490234375 757.6922607421875 768.6917724609375 779.6912841796875 784.6907958984375 788.6898193359375 784.68939208984375 781.68890380859375 776.68841552734375 774.68792724609375 772.68743896484375 769.68695068359375 765.68646240234375 765.68548583984375 767.68505859375 769.6845703125 771.68408203125 773.68359375 775.68310546875 778.6826171875 778.68212890625 772.68115234375 756.67999267578125 745.67950439453125 744.67901611328125 738.67852783203125 734.6781005859375 733.6776123046875 730.6771240234375 740.6761474609375 748.6756591796875 750.6751708984375 745.6746826171875 742.6741943359375 741.6737060546875 741.6732177734375 741.6727294921875 748.67181396484375 750.67132568359375 746.67083740234375 741.67034912109375 740.66986083984375 746.66937255859375 751.66888427734375 755.66790771484375 753.66748046875 753.6669921875 754.66650390625 763.666015625 774.66552734375 780.6650390625 785.66455078125 795.66357421875 814.66241455078125 820.66192626953125 824.66143798828125 828.66094970703125 832.66046142578125 837.65997314453125 840.65948486328125 841.6585693359375 841.6580810546875 839.6575927734375 835.6571044921875 828.6566162109375 823.6561279296875 820.6556396484375 814.6551513671875 817.6541748046875 823.6536865234375 830.65325927734375 834.65277099609375 840.65228271484375 851.65179443359375 862.65130615234375 871.65081787109375 883.64984130859375 884.64935302734375 883.64886474609375 883.64837646484375 884.64794921875 888.6474609375 893.64697265625 898.646484375 901.644775390625 902.644287109375 902.643798828125 904.64337158203125 904.64288330078125 904.64239501953125 905.64190673828125 900.64093017578125 902.64044189453125 904.63995361328125 908.63946533203125 908.63897705078125 906.63848876953125 904.6380615234375 898.6375732421875 888.6365966796875 882.6361083984375 878.6356201171875 876.6351318359375 877.6346435546875 883.6341552734375 893.6336669921875 906.6331787109375 927.6322021484375 935.63177490234375 937.63128662109375 935.63079833984375 939.63031005859375 946.62982177734375 952.62933349609375 959.62884521484375 965.62713623046875 964.626708984375 965.626220703125 967.625732421875 970.625244140625 972.624755859375 974.624267578125 977.623779296875
|
||||
374.76959228515625 374.770050048828125 374.76959228515625 374.76959228515625 375.76812744140625 378.76763916015625 381.76715087890625 385.76605224609375 388.76556396484375 392.76507568359375 398.764129638671875 398.763641357421875 396.763153076171875 395.762664794921875 394.76220703125 393.76171875 392.76123046875 391.7607421875 390.759796142578125 393.759307861328125 396.758819580078125 396.758331298828125 394.75787353515625 393.7572021484375 393.7572021484375 393.7572021484375 401.755462646484375 403.754974365234375 409.754486083984375 421.753997802734375 431.7535400390625 436.7530517578125 436.7525634765625 436.7520751953125 436.751129150390625 436.750640869140625 437.750152587890625 438.749664306640625 433.74853515625 428.748046875 423.747589111328125 421.747100830078125 429.746124267578125 437.74566650390625 444.74517822265625 449.74468994140625 454.74420166015625 459.74371337890625 459.743255615234375 447.742279052734375 442.741790771484375 435.7413330078125 428.7408447265625 424.7403564453125 420.7398681640625 414.7393798828125 410.738922119140625 410.737945556640625 412.737457275390625 413.73699951171875 414.73651123046875 416.73602294921875 420.73553466796875 422.73504638671875 422.73455810546875 424.733612060546875 426.733123779296875 428.732635498046875 430.732177734375 432.73101806640625 439.73052978515625 447.730072021484375 452.729583740234375 468.728607177734375 478.7281494140625 488.7276611328125 496.7271728515625 505.7266845703125 517.7261962890625 529.7257080078125 540.7252197265625 557.72430419921875 565.72381591796875 573.72332763671875 582.72283935546875 589.72235107421875 593.72186279296875 595.72137451171875 597.72088623046875 604.719970703125 608.719482421875 608.718994140625 608.718505859375 611.718017578125 616.717529296875 619.717041015625 624.716064453125 628.715576171875 632.715087890625 636.71466064453125 640.71417236328125 642.7130126953125 644.7125244140625 644.7120361328125 648.7110595703125 652.7105712890625 654.7100830078125 656.70965576171875 656.70916748046875 657.70867919921875 659.70819091796875 664.70770263671875 674.70672607421875 679.70623779296875 682.70574951171875 685.70526123046875 685.704833984375 685.704345703125 687.703857421875 688.703369140625 689.702392578125 692.701904296875 698.701416015625 705.700927734375 709.700439453125 711.699951171875 712.69952392578125 713.69903564453125 715.69805908203125 717.69757080078125 720.69708251953125 725.69659423828125 724.6954345703125 727.6949462890625 731.6944580078125 736.6939697265625 745.69305419921875 749.69256591796875 749.69207763671875 755.69158935546875 764.69110107421875 775.69061279296875 783.69012451171875 784.68914794921875 782.68865966796875 777.688232421875 774.687744140625 770.687255859375 767.686767578125 766.686279296875 763.685791015625 763.684814453125 764.684326171875 766.683837890625 768.683349609375 769.68292236328125 773.68243408203125 775.68194580078125 777.68145751953125 764.68048095703125 756.67999267578125 745.67950439453125 744.67901611328125 726.6778564453125 724.6773681640625 723.6768798828125 721.6763916015625 733.67547607421875 740.67498779296875 737.67449951171875 730.67401123046875 725.67352294921875 729.67303466796875 735.67254638671875 740.67205810546875 754.67108154296875 759.67059326171875 756.670166015625 752.669677734375 748.669189453125 748.668701171875 750.668212890625 750.668212890625 750.668212890625 750.668212890625 750.668212890625 759.665283203125 774.664794921875 787.66436767578125 796.66387939453125 802.66339111328125 814.66241455078125 820.66192626953125 824.66143798828125 830.6602783203125 831.6597900390625 835.6593017578125 839.6588134765625 842.6578369140625 842.6573486328125 841.6568603515625 838.6563720703125 835.6558837890625 831.6553955078125 829.65496826171875 826.65447998046875 817.65350341796875 820.65301513671875 823.65252685546875 828.65203857421875 837.65155029296875 850.65106201171875 861.65057373046875 870.65008544921875 881.649169921875 882.648681640625 882.648193359375 881.647705078125 881.647705078125 883.646728515625 890.646240234375 894.645751953125 901.644775390625 902.644287109375 902.643798828125 904.64337158203125 902.64215087890625 902.64166259765625 901.64117431640625 898.64068603515625 895.63970947265625 898.6392822265625 901.6387939453125 899.6383056640625 894.6378173828125 889.6373291015625 884.6368408203125 878.6363525390625 869.6353759765625 868.6348876953125 874.6343994140625 884.6339111328125 891.6334228515625 901.6329345703125 911.63250732421875 933.63153076171875 943.63104248046875 942.63055419921875 939.63006591796875 939.62957763671875 942.62908935546875 947.62860107421875 953.62811279296875 965.62713623046875 964.626708984375 965.626220703125 967.625 969.62451171875 970.6240234375 972.62353515625 975.623046875
|
||||
374.76959228515625 374.76959228515625 374.76959228515625 375.767974853515625 377.767486572265625 379.766998291015625 382.76654052734375 385.76605224609375 388.76556396484375 392.76507568359375 392.76397705078125 394.76300048828125 394.76251220703125 394.76202392578125 394.761566162109375 393.761077880859375 392.760589599609375 390.760101318359375 386.7591552734375 388.7586669921875 390.7581787109375 393.7576904296875 393.7572021484375 393.7572021484375 393.7572021484375 396.755767822265625 406.75482177734375 411.75433349609375 418.75384521484375 428.75335693359375 435.75286865234375 436.752410888671875 434.751922607421875 433.751434326171875 432.75048828125 433.75 434.74951171875 434.7490234375 433.74853515625 428.748046875 423.747589111328125 420.74676513671875 429.7454833984375 437.7449951171875 445.744537353515625 450.744049072265625 454.743560791015625 459.743072509765625 458.742584228515625 450.74212646484375 440.74114990234375 434.74066162109375 428.74017333984375 423.739715576171875 417.739227294921875 411.738739013671875 408.738250732421875 407.73779296875 410.73681640625 412.736328125 414.73583984375 415.7353515625 415.734893798828125 417.734405517578125 419.733917236328125 423.73297119140625 425.73248291015625 427.73199462890625 429.73150634765625 432.73101806640625 439.73052978515625 447.730072021484375 452.729583740234375 478.72796630859375 486.72747802734375 495.72698974609375 506.72650146484375 516.72601318359375 524.72552490234375 538.72509765625 552.724609375 572.7236328125 576.72314453125 579.72265625 584.72216796875 589.7216796875 593.72119140625 595.720703125 596.72021484375 604.71929931640625 607.71881103515625 608.71832275390625 609.71783447265625 614.71734619140625 618.71685791015625 617.71636962890625 618.71588134765625 625.7149658203125 631.7144775390625 636.7139892578125 640.7135009765625 642.7130126953125 644.7125244140625 644.7120361328125 643.71087646484375 648.70989990234375 650.70947265625 653.708984375 654.70849609375 653.7080078125 655.70751953125 660.70703125 672.7060546875 675.70556640625 678.705078125 679.70458984375 678.7041015625 677.70367431640625 680.70318603515625 684.70269775390625 688.70172119140625 693.70123291015625 697.70074462890625 702.70025634765625 707.69976806640625 710.69927978515625 711.6988525390625 711.6983642578125 715.6973876953125 717.6968994140625 721.6964111328125 722.6959228515625 724.6954345703125 727.6949462890625 731.6944580078125 735.69329833984375 742.6923828125 746.69189453125 747.69140625 748.69091796875 757.6904296875 768.68994140625 778.689453125 783.68896484375 782.68798828125 779.6875 775.68701171875 768.68658447265625 764.68609619140625 763.68560791015625 761.68511962890625 760.68463134765625 761.68365478515625 761.68316650390625 763.68267822265625 767.68218994140625 773.68170166015625 775.6812744140625 771.6807861328125 754.6798095703125 740.6793212890625 738.6788330078125 735.6783447265625 726.6778564453125 724.6773681640625 723.6768798828125 704.67572021484375 716.67474365234375 723.67425537109375 723.67376708984375 720.67333984375 718.6728515625 721.67236328125 729.671875 733.67138671875 759.67041015625 764.669921875 766.66943359375 765.6689453125 762.66845703125 760.66796875 755.66748046875 751.66705322265625 750.668212890625 750.668212890625 750.668212890625 765.66461181640625 779.66412353515625 789.66363525390625 799.66314697265625 808.66265869140625 821.66168212890625 827.6612548828125 830.6607666015625 830.6602783203125 831.6597900390625 835.6593017578125 839.6588134765625 840.65765380859375 841.65667724609375 838.65618896484375 835.65570068359375 835.65521240234375 835.65472412109375 835.65423583984375 832.65374755859375 826.65325927734375 817.65350341796875 817.65350341796875 821.6513671875 832.65087890625 846.650390625 855.64990234375 863.6494140625 878.6484375 881.64794921875 881.6474609375 882.64697265625 884.646484375 886.64599609375 888.6455078125 889.64508056640625 896.64410400390625 899.64361572265625 900.64312744140625 901.64263916015625 902.64215087890625 902.64166259765625 901.64117431640625 894.6400146484375 889.6390380859375 892.6385498046875 896.6380615234375 895.6375732421875 887.6370849609375 879.6365966796875 869.6361083984375 865.6356201171875 861.6346435546875 862.6341552734375 869.63372802734375 884.63323974609375 894.63275146484375 902.63226318359375 911.63177490234375 919.63128662109375 930.63031005859375 934.62982177734375 935.62933349609375 935.62884521484375 938.62835693359375 940.62786865234375 947.62744140625 954.626953125 962.6259765625 965.62548828125 967.625 969.62451171875 970.6240234375 971.622802734375 975.622314453125
|
||||
374.76959228515625 374.76959228515625 374.76959228515625 377.767333984375 380.766845703125 382.766357421875 385.765899658203125 386.765411376953125 388.764923095703125 391.764434814453125 392.76397705078125 394.76300048828125 394.76251220703125 390.76141357421875 390.76092529296875 389.76043701171875 387.75994873046875 385.75946044921875 384.75897216796875 385.758026123046875 388.757537841796875 392.757049560546875 395.756591796875 397.756103515625 399.755615234375 403.755126953125 408.754638671875 419.753692626953125 424.753204345703125 431.752716064453125 433.752227783203125 432.75177001953125 431.75128173828125 429.75079345703125 428.74981689453125 429.749359130859375 430.748870849609375 429.748382568359375 428.747894287109375 423.747406005859375 420.74676513671875 420.74676513671875 429.7454833984375 437.7449951171875 445.744537353515625 449.743408203125 454.742919921875 456.742431640625 452.741943359375 446.741455078125 437.740509033203125 433.740020751953125 428.739532470703125 422.739044189453125 415.73858642578125 410.73809814453125 407.73760986328125 406.73712158203125 408.73614501953125 411.735687255859375 412.735198974609375 412.735198974609375 413.734222412109375 414.7337646484375 416.7332763671875 419.7327880859375 426.7318115234375 427.7313232421875 428.730865478515625 434.730377197265625 445.729888916015625 455.729400634765625 462.728912353515625 469.72845458984375 486.72747802734375 495.72698974609375 522.725830078125 526.725341796875 532.72491455078125 544.72442626953125 559.72393798828125 574.72296142578125 578.72247314453125 580.72198486328125 585.72149658203125 590.72100830078125 594.72052001953125 596.7200927734375 599.7196044921875 606.7186279296875 610.7181396484375 612.7176513671875 614.7171630859375 618.7166748046875 620.7161865234375 620.7156982421875 620.7152099609375 626.71429443359375 630.71380615234375 637.71331787109375 641.71282958984375 641.71234130859375 641.71185302734375 641.71136474609375 643.71087646484375 648.70989990234375 650.70947265625 650.70831298828125 651.70782470703125 651.70733642578125 652.70684814453125 657.70635986328125 663.70587158203125 668.70489501953125 670.70440673828125 671.70391845703125 672.7034912109375 673.7030029296875 675.7025146484375 679.7020263671875 684.7015380859375 695.7005615234375 697.7000732421875 701.6995849609375 704.6990966796875 705.6986083984375 707.6981201171875 709.69769287109375 714.69671630859375 714.69622802734375 718.69573974609375 723.69525146484375 726.69476318359375 729.69427490234375 732.69378662109375 735.69329833984375 742.6923828125 746.69189453125 741.69073486328125 746.69024658203125 754.68975830078125 766.68927001953125 774.68878173828125 780.68829345703125 784.68731689453125 782.68682861328125 776.68634033203125 770.68585205078125 764.68536376953125 760.6849365234375 757.6844482421875 757.6839599609375 759.6829833984375 759.6824951171875 760.6820068359375 764.6815185546875 770.6810302734375 772.6805419921875 768.6800537109375 755.6795654296875 730.67864990234375 726.67816162109375 725.67767333984375 716.67718505859375 706.67669677734375 706.67620849609375 704.67572021484375 709.67523193359375 723.67425537109375 723.67376708984375 717.672607421875 715.672119140625 716.671630859375 723.671142578125 736.670654296875 768.66973876953125 773.66925048828125 772.66876220703125 769.66827392578125 766.66778564453125 765.66729736328125 761.66680908203125 756.66632080078125 752.66534423828125 751.66485595703125 759.6644287109375 771.6639404296875 784.6634521484375 793.6629638671875 802.6624755859375 810.6619873046875 824.6610107421875 828.6605224609375 827.6600341796875 827.6595458984375 827.6590576171875 830.6585693359375 836.6580810546875 840.65765380859375 841.65667724609375 838.65618896484375 835.65521240234375 836.65447998046875 838.654052734375 837.653564453125 835.653076171875 830.652587890625 818.651611328125 818.651123046875 820.650634765625 829.650146484375 840.649658203125 847.649169921875 855.648681640625 863.648193359375 875.64727783203125 881.64678955078125 883.64630126953125 885.64581298828125 886.64532470703125 885.64483642578125 885.64434814453125 887.64385986328125 894.64288330078125 897.64239501953125 899.64190673828125 900.64141845703125 900.6409912109375 898.6405029296875 894.6400146484375 889.6390380859375 892.6385498046875 889.6373291015625 888.6368408203125 880.6363525390625 866.6358642578125 857.6353759765625 855.63494873046875 860.63397216796875 863.63348388671875 872.63299560546875 885.63250732421875 893.63201904296875 902.63153076171875 912.63104248046875 917.63055419921875 920.62957763671875 923.62908935546875 927.62860107421875 933.628173828125 936.627685546875 939.627197265625 944.626708984375 948.626220703125 959.625244140625 963.624755859375 966.624267578125 967.623779296875 967.623291015625 971.622802734375 975.622314453125
|
||||
376.76861572265625 375.768157958984375 375.767669677734375 377.766693115234375 380.7662353515625 383.7657470703125 385.7652587890625 386.7647705078125 388.7642822265625 389.7637939453125 390.763336181640625 390.762359619140625 390.761871337890625 390.76141357421875 390.76092529296875 389.76043701171875 387.75994873046875 380.758819580078125 380.75836181640625 385.75738525390625 390.75689697265625 394.75640869140625 396.755950927734375 400.755462646484375 404.754974365234375 407.754486083984375 413.753997802734375 426.7530517578125 430.7525634765625 430.7520751953125 429.7515869140625 427.7510986328125 426.750640869140625 424.750152587890625 422.749664306640625 425.74871826171875 423.74822998046875 423.74774169921875 419.74725341796875 420.74676513671875 422.74627685546875 425.745819091796875 428.745330810546875 439.744354248046875 444.743865966796875 449.743408203125 454.742919921875 456.742431640625 444.741302490234375 438.740814208984375 431.7398681640625 429.7393798828125 426.7388916015625 420.7384033203125 413.7379150390625 409.7374267578125 406.736968994140625 406.73516845703125 407.735504150390625 411.735015869140625 413.73455810546875 414.73406982421875 414.73358154296875 417.73309326171875 420.73260498046875 424.73211669921875 429.731170654296875 430.730682373046875 435.730194091796875 445.729705810546875 456.729248046875 465.728759765625 473.728271484375 481.727783203125 501.726806640625 513.726318359375 522.725830078125 526.725341796875 532.72491455078125 558.7237548828125 563.7232666015625 567.7227783203125 579.7218017578125 584.7213134765625 589.7208251953125 592.7203369140625 594.71990966796875 597.71942138671875 599.71893310546875 601.71844482421875 608.71746826171875 609.71697998046875 610.71649169921875 614.71600341796875 617.71551513671875 618.71502685546875 620.714599609375 626.713623046875 631.713134765625 636.712646484375 638.712158203125 639.711669921875 640.711181640625 642.710693359375 643.710205078125 643.709228515625 647.70880126953125 650.70831298828125 651.70782470703125 651.70733642578125 649.7061767578125 653.7056884765625 657.7052001953125 661.7042236328125 662.7037353515625 663.7032470703125 666.7027587890625 670.70233154296875 673.70184326171875 677.70135498046875 684.70086669921875 696.69989013671875 697.69940185546875 699.69891357421875 701.69842529296875 702.69793701171875 704.69744873046875 707.697021484375 709.696533203125 710.695556640625 714.695068359375 720.694580078125 726.694091796875 726.693603515625 726.69244384765625 726.692626953125 730.692138671875 740.691162109375 741.69073486328125 746.69024658203125 754.68975830078125 766.68927001953125 769.6881103515625 775.6876220703125 783.6866455078125 779.6861572265625 774.6856689453125 767.6851806640625 762.6846923828125 758.6842041015625 756.6837158203125 756.6832275390625 759.68231201171875 759.68182373046875 760.68133544921875 762.68084716796875 765.68035888671875 767.67987060546875 765.67938232421875 750.67889404296875 725.67791748046875 719.67742919921875 709.677001953125 700.676513671875 695.676025390625 695.6739501953125 696.675048828125 701.674560546875 714.673583984375 715.673095703125 717.672607421875 715.672119140625 716.671630859375 729.67047119140625 749.66998291015625 765.66949462890625 779.66851806640625 775.66802978515625 769.6676025390625 766.6671142578125 766.6666259765625 766.6661376953125 767.6656494140625 768.6651611328125 765.6641845703125 766.6636962890625 774.6632080078125 786.6627197265625 794.6622314453125 799.6617431640625 806.6612548828125 821.66033935546875 825.65985107421875 823.65936279296875 824.65887451171875 826.65838623046875 829.65789794921875 833.65740966796875 837.65692138671875 838.65594482421875 836.65545654296875 835.65521240234375 836.65447998046875 838.654052734375 840.65283203125 838.65234375 836.65185546875 823.65087890625 821.650390625 824.64990234375 830.64947509765625 837.64898681640625 844.64849853515625 851.64801025390625 854.64752197265625 870.64654541015625 879.64605712890625 881.64556884765625 882.64508056640625 882.64459228515625 881.64410400390625 881.64361572265625 884.64312744140625 892.6422119140625 896.6417236328125 898.6412353515625 898.6407470703125 896.6402587890625 892.6397705078125 886.6392822265625 882.6387939453125 885.6378173828125 889.6373291015625 888.6368408203125 880.6363525390625 857.63519287109375 853.63470458984375 853.63421630859375 858.63372802734375 876.63275146484375 883.63226318359375 888.63177490234375 892.63128662109375 899.63079833984375 906.63031005859375 912.6298828125 917.62890625 920.62841796875 927.6279296875 938.62744140625 943.626953125 946.62646484375 946.6259765625 948.62548828125 956.62451171875 960.6240234375 962.62353515625 963.623046875 967.62255859375 969.6220703125 972.62158203125
|
||||
374.76800537109375 374.76751708984375 373.76702880859375 373.76654052734375 377.765594482421875 381.765106201171875 383.764617919921875 386.764129638671875 387.763671875 388.76318359375 388.7626953125 388.76171875 385.76123046875 385.760772705078125 384.760284423828125 382.759796142578125 381.759307861328125 380.758819580078125 380.75836181640625 385.75738525390625 396.756256103515625 395.755767822265625 396.75531005859375 401.75482177734375 404.75433349609375 407.75384521484375 415.75335693359375 430.752410888671875 431.751922607421875 427.751434326171875 423.750946044921875 422.750457763671875 421.75 419.74951171875 417.7490234375 419.748046875 419.74755859375 417.747100830078125 416.746612548828125 420.746124267578125 426.745635986328125 430.74517822265625 431.74468994140625 436.74371337890625 440.74322509765625 444.74273681640625 447.74224853515625 447.741790771484375 444.741302490234375 438.740814208984375 434.740325927734375 425.73870849609375 421.73822021484375 415.737762451171875 411.737274169921875 409.736785888671875 406.736297607421875 406.73516845703125 406.73516845703125 411.734375 415.73388671875 416.7333984375 415.73291015625 415.732452392578125 422.731964111328125 429.731475830078125 434.730499267578125 439.73004150390625 446.72955322265625 456.72906494140625 466.72857666015625 476.72808837890625 485.72760009765625 495.72711181640625 512.72613525390625 521.7257080078125 530.7252197265625 539.7247314453125 548.7242431640625 558.7237548828125 563.7232666015625 567.7227783203125 580.72113037109375 586.720703125 592.72021484375 595.7197265625 596.71923828125 597.71875 598.71826171875 599.7177734375 603.716796875 605.71630859375 609.7158203125 611.71533203125 614.71484375 616.71441650390625 618.71392822265625 621.71343994140625 631.71246337890625 637.71197509765625 637.71148681640625 637.71099853515625 638.71051025390625 640.71002197265625 642.70953369140625 642.70904541015625 645.7081298828125 648.7076416015625 648.7071533203125 648.7066650390625 649.7061767578125 653.7056884765625 657.7052001953125 661.7042236328125 659.70306396484375 661.70257568359375 665.7021484375 670.70166015625 676.701171875 684.70068359375 689.7001953125 697.69921875 698.69873046875 699.6982421875 699.69775390625 700.697265625 702.69677734375 704.6962890625 705.69580078125 706.69488525390625 710.69439697265625 717.69390869140625 724.69342041015625 726.69293212890625 726.69244384765625 727.69195556640625 729.69146728515625 734.69049072265625 737.69000244140625 745.6895751953125 757.6890869140625 762.6885986328125 769.6881103515625 775.6876220703125 780.6871337890625 777.68548583984375 773.68499755859375 766.68450927734375 760.68402099609375 756.68353271484375 755.68304443359375 755.68255615234375 755.68206787109375 758.68115234375 761.6806640625 762.68017578125 763.6796875 765.67919921875 765.6787109375 757.67822265625 731.67724609375 716.6767578125 700.67626953125 695.6739501953125 695.6739501953125 695.6739501953125 695.6739501953125 701.67388916015625 709.67291259765625 709.67291259765625 709.67291259765625 709.67291259765625 714.67095947265625 729.67047119140625 749.66998291015625 765.66949462890625 780.6678466796875 776.6673583984375 770.6668701171875 766.6663818359375 766.6661376953125 767.6654052734375 771.6649169921875 777.6644287109375 773.66351318359375 774.66302490234375 779.66253662109375 787.66204833984375 791.66156005859375 796.66107177734375 802.66058349609375 809.66009521484375 819.65911865234375 820.65863037109375 822.65814208984375 826.65765380859375 828.6572265625 830.65673828125 833.65625 836.65576171875 836.65478515625 837.654296875 839.65380859375 840.6533203125 840.65283203125 838.65234375 836.65185546875 832.65020751953125 830.64971923828125 832.64923095703125 833.64874267578125 838.64825439453125 846.64776611328125 851.64727783203125 852.64678955078125 865.64581298828125 874.6453857421875 875.6448974609375 876.6444091796875 876.6439208984375 875.6434326171875 875.6429443359375 878.6424560546875 892.6414794921875 897.6409912109375 897.6405029296875 895.6400146484375 892.6395263671875 887.6390380859375 881.6385498046875 876.6380615234375 882.63714599609375 881.63665771484375 875.63616943359375 864.63568115234375 857.63519287109375 853.63470458984375 853.63421630859375 858.63372802734375 890.63201904296875 891.63153076171875 892.631103515625 894.630615234375 897.630126953125 903.629638671875 910.629150390625 917.628662109375 929.627685546875 934.627197265625 942.626708984375 948.626220703125 947.625732421875 948.625244140625 950.624755859375 953.624267578125 959.623291015625 960.622802734375 962.62237548828125 964.62188720703125 965.62139892578125 966.62091064453125
|
||||
372.767364501953125 371.766876220703125 371.766387939453125 371.76593017578125 375.76495361328125 379.76446533203125 383.76397705078125 385.76348876953125 385.763031005859375 385.762542724609375 385.762054443359375 385.761566162109375 382.7606201171875 380.7601318359375 377.7596435546875 378.7591552734375 379.7586669921875 380.7581787109375 383.757720947265625 386.757232666015625 396.756256103515625 395.755767822265625 396.75531005859375 404.754180908203125 405.753692626953125 409.753204345703125 417.752716064453125 429.75177001953125 426.75128173828125 421.75079345703125 416.75030517578125 415.74981689453125 415.74932861328125 413.748870849609375 412.748382568359375 416.747406005859375 416.746917724609375 414.7464599609375 415.7459716796875 420.7454833984375 425.7449951171875 428.7445068359375 429.7440185546875 433.743072509765625 436.742584228515625 439.742095947265625 439.741607666015625 437.74114990234375 434.74066162109375 432.74017333984375 429.73968505859375 425.73870849609375 421.73822021484375 415.737762451171875 406.73663330078125 406.73614501953125 406.73565673828125 406.73516845703125 407.73468017578125 412.73370361328125 416.733245849609375 418.732757568359375 415.732452392578125 416.731781005859375 425.731292724609375 431.7308349609375 434.7303466796875 442.7293701171875 450.7288818359375 461.7283935546875 472.7279052734375 484.727447509765625 494.726959228515625 499.726470947265625 504.725982666015625 520.72503662109375 530.72454833984375 540.72406005859375 552.72357177734375 560.72308349609375 564.72259521484375 568.72210693359375 580.72113037109375 586.720703125 592.72021484375 595.7197265625 596.71856689453125 596.71807861328125 597.71759033203125 599.71710205078125 601.71612548828125 603.71563720703125 606.71514892578125 609.7147216796875 611.7142333984375 613.7137451171875 616.7132568359375 618.7127685546875 629.7117919921875 634.7113037109375 636.7108154296875 636.7103271484375 635.7098388671875 636.7093505859375 640.7088623046875 642.7083740234375 644.70745849609375 646.70697021484375 645.70648193359375 645.70599365234375 646.70550537109375 649.70501708984375 654.70452880859375 658.70404052734375 659.70306396484375 661.70257568359375 665.7021484375 673.70098876953125 682.70050048828125 689.70001220703125 694.69952392578125 697.69903564453125 700.69805908203125 699.69757080078125 698.69708251953125 698.69659423828125 700.69610595703125 702.69561767578125 702.6949462890625 703.6942138671875 708.6937255859375 714.6932373046875 718.6927490234375 722.6922607421875 725.6917724609375 727.6912841796875 728.6907958984375 731.6898193359375 735.6893310546875 742.6888427734375 750.6883544921875 755.6878662109375 761.68743896484375 769.68695068359375 775.68646240234375 777.68548583984375 773.68499755859375 766.68450927734375 758.683349609375 755.682861328125 753.682373046875 752.681884765625 751.681396484375 755.680419921875 759.679931640625 760.679443359375 761.678955078125 762.67852783203125 763.67803955078125 759.67755126953125 749.67706298828125 717.67608642578125 700.67559814453125 695.6739501953125 695.6739501953125 695.6739501953125 697.67364501953125 704.67315673828125 713.67266845703125 711.6717529296875 709.67291259765625 709.67291259765625 719.6702880859375 742.6697998046875 757.6693115234375 768.6688232421875 780.6678466796875 776.6673583984375 770.6668701171875 772.66571044921875 771.66522216796875 774.66473388671875 779.66424560546875 782.66375732421875 788.66278076171875 789.66229248046875 790.66180419921875 790.66131591796875 791.660888671875 793.660400390625 799.659912109375 804.659423828125 814.658447265625 820.657958984375 825.657470703125 826.656982421875 827.656494140625 827.656494140625 830.655517578125 832.655029296875 836.654052734375 837.653564453125 839.653076171875 840.65264892578125 840.65216064453125 841.65167236328125 840.65118408203125 837.65069580078125 830.64971923828125 832.64923095703125 833.64874267578125 842.6475830078125 848.6470947265625 854.6466064453125 859.6461181640625 863.6456298828125 870.6446533203125 870.6441650390625 868.6436767578125 867.6431884765625 868.6427001953125 869.6422119140625 875.6417236328125 890.6407470703125 895.6402587890625 896.6397705078125 894.63934326171875 890.63885498046875 886.63836669921875 880.63787841796875 874.63739013671875 874.63641357421875 868.63592529296875 862.63543701171875 855.63494873046875 852.63446044921875 853.63397216796875 860.63348388671875 872.63299560546875 890.63201904296875 891.63153076171875 892.631103515625 905.6298828125 905.62939453125 911.62890625 918.62841796875 927.6279296875 935.626953125 935.62646484375 940.6259765625 943.62548828125 944.625 947.62451171875 951.6240234375 953.62359619140625 958.62261962890625 959.62213134765625 958.62164306640625 958.62115478515625 958.62066650390625 960.62017822265625
|
||||
370.7667236328125 369.7662353515625 369.765777587890625 371.765289306640625 376.764312744140625 380.763824462890625 384.76336669921875 385.76287841796875 384.76239013671875 383.76190185546875 383.76141357421875 382.76092529296875 379.759979248046875 376.759490966796875 376.759002685546875 378.758514404296875 381.758026123046875 385.757568359375 390.757080078125 395.756591796875 402.755615234375 401.755126953125 401.754669189453125 404.754180908203125 405.753692626953125 409.753204345703125 418.7520751953125 422.7515869140625 422.750640869140625 416.750152587890625 412.749664306640625 410.749176025390625 410.74871826171875 409.74822998046875 411.74774169921875 413.74725341796875 413.74627685546875 414.74578857421875 417.745330810546875 420.744842529296875 423.744354248046875 425.743865966796875 427.743377685546875 431.742431640625 436.741943359375 438.741455078125 436.740966796875 433.740478515625 430.739990234375 430.739532470703125 429.739044189453125 421.738067626953125 415.737579345703125 410.737091064453125 406.73663330078125 406.73614501953125 406.73565673828125 406.73516845703125 408.734039306640625 411.733062744140625 416.732574462890625 417.73211669921875 416.73162841796875 419.73114013671875 426.73065185546875 432.73016357421875 434.72967529296875 448.72869873046875 454.728240966796875 461.727752685546875 470.727264404296875 481.726776123046875 488.726287841796875 493.725830078125 498.725341796875 513.724365234375 524.723876953125 535.723388671875 546.722900390625 555.722412109375 562.721923828125 567.721435546875 574.720947265625 583.72003173828125 589.71954345703125 594.71905517578125 596.71856689453125 596.71807861328125 597.71759033203125 598.7164306640625 599.7159423828125 601.7149658203125 604.71453857421875 607.71405029296875 609.71356201171875 611.71307373046875 613.71258544921875 616.71209716796875 624.71112060546875 628.71063232421875 629.71014404296875 630.70965576171875 632.70916748046875 634.70867919921875 636.708251953125 638.707763671875 641.706787109375 641.706298828125 639.705810546875 639.705322265625 641.704833984375 644.704345703125 648.703857421875 653.703369140625 657.702392578125 662.701904296875 667.701416015625 673.70098876953125 682.70050048828125 689.70001220703125 693.6988525390625 697.6983642578125 698.6973876953125 698.6968994140625 697.6964111328125 699.6959228515625 700.6954345703125 702.6949462890625 705.6944580078125 708.6939697265625 711.69305419921875 715.69256591796875 718.69207763671875 720.69158935546875 722.69110107421875 725.69061279296875 728.69012451171875 730.68963623046875 734.68865966796875 740.68817138671875 746.68768310546875 751.68719482421875 757.68670654296875 764.686279296875 769.685791015625 773.684814453125 770.684326171875 764.683837890625 758.683349609375 755.682861328125 753.682373046875 747.68121337890625 747.68072509765625 753.67974853515625 757.67926025390625 759.67877197265625 759.67828369140625 760.67779541015625 758.67730712890625 755.67681884765625 747.6763916015625 718.6754150390625 705.6749267578125 697.6744384765625 695.6739501953125 700.6734619140625 706.6729736328125 714.6724853515625 723.6719970703125 728.6710205078125 728.6705322265625 729.6700439453125 733.6695556640625 744.6690673828125 757.6685791015625 771.66815185546875 779.66766357421875 780.66668701171875 776.66619873046875 772.66571044921875 771.66522216796875 774.66473388671875 779.66424560546875 792.6630859375 796.66259765625 797.66162109375 798.6611328125 799.66064453125 799.66015625 802.65966796875 803.6591796875 803.65869140625 809.65771484375 819.6572265625 824.65673828125 827.65631103515625 828.65582275390625 829.65533447265625 828.65484619140625 831.65435791015625 835.65338134765625 837.65289306640625 838.65240478515625 839.65191650390625 841.65142822265625 843.65093994140625 845.65045166015625 845.64996337890625 844.64898681640625 841.64849853515625 837.6480712890625 842.6475830078125 848.6470947265625 854.6466064453125 865.6453857421875 869.6448974609375 869.6439208984375 865.6434326171875 862.6429443359375 861.6424560546875 864.64202880859375 867.64154052734375 871.64105224609375 878.64056396484375 889.63958740234375 892.63909912109375 891.63861083984375 888.63812255859375 883.63763427734375 875.63714599609375 870.63665771484375 868.63616943359375 859.63519287109375 853.63470458984375 848.63421630859375 846.63372802734375 852.63330078125 867.6328125 881.63232421875 898.63134765625 900.630859375 905.63037109375 905.6298828125 905.62939453125 911.62890625 931.627685546875 936.627197265625 936.626220703125 935.62646484375 938.62530517578125 940.62481689453125 942.62432861328125 946.62384033203125 950.62335205078125 952.62286376953125 953.62188720703125 952.62139892578125 950.62091064453125 951.62042236328125 953.61993408203125 956.61944580078125
|
||||
369.764190673828125 369.764190673828125 369.76513671875 372.7646484375 373.76416015625 380.76318359375 383.762725830078125 384.762237548828125 382.761749267578125 379.761260986328125 377.760772705078125 377.76031494140625 376.75933837890625 376.75885009765625 378.75836181640625 382.75787353515625 386.75738525390625 389.756927490234375 393.756439208984375 396.755950927734375 401.754974365234375 402.7545166015625 404.7540283203125 406.7535400390625 410.7530517578125 414.7525634765625 418.7520751953125 422.7515869140625 422.750640869140625 416.750152587890625 408.7490234375 406.74853515625 405.748046875 405.74755859375 407.747100830078125 408.746612548828125 411.745635986328125 414.745147705078125 416.74468994140625 417.74420166015625 419.74371337890625 421.74322509765625 424.74273681640625 427.74224853515625 436.74127197265625 437.740814208984375 434.740325927734375 430.739837646484375 426.739349365234375 426.738861083984375 427.7384033203125 424.7379150390625 409.7369384765625 405.7364501953125 404.7359619140625 404.7354736328125 405.7349853515625 406.734527587890625 408.734039306640625 411.733062744140625 416.732574462890625 418.7314453125 419.73095703125 422.73046875 427.72998046875 431.729522705078125 433.729034423828125 445.728057861328125 451.727569580078125 458.727081298828125 467.72662353515625 476.72613525390625 481.72564697265625 486.72515869140625 492.72467041015625 506.72369384765625 519.72320556640625 531.72271728515625 540.72222900390625 550.72174072265625 559.7213134765625 567.7208251953125 573.7203369140625 583.7193603515625 589.7188720703125 594.7183837890625 594.7178955078125 594.7174072265625 596.7169189453125 598.7164306640625 599.7159423828125 601.7149658203125 602.7138671875 605.71337890625 608.712890625 611.71240234375 612.7119140625 614.71142578125 617.7109375 623.7099609375 626.70947265625 628.708984375 628.70849609375 630.7080078125 631.70758056640625 632.70709228515625 633.70660400390625 636.70562744140625 636.70513916015625 636.70465087890625 637.70416259765625 638.70367431640625 641.70318603515625 646.70269775390625 657.70172119140625 664.70123291015625 671.7008056640625 679.7003173828125 685.6998291015625 690.6993408203125 693.6988525390625 697.6983642578125 698.6973876953125 695.69622802734375 697.69573974609375 699.69525146484375 702.69476318359375 705.69427490234375 708.69378662109375 710.69329833984375 714.69232177734375 719.69189453125 722.69140625 722.69091796875 724.6904296875 726.68994140625 729.689453125 731.68896484375 735.68798828125 740.6875 747.68701171875 752.6865234375 756.68603515625 759.685546875 764.68505859375 767.6845703125 764.68365478515625 758.68316650390625 752.68267822265625 749.68218994140625 749.68170166015625 747.68121337890625 747.68072509765625 749.68023681640625 757.67926025390625 756.6781005859375 756.6776123046875 756.6771240234375 756.6766357421875 752.6761474609375 743.6756591796875 720.6746826171875 709.6741943359375 699.6737060546875 695.67327880859375 699.67279052734375 707.67230224609375 713.67181396484375 721.67132568359375 734.67034912109375 738.66986083984375 741.66937255859375 747.66888427734375 757.66839599609375 772.66790771484375 779.66741943359375 784.66693115234375 784.66595458984375 784.66546630859375 782.6650390625 784.66455078125 786.6640625 789.66357421875 792.6630859375 796.66259765625 797.66162109375 802.66046142578125 806.65997314453125 808.65948486328125 808.65899658203125 807.65850830078125 807.65802001953125 806.65753173828125 815.65655517578125 822.65606689453125 825.65557861328125 827.65509033203125 826.65460205078125 826.65411376953125 828.65362548828125 831.65313720703125 836.65216064453125 837.6517333984375 838.6512451171875 840.6507568359375 842.6502685546875 843.6497802734375 845.6492919921875 848.6483154296875 846.6478271484375 847.6473388671875 851.6468505859375 856.6463623046875 862.6458740234375 865.6453857421875 869.6448974609375 869.6439208984375 863.64276123046875 857.64227294921875 857.64178466796875 860.64129638671875 865.64080810546875 871.64031982421875 877.63983154296875 883.63885498046875 885.63836669921875 886.63787841796875 884.63739013671875 879.63690185546875 871.63641357421875 864.635986328125 860.635498046875 852.634521484375 847.634033203125 845.632568359375 845.632568359375 848.632568359375 864.632080078125 880.631591796875 891.631103515625 906.630126953125 911.629638671875 915.629150390625 918.628662109375 925.628173828125 931.627685546875 936.627197265625 937.626708984375 936.62506103515625 937.62457275390625 941.62408447265625 943.62359619140625 946.62310791015625 949.62261962890625 950.62213134765625 952.62164306640625 946.62066650390625 945.62017822265625 946.61968994140625 951.61920166015625 957.61871337890625
|
||||
369.764190673828125 369.764190673828125 370.764495849609375 372.764007568359375 372.7635498046875 376.7625732421875 380.7620849609375 380.7615966796875 377.7611083984375 373.7606201171875 373.7601318359375 375.759674072265625 375.759185791015625 379.758209228515625 382.757720947265625 385.75726318359375 388.75677490234375 390.75628662109375 392.75579833984375 391.75531005859375 395.75482177734375 401.75384521484375 403.753387451171875 406.752899169921875 408.752410888671875 410.751922607421875 413.751434326171875 416.7509765625 418.75 413.74951171875 408.7490234375 406.74853515625 405.748046875 399.7469482421875 401.7464599609375 405.7459716796875 410.7449951171875 413.7445068359375 413.7440185546875 414.7435302734375 417.743072509765625 421.742584228515625 425.742095947265625 428.741607666015625 434.740631103515625 435.74017333984375 434.73968505859375 429.73919677734375 424.73870849609375 422.73822021484375 421.73773193359375 416.73724365234375 404.736297607421875 403.735809326171875 403.735321044921875 403.734832763671875 403.734344482421875 403.733856201171875 404.7333984375 405.73291015625 415.73193359375 418.7314453125 419.73095703125 422.73046875 422.729339599609375 428.728851318359375 431.728363037109375 434.7279052734375 448.7269287109375 456.7264404296875 464.7259521484375 473.7254638671875 479.7249755859375 485.7244873046875 491.7239990234375 508.723052978515625 520.7225341796875 529.7220458984375 539.72161865234375 550.72113037109375 559.72064208984375 568.72015380859375 574.71966552734375 582.71868896484375 587.71820068359375 591.71771240234375 593.71722412109375 593.71673583984375 595.71624755859375 598.71575927734375 598.71527099609375 598.71435546875 602.7138671875 605.71337890625 608.712890625 610.71173095703125 612.71124267578125 613.71075439453125 615.71026611328125 623.70928955078125 627.70880126953125 627.70831298828125 626.7078857421875 627.7073974609375 627.7069091796875 627.7064208984375 627.7059326171875 630.7049560546875 631.7044677734375 632.7039794921875 634.7034912109375 638.7030029296875 641.7025146484375 647.7020263671875 655.7015380859375 668.7005615234375 675.7000732421875 681.6995849609375 684.69915771484375 687.69866943359375 690.69818115234375 692.69769287109375 694.69720458984375 695.69622802734375 697.69573974609375 699.69525146484375 702.69476318359375 702.693603515625 705.693115234375 708.692626953125 715.691650390625 720.691162109375 723.690673828125 724.69024658203125 724.68975830078125 726.68927001953125 728.68878173828125 730.68829345703125 735.68731689453125 741.68682861328125 744.68634033203125 747.68585205078125 750.68536376953125 752.68487548828125 756.68438720703125 762.68389892578125 757.68292236328125 751.68243408203125 747.6820068359375 747.6815185546875 746.6810302734375 746.6805419921875 747.6800537109375 750.6795654296875 755.6785888671875 756.6781005859375 756.6776123046875 756.6771240234375 754.67596435546875 751.67547607421875 744.67498779296875 735.67449951171875 711.67352294921875 699.67303466796875 692.67254638671875 689.67205810546875 694.67156982421875 704.67108154296875 711.670654296875 714.670166015625 730.669189453125 739.668701171875 749.668212890625 762.667724609375 772.667236328125 778.666748046875 783.666259765625 785.665283203125 785.664794921875 787.664306640625 789.663818359375 792.663330078125 795.662841796875 797.662353515625 797.661865234375 799.660888671875 802.66046142578125 806.65997314453125 808.65948486328125 807.65826416015625 808.65777587890625 810.65728759765625 809.65679931640625 813.6558837890625 817.6553955078125 820.6549072265625 821.6544189453125 822.6539306640625 823.6534423828125 827.6529541015625 830.6524658203125 834.6514892578125 835.6510009765625 835.6505126953125 836.6500244140625 838.6495361328125 840.6490478515625 842.6485595703125 843.6480712890625 846.6470947265625 849.6466064453125 855.6461181640625 860.64569091796875 863.64520263671875 867.64471435546875 868.64422607421875 869.64373779296875 863.64276123046875 857.64227294921875 857.64178466796875 852.64056396484375 858.64007568359375 863.6396484375 868.63916015625 873.63818359375 875.6376953125 877.63720703125 876.63671875 871.63623046875 866.6357421875 856.63525390625 853.634765625 849.6337890625 845.63330078125 845.632568359375 845.632568359375 846.6318359375 858.63134765625 873.630859375 887.63037109375 907.62939453125 913.62890625 918.62841796875 922.6279296875 928.62744140625 932.62701416015625 933.62652587890625 934.62603759765625 936.62506103515625 937.62457275390625 941.62408447265625 940.62286376953125 942.62237548828125 945.62188720703125 947.62139892578125 947.62091064453125 944.61993408203125 944.61944580078125 948.61895751953125 953.61846923828125 958.6180419921875
|
||||
369.764190673828125 369.764190673828125 370.764495849609375 372.764007568359375 372.7635498046875 373.761932373046875 375.761444091796875 375.760955810546875 372.760467529296875 372.760009765625 373.759521484375 375.759033203125 376.758544921875 381.757568359375 385.757080078125 387.756591796875 389.756134033203125 390.755645751953125 390.755157470703125 392.754669189453125 394.754180908203125 396.75323486328125 398.75274658203125 401.75225830078125 404.75177001953125 406.75128173828125 410.75079345703125 414.75030517578125 417.749847412109375 412.748870849609375 406.748382568359375 402.747894287109375 401.747406005859375 399.7469482421875 401.7464599609375 405.7459716796875 410.744842529296875 412.743865966796875 413.743377685546875 417.742889404296875 422.742401123046875 427.741943359375 427.741455078125 429.740966796875 434.739990234375 435.739501953125 434.739013671875 430.738525390625 424.738067626953125 419.737579345703125 415.737091064453125 410.736602783203125 403.735137939453125 403.735137939453125 404.73468017578125 403.73419189453125 403.73370361328125 404.73321533203125 405.73272705078125 409.73223876953125 417.73126220703125 419.730804443359375 419.730316162109375 419.729827880859375 422.729339599609375 428.728851318359375 431.728363037109375 437.72723388671875 450.72625732421875 457.72576904296875 466.72528076171875 475.724822998046875 482.724334716796875 487.723846435546875 493.723358154296875 502.722869873046875 524.721923828125 534.721435546875 543.720947265625 551.720458984375 562.719970703125 570.719482421875 575.718994140625 578.718505859375 583.717529296875 588.717041015625 591.716552734375 593.716064453125 595.715576171875 597.71514892578125 597.71466064453125 599.71368408203125 601.71319580078125 604.71270751953125 607.71221923828125 610.71173095703125 612.71124267578125 613.71075439453125 615.71026611328125 622.7086181640625 625.7081298828125 625.7076416015625 624.70721435546875 624.70672607421875 626.70623779296875 627.70574951171875 625.70526123046875 624.70428466796875 625.70379638671875 629.70330810546875 634.70281982421875 639.70233154296875 645.70184326171875 652.70135498046875 658.70086669921875 669.69989013671875 672.69940185546875 675.698974609375 680.698486328125 684.697998046875 687.697509765625 690.697021484375 693.696533203125 693.695556640625 694.695068359375 698.694580078125 701.694091796875 702.693603515625 705.693115234375 708.692626953125 711.69146728515625 718.69049072265625 721.69000244140625 724.68951416015625 724.6890869140625 726.6885986328125 727.6881103515625 729.6876220703125 729.6871337890625 736.6861572265625 739.6856689453125 742.6851806640625 743.6846923828125 745.6842041015625 750.6837158203125 753.6832275390625 750.6822509765625 745.6817626953125 743.6812744140625 744.6807861328125 744.6802978515625 745.6798095703125 748.67938232421875 750.67889404296875 749.67791748046875 750.67742919921875 749.67694091796875 751.67645263671875 754.67596435546875 751.67547607421875 744.67498779296875 740.673828125 716.6728515625 704.67236328125 694.671875 685.67138671875 687.6708984375 694.67041015625 699.669921875 704.66943359375 716.66845703125 728.66796875 742.66748046875 757.6669921875 769.66650390625 780.66607666015625 785.66558837890625 787.66510009765625 786.66412353515625 788.66363525390625 790.66314697265625 793.66265869140625 795.66217041015625 797.66168212890625 798.66119384765625 797.66070556640625 800.65972900390625 804.65924072265625 806.65875244140625 807.65826416015625 808.65777587890625 810.65728759765625 809.6561279296875 812.6551513671875 815.6546630859375 817.6541748046875 819.6536865234375 821.6531982421875 823.6527099609375 826.6522216796875 828.6517333984375 831.6507568359375 832.65032958984375 833.64984130859375 834.64935302734375 836.64886474609375 839.64837646484375 839.64788818359375 840.64739990234375 846.64642333984375 850.64593505859375 856.64544677734375 860.64495849609375 862.64447021484375 864.64398193359375 868.64349365234375 871.64300537109375 864.64202880859375 855.64154052734375 852.64105224609375 852.64056396484375 858.64007568359375 863.6396484375 854.638427734375 857.637939453125 865.636962890625 868.636474609375 868.635986328125 859.635498046875 852.635009765625 845.634521484375 843.634033203125 841.633544921875 845.632568359375 846.632080078125 848.631591796875 849.631103515625 858.630615234375 875.63018798828125 890.62969970703125 910.62872314453125 914.62823486328125 918.62774658203125 922.62725830078125 929.62677001953125 931.62628173828125 931.62579345703125 935.62530517578125 937.62432861328125 936.62384033203125 938.62335205078125 940.62286376953125 942.62237548828125 945.62188720703125 938.62066650390625 938.6202392578125 941.6192626953125 945.6187744140625 950.6182861328125 952.6177978515625 957.6173095703125
|
||||
369.764190673828125 369.764190673828125 370.76385498046875 372.76336669921875 371.762908935546875 371.762420654296875 375.761444091796875 375.760955810546875 370.759857177734375 371.759368896484375 373.758880615234375 375.758392333984375 375.757904052734375 379.756927490234375 383.7564697265625 385.7559814453125 386.7554931640625 387.7550048828125 388.7545166015625 390.7540283203125 391.7535400390625 392.752593994140625 394.752105712890625 395.751617431640625 398.751129150390625 402.750640869140625 407.750152587890625 412.749664306640625 415.74920654296875 410.74822998046875 405.74774169921875 401.74725341796875 398.74676513671875 398.74627685546875 401.74578857421875 406.745330810546875 410.744842529296875 412.743865966796875 413.743377685546875 421.74224853515625 425.74176025390625 426.74127197265625 428.74078369140625 430.740325927734375 430.739837646484375 430.738861083984375 430.738372802734375 428.737884521484375 422.737396240234375 418.7369384765625 412.7364501953125 407.7359619140625 403.7354736328125 404.7344970703125 403.7340087890625 402.7335205078125 402.7330322265625 403.732574462890625 405.732086181640625 408.731597900390625 414.730621337890625 416.730133056640625 416.729644775390625 415.72918701171875 420.72869873046875 427.72821044921875 432.72772216796875 437.72723388671875 450.72625732421875 457.72576904296875 466.72528076171875 484.724151611328125 492.723663330078125 497.723175048828125 503.722686767578125 509.72222900390625 530.72125244140625 542.72076416015625 549.72027587890625 559.71978759765625 568.71929931640625 576.71881103515625 580.71832275390625 581.71783447265625 584.71685791015625 586.71636962890625 589.7159423828125 592.7154541015625 594.7149658203125 596.7144775390625 597.7139892578125 599.7135009765625 601.7125244140625 603.7120361328125 606.7115478515625 610.7110595703125 611.7105712890625 612.7100830078125 613.7095947265625 617.7091064453125 625.7081298828125 625.7076416015625 623.70654296875 622.7060546875 622.70556640625 622.705078125 621.70458984375 622.70361328125 626.703125 633.70263671875 638.7021484375 642.70166015625 647.701171875 653.70068359375 659.7001953125 668.69921875 670.69873046875 672.6982421875 677.69781494140625 682.69732666015625 686.69683837890625 690.69635009765625 692.69586181640625 691.69488525390625 691.69439697265625 693.69390869140625 697.69342041015625 699.69293212890625 701.69244384765625 706.69195556640625 711.69146728515625 718.69049072265625 721.69000244140625 721.6888427734375 724.6883544921875 726.6878662109375 727.6873779296875 727.6868896484375 727.68389892578125 732.68548583984375 735.68499755859375 737.68450927734375 739.68402099609375 741.68353271484375 744.68304443359375 747.68255615234375 746.68206787109375 741.68109130859375 739.68060302734375 740.68011474609375 742.67962646484375 743.67913818359375 745.67864990234375 746.67816162109375 746.67767333984375 742.6767578125 743.67626953125 746.67578125 747.67529296875 747.6748046875 744.67431640625 740.673828125 716.6728515625 704.67236328125 694.67120361328125 685.67071533203125 681.67022705078125 686.66973876953125 692.66925048828125 697.66876220703125 709.66778564453125 719.66729736328125 735.66680908203125 750.66632080078125 764.66583251953125 775.66534423828125 782.66485595703125 782.66436767578125 785.66339111328125 788.66290283203125 789.6624755859375 789.6619873046875 792.6614990234375 796.6610107421875 797.6605224609375 796.6600341796875 798.6590576171875 801.6585693359375 802.6580810546875 804.6575927734375 807.6571044921875 810.6566162109375 809.6561279296875 810.6556396484375 815.6546630859375 820.65350341796875 820.65301513671875 821.65252685546875 823.65203857421875 824.65155029296875 823.65106201171875 824.65057373046875 831.64959716796875 832.64910888671875 834.64862060546875 837.64813232421875 838.64764404296875 839.64715576171875 839.6455078125 843.64569091796875 846.64520263671875 852.64471435546875 855.64422607421875 858.643798828125 862.643310546875 868.642822265625 872.642333984375 863.641357421875 850.640869140625 844.640380859375 846.639892578125 849.639404296875 852.638916015625 854.638427734375 857.637939453125 865.636962890625 868.636474609375 858.63525390625 851.634765625 844.63433837890625 836.63385009765625 833.63336181640625 835.63287353515625 847.63189697265625 856.63140869140625 862.63092041015625 869.63043212890625 880.62994384765625 892.62945556640625 901.62896728515625 910.62847900390625 916.62750244140625 919.62701416015625 926.62652587890625 929.62603759765625 931.62554931640625 935.62506103515625 938.62457275390625 940.62408447265625 933.62310791015625 932.62261962890625 933.62213134765625 936.62164306640625 938.62115478515625 938.62066650390625 938.6202392578125 941.6192626953125 950.6180419921875 954.6175537109375 958.6170654296875 962.6165771484375
|
||||
369.764190673828125 369.764190673828125 371.76324462890625 372.76275634765625 371.76226806640625 370.76177978515625 372.76080322265625 371.76031494140625 370.759857177734375 371.759368896484375 373.758880615234375 374.75775146484375 374.75726318359375 375.75677490234375 378.755828857421875 379.755340576171875 380.754852294921875 381.754364013671875 383.753875732421875 387.753387451171875 388.752899169921875 388.75244140625 395.75146484375 397.7509765625 398.75048828125 400.75 402.74951171875 407.7490234375 411.74853515625 406.747589111328125 402.747100830078125 398.746612548828125 396.746124267578125 396.745635986328125 400.745147705078125 405.74468994140625 409.74420166015625 413.74322509765625 417.74273681640625 421.74224853515625 425.74176025390625 426.74127197265625 428.74078369140625 431.739654541015625 427.73919677734375 426.73822021484375 428.73773193359375 425.73724365234375 420.73675537109375 415.73626708984375 410.73577880859375 405.73529052734375 402.734832763671875 404.733856201171875 402.733367919921875 402.73223876953125 402.73223876953125 403.731903076171875 404.731414794921875 406.73095703125 408.73046875 413.7294921875 414.72900390625 418.728515625 424.72802734375 431.7275390625 439.72705078125 446.7265625 452.726104736328125 465.725128173828125 474.724639892578125 484.724151611328125 492.723663330078125 497.723175048828125 513.7220458984375 519.7215576171875 539.7205810546875 550.7200927734375 557.7196044921875 562.7191162109375 569.7186279296875 576.7181396484375 582.7176513671875 582.7171630859375 583.71624755859375 585.71575927734375 587.71527099609375 591.71478271484375 593.71429443359375 595.71380615234375 596.71331787109375 598.71282958984375 598.71185302734375 600.71136474609375 604.71087646484375 607.71038818359375 610.70989990234375 611.70941162109375 613.70892333984375 614.70843505859375 622.70751953125 624.70703125 623.70654296875 622.7060546875 622.70556640625 617.70440673828125 618.70391845703125 622.70343017578125 635.70245361328125 641.70196533203125 644.70147705078125 646.70098876953125 651.70050048828125 656.70001220703125 660.69952392578125 662.69903564453125 671.69805908203125 675.6976318359375 679.6971435546875 682.6966552734375 685.6961669921875 690.6956787109375 692.6951904296875 690.6942138671875 689.6937255859375 691.6932373046875 694.6927490234375 696.6922607421875 699.6917724609375 704.6912841796875 709.6907958984375 713.6898193359375 717.6893310546875 721.6888427734375 724.6883544921875 726.6878662109375 727.68670654296875 727.68389892578125 727.68389892578125 730.684814453125 732.684326171875 734.683837890625 734.683349609375 737.682861328125 741.682373046875 743.681884765625 743.681396484375 737.680419921875 736.679931640625 738.679443359375 740.678955078125 741.678466796875 742.677978515625 744.677490234375 746.677001953125 741.676025390625 738.675537109375 740.675048828125 740.674560546875 739.674072265625 736.673583984375 733.67315673828125 730.67266845703125 707.67169189453125 694.67120361328125 685.67071533203125 681.67022705078125 680.6697998046875 687.6685791015625 692.6680908203125 699.6676025390625 726.6666259765625 741.6661376953125 752.6656494140625 761.6651611328125 770.6646728515625 772.6641845703125 776.6636962890625 784.6627197265625 786.6622314453125 787.6617431640625 788.6612548828125 790.6607666015625 794.6602783203125 794.6597900390625 794.6593017578125 798.6583251953125 800.6578369140625 800.6573486328125 801.6568603515625 803.6563720703125 804.65594482421875 807.65545654296875 810.65496826171875 816.65399169921875 820.65350341796875 820.65301513671875 821.65252685546875 823.65203857421875 821.65081787109375 820.65032958984375 821.64990234375 828.64892578125 833.6484375 835.64794921875 838.6474609375 840.64697265625 839.646484375 839.64599609375 839.6455078125 841.64453125 846.64404296875 851.6435546875 854.64306640625 857.642578125 861.64208984375 864.6416015625 862.64111328125 842.64013671875 838.6396484375 840.63916015625 840.638671875 839.63818359375 840.6376953125 843.63720703125 854.63623046875 861.6357421875 858.63525390625 851.634765625 844.63433837890625 831.63311767578125 833.63262939453125 837.63214111328125 853.63116455078125 861.63067626953125 870.63018798828125 882.62969970703125 893.62921142578125 901.62872314453125 908.62823486328125 913.62774658203125 918.62677001953125 923.62628173828125 925.62579345703125 927.62530517578125 930.62481689453125 933.62432861328125 936.62384033203125 933.6234130859375 928.6224365234375 926.6219482421875 927.6214599609375 930.6209716796875 932.6204833984375 933.6199951171875 936.6195068359375 941.6190185546875 950.6180419921875 954.6175537109375 958.6170654296875 964.6158447265625
|
||||
370.763580322265625 371.763092041015625 373.762603759765625 373.762115478515625 370.761627197265625 369.761138916015625 370.76019287109375 370.75970458984375 371.75921630859375 372.75872802734375 373.75823974609375 374.75775146484375 374.75726318359375 375.75677490234375 376.75518798828125 377.75469970703125 377.75469970703125 377.75469970703125 379.75323486328125 383.75274658203125 384.75225830078125 388.751800537109375 396.750823974609375 399.750335693359375 400.749847412109375 401.749359130859375 402.748870849609375 404.748382568359375 405.7479248046875 405.7474365234375 399.7464599609375 395.7459716796875 394.7454833984375 395.7449951171875 398.7445068359375 403.7440185546875 407.7435302734375 410.743072509765625 417.742095947265625 423.741607666015625 427.741119384765625 430.740631103515625 432.740142822265625 431.739654541015625 427.73919677734375 426.73822021484375 424.737091064453125 422.736602783203125 416.736114501953125 411.735626220703125 407.735137939453125 404.734649658203125 400.734161376953125 402.73321533203125 402.73272705078125 402.73223876953125 403.73175048828125 405.73126220703125 406.73077392578125 406.73028564453125 407.72979736328125 410.72882080078125 415.72833251953125 422.727874755859375 429.727386474609375 437.726898193359375 446.726409912109375 452.725921630859375 459.725433349609375 473.724456787109375 482.7239990234375 492.7235107421875 500.7230224609375 507.7225341796875 513.7220458984375 519.7215576171875 528.7210693359375 554.71942138671875 559.71893310546875 561.71844482421875 566.718017578125 573.717529296875 578.717041015625 580.716552734375 581.716064453125 584.715087890625 586.714599609375 589.714111328125 592.713623046875 594.713134765625 596.712646484375 597.712158203125 600.711181640625 603.710693359375 606.710205078125 608.709716796875 609.709228515625 610.708740234375 612.708251953125 615.707763671875 622.70684814453125 624.70635986328125 622.70587158203125 619.70538330078125 617.70489501953125 617.70440673828125 618.70391845703125 622.70343017578125 640.7017822265625 645.7012939453125 647.7008056640625 650.7003173828125 655.6998291015625 658.6993408203125 658.6988525390625 659.6983642578125 672.6973876953125 677.6968994140625 680.6964111328125 682.69598388671875 687.69549560546875 689.69500732421875 690.69451904296875 689.69403076171875 687.69305419921875 689.69256591796875 692.69207763671875 695.69158935546875 700.69110107421875 705.69061279296875 708.69012451171875 709.68963623046875 715.68865966796875 721.68817138671875 726.68768310546875 728.68719482421875 727.68670654296875 727.68389892578125 727.68389892578125 730.68408203125 730.68359375 730.68310546875 731.6826171875 733.68218994140625 738.68170166015625 740.68121337890625 740.68072509765625 734.67974853515625 733.67926025390625 736.67877197265625 739.67828369140625 739.67779541015625 741.67730712890625 744.67681884765625 746.67633056640625 735.67535400390625 733.67486572265625 733.67437744140625 731.67388916015625 725.67340087890625 722.67291259765625 719.67242431640625 711.67193603515625 693.67095947265625 685.67047119140625 680.6700439453125 680.6697998046875 680.6697998046875 687.6685791015625 692.6680908203125 699.6676025390625 738.6658935546875 746.6654052734375 756.6649169921875 763.6644287109375 768.66400146484375 772.66351318359375 776.66302490234375 780.66253662109375 784.66156005859375 785.66107177734375 786.66058349609375 788.66009521484375 789.65960693359375 790.65911865234375 791.65863037109375 794.65814208984375 799.65716552734375 799.65667724609375 798.65618896484375 799.65570068359375 800.65521240234375 804.65472412109375 809.65423583984375 815.65325927734375 816.65277099609375 816.65228271484375 819.65179443359375 821.65130615234375 821.65081787109375 820.65032958984375 821.64990234375 827.648193359375 830.647705078125 833.647216796875 836.646728515625 837.646240234375 837.645751953125 837.645263671875 836.644775390625 838.643798828125 842.643310546875 847.642822265625 851.642333984375 854.641845703125 855.641357421875 852.640869140625 848.640380859375 835.63946533203125 833.63897705078125 835.63848876953125 832.63800048828125 826.63751220703125 826.63702392578125 828.63653564453125 832.63604736328125 848.63507080078125 852.63458251953125 845.63409423828125 837.63360595703125 831.63311767578125 833.63262939453125 837.63214111328125 851.63092041015625 864.62994384765625 874.62945556640625 883.62896728515625 892.62847900390625 901.6280517578125 905.6275634765625 909.6270751953125 916.6260986328125 920.6256103515625 922.6251220703125 925.6246337890625 925.6241455078125 925.6236572265625 922.6231689453125 921.6226806640625 921.6217041015625 922.6212158203125 924.6207275390625 928.6202392578125 932.6197509765625 938.6192626953125 943.6187744140625 947.6182861328125 953.6173095703125 957.6168212890625 961.6163330078125 964.6158447265625
|
||||
367.762939453125 370.762451171875 373.761962890625 373.761474609375 371.760986328125 368.760498046875 369.759552001953125 370.759063720703125 371.758575439453125 371.758087158203125 370.7579345703125 371.757110595703125 372.756622314453125 373.75616455078125 376.75518798828125 377.75469970703125 377.75469970703125 377.75469970703125 380.752593994140625 381.752105712890625 380.75164794921875 383.75115966796875 394.75018310546875 398.74969482421875 401.74920654296875 401.74871826171875 401.74822998046875 400.74774169921875 402.74725341796875 402.74676513671875 396.745819091796875 393.745330810546875 393.744842529296875 394.744354248046875 398.743865966796875 401.743377685546875 405.742889404296875 409.742431640625 419.741455078125 426.740966796875 431.740478515625 433.739990234375 435.739501953125 433.739013671875 426.738525390625 422.738037109375 424.737091064453125 422.736602783203125 416.736114501953125 406.7349853515625 402.7344970703125 399.7340087890625 398.7335205078125 398.7330322265625 401.7320556640625 403.7315673828125 406.7310791015625 408.7305908203125 409.730133056640625 408.729644775390625 408.729156494140625 410.728179931640625 414.727691650390625 420.727203369140625 425.726715087890625 435.726226806640625 447.72576904296875 455.72528076171875 462.72479248046875 478.72381591796875 488.72332763671875 498.72283935546875 504.72235107421875 510.72186279296875 517.72137451171875 526.72088623046875 535.72039794921875 554.71942138671875 559.71893310546875 561.71844482421875 566.71734619140625 569.71685791015625 573.71636962890625 575.71588134765625 576.71539306640625 581.71441650390625 585.71392822265625 587.71343994140625 590.71295166015625 592.71246337890625 595.71197509765625 598.71148681640625 600.71099853515625 605.71002197265625 606.70953369140625 606.70904541015625 607.70855712890625 608.7081298828125 611.7076416015625 613.7071533203125 615.7066650390625 618.7056884765625 617.7052001953125 614.7047119140625 613.7042236328125 615.7037353515625 622.7032470703125 628.7027587890625 640.7017822265625 645.7012939453125 647.7008056640625 649.69964599609375 653.69915771484375 655.69866943359375 655.69818115234375 657.69769287109375 669.69671630859375 675.69622802734375 678.69580078125 680.6953125 685.69482421875 690.6943359375 688.69384765625 685.693359375 685.6915283203125 688.69189453125 691.69140625 696.69091796875 701.6904296875 704.68994140625 707.689453125 708.68896484375 716.68798828125 720.6875 725.68701171875 728.6865234375 727.68603515625 727.68389892578125 727.68389892578125 728.6845703125 730.68359375 730.68310546875 731.6826171875 727.68145751953125 731.68096923828125 735.68048095703125 734.6800537109375 733.6795654296875 733.6785888671875 736.6781005859375 737.6776123046875 738.6771240234375 740.6766357421875 741.6761474609375 740.6756591796875 730.6746826171875 728.6741943359375 728.6737060546875 718.6732177734375 710.6727294921875 710.6722412109375 706.6717529296875 698.6712646484375 684.6702880859375 680.6697998046875 680.6697998046875 680.6697998046875 680.6697998046875 698.6678466796875 709.6673583984375 716.6668701171875 738.6658935546875 746.6654052734375 756.6649169921875 766.66375732421875 767.66326904296875 768.66278076171875 773.66229248046875 776.66180419921875 778.66082763671875 781.66033935546875 782.65985107421875 782.65936279296875 784.65887451171875 784.658447265625 786.657958984375 789.657470703125 795.656494140625 797.656005859375 798.655517578125 798.655029296875 799.654541015625 801.654052734375 804.653564453125 806.653076171875 811.652099609375 815.651611328125 819.651123046875 821.650634765625 820.650146484375 819.649658203125 820.649169921875 822.648681640625 830.647705078125 833.647216796875 834.64605712890625 834.64556884765625 834.64508056640625 834.64459228515625 833.64410400390625 834.64312744140625 839.64263916015625 844.64215087890625 848.64166259765625 849.64117431640625 848.64068603515625 844.64019775390625 841.63970947265625 828.63873291015625 827.63824462890625 827.63775634765625 822.63726806640625 814.63677978515625 812.63629150390625 810.63580322265625 813.63531494140625 836.63433837890625 841.63385009765625 836.63336181640625 831.63287353515625 831.63238525390625 836.63189697265625 843.63140869140625 851.63092041015625 864.62994384765625 874.62945556640625 882.6282958984375 893.6278076171875 901.6273193359375 905.6268310546875 909.6263427734375 913.6258544921875 923.6248779296875 923.6243896484375 922.6239013671875 920.6234130859375 917.6229248046875 915.6224365234375 913.6219482421875 913.6214599609375 920.6204833984375 923.6199951171875 928.6195068359375 933.6190185546875 939.6185302734375 944.6180419921875 947.6175537109375 952.6165771484375 955.6160888671875 958.6156005859375 961.6151123046875
|
||||
366.762298583984375 369.761810302734375 372.761322021484375 372.7608642578125 370.7603759765625 368.7598876953125 368.7593994140625 371.7584228515625 370.7579345703125 370.7579345703125 370.7579345703125 370.7579345703125 370.7579345703125 373.755523681640625 376.755035400390625 379.754058837890625 379.753570556640625 379.753082275390625 380.752593994140625 381.752105712890625 380.75164794921875 380.750518798828125 388.749542236328125 394.749053955078125 397.748565673828125 398.748077392578125 397.747589111328125 397.747100830078125 398.746612548828125 398.74615478515625 390.74517822265625 389.74468994140625 389.74420166015625 392.74371337890625 395.74322509765625 399.74273681640625 405.74224853515625 410.74176025390625 421.74078369140625 427.740325927734375 430.739837646484375 433.739349365234375 436.738861083984375 436.738372802734375 428.737884521484375 421.737396240234375 417.736419677734375 415.7359619140625 410.7354736328125 406.7349853515625 402.7344970703125 399.7340087890625 397.732879638671875 398.732391357421875 402.731414794921875 406.730926513671875 409.730438232421875 411.729949951171875 411.729461669921875 410.728973388671875 410.728515625 411.72802734375 415.72705078125 418.7265625 423.72607421875 433.7255859375 444.72509765625 453.724609375 461.72412109375 470.7236328125 491.72265625 499.72216796875 505.721710205078125 512.72119140625 520.720703125 528.72021484375 536.7197265625 553.71881103515625 557.71832275390625 561.71783447265625 566.71734619140625 569.71685791015625 573.71636962890625 570.7152099609375 574.7147216796875 583.7137451171875 585.7132568359375 585.7127685546875 586.7122802734375 589.7117919921875 593.7113037109375 597.7108154296875 599.7103271484375 602.7093505859375 603.7088623046875 604.7083740234375 605.70794677734375 607.70745849609375 609.70697021484375 610.70648193359375 609.70599365234375 610.70501708984375 610.70452880859375 610.70404052734375 612.70355224609375 616.70306396484375 624.70257568359375 629.70208740234375 633.70159912109375 644.70062255859375 646.70013427734375 649.69964599609375 653.69915771484375 655.69866943359375 655.69818115234375 652.697021484375 658.696533203125 671.695556640625 674.695068359375 679.694580078125 685.69415283203125 687.69366455078125 687.69317626953125 685.69268798828125 685.6915283203125 688.69122314453125 691.69073486328125 695.69024658203125 697.68975830078125 700.68927001953125 704.68878173828125 707.68829345703125 716.68731689453125 718.68682861328125 722.68634033203125 726.68585205078125 727.68536376953125 727.68487548828125 727.68438720703125 727.68389892578125 726.68292236328125 726.68243408203125 727.68194580078125 727.68145751953125 731.68096923828125 735.68048095703125 729.6793212890625 728.6788330078125 732.6778564453125 733.6773681640625 734.6768798828125 735.6763916015625 736.6759033203125 735.67547607421875 733.67498779296875 729.67449951171875 723.67352294921875 710.67303466796875 699.67254638671875 696.67205810546875 692.67156982421875 686.67108154296875 677.67059326171875 676.67010498046875 681.66912841796875 686.66864013671875 696.66815185546875 700.66766357421875 713.66717529296875 726.66668701171875 733.66619873046875 748.66522216796875 756.66473388671875 763.66424560546875 766.66375732421875 767.66326904296875 768.66278076171875 770.66162109375 773.6611328125 776.66015625 778.65966796875 780.6591796875 781.65869140625 781.658203125 782.65771484375 786.6572265625 786.65673828125 795.65576171875 797.6552734375 798.65478515625 798.654296875 797.65380859375 798.6533203125 799.65283203125 801.65234375 809.6513671875 812.65087890625 815.650390625 816.64990234375 818.6494140625 820.64892578125 823.64849853515625 826.64801025390625 826.64703369140625 831.64654541015625 834.64605712890625 834.64556884765625 834.64508056640625 829.64385986328125 827.64337158203125 824.64288330078125 833.64190673828125 840.64141845703125 846.64093017578125 846.64044189453125 844.63995361328125 840.63946533203125 832.63897705078125 825.63848876953125 813.63751220703125 807.63702392578125 804.63653564453125 797.6361083984375 794.6356201171875 798.6351318359375 806.6346435546875 826.6336669921875 830.6331787109375 829.6326904296875 829.6322021484375 831.6317138671875 840.6312255859375 851.6307373046875 860.6302490234375 871.6292724609375 875.6287841796875 882.6282958984375 893.6278076171875 901.6273193359375 905.6268310546875 916.6256103515625 918.6251220703125 921.6241455078125 917.6236572265625 914.6231689453125 913.6226806640625 911.6221923828125 909.6217041015625 908.6212158203125 909.6207275390625 921.6197509765625 925.6192626953125 927.6187744140625 932.6182861328125 939.6177978515625 943.6173095703125 946.6168212890625 949.6163330078125 953.6153564453125 955.6148681640625 957.6143798828125
|
||||
366.76165771484375 369.761199951171875 370.760711669921875 370.760223388671875 369.759735107421875 368.759246826171875 368.75811767578125 370.757781982421875 371.757293701171875 370.7579345703125 370.7579345703125 370.7579345703125 370.7579345703125 373.7548828125 376.75439453125 381.75341796875 382.7529296875 382.75244140625 383.751953125 382.75146484375 380.751007080078125 380.750518798828125 384.750030517578125 394.749053955078125 394.7479248046875 395.7474365234375 396.7469482421875 397.7464599609375 396.7459716796875 394.7454833984375 390.7449951171875 388.744384765625 388.744384765625 389.743072509765625 392.742584228515625 397.742095947265625 404.741607666015625 412.741119384765625 421.740142822265625 425.73968505859375 429.73919677734375 432.73870849609375 434.73822021484375 433.73773193359375 426.73724365234375 418.73675537109375 410.73577880859375 409.73529052734375 406.73480224609375 401.73431396484375 399.73382568359375 398.733367919921875 397.732879638671875 398.732391357421875 402.731414794921875 409.73028564453125 412.72979736328125 414.72930908203125 414.72882080078125 414.72833251953125 414.72784423828125 414.72735595703125 415.72637939453125 416.72589111328125 425.72540283203125 436.72491455078125 445.724456787109375 454.723968505859375 464.723480224609375 475.722991943359375 492.722015380859375 500.721527099609375 507.721038818359375 514.7205810546875 521.7200927734375 529.7196044921875 535.7191162109375 541.7186279296875 555.7176513671875 562.7171630859375 565.7166748046875 567.7161865234375 568.7156982421875 570.7152099609375 574.7147216796875 578.7142333984375 585.7132568359375 582.71209716796875 583.71160888671875 588.71112060546875 591.71063232421875 594.710205078125 596.709716796875 599.708740234375 600.708251953125 602.707763671875 603.707275390625 606.706787109375 609.706298828125 609.705810546875 607.705322265625 606.704345703125 608.703857421875 611.703369140625 616.702880859375 621.702392578125 627.701904296875 631.701416015625 632.700927734375 641.699951171875 645.699462890625 647.698974609375 649.698486328125 650.697998046875 650.697509765625 652.697021484375 658.696533203125 671.695556640625 671.69439697265625 675.6939697265625 679.6934814453125 683.6929931640625 686.6925048828125 686.6920166015625 685.6915283203125 689.6905517578125 691.6900634765625 694.6895751953125 696.6890869140625 698.6885986328125 703.6881103515625 708.6876220703125 712.6871337890625 716.6861572265625 720.6856689453125 723.6851806640625 725.6846923828125 726.6842041015625 724.6837158203125 724.6832275390625 722.6822509765625 725.6817626953125 726.6812744140625 725.6807861328125 727.6802978515625 729.6798095703125 729.6793212890625 728.6788330078125 732.6778564453125 727.67669677734375 728.67620849609375 730.67572021484375 730.67523193359375 730.67474365234375 728.67425537109375 725.67376708984375 711.67279052734375 699.67230224609375 687.67181396484375 681.67138671875 676.6708984375 669.67041015625 665.669921875 665.66943359375 680.66845703125 692.66796875 696.66748046875 704.6669921875 718.66650390625 733.666015625 745.66552734375 755.6650390625 766.6640625 768.66357421875 767.6630859375 764.66259765625 767.662109375 770.66162109375 773.6611328125 775.66064453125 775.65899658203125 777.65850830078125 779.65802001953125 781.65753173828125 784.65704345703125 785.65655517578125 787.65606689453125 794.65509033203125 795.65460205078125 794.65411376953125 792.65362548828125 793.65313720703125 795.65264892578125 797.65216064453125 799.65167236328125 805.65069580078125 808.65020751953125 809.64971923828125 810.64923095703125 813.64874267578125 818.64825439453125 823.64776611328125 824.64727783203125 826.64630126953125 829.64581298828125 830.64532470703125 828.64483642578125 828.64434814453125 829.64385986328125 827.64337158203125 824.64288330078125 833.64190673828125 831.6407470703125 834.6402587890625 840.6397705078125 841.6392822265625 837.6387939453125 829.6383056640625 820.6378173828125 803.6368408203125 797.6363525390625 794.6356201171875 794.6356201171875 801.6348876953125 809.6343994140625 812.6339111328125 812.6334228515625 822.6324462890625 825.6319580078125 826.6314697265625 828.6309814453125 842.6304931640625 858.6300048828125 866.6295166015625 873.6290283203125 883.6280517578125 893.6275634765625 903.6270751953125 907.6265869140625 911.6260986328125 916.6256103515625 918.6251220703125 921.6241455078125 910.6229248046875 908.6224365234375 906.6219482421875 903.6214599609375 903.6209716796875 906.6204833984375 910.6199951171875 923.61907958984375 927.61859130859375 929.61810302734375 933.61761474609375 939.61712646484375 943.61663818359375 945.61614990234375 947.61566162109375 950.61468505859375 951.61419677734375 951.61370849609375
|
||||
363.76104736328125 366.76055908203125 369.76007080078125 370.75958251953125 370.75909423828125 369.75860595703125 368.75811767578125 369.75714111328125 371.75665283203125 372.756195068359375 371.755706787109375 371.755218505859375 371.754730224609375 372.754241943359375 375.753753662109375 378.752777099609375 379.752288818359375 381.751800537109375 382.7513427734375 381.7508544921875 379.7503662109375 379.7498779296875 382.7493896484375 390.7484130859375 394.7479248046875 395.7474365234375 396.7469482421875 395.745819091796875 393.745330810546875 391.744842529296875 388.744384765625 388.744384765625 390.742919921875 392.742431640625 395.741943359375 399.741455078125 405.740966796875 410.740478515625 414.739990234375 425.739013671875 427.738525390625 428.738037109375 428.737548828125 427.737091064453125 423.736602783203125 416.736114501953125 410.735626220703125 405.734649658203125 402.734161376953125 400.733673095703125 398.733184814453125 397.732696533203125 398.732208251953125 399.73175048828125 405.73077392578125 409.73028564453125 412.72979736328125 414.72930908203125 414.72882080078125 419.727691650390625 419.727203369140625 420.726715087890625 417.725738525390625 420.725250244140625 429.724761962890625 440.724273681640625 449.723785400390625 458.723297119140625 470.722808837890625 479.722320556640625 494.72137451171875 503.72088623046875 510.72039794921875 514.71990966796875 519.71942138671875 526.71893310546875 533.71844482421875 539.71795654296875 554.71697998046875 560.71649169921875 564.71600341796875 565.71551513671875 567.71502685546875 571.71453857421875 574.71405029296875 577.71356201171875 582.71258544921875 582.71209716796875 583.71160888671875 588.71112060546875 588.71002197265625 591.70953369140625 594.70904541015625 595.70855712890625 597.70758056640625 599.70709228515625 602.70660400390625 604.70611572265625 606.70562744140625 606.70513916015625 604.70465087890625 605.70416259765625 611.70318603515625 616.70269775390625 620.70220947265625 623.70172119140625 627.70123291015625 632.70074462890625 634.70025634765625 640.69927978515625 643.69879150390625 644.69830322265625 645.69781494140625 646.69732666015625 647.69683837890625 648.69635009765625 655.69586181640625 669.69488525390625 671.69439697265625 675.6939697265625 679.6934814453125 682.6922607421875 684.6917724609375 684.69134521484375 685.69085693359375 689.68988037109375 692.68939208984375 694.68890380859375 695.68841552734375 697.68792724609375 701.68743896484375 706.68695068359375 709.68646240234375 715.68548583984375 718.68499755859375 720.68450927734375 723.68402099609375 723.68353271484375 723.68304443359375 720.68255615234375 719.68206787109375 728.68109130859375 728.68060302734375 725.68011474609375 726.67962646484375 726.67913818359375 725.67864990234375 726.67816162109375 727.67767333984375 727.67669677734375 728.67620849609375 730.67572021484375 724.674560546875 725.674072265625 725.673583984375 723.673095703125 706.672119140625 695.671630859375 680.671142578125 667.670654296875 662.670166015625 662.669677734375 663.669189453125 668.668701171875 682.667724609375 691.667236328125 702.666748046875 717.666259765625 733.665771484375 748.665283203125 759.664794921875 764.664306640625 765.663330078125 764.662841796875 763.66241455078125 764.66192626953125 767.66143798828125 773.66094970703125 775.66046142578125 775.65997314453125 775.65899658203125 777.65850830078125 779.65802001953125 781.65753173828125 779.65631103515625 779.65582275390625 781.65533447265625 785.65484619140625 790.65386962890625 788.65338134765625 786.65289306640625 788.65240478515625 791.65191650390625 794.6514892578125 797.6510009765625 800.6505126953125 806.6495361328125 807.6490478515625 808.6485595703125 811.6480712890625 815.6475830078125 819.6470947265625 822.6466064453125 822.6456298828125 822.6451416015625 823.6446533203125 824.6441650390625 822.6436767578125 819.6431884765625 816.6427001953125 814.6422119140625 823.6412353515625 831.6407470703125 834.6402587890625 840.6397705078125 833.6385498046875 836.6380615234375 829.6375732421875 816.6370849609375 796.6361083984375 794.6356201171875 798.6351318359375 805.6346435546875 812.6341552734375 819.6336669921875 821.6331787109375 814.6326904296875 815.6317138671875 820.6312255859375 821.6307373046875 825.6302490234375 840.6297607421875 858.6292724609375 866.6287841796875 874.6282958984375 892.6273193359375 898.6268310546875 904.6263427734375 909.6258544921875 913.6253662109375 917.6248779296875 918.6243896484375 917.6239013671875 910.6229248046875 908.6224365234375 906.6219482421875 898.62078857421875 904.62030029296875 910.61981201171875 917.61932373046875 924.61883544921875 933.61785888671875 936.61737060546875 937.61688232421875 939.61639404296875 943.61590576171875 943.61541748046875 943.61492919921875 945.61395263671875 947.61346435546875 945.61297607421875
|
||||
362.760406494140625 365.759918212890625 368.759429931640625 369.758941650390625 369.758453369140625 369.757965087890625 368.75750732421875 367.75701904296875 370.75604248046875 371.75555419921875 371.75506591796875 371.75457763671875 371.75408935546875 372.75360107421875 373.75311279296875 374.75262451171875 376.75164794921875 378.75115966796875 378.75067138671875 377.750213623046875 375.749725341796875 375.749237060546875 376.748748779296875 385.747772216796875 390.747283935546875 394.746795654296875 396.746307373046875 395.745819091796875 393.745330810546875 391.744842529296875 388.744384765625 389.742767333984375 391.742279052734375 395.741790771484375 399.741302490234375 402.740814208984375 405.740325927734375 408.739837646484375 412.739349365234375 421.738372802734375 424.737884521484375 425.737396240234375 424.736907958984375 423.736419677734375 419.7359619140625 413.7354736328125 407.7349853515625 401.7340087890625 399.7335205078125 398.7330322265625 397.7325439453125 395.7320556640625 396.7315673828125 399.7310791015625 402.7305908203125 410.7296142578125 414.7291259765625 417.7286376953125 419.7281494140625 419.727691650390625 419.727203369140625 420.726715087890625 425.725555419921875 426.724609375 431.72412109375 440.7236328125 451.72314453125 459.72265625 468.72216796875 477.7216796875 490.720703125 500.72021484375 507.7197265625 513.71923828125 519.71875 526.71826171875 532.7177734375 537.71728515625 551.71630859375 557.7158203125 562.71533203125 565.71484375 569.71435546875 573.7138671875 573.71337890625 575.712890625 579.7119140625 578.71142578125 582.7109375 587.71051025390625 588.71002197265625 591.70953369140625 594.70904541015625 594.7078857421875 596.7069091796875 599.7064208984375 602.7059326171875 604.7054443359375 602.7049560546875 600.7044677734375 601.7039794921875 604.7034912109375 614.7025146484375 618.7020263671875 621.7015380859375 625.7010498046875 630.7005615234375 634.7000732421875 635.6995849609375 636.6990966796875 642.6981201171875 642.6976318359375 642.6971435546875 643.6966552734375 646.6961669921875 652.6956787109375 659.6951904296875 666.6947021484375 673.6937255859375 674.6932373046875 677.6927490234375 682.6922607421875 684.6917724609375 684.69134521484375 685.690185546875 688.689208984375 691.688720703125 694.688232421875 694.687744140625 696.687255859375 699.686767578125 703.686279296875 706.685791015625 711.684814453125 714.684326171875 717.683837890625 719.683349609375 720.682861328125 720.682373046875 719.681884765625 719.681396484375 726.680419921875 728.679931640625 726.679443359375 725.678955078125 726.678466796875 725.677978515625 725.677490234375 724.677001953125 725.676025390625 726.675537109375 726.675048828125 724.674560546875 725.674072265625 725.673583984375 723.673095703125 716.67193603515625 690.67095947265625 676.67047119140625 663.66998291015625 661.6685791015625 661.6685791015625 664.66851806640625 674.66802978515625 685.66754150390625 703.66656494140625 715.66607666015625 731.66558837890625 747.66510009765625 756.66461181640625 762.66412353515625 764.66363525390625 760.66265869140625 758.66217041015625 758.66168212890625 760.66119384765625 767.66070556640625 772.66021728515625 775.65972900390625 775.65924072265625 774.65826416015625 775.65777587890625 777.65728759765625 778.65679931640625 779.65631103515625 779.65582275390625 781.65533447265625 778.6541748046875 784.6531982421875 784.6527099609375 783.6522216796875 784.6517333984375 787.6512451171875 790.6507568359375 793.6502685546875 798.6497802734375 806.6488037109375 809.6483154296875 810.6478271484375 810.6473388671875 811.6468505859375 816.6463623046875 819.6458740234375 821.6453857421875 817.6444091796875 817.6439208984375 817.6434326171875 815.6429443359375 810.6424560546875 805.6419677734375 803.6414794921875 806.6409912109375 817.6400146484375 821.6395263671875 826.6390380859375 833.6385498046875 836.6380615234375 829.6375732421875 816.63641357421875 803.63592529296875 790.63494873046875 795.63446044921875 804.63397216796875 810.63348388671875 813.63299560546875 813.63226318359375 813.63226318359375 813.63226318359375 816.63055419921875 819.63006591796875 827.62957763671875 843.62908935546875 855.62860107421875 864.62811279296875 874.62762451171875 894.62664794921875 899.62615966796875 904.62567138671875 908.62518310546875 910.62469482421875 911.62420654296875 912.62371826171875 911.62322998046875 906.62225341796875 902.62176513671875 899.62127685546875 898.62078857421875 904.62030029296875 910.61981201171875 923.61859130859375 929.61810302734375 934.61712646484375 935.61663818359375 938.61614990234375 941.61566162109375 941.61517333984375 939.61468505859375 937.61419677734375 937.61370849609375 943.61273193359375 941.61224365234375
|
||||
362.760406494140625 365.759918212890625 368.759429931640625 365.75830078125 366.757843017578125 367.757354736328125 366.756866455078125 366.756378173828125 369.755401611328125 369.7552490234375 369.7552490234375 369.7552490234375 370.753448486328125 372.752960205078125 373.752471923828125 374.751983642578125 373.75103759765625 372.75054931640625 372.75006103515625 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 373.74761962890625 383.74664306640625 387.74615478515625 391.74566650390625 391.74517822265625 390.74468994140625 388.74420166015625 386.74371337890625 387.74322509765625 391.742279052734375 395.741790771484375 399.74066162109375 402.74017333984375 405.73968505859375 408.73919677734375 411.73870849609375 418.73773193359375 421.73724365234375 421.73675537109375 420.73626708984375 417.73577880859375 413.73529052734375 407.73480224609375 403.73431396484375 401.73333740234375 398.732879638671875 396.732391357421875 395.731903076171875 394.731414794921875 396.730926513671875 398.730438232421875 402.729949951171875 409.728973388671875 413.728485107421875 417.727996826171875 419.727508544921875 421.727020263671875 423.726531982421875 425.726043701171875 425.725555419921875 426.724609375 431.72412109375 445.72296142578125 450.72247314453125 456.72198486328125 466.72149658203125 475.72100830078125 481.72052001953125 493.71954345703125 506.71905517578125 515.71856689453125 519.71807861328125 525.71759033203125 532.71710205078125 539.71661376953125 544.71612548828125 556.71514892578125 561.71466064453125 566.7142333984375 570.7137451171875 570.7132568359375 572.7127685546875 577.7122802734375 578.7113037109375 578.7113037109375 581.7103271484375 583.7098388671875 584.7093505859375 587.7088623046875 591.7083740234375 594.7078857421875 596.7069091796875 599.7064208984375 599.70526123046875 598.70477294921875 597.70428466796875 598.70379638671875 599.70330810546875 604.70281982421875 614.70184326171875 616.70135498046875 619.70086669921875 624.70037841796875 631.69989013671875 633.69940185546875 634.69891357421875 636.69842529296875 639.69744873046875 638.69696044921875 638.69647216796875 641.69598388671875 647.69549560546875 655.69500732421875 661.69451904296875 665.69403076171875 675.69305419921875 678.69256591796875 680.69207763671875 683.691650390625 684.691162109375 683.690673828125 685.690185546875 687.689697265625 691.688720703125 694.688232421875 693.68707275390625 695.68658447265625 697.68609619140625 698.68560791015625 699.68511962890625 702.68463134765625 709.68365478515625 712.68316650390625 715.68267822265625 715.68218994140625 715.68170166015625 717.68121337890625 719.68072509765625 722.67974853515625 723.67926025390625 723.67877197265625 724.67828369140625 726.67779541015625 727.67730712890625 725.67681884765625 723.67633056640625 723.67535400390625 722.67486572265625 719.67437744140625 717.67388916015625 719.67340087890625 724.67291259765625 723.67242431640625 716.67193603515625 690.67095947265625 676.67047119140625 661.6693115234375 661.6685791015625 661.6685791015625 670.6678466796875 683.6673583984375 695.6668701171875 722.6658935546875 732.6654052734375 742.6649169921875 752.6644287109375 756.6639404296875 759.6634521484375 758.6629638671875 756.6624755859375 751.6614990234375 752.6610107421875 759.6605224609375 766.6600341796875 771.6595458984375 774.6590576171875 773.6585693359375 772.6580810546875 773.6571044921875 773.6566162109375 774.6561279296875 775.6556396484375 776.6551513671875 776.6546630859375 778.6541748046875 784.6531982421875 784.6527099609375 780.65155029296875 781.65106201171875 782.65057373046875 784.65008544921875 787.64959716796875 796.64910888671875 810.64813232421875 812.64764404296875 811.64715576171875 809.64666748046875 810.64617919921875 813.64569091796875 816.64520263671875 816.64471435546875 811.64373779296875 808.64324951171875 808.64276123046875 806.64227294921875 801.64178466796875 797.64129638671875 794.64080810546875 795.64031982421875 806.63934326171875 809.63885498046875 815.63836669921875 822.63787841796875 828.63739013671875 824.63690185546875 816.63641357421875 803.63592529296875 790.63494873046875 792.63372802734375 802.63323974609375 809.63275146484375 813.63226318359375 814.63177490234375 813.63226318359375 818.63079833984375 827.62982177734375 829.62933349609375 839.62884521484375 848.62835693359375 859.62786865234375 870.62738037109375 881.62689208984375 891.62640380859375 899.62542724609375 904.62493896484375 907.62445068359375 907.62396240234375 908.62347412109375 908.62298583984375 905.62249755859375 900.62152099609375 897.62103271484375 896.62054443359375 901.62005615234375 908.61956787109375 915.61907958984375 923.61859130859375 929.61810302734375 934.61712646484375 934.61590576171875 936.61541748046875 938.61492919921875 939.61444091796875 939.61395263671875 937.61346435546875 936.61297607421875 939.61199951171875 937.61151123046875
|
||||
360.76171875 365.75927734375 365.7587890625 365.75830078125 366.757843017578125 367.757354736328125 366.7562255859375 367.7557373046875 370.7547607421875 369.7552490234375 369.7552490234375 369.7552490234375 369.7552490234375 370.7523193359375 372.7518310546875 373.7513427734375 373.750396728515625 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 374.746978759765625 379.746002197265625 384.745513916015625 384.745025634765625 382.744537353515625 384.744049072265625 385.743560791015625 384.743072509765625 384.74261474609375 388.74163818359375 394.74114990234375 399.74066162109375 402.74017333984375 405.73968505859375 405.738555908203125 408.738067626953125 413.737579345703125 417.736602783203125 418.736114501953125 414.735626220703125 411.735137939453125 406.734649658203125 403.734161376953125 401.733673095703125 401.733184814453125 397.732208251953125 395.731719970703125 393.731231689453125 394.73077392578125 394.73028564453125 397.72979736328125 403.72930908203125 412.72833251953125 413.72784423828125 415.72735595703125 419.72686767578125 424.72637939453125 428.72589111328125 429.72540283203125 430.72491455078125 435.72393798828125 438.72344970703125 445.72296142578125 450.72247314453125 456.72198486328125 467.720855712890625 476.720367431640625 482.719879150390625 496.718902587890625 509.718414306640625 516.7178955078125 519.71746826171875 526.71697998046875 534.71649169921875 540.71600341796875 546.71551513671875 557.71453857421875 562.71405029296875 565.71356201171875 567.71307373046875 568.71258544921875 572.71209716796875 577.71160888671875 579.71112060546875 579.71014404296875 582.70965576171875 583.70916748046875 584.70867919921875 587.70819091796875 590.70770263671875 593.70721435546875 595.70672607421875 598.70574951171875 599.70526123046875 598.70477294921875 597.70428466796875 598.70379638671875 603.70263671875 608.7021484375 612.70166015625 613.70068359375 616.7001953125 622.69970703125 627.69921875 631.69873046875 634.6982421875 637.69775390625 636.69677734375 635.6962890625 638.69580078125 641.6953125 647.69482421875 653.6943359375 658.69384765625 662.693359375 674.6923828125 679.69189453125 682.69140625 683.69091796875 682.6904296875 683.68994140625 685.689453125 686.68896484375 687.68798828125 690.6875 693.68707275390625 695.68658447265625 697.68609619140625 698.6849365234375 700.6844482421875 701.6839599609375 707.6829833984375 711.6824951171875 712.6820068359375 713.6815185546875 714.6810302734375 716.6805419921875 716.6800537109375 716.6795654296875 717.6785888671875 718.6781005859375 720.6776123046875 723.6771240234375 724.6766357421875 723.6761474609375 722.6756591796875 724.6751708984375 718.6741943359375 715.6737060546875 713.6732177734375 716.6727294921875 719.6722412109375 719.6717529296875 712.6712646484375 686.6702880859375 673.6697998046875 661.6693115234375 661.6685791015625 661.6685791015625 692.6671142578125 697.6666259765625 705.6661376953125 728.6651611328125 735.6646728515625 744.6641845703125 750.6636962890625 753.6632080078125 752.6627197265625 750.6622314453125 749.66180419921875 746.66082763671875 750.66033935546875 758.65985107421875 764.65936279296875 765.65887451171875 766.65838623046875 767.65789794921875 769.65740966796875 771.65643310546875 771.65594482421875 773.65545654296875 775.65496826171875 775.65447998046875 775.65399169921875 777.65350341796875 779.65301513671875 781.65203857421875 780.65155029296875 781.65106201171875 782.65057373046875 782.64984130859375 787.64886474609375 793.64837646484375 800.64788818359375 807.64691162109375 807.64642333984375 806.64593505859375 807.64544677734375 806.64495849609375 808.64447021484375 810.64398193359375 806.64300537109375 803.64251708984375 798.64202880859375 794.64154052734375 790.64105224609375 787.64056396484375 784.64007568359375 783.63958740234375 791.63861083984375 795.63812255859375 800.63763427734375 806.63714599609375 812.63665771484375 815.63616943359375 807.63568115234375 798.63519287109375 787.633544921875 792.63372802734375 802.63323974609375 809.63275146484375 813.63226318359375 824.631103515625 829.630615234375 839.63006591796875 846.62908935546875 845.62860107421875 850.62811279296875 858.62762451171875 869.62713623046875 878.62664794921875 886.62615966796875 891.62567138671875 897.62469482421875 900.62420654296875 901.62371826171875 902.62322998046875 904.62274169921875 903.62225341796875 899.62176513671875 896.62127685546875 892.62030029296875 895.61981201171875 902.61932373046875 907.61883544921875 914.61834716796875 924.61785888671875 930.61737060546875 931.61688232421875 934.61590576171875 936.61541748046875 938.61492919921875 935.61370849609375 935.61322021484375 933.61273193359375 931.61224365234375 932.61126708984375 932.61077880859375
|
||||
363.7596435546875 365.7586669921875 365.7581787109375 364.756561279296875 364.756561279296875 365.7567138671875 366.7562255859375 367.7557373046875 369.7552490234375 369.7552490234375 369.7552490234375 369.7552490234375 370.752197265625 371.751708984375 371.751220703125 372.750732421875 374.750244140625 373.749267578125 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 379.745361328125 381.744873046875 380.744384765625 379.743896484375 381.743408203125 383.742919921875 383.742431640625 383.742431640625 389.740966796875 394.740478515625 397.740020751953125 401.739532470703125 404.739044189453125 405.738555908203125 408.738067626953125 413.737579345703125 412.7359619140625 412.7354736328125 411.7349853515625 408.7344970703125 404.7340087890625 401.7335205078125 400.7330322265625 399.7325439453125 396.7315673828125 394.7310791015625 393.7305908203125 393.7301025390625 393.7296142578125 395.7291259765625 403.7286376953125 409.7281494140625 412.7271728515625 414.7266845703125 418.7261962890625 424.7257080078125 429.7252197265625 432.7247314453125 435.724273681640625 440.723785400390625 451.722808837890625 451.722320556640625 452.721832275390625 458.721343994140625 467.720855712890625 476.720367431640625 482.719879150390625 496.718902587890625 507.7177734375 515.71728515625 522.716796875 527.71630859375 533.7158203125 539.71533203125 546.71484375 559.7138671875 560.71337890625 560.712890625 563.71240234375 566.7119140625 570.71142578125 574.7109375 576.71044921875 578.70947265625 581.708984375 584.70849609375 587.7080078125 588.70751953125 588.70703125 590.70654296875 592.7060546875 596.705078125 594.70458984375 594.7041015625 595.70361328125 599.703125 603.70263671875 608.7021484375 612.70166015625 612.70001220703125 617.69952392578125 622.69903564453125 627.69854736328125 630.69805908203125 632.69757080078125 633.69708251953125 634.69659423828125 636.69561767578125 641.69512939453125 643.69464111328125 645.69415283203125 652.69366455078125 656.69317626953125 660.69268798828125 665.69219970703125 675.69122314453125 677.69073486328125 677.69024658203125 679.68975830078125 682.68927001953125 685.68878173828125 685.68829345703125 683.68731689453125 686.68682861328125 689.68634033203125 692.6859130859375 695.6854248046875 698.6849365234375 700.6844482421875 701.6839599609375 711.6822509765625 714.6817626953125 715.6812744140625 716.6807861328125 715.6802978515625 715.6798095703125 714.6793212890625 713.6788330078125 715.6778564453125 715.6773681640625 717.6768798828125 718.6763916015625 719.6759033203125 718.6754150390625 721.6749267578125 723.6744384765625 716.6734619140625 710.6729736328125 708.6724853515625 711.6719970703125 712.6715087890625 709.6710205078125 703.6705322265625 692.6700439453125 670.6690673828125 661.6685791015625 662.6680908203125 674.6676025390625 692.6671142578125 697.6666259765625 705.6661376953125 716.66497802734375 732.66400146484375 740.66351318359375 746.66302490234375 747.66253662109375 745.66204833984375 742.66156005859375 741.66107177734375 745.66009521484375 751.65960693359375 756.65911865234375 758.65863037109375 759.65814208984375 759.65765380859375 763.65716552734375 766.65667724609375 770.65570068359375 769.65521240234375 768.65472412109375 768.65423583984375 771.65374755859375 774.65325927734375 777.65277099609375 780.65228271484375 781.65130615234375 779.65081787109375 781.65032958984375 782.64984130859375 782.64984130859375 787.64886474609375 793.64837646484375 800.64788818359375 799.646240234375 802.645751953125 803.645263671875 802.644775390625 802.644287109375 803.643798828125 805.643310546875 806.642822265625 796.641845703125 788.641357421875 784.640869140625 777.640380859375 772.639892578125 769.639404296875 770.638916015625 772.638427734375 779.637451171875 784.636962890625 791.636474609375 796.635986328125 800.635498046875 795.635009765625 790.634521484375 787.633544921875 789.633056640625 799.632568359375 814.632080078125 823.631591796875 824.631103515625 829.630615234375 839.63006591796875 862.62841796875 861.6279296875 860.62744140625 865.626953125 874.62646484375 881.6259765625 885.62548828125 889.625 895.6240234375 896.62353515625 895.623046875 897.62255859375 898.6220703125 897.62158203125 894.62109375 891.62060546875 886.61962890625 890.619140625 898.61865234375 905.6181640625 911.61767578125 921.6171875 927.61669921875 927.6162109375 932.615234375 933.61474609375 934.6142578125 935.61370849609375 935.61322021484375 933.61273193359375 924.611572265625 923.611083984375 927.610107421875
|
||||
365.759002685546875 366.758026123046875 365.757537841796875 364.757049560546875 364.756561279296875 365.756072998046875 366.755584716796875 369.755096435546875 370.754608154296875 369.7552490234375 369.7552490234375 369.7552490234375 370.751556396484375 372.751068115234375 371.751220703125 372.750091552734375 373.749603271484375 372.748626708984375 372.748138427734375 372.748138427734375 372.748138427734375 372.748138427734375 373.746185302734375 373.745697021484375 375.745208740234375 379.744232177734375 379.743743896484375 380.743255615234375 382.742767333984375 383.742279052734375 385.741790771484375 388.741302490234375 391.740814208984375 397.7398681640625 399.7393798828125 402.7388916015625 403.7384033203125 404.7379150390625 409.7374267578125 411.7369384765625 412.7359619140625 412.7354736328125 411.7349853515625 408.7344970703125 403.733367919921875 400.732879638671875 397.732391357421875 396.731903076171875 393.730926513671875 392.730438232421875 392.729949951171875 391.72979736328125 393.728973388671875 397.728485107421875 403.727996826171875 406.727508544921875 411.726531982421875 413.726043701171875 418.725555419921875 425.725067138671875 430.724578857421875 435.724090576171875 441.723602294921875 447.723114013671875 455.722137451171875 458.721649169921875 460.721160888671875 463.720672607421875 469.720184326171875 478.719696044921875 485.719207763671875 490.718719482421875 507.7177734375 515.71728515625 522.716796875 525.71563720703125 530.71514892578125 537.71466064453125 545.71417236328125 550.71368408203125 555.71270751953125 556.71221923828125 559.71173095703125 563.71124267578125 569.71075439453125 572.71026611328125 574.70977783203125 573.70880126953125 576.70831298828125 583.70782470703125 586.70733642578125 585.70684814453125 583.70635986328125 584.70587158203125 588.70538330078125 593.70440673828125 593.70391845703125 595.70343017578125 598.70294189453125 602.70245361328125 604.70196533203125 607.70147705078125 608.70098876953125 612.70001220703125 617.69952392578125 622.69903564453125 625.6978759765625 626.6973876953125 626.6968994140625 627.6964111328125 629.6959228515625 636.6949462890625 640.6944580078125 642.6939697265625 645.6934814453125 649.6929931640625 654.6925048828125 658.6920166015625 663.6915283203125 671.6905517578125 672.6900634765625 674.6895751953125 676.6890869140625 680.6885986328125 682.6881103515625 683.6876220703125 681.6871337890625 682.6861572265625 683.6856689453125 688.6851806640625 694.6846923828125 700.6842041015625 703.6837158203125 702.6832275390625 706.6827392578125 714.6817626953125 715.6812744140625 718.68011474609375 716.67962646484375 714.67913818359375 712.67864990234375 712.67816162109375 714.67718505859375 714.67669677734375 714.67620849609375 715.67572021484375 713.67523193359375 714.67474365234375 717.67425537109375 721.67376708984375 713.67279052734375 707.67230224609375 704.67181396484375 705.67132568359375 704.67083740234375 700.67034912109375 693.66986083984375 679.66937255859375 663.66839599609375 653.66790771484375 654.66741943359375 666.66693115234375 681.66644287109375 693.66595458984375 703.66546630859375 716.66497802734375 732.66400146484375 740.66351318359375 746.66302490234375 741.661865234375 739.661376953125 737.660888671875 737.660400390625 741.659912109375 751.658935546875 752.658447265625 754.657958984375 756.657470703125 757.656982421875 761.656494140625 767.656005859375 768.655517578125 767.654541015625 763.654052734375 761.653564453125 765.653076171875 771.652587890625 777.652099609375 779.651611328125 780.650634765625 779.650146484375 782.649658203125 785.649169921875 784.648681640625 786.648193359375 789.647705078125 792.647216796875 799.646240234375 802.645751953125 803.645263671875 796.64404296875 799.6435546875 802.64306640625 805.642578125 805.64208984375 788.64111328125 778.640625 771.64013671875 764.6396484375 758.63916015625 754.638671875 757.63818359375 765.6376953125 769.63671875 771.63623046875 775.6357421875 781.63525390625 782.634765625 783.63427734375 785.6337890625 789.63330078125 788.63232421875 798.6318359375 815.63134765625 824.630859375 833.63037109375 845.6298828125 853.62939453125 858.62890625 861.6279296875 860.62744140625 878.626220703125 885.625732421875 886.625244140625 887.624755859375 889.624267578125 894.623291015625 895.622802734375 895.622314453125 894.621826171875 893.621337890625 890.620849609375 888.620361328125 886.619873046875 884.618896484375 890.618408203125 898.617919921875 904.617431640625 911.616943359375 918.616455078125 922.615966796875 925.615478515625 928.614501953125 930.614013671875 931.613525390625 932.613037109375 931.612548828125 928.612060546875 924.611572265625 923.611083984375 927.610107421875
|
||||
364.75836181640625 366.75738525390625 366.75689697265625 365.75640869140625 363.75592041015625 362.75543212890625 365.75494384765625 369.75445556640625 371.75396728515625 369.7552490234375 369.7552490234375 369.7552490234375 370.751556396484375 372.751068115234375 371.751220703125 372.750091552734375 371.74896240234375 371.74798583984375 373.74749755859375 374.74700927734375 375.74652099609375 375.74603271484375 374.74554443359375 374.74505615234375 375.74456787109375 377.74359130859375 378.74310302734375 381.74261474609375 383.74212646484375 386.74163818359375 390.74114990234375 393.74066162109375 395.74017333984375 400.73919677734375 402.73870849609375 402.73822021484375 404.73773193359375 407.73724365234375 410.73675537109375 411.73626708984375 409.73577880859375 409.734832763671875 409.734344482421875 407.733856201171875 403.733367919921875 400.732879638671875 397.732391357421875 390.73126220703125 390.73077392578125 391.72979736328125 391.72979736328125 392.72882080078125 394.72833251953125 398.72784423828125 403.72735595703125 407.72686767578125 412.72589111328125 415.72540283203125 420.72491455078125 426.72442626953125 432.72393798828125 437.72344970703125 442.72296142578125 448.72247314453125 460.72149658203125 467.72100830078125 470.72052001953125 472.72003173828125 474.71954345703125 479.71905517578125 487.71856689453125 491.71807861328125 504.71710205078125 513.71661376953125 520.71612548828125 525.71563720703125 530.71514892578125 537.71466064453125 542.7135009765625 547.7130126953125 554.7120361328125 555.7115478515625 558.7110595703125 562.7105712890625 564.7100830078125 568.7095947265625 571.7091064453125 571.7086181640625 575.7076416015625 582.7071533203125 585.7066650390625 582.7061767578125 579.7056884765625 581.7052001953125 584.7047119140625 587.7042236328125 592.7032470703125 594.7027587890625 598.7022705078125 602.7017822265625 606.7012939453125 606.7008056640625 605.7003173828125 612.6993408203125 618.6988525390625 623.6983642578125 625.6978759765625 626.6973876953125 626.6968994140625 624.69573974609375 627.69525146484375 633.69427490234375 635.69378662109375 638.69329833984375 642.69281005859375 647.69232177734375 651.69183349609375 655.69134521484375 659.69085693359375 667.68988037109375 670.68939208984375 674.68890380859375 676.68841552734375 678.68792724609375 680.68743896484375 681.68695068359375 682.68646240234375 682.68548583984375 684.68499755859375 687.68450927734375 695.68402099609375 702.68353271484375 703.68304443359375 705.68255615234375 708.68206787109375 716.68109130859375 718.68060302734375 718.68011474609375 716.67962646484375 714.67913818359375 712.67864990234375 710.677490234375 710.677001953125 709.676025390625 709.675537109375 709.675048828125 709.674560546875 710.674072265625 712.673583984375 714.673095703125 713.672607421875 704.671630859375 697.671142578125 693.670654296875 693.670166015625 692.669677734375 684.669189453125 675.668701171875 654.667724609375 648.667236328125 649.666748046875 663.666259765625 677.665771484375 689.665283203125 700.664794921875 713.664306640625 731.663330078125 737.662841796875 741.662353515625 741.661865234375 739.661376953125 737.660888671875 733.65972900390625 740.65924072265625 749.65826416015625 749.65777587890625 749.6572265625 750.65673828125 753.65625 757.65576171875 760.6552734375 763.65478515625 765.65380859375 762.6533203125 760.65283203125 760.65234375 765.65185546875 770.6513671875 773.65087890625 774.650390625 776.6494140625 780.64892578125 781.6484375 782.64794921875 783.6474609375 786.64697265625 789.646484375 791.64599609375 794.64501953125 793.64453125 796.64404296875 799.6435546875 802.64306640625 802.64190673828125 803.64141845703125 782.64044189453125 768.63995361328125 758.63946533203125 750.63897705078125 745.63848876953125 743.63800048828125 743.637451171875 749.636962890625 756.635986328125 755.635498046875 756.635009765625 759.634521484375 764.634033203125 774.633544921875 781.633056640625 788.632568359375 796.631591796875 809.631103515625 828.630615234375 838.630126953125 847.629638671875 857.629150390625 862.628662109375 865.628173828125 870.627197265625 873.626708984375 878.626220703125 885.625732421875 886.625244140625 887.6240234375 888.62353515625 890.623046875 892.6220703125 891.62158203125 888.62109375 885.62060546875 883.6201171875 881.61962890625 879.619140625 880.61865234375 894.61767578125 902.6171875 907.61669921875 912.6162109375 915.61572265625 919.615234375 924.61474609375 924.6142578125 926.61328125 929.61279296875 930.6123046875 929.61181640625 924.611328125 921.61083984375 918.6103515625 926.609375
|
||||
361.757720947265625 362.757232666015625 364.75628662109375 362.75579833984375 361.753387451171875 361.753387451171875 361.75433349609375 366.75384521484375 370.75335693359375 371.75286865234375 370.75189208984375 371.75140380859375 373.75091552734375 372.75042724609375 372.74993896484375 372.74945068359375 371.74896240234375 371.74798583984375 373.74749755859375 374.746368408203125 373.745880126953125 373.745391845703125 372.744903564453125 372.744415283203125 373.743927001953125 375.742950439453125 377.742462158203125 381.741973876953125 385.741485595703125 387.740997314453125 390.740509033203125 393.740020751953125 395.739532470703125 400.738555908203125 400.738067626953125 400.737579345703125 402.737091064453125 407.736602783203125 410.736114501953125 410.735626220703125 408.735137939453125 406.734161376953125 406.733673095703125 403.73321533203125 400.73272705078125 397.73223876953125 393.73175048828125 390.73126220703125 390.73077392578125 391.72979736328125 392.7286376953125 392.7281494140625 393.7276611328125 396.7271728515625 401.7266845703125 405.7261962890625 407.7257080078125 414.7247314453125 421.7242431640625 427.7237548828125 431.7232666015625 434.7227783203125 439.7222900390625 447.7218017578125 454.7213134765625 468.7203369140625 474.7198486328125 478.7193603515625 480.7188720703125 484.7183837890625 487.7178955078125 493.7174072265625 507.7164306640625 513.7159423828125 518.7154541015625 523.7149658203125 528.7144775390625 534.7139892578125 542.7135009765625 547.7130126953125 554.7120361328125 557.71087646484375 559.71038818359375 560.70989990234375 561.70941162109375 564.70892333984375 567.70843505859375 569.70794677734375 575.70697021484375 578.70648193359375 578.70599365234375 577.70550537109375 577.70501708984375 579.70452880859375 581.70404052734375 584.70355224609375 590.70257568359375 593.70208740234375 598.70159912109375 604.70111083984375 607.70062255859375 606.70013427734375 605.69964599609375 606.69915771484375 616.69818115234375 620.69769287109375 622.69720458984375 623.69671630859375 623.69622802734375 624.69573974609375 627.69525146484375 630.69476318359375 635.69378662109375 636.692626953125 640.692138671875 645.691650390625 647.691162109375 650.690673828125 654.690185546875 664.689208984375 669.688720703125 675.688232421875 678.687744140625 678.687255859375 679.686767578125 681.686279296875 682.685791015625 685.684814453125 686.684326171875 688.683837890625 694.683349609375 700.682861328125 703.682373046875 706.681884765625 710.681396484375 715.680419921875 718.679931640625 719.679443359375 716.678955078125 714.678466796875 712.677978515625 710.677490234375 710.677001953125 709.676025390625 707.67486572265625 707.67437744140625 707.67388916015625 708.67340087890625 708.67291259765625 709.67242431640625 710.67193603515625 700.67095947265625 691.67047119140625 686.66998291015625 684.66949462890625 678.66900634765625 670.66851806640625 659.66802978515625 651.66754150390625 645.66656494140625 652.66607666015625 667.66558837890625 683.66510009765625 693.66461181640625 702.66412353515625 714.66363525390625 726.66314697265625 736.66217041015625 737.66168212890625 735.66119384765625 732.66070556640625 731.66021728515625 733.65972900390625 740.65924072265625 749.65826416015625 744.65704345703125 745.65655517578125 747.65606689453125 750.65557861328125 753.65509033203125 756.65460205078125 758.65411376953125 761.65313720703125 760.65264892578125 758.6519775390625 758.6519775390625 760.65118408203125 764.65069580078125 768.65020751953125 770.64971923828125 773.64874267578125 775.64825439453125 778.64776611328125 779.64727783203125 782.64678955078125 786.64630126953125 790.64581298828125 789.64532470703125 789.64459228515625 790.64385986328125 793.64337158203125 798.64288330078125 801.64239501953125 802.64190673828125 803.64141845703125 797.64093017578125 761.63922119140625 749.63873291015625 743.63824462890625 738.63775634765625 734.63726806640625 732.63677978515625 736.63629150390625 740.63580322265625 742.63482666015625 742.63433837890625 746.63385009765625 756.63336181640625 772.63287353515625 783.63238525390625 791.63189697265625 810.63092041015625 830.63043212890625 844.62994384765625 850.62945556640625 858.62896728515625 864.62847900390625 865.62799072265625 867.62750244140625 874.62652587890625 877.6259765625 878.62548828125 881.625 885.62451171875 887.6240234375 888.62353515625 890.623046875 892.6220703125 883.62091064453125 880.62042236328125 878.61993408203125 878.61871337890625 878.61871337890625 878.61871337890625 882.617919921875 899.616943359375 906.616455078125 911.615966796875 913.615478515625 914.614990234375 917.614501953125 921.614013671875 920.613525390625 923.612548828125 925.612060546875 926.611572265625 925.611083984375 921.610595703125 919.610107421875 917.609619140625 919.609130859375
|
||||
358.757110595703125 359.756622314453125 361.755645751953125 361.755157470703125 361.753387451171875 361.753387451171875 361.753692626953125 366.753204345703125 370.752716064453125 373.752227783203125 373.751251220703125 374.750762939453125 373.750274658203125 373.749786376953125 373.749298095703125 372.748809814453125 371.748321533203125 370.747833251953125 372.746856689453125 374.746368408203125 373.745880126953125 373.745391845703125 371.744598388671875 371.744598388671875 371.744598388671875 371.744598388671875 378.7418212890625 381.7413330078125 384.7408447265625 385.7403564453125 387.7398681640625 389.7393798828125 393.7388916015625 395.7379150390625 396.7374267578125 396.7369384765625 398.7364501953125 401.7359619140625 407.7354736328125 409.7349853515625 408.7344970703125 403.7335205078125 402.7330322265625 399.7325439453125 395.7320556640625 391.7315673828125 387.7310791015625 387.729949951171875 389.7301025390625 391.7291259765625 392.7286376953125 392.7281494140625 393.7276611328125 396.726531982421875 399.726043701171875 403.725555419921875 406.725067138671875 416.724090576171875 423.723602294921875 428.723114013671875 432.722625732421875 437.722137451171875 443.721649169921875 451.721160888671875 457.720672607421875 470.719696044921875 477.719207763671875 482.718719482421875 486.718231201171875 489.717742919921875 494.717254638671875 499.716766357421875 505.716278076171875 515.71527099609375 521.71478271484375 525.71429443359375 531.71380615234375 537.71331787109375 542.71282958984375 547.71234130859375 552.71185302734375 557.71087646484375 559.71038818359375 560.70989990234375 561.70941162109375 561.70831298828125 564.70782470703125 568.70733642578125 573.70635986328125 572.70587158203125 572.70538330078125 572.70489501953125 576.70440673828125 578.703857421875 580.703369140625 582.702880859375 589.701904296875 593.701416015625 597.700927734375 601.700439453125 603.699951171875 604.699462890625 606.698974609375 610.698486328125 615.697509765625 617.697021484375 620.696533203125 622.696044921875 623.695556640625 623.695068359375 625.694580078125 627.694091796875 633.693115234375 636.692626953125 640.692138671875 645.691650390625 644.69049072265625 647.69000244140625 651.68951416015625 656.68902587890625 671.68804931640625 675.68756103515625 677.68707275390625 677.68658447265625 677.68609619140625 679.68560791015625 680.68511962890625 680.68463134765625 684.68365478515625 687.68316650390625 694.68267822265625 698.68218994140625 701.68170166015625 704.68121337890625 706.68072509765625 712.67974853515625 715.67926025390625 716.67877197265625 715.67828369140625 713.67779541015625 710.67730712890625 706.67681884765625 705.67633056640625 707.67535400390625 707.67486572265625 707.67437744140625 707.67388916015625 704.6727294921875 705.6722412109375 706.6717529296875 708.6712646484375 700.6702880859375 690.6697998046875 681.6693115234375 678.6688232421875 670.6683349609375 656.6678466796875 650.6673583984375 644.6668701171875 644.6658935546875 655.6654052734375 675.6649169921875 688.66436767578125 698.66387939453125 705.66339111328125 717.66290283203125 730.66241455078125 729.66143798828125 724.66094970703125 723.66046142578125 723.65997314453125 726.65948486328125 732.65899658203125 740.65850830078125 745.65802001953125 744.65704345703125 745.65655517578125 747.65606689453125 753.6549072265625 753.6544189453125 754.6539306640625 754.6534423828125 755.6529541015625 758.6519775390625 759.6514892578125 759.6510009765625 761.6505126953125 762.6500244140625 765.6495361328125 768.6490478515625 772.6480712890625 773.6475830078125 776.64703369140625 777.64654541015625 779.64605712890625 784.64556884765625 787.64508056640625 789.64459228515625 790.64361572265625 791.64312744140625 794.64263916015625 797.64215087890625 800.64166259765625 801.64117431640625 799.64068603515625 789.64019775390625 761.63922119140625 749.63873291015625 743.63824462890625 738.63775634765625 726.6365966796875 726.63604736328125 728.63555908203125 730.63507080078125 734.63409423828125 735.63360595703125 739.63311767578125 747.63262939453125 765.63214111328125 784.63165283203125 795.63116455078125 803.63067626953125 826.62969970703125 842.62921142578125 852.62872314453125 857.62823486328125 858.62774658203125 861.62725830078125 864.62677001953125 868.62628173828125 874.62530517578125 876.62481689453125 879.62432861328125 883.62384033203125 886.62335205078125 887.62286376953125 887.62237548828125 886.62139892578125 883.62091064453125 880.62042236328125 878.61993408203125 878.61871337890625 883.61822509765625 886.61773681640625 891.61724853515625 902.61627197265625 907.61578369140625 910.61529541015625 912.61480712890625 914.61431884765625 916.61383056640625 919.61328125 920.61279296875 918.61181640625 918.611328125 919.61083984375 919.6103515625 920.60986328125 918.609375 916.60888671875 920.6083984375
|
||||
359.7564697265625 361.7559814453125 362.7550048828125 361.7545166015625 361.753387451171875 361.753387451171875 362.7530517578125 366.7525634765625 371.7520751953125 371.7515869140625 374.7506103515625 373.7501220703125 372.7496337890625 373.7491455078125 374.7486572265625 374.7481689453125 371.7476806640625 371.7471923828125 370.7462158203125 372.7457275390625 371.7452392578125 371.7447509765625 371.744598388671875 371.744598388671875 371.744598388671875 372.742156982421875 378.741180419921875 382.740692138671875 384.740203857421875 386.739715576171875 386.739227294921875 389.738739013671875 391.738250732421875 392.737762451171875 392.736785888671875 394.736297607421875 396.735809326171875 400.735321044921875 404.734832763671875 407.734344482421875 407.733856201171875 405.733367919921875 399.732391357421875 395.731903076171875 392.731414794921875 388.730926513671875 387.730438232421875 387.729949951171875 389.729461669921875 392.728485107421875 392.727996826171875 393.727508544921875 394.727020263671875 396.726531982421875 399.726043701171875 403.725555419921875 406.725067138671875 420.72344970703125 425.72296142578125 431.72247314453125 437.72198486328125 443.72149658203125 449.72100830078125 454.72052001953125 460.72003173828125 473.71905517578125 479.71856689453125 485.71807861328125 487.71759033203125 491.717071533203125 497.716583251953125 503.716094970703125 508.715606689453125 518.71466064453125 524.71417236328125 528.71368408203125 532.71319580078125 536.71270751953125 538.71221923828125 541.71173095703125 545.71124267578125 553.71026611328125 555.70977783203125 556.70928955078125 558.70880126953125 561.70831298828125 564.70782470703125 568.70733642578125 570.7061767578125 569.7052001953125 568.7047119140625 571.7042236328125 575.7037353515625 579.7032470703125 582.7027587890625 583.7022705078125 586.7017822265625 594.7008056640625 596.7003173828125 597.6998291015625 598.6993408203125 601.6988525390625 606.6983642578125 610.6978759765625 614.6968994140625 615.6964111328125 619.6959228515625 622.69537353515625 622.69488525390625 624.69439697265625 625.69390869140625 626.69342041015625 633.69244384765625 636.69195556640625 637.69146728515625 640.69097900390625 644.69049072265625 647.69000244140625 651.68951416015625 655.6883544921875 669.6873779296875 670.6868896484375 671.6864013671875 673.6859130859375 675.6854248046875 677.6849365234375 679.6844482421875 679.6839599609375 681.6829833984375 686.6824951171875 691.6820068359375 694.6815185546875 696.6810302734375 697.6805419921875 700.6800537109375 706.6795654296875 714.6785888671875 712.6781005859375 709.6776123046875 707.6771240234375 705.6766357421875 701.6761474609375 700.6756591796875 702.6751708984375 703.6741943359375 704.6737060546875 704.6732177734375 704.6727294921875 705.6722412109375 706.6717529296875 704.6705322265625 699.6695556640625 693.6690673828125 682.6685791015625 673.6680908203125 664.6676025390625 657.6671142578125 649.6666259765625 643.6661376953125 649.6651611328125 663.6646728515625 677.6641845703125 689.6636962890625 700.6632080078125 710.6627197265625 720.6622314453125 724.6617431640625 715.6607666015625 712.6602783203125 713.6597900390625 717.6593017578125 726.6588134765625 735.6583251953125 742.6578369140625 743.6573486328125 742.6563720703125 746.6558837890625 752.6553955078125 753.6549072265625 753.6544189453125 754.6539306640625 754.6534423828125 749.6522216796875 759.6512451171875 761.6507568359375 762.6502685546875 762.6497802734375 762.6492919921875 765.6488037109375 771.6483154296875 773.6478271484375 773.6468505859375 775.6463623046875 776.6458740234375 778.6453857421875 781.6448974609375 785.6444091796875 787.6439208984375 788.6434326171875 791.6424560546875 792.6419677734375 794.6414794921875 795.6409912109375 796.6405029296875 792.6400146484375 787.6395263671875 758.6385498046875 748.6380615234375 738.6375732421875 729.6370849609375 726.6365966796875 726.63604736328125 728.63555908203125 729.6343994140625 735.6334228515625 737.6329345703125 742.6324462890625 751.6319580078125 768.6314697265625 780.6309814453125 793.6304931640625 806.6300048828125 831.6290283203125 841.6285400390625 848.62799072265625 849.62750244140625 851.62701416015625 854.62652587890625 860.62603759765625 865.62554931640625 871.62457275390625 874.62408447265625 878.62359619140625 881.62310791015625 884.62261962890625 885.62213134765625 885.62164306640625 885.62115478515625 879.62017822265625 875.61968994140625 874.61920166015625 878.61871337890625 883.61822509765625 886.61773681640625 892.61651611328125 895.61602783203125 903.61505126953125 906.61456298828125 910.61407470703125 913.61358642578125 916.61309814453125 920.61260986328125 920.61212158203125 915.61114501953125 911.61065673828125 910.61016845703125 912.609619140625 913.609130859375 912.608642578125 912.608154296875 916.607666015625
|
||||
360.755828857421875 361.755340576171875 362.754852294921875 361.753875732421875 361.753387451171875 362.752899169921875 363.752410888671875 365.751922607421875 368.751434326171875 369.750946044921875 370.750457763671875 372.749481201171875 368.748992919921875 369.748504638671875 371.748016357421875 370.747528076171875 370.747039794921875 369.746551513671875 369.745574951171875 371.745086669921875 371.744598388671875 371.744598388671875 371.744598388671875 371.744598388671875 371.744598388671875 372.742156982421875 378.741180419921875 382.740692138671875 384.740203857421875 386.73907470703125 388.73858642578125 390.73809814453125 392.73760986328125 392.73712158203125 392.73614501953125 395.73565673828125 400.73516845703125 402.73468017578125 405.73419189453125 406.73370361328125 406.73321533203125 404.73272705078125 397.73175048828125 393.73126220703125 390.73077392578125 387.73028564453125 385.72979736328125 387.72930908203125 389.72882080078125 391.72833251953125 392.72735595703125 394.72686767578125 396.72637939453125 398.72589111328125 401.72540283203125 405.72491455078125 409.72442626953125 414.72393798828125 425.72296142578125 431.72247314453125 440.7213134765625 446.7208251953125 451.7203369140625 456.7198486328125 462.7193603515625 467.7188720703125 479.7178955078125 483.7174072265625 486.7169189453125 491.7164306640625 499.7159423828125 505.7154541015625 510.7149658203125 520.7139892578125 523.7135009765625 525.7130126953125 528.7125244140625 530.7120361328125 532.7115478515625 534.7110595703125 537.7105712890625 547.7095947265625 550.7091064453125 554.7086181640625 559.7081298828125 562.7076416015625 564.7071533203125 566.7066650390625 570.7061767578125 569.7052001953125 568.7047119140625 568.70355224609375 574.70306396484375 579.70257568359375 582.70208740234375 585.70159912109375 589.70111083984375 593.70013427734375 595.69964599609375 597.69915771484375 598.69866943359375 601.69818115234375 603.69769287109375 605.69720458984375 607.69671630859375 615.69573974609375 618.6951904296875 619.6947021484375 621.6942138671875 624.6937255859375 626.6932373046875 626.6927490234375 627.6922607421875 631.6912841796875 633.6907958984375 638.6903076171875 642.6898193359375 645.6893310546875 649.6888427734375 655.6883544921875 669.6873779296875 670.6868896484375 668.68572998046875 670.68524169921875 673.68475341796875 675.68426513671875 677.68377685546875 677.68328857421875 678.68231201171875 680.68182373046875 685.68133544921875 688.68084716796875 689.68035888671875 689.67987060546875 693.67938232421875 700.67889404296875 709.67791748046875 707.67742919921875 704.67694091796875 702.67645263671875 700.67596435546875 696.67547607421875 696.67498779296875 697.67449951171875 699.67352294921875 700.67303466796875 701.67254638671875 701.67205810546875 702.67156982421875 703.6710205078125 704.6705322265625 703.6700439453125 693.6690673828125 682.6685791015625 675.66741943359375 666.66693115234375 658.66644287109375 649.66595458984375 642.66546630859375 642.66497802734375 670.66400146484375 684.66351318359375 699.66302490234375 708.66253662109375 713.66204833984375 715.66156005859375 717.66107177734375 709.66009521484375 706.65960693359375 708.65911865234375 714.65863037109375 721.65814208984375 731.65765380859375 737.65716552734375 740.65667724609375 742.65570068359375 746.6551513671875 748.6546630859375 749.6541748046875 751.6536865234375 749.6531982421875 748.6527099609375 749.6522216796875 759.6512451171875 761.6507568359375 763.64959716796875 761.64910888671875 762.64862060546875 765.64813232421875 770.64764404296875 772.64715576171875 774.64617919921875 775.64569091796875 775.64520263671875 776.64471435546875 778.6441650390625 779.6436767578125 782.6431884765625 786.6427001953125 789.6417236328125 790.6412353515625 791.6407470703125 793.6402587890625 794.6397705078125 793.6392822265625 790.6387939453125 774.6383056640625 745.6373291015625 734.6368408203125 726.6363525390625 722.6358642578125 724.6353759765625 727.6348876953125 729.6343994140625 733.6339111328125 737.6329345703125 752.6317138671875 764.6312255859375 777.6307373046875 787.6302490234375 799.6297607421875 813.6292724609375 840.6282958984375 847.6278076171875 847.6273193359375 849.6268310546875 850.6263427734375 853.6258544921875 857.6253662109375 863.6248779296875 868.6239013671875 873.6234130859375 875.6229248046875 876.6224365234375 877.62188720703125 879.62139892578125 881.62091064453125 880.62042236328125 874.61944580078125 872.61895751953125 875.61846923828125 882.61798095703125 888.61749267578125 891.61700439453125 892.61651611328125 895.61602783203125 903.61505126953125 904.61383056640625 909.61334228515625 912.61285400390625 915.61236572265625 917.61187744140625 917.61138916015625 914.61090087890625 909.60992431640625 907.60943603515625 906.60894775390625 905.60845947265625 906.60797119140625 911.60748291015625 918.60699462890625
|
||||
360.755828857421875 359.75469970703125 358.75421142578125 360.75323486328125 362.75274658203125 363.75225830078125 363.75177001953125 364.75128173828125 365.75079345703125 365.75030517578125 366.74981689453125 365.74884033203125 365.74774169921875 365.74786376953125 367.74737548828125 367.74688720703125 367.74688720703125 369.74591064453125 369.74542236328125 371.74444580078125 372.74395751953125 373.74346923828125 371.744598388671875 371.744598388671875 372.74200439453125 374.74151611328125 376.74102783203125 382.74005126953125 386.73956298828125 386.73907470703125 388.73858642578125 390.73809814453125 389.736968994140625 389.736480712890625 391.735504150390625 395.735015869140625 400.734527587890625 402.734039306640625 402.733551025390625 402.733062744140625 401.732574462890625 400.732086181640625 393.731109619140625 390.730621337890625 387.730133056640625 384.729644775390625 383.729156494140625 385.7286376953125 388.7281494140625 390.7276611328125 392.7266845703125 396.7261962890625 398.7257080078125 401.7252197265625 405.7247314453125 410.7242431640625 414.7237548828125 420.7232666015625 429.7222900390625 434.7218017578125 440.7213134765625 446.7208251953125 451.7203369140625 456.719207763671875 462.718719482421875 468.718231201171875 480.717254638671875 484.71673583984375 489.71624755859375 495.71575927734375 501.71527099609375 507.71478271484375 511.71429443359375 514.71380615234375 520.71282958984375 522.71234130859375 524.71185302734375 527.71136474609375 529.71087646484375 532.71038818359375 537.70989990234375 543.70941162109375 551.70843505859375 556.70794677734375 559.70745849609375 561.70697021484375 562.70648193359375 565.70599365234375 568.70550537109375 565.70452880859375 566.70404052734375 568.70355224609375 574.70306396484375 579.70257568359375 582.701416015625 584.700927734375 587.700439453125 590.699462890625 594.698974609375 596.698486328125 599.697998046875 602.697509765625 603.697021484375 602.696533203125 604.696044921875 613.695068359375 616.694580078125 617.694091796875 619.693603515625 623.693115234375 626.692626953125 627.69207763671875 626.69158935546875 627.69061279296875 630.69012451171875 637.68963623046875 642.68914794921875 647.68865966796875 651.68817138671875 655.68768310546875 660.68719482421875 667.68621826171875 668.68572998046875 670.68524169921875 673.68475341796875 675.68426513671875 674.68310546875 674.6826171875 675.68212890625 680.68115234375 682.6806640625 684.68017578125 685.6796875 687.67919921875 689.6787109375 695.67822265625 702.67724609375 702.6767578125 698.67626953125 695.67578125 693.67529296875 692.6748046875 692.67431640625 694.673828125 696.6728515625 697.67230224609375 698.67181396484375 699.67132568359375 698.67083740234375 697.67034912109375 699.66986083984375 699.66937255859375 690.66839599609375 682.66790771484375 675.66741943359375 666.66693115234375 658.66644287109375 646.665283203125 642.664794921875 646.664306640625 674.663330078125 697.662841796875 709.662353515625 714.661865234375 713.661376953125 713.660888671875 712.660400390625 705.659912109375 701.65887451171875 706.65838623046875 712.65789794921875 715.65740966796875 722.65692138671875 730.65643310546875 732.65594482421875 733.65545654296875 739.65447998046875 742.65399169921875 744.65350341796875 746.65301513671875 746.65252685546875 745.65185546875 746.65155029296875 760.65057373046875 763.65008544921875 763.64959716796875 761.64910888671875 762.64862060546875 762.64739990234375 765.64691162109375 766.64642333984375 770.64544677734375 773.64495849609375 774.64447021484375 774.64398193359375 775.64349365234375 777.64300537109375 781.64251708984375 786.64202880859375 789.64105224609375 789.64056396484375 790.64007568359375 793.63958740234375 795.63909912109375 794.63861083984375 790.63812255859375 776.63763427734375 744.63665771484375 733.6361083984375 725.6356201171875 722.6351318359375 722.6346435546875 722.6341552734375 730.6336669921875 738.6331787109375 747.6322021484375 752.6317138671875 764.6312255859375 777.6307373046875 793.6295166015625 804.6290283203125 821.6285400390625 837.6280517578125 844.6270751953125 845.6265869140625 847.6260986328125 850.6256103515625 852.6251220703125 854.6246337890625 857.6241455078125 859.6236572265625 867.6226806640625 871.6221923828125 871.6217041015625 873.6212158203125 876.6207275390625 877.6202392578125 876.6197509765625 869.6187744140625 867.6182861328125 872.6177978515625 878.61724853515625 881.61676025390625 882.61627197265625 886.61578369140625 892.61529541015625 902.61431884765625 904.61383056640625 909.61334228515625 912.61285400390625 910.61163330078125 910.61114501953125 908.61065673828125 909.61016845703125 908.60919189453125 905.60870361328125 902.60821533203125 902.60772705078125 907.60723876953125 913.60675048828125 914.60626220703125
|
||||
358.75518798828125 359.75469970703125 358.75421142578125 360.75323486328125 362.75213623046875 363.75164794921875 362.75115966796875 362.75067138671875 361.75018310546875 360.74969482421875 361.74920654296875 365.74822998046875 365.74774169921875 366.74725341796875 367.746734619140625 368.746246337890625 368.745758056640625 368.745269775390625 369.744781494140625 372.743804931640625 375.743316650390625 375.742828369140625 374.742340087890625 373.741851806640625 373.741363525390625 374.740875244140625 376.740386962890625 381.739410400390625 382.738922119140625 383.738433837890625 385.737945556640625 388.737457275390625 389.736968994140625 389.736480712890625 390.735992431640625 391.734375 395.73388671875 396.7333984375 397.73291015625 396.732421875 395.73193359375 394.7314453125 393.73095703125 387.72998046875 384.729461669921875 383.728973388671875 383.72882080078125 383.72882080078125 385.727508544921875 387.727020263671875 392.726043701171875 396.725555419921875 401.725067138671875 407.724578857421875 412.724090576171875 417.723602294921875 420.723114013671875 424.722625732421875 432.721649169921875 436.721160888671875 439.720672607421875 444.720184326171875 450.719696044921875 456.719207763671875 462.718719482421875 468.718231201171875 484.716583251953125 489.716094970703125 493.715606689453125 498.715118408203125 504.714630126953125 508.714141845703125 512.713623046875 515.713134765625 517.712158203125 520.711669921875 524.711181640625 527.710693359375 530.710205078125 537.709716796875 544.709228515625 549.708740234375 554.707763671875 557.707275390625 558.706787109375 559.706298828125 560.705810546875 563.705322265625 563.704833984375 562.704345703125 564.703369140625 566.702880859375 571.702392578125 577.701904296875 582.701416015625 584.700927734375 587.700439453125 588.699951171875 590.69830322265625 594.69781494140625 597.69732666015625 601.69683837890625 602.69635009765625 602.69586181640625 604.69537353515625 610.69439697265625 613.69390869140625 617.69342041015625 620.69293212890625 621.69244384765625 623.69189453125 625.69140625 625.69091796875 626.68994140625 632.689453125 640.68896484375 648.6884765625 654.68798828125 657.6875 660.68701171875 665.6865234375 667.685546875 668.68505859375 669.6845703125 671.68408203125 673.68359375 674.68310546875 674.6826171875 675.68212890625 680.68048095703125 681.67999267578125 682.67950439453125 683.67901611328125 685.67852783203125 687.67803955078125 689.67755126953125 692.67706298828125 693.67608642578125 688.675537109375 686.675048828125 687.674560546875 690.674072265625 692.673583984375 692.673095703125 691.672607421875 692.671630859375 693.671142578125 693.670654296875 691.670166015625 690.669677734375 691.669189453125 693.668701171875 689.667724609375 685.667236328125 674.666748046875 664.666259765625 654.665771484375 646.665283203125 642.664794921875 646.664306640625 675.66259765625 690.662109375 705.66162109375 708.6611328125 708.66064453125 708.66015625 701.65966796875 696.6591796875 695.658203125 700.65771484375 706.6572265625 711.65673828125 717.65625 724.65576171875 727.6552734375 727.65478515625 734.65380859375 737.6533203125 742.65283203125 745.65234375 745.65185546875 747.6513671875 750.65087890625 753.650390625 759.6494140625 758.64886474609375 758.64837646484375 759.64788818359375 762.64739990234375 765.64691162109375 766.64642333984375 765.645263671875 771.644287109375 773.643798828125 775.643310546875 776.642822265625 777.642333984375 780.641845703125 784.641357421875 787.64080810546875 788.63983154296875 791.63934326171875 794.63885498046875 797.63836669921875 797.63787841796875 792.63739013671875 781.63690185546875 746.63592529296875 737.63543701171875 729.63494873046875 722.63446044921875 719.63134765625 719.63348388671875 728.63299560546875 739.63250732421875 748.63153076171875 755.63104248046875 768.63055419921875 784.63006591796875 793.6295166015625 804.6290283203125 821.6285400390625 837.6280517578125 838.62640380859375 840.62591552734375 843.62542724609375 846.62493896484375 849.6243896484375 851.6239013671875 853.6234130859375 854.6229248046875 864.6219482421875 869.6214599609375 872.6209716796875 873.6204833984375 874.6199951171875 875.6195068359375 875.6190185546875 871.6185302734375 865.6175537109375 867.6170654296875 871.6165771484375 873.6160888671875 878.6156005859375 884.6151123046875 890.6146240234375 898.6141357421875 905.61309814453125 908.61260986328125 910.61212158203125 910.61163330078125 910.61114501953125 908.61065673828125 900.60943603515625 905.60845947265625 900.60797119140625 896.60748291015625 899.60699462890625 904.60650634765625 905.60601806640625 904.60552978515625
|
||||
359.75457763671875 359.75408935546875 358.75360107421875 358.75311279296875 362.75213623046875 363.75164794921875 362.75115966796875 361.750030517578125 360.749542236328125 360.749542236328125 362.748565673828125 364.748077392578125 365.747100830078125 366.746612548828125 367.74609375 368.74560546875 367.7451171875 367.74462890625 367.744140625 371.7431640625 373.74267578125 374.7421875 374.74169921875 372.7412109375 372.74072265625 373.740234375 374.73974609375 377.73876953125 378.73828125 379.73779296875 381.7373046875 383.73681640625 385.736328125 387.73583984375 388.7353515625 391.734375 395.73388671875 396.7333984375 394.73223876953125 393.73175048828125 391.73126220703125 390.73077392578125 387.73028564453125 383.72930908203125 383.72882080078125 383.72882080078125 384.72784423828125 384.72735595703125 384.72686767578125 385.72637939453125 390.72589111328125 400.72491455078125 404.72442626953125 409.72393798828125 414.72344970703125 419.72296142578125 423.72247314453125 425.72198486328125 429.72149658203125 434.72052001953125 437.720001220703125 442.719512939453125 448.719024658203125 455.718536376953125 462.718048095703125 470.717559814453125 484.716583251953125 489.716094970703125 493.715606689453125 498.715118408203125 505.7139892578125 508.713470458984375 510.712982177734375 511.712493896484375 514.7115478515625 519.7110595703125 524.7105712890625 528.7100830078125 534.7095947265625 542.70904541015625 548.70855712890625 550.70806884765625 553.70709228515625 556.70660400390625 557.70611572265625 555.70562744140625 554.70513916015625 556.70465087890625 557.70416259765625 559.70367431640625 563.70269775390625 565.70220947265625 569.70172119140625 575.70123291015625 579.70074462890625 582.70025634765625 583.69976806640625 584.69927978515625 590.69830322265625 594.69781494140625 597.69732666015625 598.6961669921875 599.6956787109375 599.6951904296875 600.6947021484375 603.6942138671875 611.6932373046875 614.6927490234375 615.6922607421875 615.6917724609375 618.6912841796875 619.6907958984375 621.6903076171875 624.68975830078125 638.68878173828125 648.68829345703125 656.68780517578125 661.68731689453125 666.68682861328125 670.68634033203125 669.68585205078125 667.68487548828125 667.68438720703125 668.68389892578125 669.68341064453125 670.68292236328125 671.68243408203125 672.68194580078125 674.68145751953125 680.68048095703125 681.67999267578125 682.67950439453125 681.6783447265625 682.6778564453125 683.6773681640625 684.6768798828125 684.6763916015625 684.67535400390625 681.67486572265625 682.67437744140625 685.67388916015625 687.67340087890625 688.67291259765625 687.67242431640625 686.67193603515625 688.67095947265625 689.67047119140625 689.66998291015625 688.66949462890625 687.66900634765625 689.66851806640625 693.66802978515625 692.66754150390625 680.66656494140625 668.66607666015625 656.66558837890625 646.66510009765625 639.66461181640625 642.66412353515625 651.66363525390625 662.6630859375 690.662109375 705.66162109375 698.66046142578125 701.65997314453125 696.65948486328125 692.65899658203125 691.65850830078125 692.65753173828125 695.65704345703125 701.65655517578125 707.65606689453125 716.65557861328125 723.65509033203125 726.65460205078125 729.65411376953125 735.653076171875 739.652587890625 742.652099609375 743.651611328125 744.651123046875 747.650634765625 750.650146484375 752.649658203125 753.648681640625 754.648193359375 755.647705078125 759.647216796875 761.646728515625 763.646240234375 764.645751953125 765.645263671875 771.644287109375 773.643798828125 775.643310546875 775.64208984375 776.6416015625 778.64111328125 783.640625 783.64013671875 786.63916015625 790.638671875 795.63818359375 796.6376953125 797.63720703125 792.63671875 783.63623046875 773.6357421875 750.634765625 735.63421630859375 722.63372802734375 719.63134765625 719.63134765625 725.63226318359375 734.63177490234375 740.63128662109375 746.63031005859375 764.62982177734375 781.62933349609375 795.62884521484375 808.62835693359375 823.62786865234375 833.62738037109375 838.62640380859375 840.62591552734375 843.62542724609375 843.62420654296875 847.62371826171875 850.62322998046875 852.62274169921875 852.62225341796875 866.62127685546875 869.62078857421875 872.6202392578125 871.6197509765625 873.6192626953125 875.6187744140625 876.6182861328125 872.6177978515625 862.6168212890625 861.6163330078125 864.6158447265625 870.6153564453125 877.6148681640625 885.6143798828125 890.6138916015625 893.6134033203125 901.6124267578125 904.6119384765625 906.6114501953125 906.6109619140625 903.6104736328125 900.60992431640625 900.60943603515625 905.60894775390625 900.60797119140625 895.60675048828125 896.60626220703125 897.60577392578125 897.60528564453125 897.60479736328125
|
||||
361.753936767578125 360.753448486328125 358.752960205078125 357.752471923828125 358.751495361328125 358.751007080078125 360.750518798828125 361.750030517578125 360.749542236328125 360.749542236328125 364.7479248046875 363.7474365234375 362.7464599609375 363.7459716796875 364.7454833984375 365.7449951171875 365.7445068359375 364.7440185546875 364.743865966796875 364.743865966796875 370.742034912109375 373.741546630859375 372.741058349609375 372.73895263671875 372.73895263671875 372.739593505859375 374.739105224609375 374.738616943359375 375.737640380859375 375.737640380859375 376.736663818359375 379.736175537109375 383.735687255859375 386.735198974609375 386.734710693359375 386.733734130859375 390.733245849609375 394.73272705078125 394.73223876953125 393.73175048828125 391.73126220703125 390.73077392578125 384.729644775390625 382.729156494140625 384.728179931640625 385.727691650390625 386.727203369140625 386.726715087890625 385.726226806640625 387.725738525390625 393.725250244140625 402.724273681640625 404.7237548828125 409.7232666015625 414.7227783203125 419.7222900390625 421.7218017578125 423.7213134765625 423.7208251953125 431.7198486328125 436.7193603515625 443.7188720703125 451.7183837890625 459.7178955078125 466.7174072265625 474.7169189453125 483.7164306640625 492.7154541015625 495.7149658203125 501.7144775390625 505.7139892578125 508.713470458984375 510.712982177734375 507.71185302734375 507.71136474609375 521.71038818359375 526.70989990234375 530.70941162109375 535.70892333984375 540.70843505859375 544.70794677734375 545.70745849609375 549.7064208984375 552.7059326171875 552.7054443359375 550.7049560546875 549.7044677734375 549.7039794921875 552.7034912109375 557.7030029296875 560.7020263671875 562.7015380859375 565.7010498046875 570.7005615234375 575.7000732421875 578.6995849609375 580.6990966796875 581.6986083984375 586.6976318359375 590.6971435546875 594.6966552734375 598.6961669921875 599.6956787109375 599.6951904296875 599.69403076171875 604.69354248046875 611.69256591796875 612.69207763671875 611.69158935546875 612.69110107421875 615.69061279296875 617.69012451171875 620.6895751953125 625.6890869140625 644.6881103515625 654.6876220703125 661.6871337890625 666.6866455078125 669.6861572265625 670.6856689453125 668.6851806640625 665.6846923828125 665.6837158203125 666.6832275390625 666.6827392578125 666.6822509765625 668.6817626953125 670.6812744140625 672.6807861328125 674.6802978515625 675.6793212890625 679.6788330078125 681.6783447265625 682.6778564453125 683.6773681640625 678.6761474609375 679.6756591796875 681.6746826171875 679.6741943359375 680.6737060546875 683.6732177734375 684.6727294921875 684.6722412109375 683.6717529296875 682.6712646484375 684.6702880859375 685.6697998046875 686.6693115234375 687.6688232421875 687.6683349609375 689.6678466796875 690.6673583984375 690.6668701171875 673.6658935546875 659.6654052734375 648.6649169921875 639.66436767578125 637.6627197265625 640.66339111328125 651.66290283203125 661.66241455078125 683.66143798828125 693.66094970703125 698.66046142578125 701.65997314453125 696.65948486328125 686.6583251953125 687.6578369140625 690.6573486328125 696.6563720703125 701.6558837890625 708.65533447265625 715.65484619140625 722.65435791015625 724.65386962890625 727.65338134765625 730.65289306640625 737.65191650390625 741.65142822265625 741.65093994140625 742.65045166015625 744.64996337890625 746.64947509765625 748.64898681640625 750.64801025390625 750.64752197265625 753.64703369140625 757.64654541015625 761.64605712890625 761.6455078125 762.64501953125 764.64453125 768.6435546875 773.64306640625 775.642578125 775.64208984375 776.6416015625 778.64111328125 779.63995361328125 780.639404296875 786.638427734375 790.637939453125 793.637451171875 796.636962890625 797.636474609375 796.635986328125 793.635498046875 787.635009765625 764.634033203125 741.633544921875 726.633056640625 719.63134765625 719.63134765625 720.631591796875 729.631103515625 733.630615234375 747.629638671875 764.62908935546875 780.62860107421875 793.62811279296875 805.62762451171875 816.62713623046875 824.62664794921875 827.62615966796875 836.62518310546875 840.62469482421875 843.62420654296875 847.62371826171875 850.62322998046875 852.62200927734375 853.62152099609375 858.62103271484375 866.62005615234375 867.61956787109375 866.61907958984375 868.61859130859375 873.61810302734375 875.61761474609375 872.61712646484375 860.6160888671875 860.6156005859375 864.6151123046875 872.6146240234375 882.6141357421875 888.6136474609375 889.6131591796875 890.6126708984375 898.6116943359375 901.6112060546875 902.6107177734375 902.6102294921875 900.6097412109375 899.6092529296875 899.6087646484375 900.6082763671875 896.60723876953125 895.60675048828125 896.60626220703125 897.60577392578125 894.60455322265625 895.60406494140625
|
||||
358.7532958984375 358.7528076171875 356.7523193359375 354.7518310546875 353.7508544921875 354.7503662109375 357.7498779296875 359.7493896484375 361.7489013671875 363.7484130859375 364.7479248046875 363.7474365234375 362.7464599609375 363.7459716796875 362.744842529296875 362.744354248046875 364.743865966796875 364.743865966796875 364.743865966796875 364.743865966796875 370.74139404296875 373.74090576171875 374.74041748046875 373.73992919921875 372.73944091796875 372.73895263671875 374.73846435546875 375.73797607421875 376.73699951171875 376.73651123046875 377.73602294921875 378.73553466796875 380.73504638671875 384.73455810546875 385.73406982421875 385.73358154296875 390.73260498046875 393.732086181640625 393.731597900390625 391.731109619140625 389.730621337890625 385.730133056640625 384.729644775390625 382.729156494140625 384.728179931640625 386.72705078125 387.7265625 387.72607421875 387.7255859375 388.72509765625 394.724578857421875 400.723602294921875 404.723114013671875 408.722625732421875 412.722137451171875 415.721649169921875 418.721160888671875 419.720672607421875 419.720184326171875 428.719207763671875 437.718719482421875 446.718231201171875 454.71771240234375 461.71722412109375 467.71673583984375 474.71624755859375 481.71575927734375 490.71478271484375 495.71429443359375 500.71380615234375 503.71331787109375 505.71282958984375 506.71234130859375 507.71185302734375 507.71136474609375 521.71038818359375 529.709228515625 534.708740234375 537.708251953125 539.707763671875 542.707275390625 544.706787109375 546.706298828125 549.705322265625 548.704833984375 546.704345703125 545.703857421875 546.703369140625 549.702880859375 554.70233154296875 557.70184326171875 559.70086669921875 562.70037841796875 566.69989013671875 570.69940185546875 573.69891357421875 576.69842529296875 577.69793701171875 581.69696044921875 586.69647216796875 591.69598388671875 595.69549560546875 596.69500732421875 597.69451904296875 599.69403076171875 604.69354248046875 611.69256591796875 609.69140625 610.69091796875 612.6904296875 614.68994140625 617.689453125 621.68896484375 627.6884765625 644.68743896484375 653.68695068359375 662.68646240234375 666.68597412109375 669.68548583984375 668.68499755859375 666.68450927734375 665.68402099609375 665.68304443359375 666.68255615234375 666.68206787109375 666.68157958984375 667.68109130859375 669.68060302734375 670.68011474609375 670.67962646484375 672.67864990234375 674.67816162109375 675.67767333984375 676.6771240234375 678.6766357421875 678.6761474609375 679.6756591796875 680.6751708984375 676.67352294921875 676.67303466796875 679.67254638671875 682.67205810546875 683.67156982421875 682.67108154296875 680.67059326171875 681.67010498046875 684.66912841796875 684.66864013671875 684.66815185546875 685.66766357421875 687.66717529296875 686.6666259765625 683.6661376953125 672.6651611328125 658.6646728515625 646.6641845703125 640.6636962890625 637.6632080078125 637.6627197265625 640.6622314453125 647.6617431640625 668.6607666015625 680.6602783203125 689.6597900390625 691.6593017578125 689.6588134765625 686.6583251953125 687.6578369140625 690.6573486328125 696.6563720703125 706.6551513671875 711.6546630859375 718.6541748046875 717.6536865234375 717.6531982421875 720.6527099609375 727.6522216796875 736.6512451171875 738.6507568359375 739.6502685546875 739.6497802734375 740.6492919921875 741.6488037109375 744.64825439453125 746.64776611328125 748.64678955078125 750.64630126953125 755.64581298828125 758.64532470703125 759.64483642578125 760.64434814453125 763.64385986328125 765.64337158203125 770.64239501953125 773.64190673828125 775.64141845703125 777.64093017578125 780.64044189453125 779.63995361328125 780.639404296875 786.638427734375 788.63726806640625 791.63677978515625 795.63629150390625 798.63580322265625 801.63531494140625 800.63482666015625 796.63433837890625 765.63330078125 748.6328125 735.63232421875 726.6318359375 719.63134765625 720.630859375 723.63037109375 730.6298828125 753.62890625 767.62841796875 774.6279296875 787.62744140625 800.626953125 810.62646484375 817.6259765625 822.62548828125 833.62445068359375 837.62396240234375 839.62347412109375 844.62298583984375 851.62249755859375 852.62200927734375 853.62152099609375 858.62103271484375 863.61932373046875 864.61883544921875 864.61834716796875 867.61785888671875 871.61737060546875 874.61688232421875 870.61639404296875 863.61590576171875 859.61492919921875 865.61444091796875 872.61395263671875 879.6134033203125 883.6129150390625 886.6124267578125 887.6119384765625 891.6114501953125 898.6104736328125 899.6099853515625 898.6094970703125 896.6090087890625 894.6085205078125 895.6080322265625 896.6075439453125 892.6065673828125 888.6060791015625 887.6055908203125 890.6051025390625 894.60455322265625 895.60406494140625
|
||||
355.752685546875 355.752197265625 354.751708984375 353.751220703125 353.750732421875 354.749725341796875 355.749237060546875 358.748748779296875 361.748260498046875 363.747772216796875 362.747283935546875 360.746795654296875 360.745819091796875 361.745330810546875 362.744842529296875 362.744354248046875 364.743865966796875 367.74273681640625 368.74224853515625 367.74176025390625 368.74078369140625 372.740264892578125 374.739776611328125 373.739288330078125 370.738800048828125 370.738311767578125 371.737823486328125 373.737335205078125 378.736358642578125 380.735870361328125 380.735382080078125 379.734893798828125 381.734405517578125 383.733917236328125 385.7333984375 386.73291015625 390.73193359375 390.7314453125 390.73095703125 389.73046875 384.72998046875 381.7294921875 381.72900390625 381.728515625 385.7275390625 386.72705078125 387.7265625 387.72607421875 389.72491455078125 393.72442626953125 397.72393798828125 399.72344970703125 404.72247314453125 408.72198486328125 410.72149658203125 413.72100830078125 416.72052001953125 417.72003173828125 418.71954345703125 421.719024658203125 438.718048095703125 447.717559814453125 455.717071533203125 459.716583251953125 465.716094970703125 469.715606689453125 470.715118408203125 482.714141845703125 485.713653564453125 488.713134765625 492.712646484375 494.712158203125 497.711669921875 501.711181640625 505.710693359375 520.709716796875 529.709228515625 534.708740234375 537.708251953125 540.70709228515625 543.70660400390625 545.70611572265625 547.70562744140625 548.70465087890625 543.70416259765625 541.70367431640625 541.70318603515625 542.70269775390625 545.70220947265625 549.70172119140625 553.70123291015625 557.7001953125 560.69970703125 564.69921875 567.69873046875 569.6982421875 572.69775390625 574.697265625 575.69677734375 585.69580078125 590.6953125 595.69482421875 599.6943359375 599.69384765625 602.693359375 605.69287109375 608.6923828125 609.69140625 610.69091796875 612.6904296875 611.68927001953125 614.68878173828125 621.68829345703125 628.687744140625 644.686767578125 652.686279296875 659.685791015625 666.685302734375 667.684814453125 666.684326171875 664.683837890625 663.683349609375 665.682373046875 667.681884765625 666.681396484375 666.680908203125 668.680419921875 669.679931640625 668.679443359375 669.678955078125 669.677978515625 670.677490234375 671.677001953125 673.67645263671875 675.67596435546875 675.67547607421875 676.67498779296875 678.67449951171875 676.67352294921875 676.67303466796875 679.67254638671875 682.67205810546875 680.6708984375 680.67041015625 679.669921875 678.66943359375 677.66845703125 677.66796875 677.66741943359375 680.66693115234375 683.66644287109375 684.66595458984375 681.66546630859375 676.66497802734375 654.66400146484375 649.66351318359375 645.66302490234375 641.66253662109375 632.66204833984375 628.66156005859375 629.66107177734375 638.66058349609375 672.65960693359375 684.65911865234375 687.6585693359375 684.6580810546875 681.6575927734375 681.6571044921875 688.6566162109375 704.6556396484375 706.6551513671875 711.6546630859375 718.6541748046875 717.65301513671875 717.65252685546875 721.65203857421875 725.6514892578125 730.6505126953125 733.6500244140625 735.6495361328125 736.6490478515625 736.6485595703125 738.6480712890625 741.6475830078125 744.6470947265625 749.6461181640625 755.6456298828125 758.6451416015625 760.6446533203125 760.6441650390625 760.6436767578125 761.6431884765625 762.6427001953125 766.64166259765625 770.64117431640625 773.64068603515625 776.64019775390625 775.63970947265625 775.63922119140625 775.63873291015625 779.63824462890625 788.63726806640625 791.63677978515625 795.63629150390625 796.63507080078125 798.63458251953125 799.63409423828125 794.63360595703125 780.63311767578125 751.63214111328125 741.63165283203125 731.63116455078125 721.63067626953125 717.63018798828125 719.62969970703125 727.629150390625 749.628173828125 762.627685546875 774.627197265625 786.626708984375 796.626220703125 807.625732421875 817.625244140625 822.624755859375 832.623779296875 834.623291015625 838.622802734375 844.622314453125 849.621826171875 853.621337890625 854.62078857421875 856.62030029296875 863.61932373046875 864.61883544921875 864.61834716796875 865.61712646484375 869.61663818359375 870.61614990234375 867.61566162109375 860.61517333984375 855.61419677734375 861.61370849609375 867.61322021484375 872.61273193359375 878.61224365234375 881.61175537109375 886.61126708984375 892.61077880859375 896.6097412109375 892.6092529296875 888.6087646484375 885.6082763671875 884.6077880859375 885.6072998046875 888.6068115234375 887.6063232421875 884.6053466796875 884.6048583984375 887.6043701171875 891.6038818359375 893.6033935546875
|
||||
353.752044677734375 353.751556396484375 353.751068115234375 353.750579833984375 354.750091552734375 355.749114990234375 355.74859619140625 357.74810791015625 358.74761962890625 358.74713134765625 357.74664306640625 357.74615478515625 358.74566650390625 362.74468994140625 361.74420166015625 362.74371337890625 364.74322509765625 367.74273681640625 368.74224853515625 367.74176025390625 368.740631103515625 370.7396240234375 371.7391357421875 370.7386474609375 368.73687744140625 368.73687744140625 368.7371826171875 373.7366943359375 379.7357177734375 380.7352294921875 381.7347412109375 380.7342529296875 381.7337646484375 383.7332763671875 385.7327880859375 386.732269287109375 385.731292724609375 386.730804443359375 387.730316162109375 384.729827880859375 382.729339599609375 380.728851318359375 381.728363037109375 382.727874755859375 384.726898193359375 384.72637939453125 385.72589111328125 386.72540283203125 389.72491455078125 393.72442626953125 397.72393798828125 400.722808837890625 404.721832275390625 406.7213134765625 407.7208251953125 408.7203369140625 410.7198486328125 413.7193603515625 417.7188720703125 422.7183837890625 436.7174072265625 441.7169189453125 446.7164306640625 449.7159423828125 454.7154541015625 459.7149658203125 465.714447021484375 473.713958740234375 479.712982177734375 480.712493896484375 482.712005615234375 486.711517333984375 492.711029052734375 501.710540771484375 508.710052490234375 513.70953369140625 529.70855712890625 534.70806884765625 537.70758056640625 540.70709228515625 543.70660400390625 545.70611572265625 546.7049560546875 545.7039794921875 540.7034912109375 537.7030029296875 536.7025146484375 538.7020263671875 544.7015380859375 550.7010498046875 552.7005615234375 557.6995849609375 562.6990966796875 567.6986083984375 570.6981201171875 572.69757080078125 574.69708251953125 575.69659423828125 578.69610595703125 587.69512939453125 591.69464111328125 595.69415283203125 597.69366455078125 598.69317626953125 599.69268798828125 602.69219970703125 603.69171142578125 606.69073486328125 608.69024658203125 610.68975830078125 611.68927001953125 614.68878173828125 621.68829345703125 628.687744140625 634.68658447265625 652.68560791015625 659.68511962890625 664.68463134765625 665.68414306640625 662.68365478515625 661.68316650390625 660.68267822265625 661.68218994140625 665.68121337890625 666.68072509765625 666.68023681640625 668.67974853515625 668.67926025390625 668.67877197265625 667.67828369140625 667.67724609375 669.6767578125 671.67626953125 672.67578125 673.67529296875 673.6748046875 676.67431640625 675.673828125 671.6728515625 671.67236328125 673.671875 677.67138671875 680.6708984375 680.67041015625 679.669921875 674.668701171875 671.667724609375 670.667236328125 671.666748046875 673.666259765625 676.665771484375 679.665283203125 680.664794921875 674.664306640625 656.663330078125 652.662841796875 647.662353515625 636.661865234375 625.661376953125 617.660888671875 617.6578369140625 626.659912109375 663.65887451171875 675.65838623046875 678.65789794921875 679.65740966796875 679.65692138671875 685.65643310546875 696.65594482421875 708.65545654296875 711.65447998046875 715.65399169921875 716.65350341796875 717.65301513671875 717.65252685546875 721.65203857421875 726.65081787109375 727.65032958984375 731.64935302734375 733.64886474609375 735.64837646484375 735.64788818359375 736.64739990234375 738.64691162109375 741.64642333984375 751.6453857421875 755.6448974609375 757.6444091796875 758.6439208984375 757.6434326171875 757.6429443359375 758.6424560546875 759.6419677734375 764.6409912109375 767.6405029296875 771.6400146484375 772.6395263671875 773.6390380859375 774.6385498046875 775.6380615234375 776.6375732421875 785.63653564453125 790.63604736328125 793.63555908203125 796.63507080078125 798.63458251953125 799.63409423828125 791.6329345703125 775.63238525390625 756.63140869140625 747.63092041015625 732.63043212890625 720.62994384765625 714.62945556640625 714.62896728515625 718.62847900390625 729.62799072265625 761.62701416015625 775.62652587890625 788.62603759765625 798.62554931640625 807.625 817.62451171875 824.6240234375 829.62353515625 834.62255859375 839.6220703125 842.62158203125 846.62109375 849.62060546875 851.6201171875 854.61962890625 858.619140625 862.6181640625 864.61767578125 865.61712646484375 869.61663818359375 870.61614990234375 867.61566162109375 855.61444091796875 854.61346435546875 859.61297607421875 865.61248779296875 871.61199951171875 877.61151123046875 884.61102294921875 886.61053466796875 889.61004638671875 888.60906982421875 883.60858154296875 879.60809326171875 877.6075439453125 876.6070556640625 875.6065673828125 876.6060791015625 878.6055908203125 879.6046142578125 879.6041259765625 882.6036376953125 888.6031494140625 893.6026611328125
|
||||
351.75140380859375 352.75042724609375 352.75042724609375 352.75042724609375 353.74945068359375 353.74847412109375 353.74798583984375 354.74749755859375 356.74700927734375 356.74652099609375 356.74652099609375 356.74652099609375 358.745025634765625 363.744049072265625 360.743560791015625 360.743072509765625 364.742584228515625 368.742095947265625 369.741607666015625 369.741119384765625 368.740631103515625 370.7396240234375 371.7391357421875 368.738006591796875 368.73687744140625 368.73687744140625 370.736541748046875 374.736053466796875 375.735565185546875 378.734588623046875 378.734100341796875 378.733612060546875 379.73309326171875 382.73260498046875 383.73211669921875 384.73162841796875 383.73114013671875 383.73016357421875 382.72967529296875 380.72918701171875 379.72869873046875 380.72821044921875 381.72772216796875 382.72723388671875 382.72674560546875 383.725738525390625 385.725250244140625 388.724761962890625 391.724273681640625 394.723785400390625 397.723297119140625 400.722808837890625 404.721832275390625 406.7213134765625 403.720184326171875 405.719696044921875 407.719207763671875 411.718719482421875 417.718231201171875 422.717742919921875 429.71673583984375 433.71624755859375 437.71575927734375 440.71527099609375 445.71478271484375 451.71429443359375 459.71380615234375 469.71331787109375 476.71234130859375 478.71185302734375 481.71136474609375 487.710845947265625 497.710357666015625 507.709869384765625 512.70941162109375 517.7088623046875 527.7078857421875 529.7073974609375 533.7069091796875 538.7064208984375 541.7059326171875 544.7054443359375 546.7049560546875 548.7044677734375 540.7034912109375 537.7030029296875 530.70184326171875 538.70135498046875 548.70086669921875 554.70037841796875 556.69989013671875 558.69940185546875 567.69842529296875 572.69793701171875 575.69744873046875 576.69696044921875 578.6964111328125 580.6959228515625 581.6954345703125 587.6944580078125 590.6939697265625 593.6934814453125 593.6929931640625 593.6925048828125 596.6920166015625 599.6915283203125 600.6910400390625 602.6900634765625 606.6895751953125 609.6890869140625 609.6885986328125 613.6881103515625 619.6876220703125 626.6871337890625 634.68658447265625 652.68560791015625 659.68511962890625 662.6839599609375 663.6834716796875 661.6829833984375 659.6824951171875 659.6820068359375 659.6815185546875 662.6805419921875 663.6800537109375 664.6795654296875 663.6790771484375 664.6785888671875 664.6781005859375 665.6776123046875 665.67706298828125 667.67608642578125 668.67559814453125 669.67510986328125 669.67462158203125 670.67413330078125 671.67364501953125 671.67315673828125 668.67266845703125 668.67169189453125 669.67120361328125 672.67071533203125 674.67022705078125 675.66973876953125 675.66925048828125 674.668701171875 672.668212890625 670.667236328125 669.66607666015625 668.66558837890625 669.66510009765625 673.66461181640625 676.66412353515625 674.66363525390625 660.66265869140625 655.66217041015625 649.66168212890625 636.6611328125 621.66064453125 617.6578369140625 617.6578369140625 617.6578369140625 643.658203125 656.65771484375 669.6572265625 678.65673828125 686.65625 693.65576171875 702.6552734375 708.65478515625 709.65380859375 710.6533203125 711.65277099609375 713.65228271484375 718.65179443359375 722.65130615234375 726.65081787109375 727.65032958984375 731.64935302734375 729.648193359375 731.647705078125 732.64715576171875 733.64666748046875 736.64617919921875 739.64569091796875 742.64520263671875 750.64422607421875 751.64373779296875 752.64324951171875 753.64276123046875 754.64227294921875 755.64178466796875 757.64129638671875 759.64080810546875 767.6397705078125 769.6392822265625 771.6387939453125 773.6383056640625 775.6378173828125 776.6373291015625 777.6368408203125 784.6358642578125 787.6353759765625 789.6348876953125 791.6343994140625 794.6339111328125 795.6334228515625 791.6329345703125 775.63238525390625 756.63140869140625 747.63092041015625 733.6297607421875 720.6292724609375 712.6287841796875 711.62823486328125 715.62774658203125 729.62725830078125 757.62628173828125 773.62579345703125 781.62530517578125 789.62481689453125 803.62432861328125 816.62384033203125 823.62335205078125 827.62286376953125 833.621826171875 838.621337890625 840.620849609375 841.620361328125 845.619873046875 848.619384765625 851.618896484375 855.618408203125 862.617431640625 862.616943359375 862.616455078125 863.615966796875 864.615478515625 860.614990234375 855.61444091796875 852.61395263671875 859.61297607421875 866.61181640625 872.61126708984375 876.61077880859375 879.61029052734375 883.60980224609375 886.60931396484375 886.60882568359375 875.60784912109375 873.60736083984375 872.60687255859375 870.60638427734375 868.60589599609375 868.60589599609375 870.6048583984375 875.6038818359375 881.6033935546875 887.6029052734375 892.6024169921875 897.6019287109375
|
||||
352.75079345703125 353.75030517578125 353.749786376953125 353.749298095703125 352.75042724609375 352.75042724609375 353.747344970703125 355.746856689453125 356.746368408203125 357.745880126953125 357.745391845703125 356.74652099609375 358.744384765625 361.743408203125 359.742919921875 359.742645263671875 363.741943359375 365.741455078125 366.740966796875 366.740478515625 367.739990234375 368.739013671875 369.738525390625 368.738006591796875 368.73687744140625 368.73687744140625 370.73590087890625 371.73541259765625 373.73492431640625 376.73394775390625 375.73345947265625 375.73297119140625 377.73248291015625 379.731964111328125 381.731475830078125 382.730987548828125 383.730499267578125 381.729522705078125 379.729034423828125 378.7274169921875 378.728057861328125 379.7275390625 380.72705078125 381.7265625 381.72607421875 383.72509765625 385.724609375 389.72412109375 393.7236328125 394.72314453125 397.72265625 400.72216796875 404.721649169921875 402.720672607421875 403.720184326171875 405.719696044921875 407.719207763671875 411.718719482421875 416.717559814453125 420.717071533203125 422.716583251953125 430.715606689453125 435.715118408203125 438.714630126953125 442.714141845703125 448.713653564453125 460.713134765625 471.712646484375 483.711669921875 486.711181640625 493.710693359375 499.710205078125 504.709716796875 509.709228515625 514.708740234375 517.708251953125 524.707275390625 527.706787109375 530.706298828125 533.70574951171875 536.70526123046875 538.70477294921875 540.70428466796875 542.70379638671875 533.70281982421875 531.70233154296875 530.70184326171875 538.70135498046875 548.70086669921875 552.69970703125 557.69921875 561.69873046875 568.69775390625 570.697265625 571.69677734375 575.6962890625 577.69580078125 579.6953125 580.69482421875 582.69427490234375 587.69329833984375 590.69281005859375 592.69232177734375 593.69183349609375 592.69134521484375 593.69085693359375 595.69036865234375 597.68988037109375 604.68890380859375 607.68841552734375 610.68792724609375 614.68743896484375 619.68695068359375 625.6864013671875 631.6859130859375 647.6849365234375 656.6844482421875 662.6839599609375 663.6834716796875 661.6829833984375 659.68182373046875 659.68133544921875 660.68084716796875 660.67987060546875 660.67938232421875 659.67889404296875 658.67840576171875 660.67791748046875 662.6773681640625 663.6768798828125 664.6763916015625 662.6754150390625 661.6749267578125 661.6744384765625 662.6739501953125 664.6734619140625 665.6729736328125 665.6724853515625 665.6719970703125 667.6710205078125 668.6705322265625 669.6700439453125 670.6695556640625 670.66900634765625 670.66851806640625 669.66802978515625 668.66754150390625 668.66656494140625 669.66607666015625 668.66558837890625 669.66510009765625 665.6639404296875 666.6634521484375 666.6629638671875 663.6624755859375 654.66143798828125 647.66094970703125 636.66046142578125 626.65997314453125 619.65948486328125 617.6578369140625 617.6578369140625 621.65802001953125 656.65704345703125 671.65655517578125 685.65606689453125 689.65557861328125 691.655029296875 698.654541015625 704.654052734375 703.653076171875 704.652587890625 707.652099609375 712.651611328125 717.651123046875 719.650634765625 723.650146484375 725.649658203125 727.648681640625 729.648193359375 731.647705078125 732.64715576171875 733.64666748046875 734.6455078125 735.64501953125 741.64453125 749.6435546875 750.64306640625 752.642578125 753.64202880859375 753.64154052734375 755.64105224609375 755.64056396484375 757.64007568359375 765.63909912109375 768.63861083984375 770.63812255859375 772.63763427734375 774.63714599609375 776.63665771484375 779.63616943359375 781.6356201171875 783.6346435546875 785.6341552734375 790.6336669921875 793.6331787109375 794.6326904296875 787.6322021484375 777.6317138671875 771.6312255859375 750.6302490234375 733.6297607421875 720.6292724609375 712.6287841796875 711.6275634765625 717.6270751953125 729.6265869140625 752.6256103515625 764.6251220703125 774.62457275390625 784.62408447265625 795.62359619140625 807.62310791015625 818.62261962890625 824.62213134765625 833.62115478515625 836.62066650390625 837.62017822265625 840.61968994140625 843.61920166015625 847.61871337890625 850.6181640625 854.61767578125 860.61669921875 860.6162109375 859.61572265625 859.615234375 857.61474609375 854.6142578125 849.61376953125 849.61328125 859.6123046875 866.61181640625 872.61126708984375 876.61077880859375 877.609619140625 879.60906982421875 880.60858154296875 878.60809326171875 870.60711669921875 868.60662841796875 868.60614013671875 868.60565185546875 869.60516357421875 872.60467529296875 874.60418701171875 874.60369873046875 889.6026611328125 895.6021728515625 898.6016845703125 899.6011962890625
|
||||
354.750152587890625 355.749664306640625 354.749176025390625 352.75042724609375 352.75042724609375 352.75042724609375 353.7467041015625 356.7462158203125 357.7457275390625 357.7452392578125 357.7447509765625 358.7442626953125 359.7437744140625 360.7432861328125 359.742645263671875 360.741790771484375 362.741302490234375 363.740814208984375 362.740325927734375 363.739837646484375 364.739349365234375 365.738861083984375 369.73785400390625 369.73736572265625 368.73687744140625 369.73638916015625 370.73590087890625 371.73541259765625 373.73492431640625 376.73394775390625 374.732818603515625 374.732818603515625 375.7318115234375 377.7313232421875 379.7308349609375 380.7303466796875 381.7298583984375 381.7288818359375 379.7283935546875 378.7279052734375 378.7274169921875 378.726898193359375 379.726409912109375 380.725921630859375 380.725433349609375 382.724456787109375 385.723968505859375 390.723480224609375 393.72296142578125 395.72247314453125 397.72198486328125 400.72149658203125 400.72100830078125 398.72003173828125 399.71954345703125 402.71905517578125 404.71856689453125 409.71807861328125 416.717559814453125 420.717071533203125 422.716583251953125 438.7149658203125 445.7144775390625 453.713958740234375 459.713470458984375 465.712982177734375 473.712493896484375 481.712005615234375 488.711517333984375 496.710540771484375 499.71002197265625 501.70953369140625 503.70904541015625 507.70855712890625 511.70806884765625 514.70758056640625 518.70709228515625 526.70611572265625 528.70562744140625 530.70513916015625 532.70465087890625 533.70416259765625 533.70361328125 530.703125 523.7021484375 523.70166015625 527.701171875 534.70068359375 544.7001953125 552.69970703125 557.69921875 561.69873046875 566.69708251953125 566.69659423828125 568.69610595703125 570.69561767578125 571.69512939453125 573.69464111328125 575.69415283203125 578.693603515625 582.692626953125 585.692138671875 589.691650390625 589.691162109375 588.690673828125 589.690185546875 592.689697265625 595.689208984375 602.688232421875 607.687744140625 610.687255859375 614.686767578125 619.686279296875 624.685791015625 630.685302734375 638.68475341796875 655.68377685546875 660.68328857421875 661.68280029296875 660.68231201171875 659.68182373046875 659.68133544921875 660.68084716796875 659.6796875 658.6787109375 656.67822265625 657.677734375 659.67724609375 661.67669677734375 661.67620849609375 660.67572021484375 658.67474365234375 656.674560546875 660.67376708984375 662.67327880859375 662.67279052734375 660.67230224609375 661.67181396484375 664.67132568359375 665.67034912109375 665.6697998046875 669.6693115234375 670.6688232421875 669.6683349609375 668.6678466796875 666.6673583984375 666.66522216796875 667.6658935546875 666.6654052734375 664.6649169921875 663.6644287109375 665.6639404296875 666.6634521484375 666.6629638671875 663.6624755859375 647.6607666015625 646.6602783203125 635.6597900390625 626.6593017578125 623.6588134765625 617.6583251953125 617.6578369140625 626.6573486328125 665.6563720703125 683.65582275390625 689.65533447265625 692.65484619140625 690.65435791015625 693.65386962890625 701.65338134765625 700.65289306640625 704.65191650390625 710.65142822265625 713.65093994140625 713.65045166015625 715.64996337890625 718.6494140625 720.64892578125 719.6484375 725.6474609375 729.64697265625 733.646484375 733.64599609375 734.6455078125 735.64501953125 741.64453125 748.642822265625 750.642333984375 752.641845703125 752.641357421875 752.640869140625 753.640380859375 754.639892578125 755.639404296875 765.638427734375 768.637939453125 770.63739013671875 772.63690185546875 774.63641357421875 777.63592529296875 780.63543701171875 780.63494873046875 781.63397216796875 784.63348388671875 788.63299560546875 791.63250732421875 790.63201904296875 788.6314697265625 784.6309814453125 776.6304931640625 746.6295166015625 733.6290283203125 719.6285400390625 713.6280517578125 711.6275634765625 717.6270751953125 729.6265869140625 733.6253662109375 761.6243896484375 772.6239013671875 781.6234130859375 791.6229248046875 802.6224365234375 813.6219482421875 821.6214599609375 828.62091064453125 831.61993408203125 833.61944580078125 836.61895751953125 841.61846923828125 844.61798095703125 847.61749267578125 849.61700439453125 853.61602783203125 854.615478515625 856.614990234375 857.614501953125 855.614013671875 851.613525390625 848.613037109375 849.612548828125 860.611572265625 867.611083984375 872.610595703125 876.610107421875 877.609619140625 879.60906982421875 880.60858154296875 871.607421875 865.60638427734375 865.60589599609375 867.60540771484375 872.60491943359375 878.60443115234375 882.60394287109375 882.60345458984375 883.60296630859375 892.60198974609375 895.6014404296875 896.6009521484375 895.6004638671875
|
||||
354.750152587890625 355.749664306640625 352.75042724609375 352.75042724609375 352.75042724609375 352.75042724609375 353.746063232421875 354.745574951171875 355.745086669921875 357.744598388671875 358.744110107421875 358.743621826171875 359.743133544921875 359.742645263671875 360.74163818359375 360.74114990234375 361.74066162109375 360.74017333984375 359.73968505859375 360.73919677734375 362.73870849609375 364.73822021484375 368.73724365234375 368.736724853515625 367.736236572265625 367.735748291015625 367.735260009765625 369.734771728515625 371.734283447265625 373.733795166015625 374.732818603515625 374.732818603515625 375.7318115234375 376.730682373046875 377.730194091796875 379.729705810546875 379.729217529296875 380.728729248046875 380.72772216796875 379.72723388671875 378.72674560546875 378.72625732421875 378.72576904296875 380.72528076171875 382.72479248046875 384.72381591796875 387.72332763671875 389.722808837890625 392.722320556640625 393.721832275390625 395.721343994140625 395.720855712890625 394.720367431640625 398.719390869140625 400.7188720703125 401.7183837890625 403.7178955078125 409.7174072265625 416.7169189453125 420.7164306640625 424.7159423828125 438.7149658203125 445.7144775390625 453.713958740234375 471.71282958984375 476.71234130859375 480.71185302734375 486.71136474609375 491.710845947265625 495.709869384765625 496.709381103515625 498.708892822265625 500.708404541015625 504.707916259765625 508.7073974609375 511.7069091796875 516.7064208984375 523.7054443359375 523.7049560546875 525.7044677734375 526.7039794921875 524.7034912109375 521.7030029296875 517.7025146484375 515.7020263671875 522.70098876953125 528.70050048828125 534.70001220703125 543.69952392578125 550.69903564453125 558.69854736328125 562.69805908203125 563.69757080078125 566.69659423828125 568.69610595703125 567.6949462890625 567.6944580078125 569.6939697265625 571.6934814453125 574.6929931640625 579.6920166015625 582.69146728515625 585.69097900390625 585.69049072265625 585.69000244140625 587.68951416015625 591.68902587890625 594.68853759765625 600.68756103515625 604.68707275390625 606.68658447265625 609.68609619140625 616.68560791015625 624.68511962890625 631.6845703125 638.68408203125 650.68310546875 654.6826171875 658.68212890625 657.681640625 657.68115234375 659.6806640625 659.68017578125 659.6796875 658.6787109375 656.67822265625 657.677734375 657.676513671875 658.676025390625 656.675537109375 656.675048828125 656.674560546875 658.673583984375 660.673095703125 661.672607421875 660.672119140625 658.671630859375 658.671142578125 660.670654296875 660.670166015625 665.66912841796875 670.66864013671875 671.66815185546875 670.66766357421875 668.66717529296875 666.66668701171875 666.66619873046875 666.66522216796875 663.66473388671875 658.66424560546875 658.66375732421875 659.6632080078125 661.6627197265625 658.6622314453125 654.6617431640625 647.6607666015625 646.6602783203125 635.6597900390625 634.65863037109375 629.65814208984375 621.65765380859375 616.6571044921875 630.6566162109375 661.6556396484375 675.6551513671875 689.6546630859375 692.6541748046875 693.6536865234375 694.6531982421875 696.6527099609375 697.6522216796875 702.6512451171875 707.6507568359375 706.65020751953125 708.64971923828125 710.64923095703125 712.64874267578125 714.64825439453125 715.64776611328125 725.64678955078125 734.64630126953125 735.64581298828125 735.64532470703125 735.64483642578125 736.644287109375 738.643798828125 743.643310546875 750.642333984375 752.641845703125 749.64068603515625 750.64019775390625 752.6396484375 753.63916015625 755.638671875 758.63818359375 766.63720703125 768.63671875 769.63623046875 773.6357421875 776.63525390625 778.634765625 779.63427734375 780.63323974609375 783.63275146484375 786.63226318359375 786.63177490234375 786.63128662109375 787.63079833984375 784.63031005859375 773.62982177734375 742.62884521484375 729.62835693359375 713.6278076171875 708.6273193359375 707.6268310546875 712.6263427734375 719.6258544921875 733.6253662109375 761.6243896484375 772.6239013671875 782.6226806640625 789.6221923828125 799.6217041015625 809.6212158203125 821.6207275390625 827.6202392578125 827.6192626953125 828.6187744140625 833.61822509765625 836.61773681640625 840.61724853515625 844.61676025390625 845.61627197265625 846.61578369140625 850.61480712890625 854.61431884765625 853.61383056640625 851.61334228515625 847.61279296875 846.6123046875 849.61181640625 856.611328125 866.6103515625 868.60986328125 870.609375 870.60888671875 871.6083984375 873.60791015625 871.607421875 868.60687255859375 865.60589599609375 873.60467529296875 880.60418701171875 886.60369873046875 891.60321044921875 890.60272216796875 889.60223388671875 890.60125732421875 890.60076904296875 888.60028076171875 885.59979248046875
|
||||
353.74951171875 353.7490234375 352.75042724609375 352.75042724609375 352.75042724609375 354.746429443359375 353.745941162109375 353.745941162109375 353.745941162109375 354.74395751953125 355.74346923828125 356.74298095703125 356.74249267578125 356.74200439453125 360.74102783203125 359.74053955078125 358.740875244140625 358.740875244140625 358.740875244140625 360.738555908203125 364.738067626953125 364.737579345703125 367.736602783203125 365.736083984375 365.735595703125 366.735107421875 366.734619140625 367.734130859375 370.733642578125 372.733154296875 375.732177734375 375.731658935546875 375.731170654296875 376.730682373046875 377.730194091796875 379.729705810546875 377.72857666015625 377.72808837890625 378.727081298828125 378.726593017578125 378.726104736328125 378.725616455078125 380.725128173828125 381.724639892578125 383.724151611328125 385.7236328125 386.72265625 388.72216796875 390.7216796875 391.72119140625 391.720703125 391.720703125 394.7197265625 397.719207763671875 402.718231201171875 403.717742919921875 406.717254638671875 412.716766357421875 419.716278076171875 425.715789794921875 435.71527099609375 448.71429443359375 456.71380615234375 465.71331787109375 471.71282958984375 476.71234130859375 480.71185302734375 487.710693359375 490.710205078125 491.709228515625 492.708740234375 494.708221435546875 497.707733154296875 502.707244873046875 507.706756591796875 512.70623779296875 516.70574951171875 519.70477294921875 518.70428466796875 518.70379638671875 518.70330810546875 516.70281982421875 510.70233154296875 508.70184326171875 509.70135498046875 528.70037841796875 535.69989013671875 540.6993408203125 544.6988525390625 549.6983642578125 553.6978759765625 555.6973876953125 557.6968994140625 565.6959228515625 566.6954345703125 567.6949462890625 567.6944580078125 569.6939697265625 571.6934814453125 572.69232177734375 576.69183349609375 581.6907958984375 581.6903076171875 581.6898193359375 582.6893310546875 584.6888427734375 589.6883544921875 592.6878662109375 594.6873779296875 599.6864013671875 603.6859130859375 606.6854248046875 614.6849365234375 621.6844482421875 627.6839599609375 634.68341064453125 642.68243408203125 648.68194580078125 652.68145751953125 654.68096923828125 656.68048095703125 656.67999267578125 655.67950439453125 655.67901611328125 656.67803955078125 657.67755126953125 657.677001953125 657.676513671875 658.676025390625 656.675537109375 652.67437744140625 652.67388916015625 654.67291259765625 656.67242431640625 658.67193603515625 657.67144775390625 655.67095947265625 656.67047119140625 657.669921875 656.66943359375 666.66845703125 674.66796875 677.66748046875 676.6669921875 673.66650390625 670.666015625 669.66552734375 665.6650390625 657.6640625 655.66351318359375 655.66302490234375 659.66253662109375 656.66204833984375 651.66156005859375 643.66107177734375 637.66058349609375 642.65960693359375 639.65911865234375 634.65863037109375 629.65814208984375 621.65765380859375 613.65643310546875 622.65594482421875 660.65496826171875 671.65447998046875 684.65399169921875 689.65350341796875 691.65301513671875 695.65252685546875 697.6519775390625 696.6514892578125 696.6505126953125 699.6500244140625 699.6495361328125 700.6490478515625 705.6485595703125 709.6480712890625 712.6475830078125 714.6470947265625 725.6461181640625 732.64556884765625 736.64508056640625 735.64459228515625 735.64410400390625 736.64361572265625 736.64312744140625 740.64263916015625 747.64166259765625 748.64117431640625 749.64068603515625 750.64019775390625 752.6396484375 751.63848876953125 753.63800048828125 757.63751220703125 764.63653564453125 764.63604736328125 766.635498046875 770.635009765625 773.634521484375 776.634033203125 777.633544921875 778.633056640625 783.632080078125 784.631591796875 785.631103515625 787.630615234375 786.630126953125 781.62957763671875 763.62908935546875 749.62860107421875 722.62762451171875 712.62713623046875 704.62640380859375 704.62640380859375 712.62567138671875 729.62518310546875 737.62469482421875 765.6236572265625 776.6231689453125 782.6226806640625 789.6221923828125 799.6217041015625 809.6212158203125 822.6199951171875 823.6195068359375 823.6185302734375 826.6180419921875 829.6175537109375 832.6170654296875 838.6165771484375 841.6160888671875 844.61553955078125 846.61505126953125 847.61407470703125 848.61358642578125 848.61309814453125 844.61260986328125 843.61212158203125 843.61163330078125 848.61114501953125 857.61065673828125 864.609619140625 863.609130859375 862.608642578125 860.608154296875 861.607666015625 863.607177734375 865.606689453125 864.606201171875 865.605224609375 873.60467529296875 880.60418701171875 886.60369873046875 892.60247802734375 894.60198974609375 891.60150146484375 887.60101318359375 883.60003662109375 879.59954833984375 875.59906005859375
|
||||
352.748870849609375 352.748382568359375 352.75042724609375 353.747406005859375 353.746917724609375 354.746429443359375 353.745941162109375 353.745941162109375 353.745941162109375 353.745941162109375 353.745941162109375 352.742340087890625 353.741851806640625 355.741363525390625 358.740875244140625 358.740875244140625 358.740875244140625 358.740875244140625 360.7384033203125 363.7379150390625 365.7374267578125 365.7369384765625 366.7364501953125 365.7354736328125 365.734954833984375 366.734466552734375 367.733978271484375 367.733489990234375 369.733001708984375 371.732513427734375 375.73150634765625 376.73101806640625 375.73052978515625 374.73004150390625 375.72955322265625 376.72906494140625 377.72857666015625 377.72808837890625 378.727081298828125 376.7259521484375 377.7254638671875 379.7249755859375 381.7244873046875 383.7239990234375 384.7235107421875 386.722991943359375 387.722015380859375 389.721527099609375 389.721038818359375 390.720550537109375 392.72003173828125 396.71954345703125 397.71905517578125 401.71856689453125 409.71759033203125 412.71710205078125 416.71661376953125 419.71612548828125 424.715606689453125 435.715118408203125 446.714630126953125 453.714141845703125 465.713165283203125 470.712646484375 474.712158203125 478.711669921875 483.711181640625 487.710693359375 490.710205078125 491.709716796875 492.708740234375 491.70758056640625 494.70709228515625 499.70660400390625 505.706085205078125 510.705596923828125 513.70513916015625 512.7041015625 511.703643798828125 511.703125 510.70263671875 508.7021484375 505.70166015625 504.701171875 511.70068359375 533.69970703125 538.69921875 541.69873046875 544.6982421875 546.69775390625 549.69720458984375 550.69671630859375 553.69622802734375 563.69525146484375 565.69476318359375 566.69427490234375 567.69378662109375 568.69329833984375 570.69281005859375 572.69232177734375 576.69183349609375 581.6907958984375 578.689697265625 577.68914794921875 579.68865966796875 582.68817138671875 586.68768310546875 590.68719482421875 593.68670654296875 599.68572998046875 600.68524169921875 602.68475341796875 606.68426513671875 611.68377685546875 620.6832275390625 627.6827392578125 634.6822509765625 645.6812744140625 650.6807861328125 654.6802978515625 655.6798095703125 654.6793212890625 653.6788330078125 653.6783447265625 654.6778564453125 656.6768798828125 654.67633056640625 654.67584228515625 655.67535400390625 654.67486572265625 652.67437744140625 652.67388916015625 654.67291259765625 655.6717529296875 656.6712646484375 654.6707763671875 653.6702880859375 654.66973876953125 656.66925048828125 659.66876220703125 674.66778564453125 682.66729736328125 685.66680908203125 682.66632080078125 679.66583251953125 676.66534423828125 668.66485595703125 662.664306640625 654.663330078125 654.662841796875 656.662353515625 657.661865234375 656.661376953125 650.660888671875 637.660400390625 626.659912109375 631.658935546875 634.658447265625 636.657958984375 630.65740966796875 614.65692138671875 613.65643310546875 622.65594482421875 643.65545654296875 666.65380859375 675.6533203125 684.65277099609375 687.65228271484375 691.65179443359375 693.65130615234375 693.65081787109375 693.65032958984375 696.64935302734375 698.64886474609375 700.64837646484375 703.64788818359375 708.6473388671875 708.6468505859375 712.6463623046875 717.6458740234375 728.6448974609375 732.6444091796875 734.6439208984375 734.6434326171875 732.6429443359375 733.6424560546875 737.6419677734375 745.64093017578125 745.64044189453125 745.63995361328125 747.63946533203125 750.63897705078125 751.63848876953125 753.63800048828125 757.63751220703125 764.63653564453125 761.63531494140625 762.63482666015625 765.63433837890625 769.63385009765625 772.63336181640625 773.63287353515625 774.63238525390625 780.63134765625 784.630859375 785.63037109375 786.6298828125 785.62939453125 772.62890625 755.62841796875 739.6279296875 713.626953125 704.62640380859375 705.62591552734375 713.62542724609375 733.62493896484375 744.62445068359375 754.62396240234375 763.62347412109375 778.62249755859375 788.62200927734375 796.62152099609375 805.6209716796875 816.6204833984375 822.6199951171875 823.6195068359375 822.6190185546875 822.6173095703125 824.6168212890625 827.6163330078125 832.6158447265625 836.6153564453125 840.6148681640625 843.6143798828125 844.6134033203125 842.61285400390625 839.61236572265625 838.61187744140625 838.61138916015625 840.61090087890625 845.61041259765625 855.60992431640625 861.60894775390625 858.60845947265625 856.60791015625 854.607421875 853.60693359375 856.6064453125 859.60595703125 857.60546875 867.6044921875 876.60400390625 882.603515625 887.60302734375 892.60247802734375 894.60198974609375 891.60150146484375 882.60028076171875 875.59930419921875 871.59881591796875 867.59832763671875
|
||||
352.748260498046875 352.747894287109375 353.74725341796875 354.74676513671875 355.74627685546875 356.74578857421875 356.74530029296875 353.745941162109375 353.745941162109375 353.745941162109375 353.745941162109375 352.7421875 353.7412109375 355.74072265625 359.740234375 359.7392578125 358.740875244140625 359.738250732421875 362.737762451171875 364.737274169921875 364.736785888671875 364.736297607421875 364.735809326171875 364.73480224609375 365.73431396484375 365.73382568359375 366.73333740234375 366.73333740234375 367.73236083984375 369.73187255859375 371.73138427734375 376.730377197265625 375.729888916015625 374.729400634765625 374.728912353515625 374.728424072265625 375.727935791015625 375.7274169921875 375.7269287109375 376.7259521484375 377.7254638671875 379.7249755859375 381.7244873046875 384.72332763671875 385.72283935546875 386.72235107421875 387.72137451171875 388.72088623046875 391.72039794921875 392.719879150390625 396.719390869140625 400.718902587890625 402.718414306640625 404.717926025390625 413.7169189453125 419.7164306640625 422.7159423828125 427.7154541015625 433.7149658203125 442.7144775390625 450.7139892578125 456.7135009765625 466.712493896484375 471.712005615234375 475.711517333984375 480.711029052734375 485.710540771484375 487.71002197265625 488.70953369140625 488.70904541015625 488.70806884765625 491.70758056640625 494.70709228515625 499.70660400390625 502.7054443359375 506.7049560546875 505.7044677734375 504.703948974609375 505.702972412109375 504.702484130859375 500.701995849609375 498.701507568359375 499.70098876953125 503.70050048828125 516.70001220703125 528.69952392578125 539.69854736328125 542.69805908203125 542.69757080078125 544.69708251953125 547.69659423828125 549.696044921875 551.695556640625 560.694580078125 562.694091796875 564.693603515625 567.693115234375 568.692626953125 568.692138671875 572.691650390625 577.691162109375 580.690185546875 578.689697265625 577.68914794921875 579.68865966796875 581.6875 583.68701171875 588.6865234375 593.68603515625 597.68505859375 596.6845703125 597.68408203125 601.68359375 607.68310546875 614.6826171875 621.68206787109375 628.68157958984375 642.68060302734375 647.68011474609375 651.67962646484375 652.67913818359375 652.67864990234375 653.67816162109375 653.67767333984375 652.67718505859375 650.6761474609375 650.6756591796875 653.6751708984375 655.6746826171875 654.6741943359375 652.6737060546875 650.6732177734375 650.6727294921875 655.6717529296875 656.6712646484375 654.6707763671875 651.6695556640625 651.6690673828125 654.6685791015625 660.6680908203125 670.6676025390625 686.6666259765625 687.6661376953125 686.6656494140625 683.6651611328125 677.6646728515625 669.66412353515625 663.66363525390625 653.66265869140625 654.66217041015625 656.66168212890625 658.66119384765625 656.66070556640625 642.66021728515625 622.65972900390625 618.65924072265625 619.658203125 622.65771484375 623.6572265625 612.65673828125 606.65625 607.65576171875 622.6552734375 643.65478515625 666.65380859375 675.6533203125 684.65277099609375 687.65228271484375 686.651123046875 689.650634765625 691.650146484375 691.650146484375 696.648681640625 698.64813232421875 700.64764404296875 704.64715576171875 708.64666748046875 711.64617919921875 714.64569091796875 716.64520263671875 722.64422607421875 727.64373779296875 730.64324951171875 729.6427001953125 729.6422119140625 731.6417236328125 736.6412353515625 740.6407470703125 744.6397705078125 744.6392822265625 745.6387939453125 748.6383056640625 751.6378173828125 752.63726806640625 756.63677978515625 760.63629150390625 761.63531494140625 762.63482666015625 765.63433837890625 767.63311767578125 769.63262939453125 770.63214111328125 771.63165283203125 775.63067626953125 778.63018798828125 779.62969970703125 779.62921142578125 772.628662109375 760.628173828125 744.627685546875 727.627197265625 704.626220703125 699.625732421875 701.625244140625 714.624755859375 735.624267578125 751.623779296875 762.62322998046875 769.62274169921875 782.62176513671875 793.62127685546875 811.62078857421875 821.62030029296875 823.61981201171875 823.61932373046875 822.61572265625 822.61572265625 822.6173095703125 824.6168212890625 827.6163330078125 832.6151123046875 833.6146240234375 833.6141357421875 836.6136474609375 839.6131591796875 837.6121826171875 835.6116943359375 833.6112060546875 835.61065673828125 841.61016845703125 848.60968017578125 853.60919189453125 857.60870361328125 853.60772705078125 850.60723876953125 849.60675048828125 850.60626220703125 851.605712890625 852.605224609375 855.604736328125 868.603759765625 874.603271484375 878.602783203125 884.602294921875 887.601806640625 888.601318359375 885.60076904296875 882.60028076171875 875.59930419921875 871.59881591796875 862.59759521484375
|
||||
354.74761962890625 354.74713134765625 354.74664306640625 355.74615478515625 356.745635986328125 356.745147705078125 356.744659423828125 355.743682861328125 354.743194580078125 354.742706298828125 353.745941162109375 352.7421875 353.7412109375 355.74072265625 359.740234375 362.738616943359375 360.738128662109375 359.73760986328125 361.73712158203125 362.73663330078125 363.73614501953125 361.73565673828125 361.73516845703125 364.73419189453125 365.733673095703125 366.733184814453125 367.732696533203125 368.732208251953125 370.731719970703125 371.731231689453125 372.730712890625 374.729736328125 374.729248046875 373.728759765625 373.728271484375 374.727783203125 374.727294921875 374.726776123046875 374.726287841796875 376.725311279296875 377.724822998046875 379.724334716796875 381.72381591796875 384.72332763671875 385.72283935546875 386.72235107421875 384.721221923828125 390.72021484375 394.7197265625 395.71923828125 396.71875 401.71826171875 402.7177734375 403.71728515625 406.716766357421875 421.715789794921875 426.715301513671875 432.714813232421875 438.714324951171875 446.71380615234375 452.71331787109375 457.71282958984375 466.71185302734375 471.71136474609375 475.71087646484375 478.710357666015625 481.709869384765625 481.709381103515625 482.708892822265625 483.708404541015625 483.7073974609375 488.7069091796875 495.7064208984375 498.7059326171875 502.7054443359375 506.7049560546875 505.7044677734375 490.70330810546875 495.70233154296875 494.701812744140625 493.70068359375 493.70068359375 496.700347900390625 506.699859619140625 517.6993408203125 526.6988525390625 537.6978759765625 539.6973876953125 541.6968994140625 543.6964111328125 547.6959228515625 549.6954345703125 552.6949462890625 554.6944580078125 556.69342041015625 560.69293212890625 565.69244384765625 566.69195556640625 566.69146728515625 569.69097900390625 574.69049072265625 576.69000244140625 573.68902587890625 574.6884765625 577.68798828125 581.6875 583.68701171875 588.6865234375 589.68536376953125 591.68487548828125 591.68389892578125 596.68341064453125 601.68292236328125 605.68243408203125 610.68194580078125 615.681396484375 623.680908203125 639.679931640625 643.679443359375 645.678955078125 647.678466796875 649.677978515625 652.677490234375 652.677001953125 651.676513671875 647.67547607421875 648.67498779296875 650.67449951171875 651.67401123046875 652.67352294921875 650.67303466796875 648.67254638671875 649.67205810546875 654.67108154296875 653.67059326171875 652.6700439453125 651.6695556640625 651.6690673828125 654.6685791015625 660.6680908203125 669.66693115234375 680.66595458984375 686.66546630859375 686.66497802734375 682.6644287109375 677.6639404296875 670.6634521484375 664.6629638671875 658.6624755859375 652.6614990234375 656.6610107421875 656.6605224609375 652.6600341796875 640.6595458984375 627.65899658203125 617.65850830078125 613.65802001953125 605.65704345703125 608.65655517578125 606.65606689453125 606.65606689453125 608.65509033203125 621.65460205078125 640.65411376953125 662.653076171875 671.652587890625 678.652099609375 682.651611328125 686.651123046875 689.650634765625 691.650146484375 692.64892578125 696.64794921875 697.6474609375 699.64697265625 703.646484375 708.64599609375 712.6455078125 715.64501953125 715.64453125 719.64349365234375 724.64300537109375 727.64251708984375 726.64202880859375 726.64154052734375 730.64105224609375 735.64056396484375 739.64007568359375 742.6390380859375 743.6385498046875 745.6380615234375 748.6375732421875 750.6370849609375 752.6365966796875 754.6361083984375 755.6356201171875 757.6346435546875 759.6341552734375 763.63360595703125 767.63311767578125 769.63262939453125 770.63214111328125 769.6309814453125 769.6304931640625 771.62945556640625 773.62896728515625 771.62847900390625 764.62799072265625 748.62750244140625 732.62701416015625 721.62652587890625 708.62603759765625 695.6246337890625 701.62451171875 716.6240234375 733.62353515625 753.623046875 772.62255859375 788.6220703125 806.62109375 817.62054443359375 824.62005615234375 828.61956787109375 828.61907958984375 823.61859130859375 822.61572265625 822.61572265625 822.61572265625 822.61572265625 826.6156005859375 832.6151123046875 833.6146240234375 833.6141357421875 832.6129150390625 831.6124267578125 832.6114501953125 828.6109619140625 827.6104736328125 834.6099853515625 842.6094970703125 847.6090087890625 850.60845947265625 851.60797119140625 847.60699462890625 843.60650634765625 848.60601806640625 853.60552978515625 853.60504150390625 853.60455322265625 856.60400390625 864.603515625 874.6025390625 879.60205078125 883.6015625 883.60107421875 882.6005859375 879.60009765625 875.599609375 872.59906005859375 864.59808349609375 862.59759521484375
|
||||
356.746978759765625 353.746490478515625 351.74261474609375 351.745513916015625 353.745025634765625 353.7445068359375 354.7440185546875 355.7435302734375 358.7425537109375 357.7420654296875 357.7415771484375 355.7410888671875 354.740570068359375 355.740081787109375 359.739593505859375 361.739105224609375 360.738128662109375 359.73760986328125 360.73651123046875 362.735992431640625 361.735504150390625 360.735015869140625 359.734527587890625 365.733551025390625 366.7330322265625 367.7325439453125 368.7320556640625 369.7315673828125 371.7310791015625 372.7305908203125 372.7301025390625 372.729095458984375 372.72698974609375 372.72698974609375 372.727630615234375 373.727142333984375 374.72662353515625 374.72613525390625 374.72564697265625 376.72467041015625 378.72418212890625 380.72369384765625 383.723175048828125 384.722686767578125 384.722198486328125 384.721710205078125 384.721221923828125 390.72021484375 394.7197265625 394.718597412109375 397.718109130859375 398.717620849609375 400.71710205078125 399.71661376953125 405.71612548828125 418.71514892578125 424.71466064453125 430.714141845703125 438.713653564453125 445.713165283203125 450.712677001953125 455.712188720703125 460.711700439453125 469.710693359375 473.710205078125 475.709716796875 477.709228515625 476.708740234375 476.708251953125 476.707733154296875 477.707244873046875 486.706268310546875 493.705780029296875 496.70526123046875 496.70477294921875 494.70428466796875 491.70379638671875 490.70330810546875 495.70233154296875 494.701812744140625 493.70068359375 498.700164794921875 505.699676513671875 511.699188232421875 516.69866943359375 523.69818115234375 531.69720458984375 534.69671630859375 538.69622802734375 543.69573974609375 546.69525146484375 548.69476318359375 550.69427490234375 551.69378662109375 554.6927490234375 558.6922607421875 561.6917724609375 561.6912841796875 561.6907958984375 563.6903076171875 566.6898193359375 567.6893310546875 567.6883544921875 569.6878662109375 574.6873779296875 578.68682861328125 580.68634033203125 584.68585205078125 589.68536376953125 591.68487548828125 591.68389892578125 596.68341064453125 599.6822509765625 600.6817626953125 606.6812744140625 613.68072509765625 620.68023681640625 627.67974853515625 638.67877197265625 641.67828369140625 645.67779541015625 648.67730712890625 649.67681884765625 649.67633056640625 649.67584228515625 647.67529296875 645.67431640625 645.673828125 646.67333984375 648.6728515625 647.67236328125 645.671875 646.67138671875 648.67041015625 649.66986083984375 648.66937255859375 648.66888427734375 648.66839599609375 652.66790771484375 661.66741943359375 669.66693115234375 680.66595458984375 686.66546630859375 683.66424560546875 680.66375732421875 675.66326904296875 669.66278076171875 664.66229248046875 658.66180419921875 649.66082763671875 647.66033935546875 645.6597900390625 640.6593017578125 632.6588134765625 623.6583251953125 615.6578369140625 607.6573486328125 602.6563720703125 606.6558837890625 607.6553955078125 608.6549072265625 614.6544189453125 625.65386962890625 636.65338134765625 647.65289306640625 669.65191650390625 676.65142822265625 681.65093994140625 684.65045166015625 687.64996337890625 689.6494140625 692.64892578125 693.6484375 697.6474609375 695.64678955078125 698.64581298828125 703.645263671875 708.644775390625 711.644287109375 712.643798828125 719.642822265625 723.642333984375 726.641845703125 726.641357421875 726.640869140625 729.640380859375 735.63983154296875 737.63934326171875 740.63836669921875 743.63787841796875 745.63739013671875 747.63690185546875 749.63641357421875 750.63592529296875 750.6353759765625 753.6348876953125 758.6339111328125 760.6334228515625 762.6329345703125 766.6324462890625 769.6319580078125 771.6314697265625 769.6309814453125 769.6304931640625 771.62945556640625 765.6282958984375 761.6278076171875 749.6273193359375 732.62677001953125 724.62628173828125 715.62579345703125 703.62530517578125 695.6246337890625 700.62384033203125 712.62335205078125 732.622802734375 768.622314453125 796.621826171875 800.621337890625 809.620849609375 824.619873046875 827.619384765625 829.618896484375 828.618408203125 824.61785888671875 822.61737060546875 822.61572265625 822.61572265625 827.61541748046875 829.61492919921875 831.61444091796875 832.61395263671875 833.6134033203125 832.6129150390625 831.6124267578125 832.6114501953125 828.6109619140625 824.6097412109375 832.6092529296875 839.6087646484375 843.6082763671875 844.6077880859375 843.6072998046875 841.60626220703125 844.60577392578125 850.60528564453125 856.60479736328125 857.60430908203125 856.60382080078125 860.60333251953125 866.60284423828125 871.601806640625 873.601318359375 878.600830078125 881.600341796875 880.599853515625 877.599365234375 873.598876953125 868.598388671875 858.59735107421875 858.59686279296875
|
||||
353.746337890625 351.745849609375 351.74261474609375 351.74261474609375 351.74261474609375 351.74261474609375 352.743408203125 354.742919921875 356.741912841796875 358.741424560546875 357.740936279296875 356.740447998046875 353.73992919921875 354.73944091796875 356.73895263671875 359.73846435546875 358.73748779296875 358.73748779296875 360.73651123046875 362.735992431640625 361.735504150390625 359.734375 360.73388671875 362.7333984375 364.732391357421875 365.731903076171875 367.731414794921875 369.730926513671875 370.730438232421875 370.729949951171875 371.72943115234375 372.72894287109375 372.72796630859375 372.72747802734375 372.72698974609375 373.72650146484375 373.725982666015625 374.725494384765625 374.725006103515625 374.724517822265625 379.7235107421875 382.7230224609375 384.7225341796875 383.7220458984375 383.7215576171875 383.7210693359375 383.7205810546875 390.719573974609375 392.719085693359375 394.718597412109375 397.718109130859375 398.717620849609375 399.716461181640625 399.716461181640625 402.715484619140625 415.7144775390625 421.7139892578125 429.7135009765625 437.7130126953125 443.7125244140625 448.7120361328125 452.711517333984375 457.711029052734375 467.710052490234375 471.709564208984375 473.70904541015625 472.70855712890625 472.70806884765625 472.70758056640625 472.70709228515625 474.70660400390625 481.705596923828125 484.705108642578125 486.704620361328125 484.704132080078125 484.703643798828125 483.703125 481.70263671875 483.7021484375 489.701171875 493.70068359375 498.700164794921875 505.699676513671875 511.699188232421875 516.69805908203125 521.69757080078125 525.697021484375 531.696044921875 537.695556640625 541.695068359375 544.694580078125 546.694091796875 548.693603515625 548.693115234375 553.692138671875 557.69158935546875 558.69110107421875 558.68896484375 558.68896484375 558.68963623046875 560.68914794921875 561.68865966796875 565.68768310546875 568.68719482421875 571.68670654296875 575.6861572265625 579.6856689453125 582.6851806640625 584.6846923828125 586.6842041015625 591.6832275390625 597.6827392578125 599.6822509765625 600.6817626953125 606.6812744140625 609.6800537109375 616.6795654296875 623.6790771484375 633.6781005859375 638.6776123046875 644.6771240234375 646.6766357421875 646.6761474609375 644.6756591796875 643.6751708984375 642.67462158203125 640.67364501953125 640.67315673828125 643.67266845703125 646.67218017578125 646.67169189453125 645.67120361328125 644.67071533203125 643.67022705078125 645.669189453125 645.668701171875 644.668212890625 645.667724609375 649.667236328125 657.666748046875 665.666259765625 670.665771484375 680.664794921875 683.66424560546875 680.66375732421875 675.66326904296875 668.662109375 663.66162109375 656.6611328125 641.66015625 636.65960693359375 631.65911865234375 626.65863037109375 618.65814208984375 613.65765380859375 610.65716552734375 605.65667724609375 595.65570068359375 598.6551513671875 598.6546630859375 602.6541748046875 609.6536865234375 621.6531982421875 632.6527099609375 643.6522216796875 669.6512451171875 675.6507568359375 678.6502685546875 681.64971923828125 685.64923095703125 689.64874267578125 692.64825439453125 695.64776611328125 695.64678955078125 695.64678955078125 698.64581298828125 703.645263671875 708.64410400390625 708.64361572265625 712.64312744140625 717.64263916015625 720.64166259765625 723.64111328125 725.640625 728.64013671875 732.6396484375 733.63916015625 733.638671875 734.63818359375 742.63720703125 743.63671875 745.63616943359375 747.63568115234375 748.63519287109375 749.63470458984375 750.63421630859375 754.63323974609375 755.63275146484375 759.6322021484375 763.6317138671875 766.6312255859375 767.6307373046875 767.6302490234375 765.6297607421875 769.6287841796875 765.6282958984375 761.6278076171875 749.6273193359375 732.62677001953125 713.6256103515625 704.6251220703125 695.6246337890625 696.62359619140625 707.62310791015625 729.62261962890625 751.62213134765625 782.62164306640625 792.62115478515625 799.62066650390625 809.6201171875 825.619140625 829.61865234375 830.6181640625 829.61767578125 828.6171875 827.61669921875 825.6162109375 822.61572265625 825.61468505859375 825.61419677734375 825.61370849609375 827.61322021484375 828.61273193359375 829.61224365234375 827.61175537109375 826.6112060546875 820.6102294921875 824.6097412109375 832.6092529296875 839.6087646484375 839.6075439453125 840.6070556640625 840.6065673828125 840.6060791015625 845.6051025390625 853.6046142578125 857.60406494140625 858.60357666015625 859.60308837890625 861.60260009765625 865.60211181640625 869.60113525390625 871.60064697265625 874.60009765625 877.599609375 878.59912109375 874.5986328125 868.59814453125 862.59765625 856.5966796875 858.59619140625
|
||||
350.7462158203125 352.7452392578125 351.7447509765625 351.744232177734375 351.74261474609375 351.74261474609375 352.742767333984375 354.742279052734375 356.74127197265625 358.74078369140625 358.74029541015625 354.73980712890625 352.73931884765625 351.73883056640625 353.738311767578125 355.737823486328125 360.736846923828125 361.736358642578125 363.735870361328125 362.7353515625 361.73486328125 359.734375 360.73388671875 362.7333984375 361.73211669921875 364.73126220703125 366.73077392578125 368.73028564453125 368.72979736328125 368.72930908203125 368.728790283203125 371.728302001953125 373.727325439453125 372.726837158203125 372.726318359375 372.725830078125 373.725341796875 373.724853515625 373.724365234375 373.723876953125 378.722869873046875 380.722381591796875 382.721893310546875 382.721405029296875 383.720916748046875 383.72039794921875 385.71990966796875 387.71942138671875 391.71844482421875 394.71795654296875 399.71746826171875 401.716949462890625 399.716461181640625 399.716461181640625 402.715484619140625 409.714996337890625 419.713348388671875 426.712860107421875 434.71234130859375 441.71185302734375 445.71136474609375 450.71087646484375 453.71038818359375 464.70941162109375 467.708892822265625 467.708404541015625 464.707916259765625 463.707427978515625 464.7069091796875 467.7064208984375 471.7059326171875 474.7049560546875 476.7044677734375 476.7039794921875 476.703460693359375 478.702972412109375 478.702484130859375 477.701995849609375 479.70147705078125 491.70050048828125 498.70001220703125 504.69952392578125 509.69903564453125 512.69854736328125 516.69805908203125 521.69757080078125 525.697021484375 530.69537353515625 537.69488525390625 541.69439697265625 543.69390869140625 545.69342041015625 547.69293212890625 547.69244384765625 548.69195556640625 558.69097900390625 560.6904296875 561.68994140625 560.689453125 558.68896484375 558.6884765625 558.68798828125 559.6875 565.6865234375 569.68603515625 574.685546875 578.68499755859375 579.68450927734375 581.68402099609375 584.68353271484375 591.68255615234375 593.68206787109375 594.68157958984375 596.68109130859375 602.68060302734375 609.6800537109375 616.6795654296875 623.6790771484375 630.67742919921875 635.67694091796875 640.67645263671875 643.67596435546875 642.67547607421875 639.67498779296875 637.6744384765625 637.6739501953125 638.6729736328125 639.6724853515625 641.6719970703125 643.6715087890625 645.6710205078125 645.6705322265625 643.6700439453125 640.66949462890625 642.66851806640625 642.66802978515625 642.66754150390625 642.66705322265625 646.66656494140625 654.66607666015625 662.66558837890625 668.66510009765625 678.6640625 680.66357421875 677.6630859375 673.66259765625 668.662109375 663.66162109375 656.6611328125 646.659912109375 629.658935546875 623.658447265625 615.657958984375 607.657470703125 604.656982421875 600.656494140625 593.656005859375 588.655517578125 589.65447998046875 591.65399169921875 595.65350341796875 606.65301513671875 618.65252685546875 628.65203857421875 636.65155029296875 667.6505126953125 672.6500244140625 676.6495361328125 681.6490478515625 687.6485595703125 692.6480712890625 695.6475830078125 697.6470947265625 698.6461181640625 699.64556884765625 701.64508056640625 705.64459228515625 708.64410400390625 708.64361572265625 712.64312744140625 717.64263916015625 716.64093017578125 719.64044189453125 724.63995361328125 730.63946533203125 730.63897705078125 729.63848876953125 727.637939453125 730.637451171875 737.636474609375 740.635986328125 744.635498046875 747.635009765625 749.634521484375 749.634033203125 751.633544921875 752.63299560546875 754.63201904296875 755.63153076171875 758.63104248046875 761.63055419921875 762.63006591796875 761.62957763671875 761.6290283203125 764.6285400390625 757.6275634765625 746.6270751953125 731.6265869140625 720.6260986328125 713.6256103515625 704.6251220703125 695.6246337890625 699.6234130859375 726.6224365234375 735.6219482421875 748.62139892578125 780.62091064453125 797.62042236328125 803.61993408203125 814.61944580078125 829.61846923828125 832.61798095703125 832.617431640625 830.616943359375 829.616455078125 829.615966796875 826.615478515625 821.614990234375 816.614013671875 815.613525390625 816.61297607421875 819.61248779296875 821.61199951171875 820.61151123046875 818.61102294921875 815.61053466796875 818.60955810546875 822.6090087890625 829.6085205078125 836.6080322265625 839.6075439453125 840.6070556640625 840.6065673828125 836.6053466796875 848.6043701171875 855.6038818359375 860.6033935546875 861.6029052734375 860.60235595703125 860.60186767578125 860.60137939453125 863.60089111328125 873.59991455078125 876.59942626953125 878.59893798828125 877.598388671875 872.597900390625 865.597412109375 859.596923828125 856.596435546875 861.595458984375
|
||||
350.745574951171875 354.744598388671875 354.744110107421875 351.743621826171875 351.74310302734375 351.74261474609375 354.74212646484375 355.74163818359375 357.74114990234375 360.740142822265625 359.739654541015625 356.739166259765625 352.738677978515625 351.738189697265625 353.7376708984375 356.7371826171875 360.7366943359375 365.7357177734375 365.7352294921875 363.7347412109375 360.734222412109375 360.733734130859375 360.733245849609375 361.732757568359375 361.73211669921875 364.73126220703125 366.73077392578125 368.73028564453125 366.729156494140625 366.7286376953125 367.7281494140625 369.7276611328125 371.7266845703125 370.7261962890625 370.7257080078125 371.725189208984375 373.724700927734375 373.724212646484375 373.723724365234375 372.72357177734375 376.72222900390625 378.72174072265625 380.72125244140625 381.72076416015625 381.72027587890625 382.719757080078125 383.719268798828125 386.718780517578125 391.7177734375 396.71728515625 401.716796875 404.71630859375 404.7158203125 403.71533203125 404.71484375 409.714324951171875 419.713348388671875 426.712860107421875 434.71234130859375 440.711212158203125 447.710723876953125 450.710235595703125 454.709716796875 457.709228515625 459.708251953125 457.707763671875 455.707275390625 453.706756591796875 453.706268310546875 457.705780029296875 463.705291748046875 465.70477294921875 470.70379638671875 469.70330810546875 468.70281982421875 472.70233154296875 473.701812744140625 475.701324462890625 478.700836181640625 492.699859619140625 498.6993408203125 503.6988525390625 507.6983642578125 511.6978759765625 516.6973876953125 521.6968994140625 524.6964111328125 530.69537353515625 537.69488525390625 541.69439697265625 541.6932373046875 541.6927490234375 543.6922607421875 547.6917724609375 549.6912841796875 558.6903076171875 562.6898193359375 563.6893310546875 562.68878173828125 557.68829345703125 555.68780517578125 555.68731689453125 557.68682861328125 560.68585205078125 564.68536376953125 570.68487548828125 575.684326171875 577.683837890625 579.683349609375 582.682861328125 585.682373046875 589.681396484375 591.680908203125 596.680419921875 601.679931640625 607.67938232421875 613.67889404296875 620.67840576171875 626.67791748046875 635.67694091796875 640.67645263671875 636.67529296875 635.6748046875 635.67431640625 632.67376708984375 634.67327880859375 640.67230224609375 641.67181396484375 641.67132568359375 640.67083740234375 639.67034912109375 639.66986083984375 638.6693115234375 635.6688232421875 637.6678466796875 638.6673583984375 639.6668701171875 642.6663818359375 647.6658935546875 656.6654052734375 665.6649169921875 670.66436767578125 676.66339111328125 675.66290283203125 672.66241455078125 669.66192626953125 666.66143798828125 660.66094970703125 653.66046142578125 646.659912109375 629.658935546875 623.658447265625 615.657958984375 596.65679931640625 592.65631103515625 589.65576171875 587.6552734375 586.65478515625 590.65380859375 593.6533203125 598.65283203125 609.65234375 620.65185546875 626.6513671875 631.65081787109375 647.65032958984375 674.64935302734375 677.64886474609375 681.64837646484375 687.64788818359375 693.64739990234375 696.6468505859375 698.6463623046875 698.6458740234375 699.6448974609375 702.6444091796875 704.6439208984375 706.6434326171875 707.6429443359375 709.6424560546875 711.64190673828125 716.64093017578125 719.64044189453125 724.63995361328125 725.63873291015625 726.63824462890625 725.63775634765625 727.63726806640625 730.63677978515625 737.63580322265625 740.63531494140625 742.63482666015625 745.63427734375 749.6337890625 750.63330078125 751.6328125 752.63232421875 752.63134765625 752.630859375 756.63037109375 758.62982177734375 756.62933349609375 754.62884521484375 754.62835693359375 756.62786865234375 754.62689208984375 741.62640380859375 727.6258544921875 713.6253662109375 705.6248779296875 696.6243896484375 691.6239013671875 699.6234130859375 726.6224365234375 735.6219482421875 757.6207275390625 780.6202392578125 799.6197509765625 812.6192626953125 823.61871337890625 829.61822509765625 829.61724853515625 828.61676025390625 828.61627197265625 828.61578369140625 828.61529541015625 825.61474609375 819.6142578125 814.61376953125 808.61279296875 808.6123046875 808.61181640625 808.611328125 808.61077880859375 809.61029052734375 809.60980224609375 816.60882568359375 819.60833740234375 825.60784912109375 831.60736083984375 834.6068115234375 836.6063232421875 835.6058349609375 836.6053466796875 848.6043701171875 855.6038818359375 855.6026611328125 857.6021728515625 859.6016845703125 858.6011962890625 857.60064697265625 856.60015869140625 870.59918212890625 872.59869384765625 878.59820556640625 880.59771728515625 874.59722900390625 866.5966796875 858.59619140625 855.595703125 858.5947265625
|
||||
350.74493408203125 352.74395751953125 351.74346923828125 350.740570068359375 350.740570068359375 352.74200439453125 354.741485595703125 355.740997314453125 357.740509033203125 359.739501953125 357.739013671875 353.738525390625 351.738037109375 352.737548828125 355.737060546875 358.736572265625 360.736053466796875 364.735076904296875 363.734588623046875 362.73406982421875 360.73358154296875 360.733245849609375 362.73260498046875 361.73211669921875 361.73211669921875 365.730621337890625 366.730133056640625 367.729644775390625 366.729156494140625 366.7286376953125 367.7281494140625 368.727020263671875 369.726531982421875 370.725555419921875 370.72503662109375 371.72454833984375 371.72406005859375 372.72357177734375 372.72357177734375 372.72357177734375 376.721588134765625 379.721099853515625 379.720611572265625 379.720458984375 379.7196044921875 380.7191162109375 382.7186279296875 386.7181396484375 393.717132568359375 398.716644287109375 404.716156005859375 406.715667724609375 407.71514892578125 405.71466064453125 407.71417236328125 409.71368408203125 418.71270751953125 425.712188720703125 432.711700439453125 440.711212158203125 447.710723876953125 450.710235595703125 456.709075927734375 457.708587646484375 453.70758056640625 451.70709228515625 448.70660400390625 445.70611572265625 446.70562744140625 449.705108642578125 455.704620361328125 459.704132080078125 463.703155517578125 464.70263671875 468.7021484375 472.70166015625 475.701171875 479.70068359375 482.700164794921875 487.699676513671875 500.698699951171875 503.698211669921875 508.69769287109375 515.69720458984375 519.69671630859375 522.69622802734375 524.69573974609375 526.69525146484375 537.6942138671875 540.6937255859375 541.6932373046875 541.6927490234375 543.6922607421875 542.69110107421875 544.69061279296875 555.68963623046875 559.68914794921875 559.68865966796875 556.6881103515625 551.6876220703125 549.6871337890625 551.6866455078125 554.6861572265625 555.6851806640625 560.6846923828125 567.6842041015625 573.6837158203125 575.68316650390625 577.68267822265625 579.68218994140625 581.68170166015625 587.68072509765625 592.68023681640625 599.67974853515625 603.67926025390625 607.6787109375 614.67822265625 623.677734375 628.67724609375 634.67626953125 636.67578125 636.67529296875 635.6748046875 635.67431640625 632.67376708984375 634.672607421875 636.672119140625 640.671142578125 640.670654296875 638.670166015625 635.669677734375 633.669189453125 631.66864013671875 631.66815185546875 632.66766357421875 635.66668701171875 636.66619873046875 641.66571044921875 648.66522216796875 655.6646728515625 662.6641845703125 667.6636962890625 672.6627197265625 669.6622314453125 666.6617431640625 665.6612548828125 662.6607666015625 658.6602783203125 653.65972900390625 645.65924072265625 624.65826416015625 614.65777587890625 603.65728759765625 596.65679931640625 592.65631103515625 589.65576171875 580.65460205078125 586.65411376953125 611.65313720703125 626.65264892578125 634.65216064453125 647.651611328125 653.651123046875 650.650634765625 645.650146484375 656.649658203125 675.648681640625 678.648193359375 680.647705078125 685.64715576171875 690.64666748046875 693.64617919921875 693.64569091796875 694.64520263671875 697.64422607421875 696.64373779296875 699.6431884765625 701.6427001953125 703.6422119140625 705.6417236328125 707.6412353515625 710.6407470703125 718.6397705078125 722.6392822265625 725.63873291015625 726.63824462890625 725.63775634765625 729.6365966796875 732.6361083984375 735.6356201171875 739.63458251953125 741.63409423828125 743.63360595703125 746.63311767578125 748.63262939453125 749.63214111328125 747.631591796875 747.630615234375 749.630126953125 751.629638671875 752.629150390625 748.628662109375 744.628173828125 744.627685546875 747.62713623046875 745.62615966796875 739.62567138671875 727.62518310546875 715.62469482421875 703.62420654296875 690.62371826171875 693.6231689453125 701.6226806640625 729.6217041015625 740.6212158203125 757.6207275390625 780.6202392578125 799.6197509765625 820.6185302734375 825.6180419921875 826.6175537109375 825.61651611328125 825.61602783203125 824.61553955078125 824.61505126953125 823.61456298828125 820.61407470703125 812.61358642578125 807.61309814453125 802.612060546875 801.611572265625 800.611083984375 800.610595703125 801.610107421875 804.609619140625 806.609130859375 808.60858154296875 818.60760498046875 823.60711669921875 826.60662841796875 828.60614013671875 828.60565185546875 828.60516357421875 830.6046142578125 837.6041259765625 853.6031494140625 855.6026611328125 857.6021728515625 859.6016845703125 858.6004638671875 856.5987548828125 856.5987548828125 867.59844970703125 869.59796142578125 871.59747314453125 877.59698486328125 873.59649658203125 865.59600830078125 860.595458984375 855.594970703125 854.593994140625
|
||||
350.74493408203125 351.74444580078125 351.74346923828125 350.740570068359375 350.740570068359375 350.740570068359375 352.7408447265625 353.7403564453125 354.7398681640625 355.7388916015625 353.7384033203125 350.737884521484375 350.73675537109375 352.736907958984375 356.736419677734375 358.735931396484375 360.73541259765625 362.73443603515625 362.73394775390625 361.73345947265625 361.73297119140625 362.732452392578125 364.731964111328125 364.731475830078125 364.730987548828125 367.72998046875 366.7294921875 366.72900390625 366.726226806640625 366.726226806640625 366.727508544921875 368.727020263671875 369.726531982421875 370.725555419921875 369.724395751953125 370.723907470703125 372.723419189453125 374.722930908203125 376.722412109375 376.721923828125 377.721435546875 379.720458984375 379.720458984375 379.720458984375 379.719451904296875 382.718475341796875 385.717987060546875 390.71746826171875 393.71697998046875 397.71600341796875 398.71551513671875 399.71502685546875 399.714508056640625 403.714019775390625 405.713531494140625 407.713043212890625 419.7120361328125 425.7115478515625 433.7110595703125 442.7105712890625 449.710052490234375 454.709564208984375 456.709075927734375 457.708587646484375 453.70758056640625 445.706451416015625 441.705963134765625 439.7054443359375 440.7049560546875 443.7044677734375 447.7039794921875 451.7034912109375 457.702484130859375 464.701995849609375 470.701507568359375 477.70098876953125 484.70050048828125 488.70001220703125 490.69952392578125 494.69903564453125 502.698028564453125 504.697540283203125 511.697052001953125 519.696533203125 521.696044921875 523.695556640625 526.695068359375 530.694580078125 539.693603515625 539.693115234375 539.69256591796875 539.69207763671875 540.69158935546875 542.69110107421875 544.69061279296875 549.69012451171875 559.68914794921875 553.68798828125 550.6875 545.68701171875 543.68646240234375 547.68597412109375 551.68548583984375 553.68499755859375 561.68402099609375 569.68353271484375 574.68304443359375 575.6824951171875 576.6820068359375 578.6815185546875 582.6810302734375 588.6800537109375 593.6795654296875 598.6790771484375 601.6785888671875 607.6781005859375 618.67755126953125 628.67706298828125 631.67657470703125 630.67559814453125 630.67510986328125 630.67462158203125 631.67413330078125 631.673583984375 631.673095703125 634.672607421875 636.672119140625 640.671142578125 636.66998291015625 634.66949462890625 631.6689453125 630.66845703125 629.66796875 628.66748046875 629.6669921875 633.666015625 635.66552734375 639.6650390625 644.66455078125 650.66400146484375 655.66351318359375 660.66302490234375 664.66253662109375 664.66156005859375 664.66107177734375 665.66058349609375 663.6600341796875 659.6595458984375 654.6590576171875 648.6585693359375 634.6580810546875 605.6571044921875 595.6566162109375 587.6561279296875 583.65557861328125 579.65509033203125 580.65460205078125 586.65411376953125 597.65362548828125 638.65191650390625 644.65142822265625 649.65093994140625 654.65045166015625 655.64996337890625 656.64947509765625 661.64898681640625 676.64794921875 678.6474609375 680.64697265625 681.646484375 682.64599609375 683.6455078125 685.64501953125 691.64453125 695.64349365234375 694.64300537109375 697.64251708984375 700.64202880859375 702.64154052734375 704.64105224609375 706.64056396484375 710.64007568359375 716.6390380859375 721.6385498046875 724.6380615234375 725.6375732421875 727.6370849609375 729.6365966796875 732.6361083984375 735.6356201171875 736.6339111328125 737.6334228515625 739.6329345703125 743.63238525390625 747.63189697265625 746.63140869140625 745.63092041015625 744.63043212890625 747.62945556640625 747.62896728515625 746.62841796875 744.6279296875 734.62744140625 728.626953125 730.62646484375 728.6259765625 725.625 718.62445068359375 709.62396240234375 701.62347412109375 698.62298583984375 701.62249755859375 712.62200927734375 733.62103271484375 743.6204833984375 762.6199951171875 787.6195068359375 807.6190185546875 820.6185302734375 825.6180419921875 826.6175537109375 825.61651611328125 823.6153564453125 821.6148681640625 819.61431884765625 817.61383056640625 812.61334228515625 807.61285400390625 801.61236572265625 798.61138916015625 799.61090087890625 800.6103515625 802.60986328125 804.609375 803.60888671875 805.6083984375 808.60791015625 818.60693359375 820.60638427734375 822.60589599609375 824.60540771484375 826.60491943359375 829.60443115234375 831.60394287109375 839.60345458984375 849.6024169921875 852.6019287109375 855.6014404296875 858.6009521484375 858.6004638671875 856.5987548828125 856.5987548828125 861.5982666015625 868.59722900390625 871.59674072265625 872.59625244140625 870.59576416015625 864.59527587890625 858.59478759765625 852.59429931640625 849.59136962890625
|
||||
350.74432373046875 350.740570068359375 350.740570068359375 350.740570068359375 350.740570068359375 350.740570068359375 352.740234375 353.73974609375 355.739227294921875 356.738739013671875 353.737762451171875 350.73724365234375 350.73675537109375 352.73626708984375 355.73577880859375 357.73529052734375 359.73480224609375 361.734283447265625 362.733306884765625 362.732818603515625 361.7322998046875 363.7318115234375 363.7313232421875 362.7308349609375 364.7303466796875 368.729339599609375 367.728851318359375 367.728363037109375 366.727874755859375 366.726226806640625 366.726226806640625 367.72637939453125 369.72589111328125 370.72491455078125 369.724395751953125 370.723907470703125 372.723419189453125 377.7222900390625 379.721771240234375 380.721282958984375 380.720794677734375 380.71978759765625 380.71929931640625 380.71881103515625 381.71832275390625 381.71783447265625 382.71734619140625 387.716827392578125 390.716339111328125 393.715362548828125 395.71484375 396.71435546875 399.7138671875 403.71337890625 406.712890625 408.712371826171875 412.711883544921875 426.710906982421875 436.71038818359375 444.70989990234375 451.70941162109375 454.70892333984375 454.70843505859375 454.707916259765625 451.707427978515625 445.706451416015625 441.705963134765625 439.7054443359375 440.7049560546875 441.70379638671875 445.70330810546875 449.70281982421875 461.70184326171875 466.701324462890625 474.700836181640625 483.700347900390625 486.699859619140625 488.6993408203125 490.6988525390625 494.6983642578125 503.6973876953125 506.696868896484375 509.696380615234375 513.69586181640625 517.69537353515625 521.69488525390625 526.69439697265625 532.69390869140625 539.69293212890625 538.69244384765625 538.69195556640625 538.69140625 538.69091796875 539.6904296875 543.68994140625 549.689453125 552.6884765625 553.68798828125 550.6875 545.68701171875 541.685791015625 543.685302734375 548.684814453125 553.684326171875 564.683349609375 568.682861328125 571.682373046875 573.681884765625 575.68133544921875 578.68084716796875 580.68035888671875 583.67987060546875 591.67889404296875 596.67840576171875 600.67791748046875 606.6773681640625 617.6768798828125 626.6763916015625 628.6759033203125 628.6754150390625 626.6744384765625 628.6739501953125 628.6734619140625 630.67291259765625 631.67242431640625 631.67193603515625 631.67144775390625 635.67047119140625 636.66998291015625 634.66949462890625 631.6689453125 628.66778564453125 627.66729736328125 625.66680908203125 626.66632080078125 629.66534423828125 632.66485595703125 638.664306640625 642.663818359375 644.663330078125 648.662841796875 653.662353515625 655.661865234375 658.660888671875 661.660400390625 663.65985107421875 661.65936279296875 658.65887451171875 653.65838623046875 648.65789794921875 640.65740966796875 612.65643310546875 599.6558837890625 590.6553955078125 579.6549072265625 573.65325927734375 573.65325927734375 580.6534423828125 595.6529541015625 638.65191650390625 644.65142822265625 649.65093994140625 652.6497802734375 656.6492919921875 660.6488037109375 663.64825439453125 670.64776611328125 679.64678955078125 678.64630126953125 676.64581298828125 676.64532470703125 679.64483642578125 681.644287109375 683.643798828125 686.643310546875 690.642333984375 695.641845703125 700.641357421875 704.640869140625 707.64031982421875 709.63983154296875 712.63934326171875 718.63836669921875 721.63787841796875 724.63739013671875 726.63690185546875 728.6363525390625 730.6358642578125 731.6353759765625 733.6348876953125 736.6339111328125 737.6334228515625 739.6329345703125 743.63238525390625 742.6312255859375 742.6307373046875 741.6302490234375 741.6297607421875 740.62872314453125 741.62823486328125 743.62774658203125 733.62725830078125 723.62677001953125 716.62628173828125 711.625732421875 710.625244140625 712.624267578125 710.623779296875 703.623291015625 700.622802734375 704.622314453125 714.62176513671875 723.62127685546875 729.62078857421875 751.61981201171875 770.61932373046875 791.61883544921875 808.6182861328125 817.6177978515625 821.6173095703125 823.6168212890625 825.6163330078125 823.6153564453125 821.6148681640625 819.61431884765625 809.6131591796875 807.6126708984375 804.61212158203125 799.61163330078125 796.61065673828125 802.61016845703125 808.60968017578125 811.60919189453125 812.608642578125 810.608154296875 809.607666015625 813.607177734375 821.606201171875 823.605712890625 825.605224609375 831.60467529296875 835.60418701171875 835.60369873046875 839.60321044921875 844.60272216796875 849.60174560546875 851.6011962890625 853.6007080078125 856.6002197265625 858.5997314453125 856.5992431640625 856.5987548828125 861.5982666015625 868.59722900390625 871.59674072265625 870.59552001953125 869.59503173828125 863.59454345703125 857.59405517578125 850.59356689453125 849.59136962890625
|
||||
350.743682861328125 350.740570068359375 350.740570068359375 350.740570068359375 350.740570068359375 350.740570068359375 352.740234375 353.73974609375 355.739227294921875 360.73809814453125 358.73712158203125 356.73663330078125 352.73614501953125 352.73486328125 352.73486328125 354.734649658203125 357.734161376953125 359.733642578125 362.732666015625 362.732177734375 362.731689453125 361.731170654296875 362.730682373046875 361.730194091796875 362.729705810546875 366.72918701171875 368.72821044921875 369.72772216796875 367.72723388671875 366.72674560546875 366.726226806640625 367.725738525390625 368.725250244140625 368.724761962890625 368.7237548828125 370.7232666015625 373.7227783203125 377.7222900390625 379.721771240234375 380.721282958984375 380.720794677734375 379.71966552734375 380.718658447265625 381.718170166015625 382.717681884765625 381.71783447265625 382.7166748046875 384.7161865234375 386.7156982421875 391.714691162109375 397.714202880859375 400.713714599609375 402.713226318359375 404.71270751953125 407.71221923828125 409.71173095703125 413.71124267578125 426.710235595703125 436.709747314453125 443.709259033203125 448.708770751953125 449.708251953125 449.707763671875 447.707275390625 443.706787109375 437.705780029296875 436.705291748046875 436.70465087890625 437.704315185546875 441.70379638671875 445.70330810546875 449.70281982421875 467.70166015625 478.70068359375 478.7001953125 480.699676513671875 484.699188232421875 485.698699951171875 488.698211669921875 493.69769287109375 498.69720458984375 506.69622802734375 508.69573974609375 509.695220947265625 512.6947021484375 519.6942138671875 525.6937255859375 530.6932373046875 533.6927490234375 535.6917724609375 536.6912841796875 537.6907958984375 536.6903076171875 537.68975830078125 542.68927001953125 545.68878173828125 549.68780517578125 550.68731689453125 548.68682861328125 543.68634033203125 541.685791015625 543.685302734375 548.684814453125 556.68365478515625 564.68267822265625 566.68218994140625 568.68170166015625 571.68121337890625 574.6806640625 576.68017578125 579.6796875 581.67919921875 587.67822265625 593.677734375 600.67724609375 607.6767578125 614.67620849609375 618.67572021484375 621.67523193359375 623.67474365234375 622.67376708984375 624.67327880859375 626.6727294921875 629.6722412109375 629.6717529296875 628.6712646484375 628.6707763671875 629.6702880859375 630.6693115234375 629.6688232421875 628.66827392578125 628.66778564453125 627.66729736328125 625.66680908203125 623.6656494140625 625.6651611328125 630.6641845703125 636.66363525390625 639.66314697265625 642.66265869140625 646.66217041015625 649.66168212890625 650.66119384765625 653.66015625 655.65966796875 657.6591796875 657.65869140625 655.658203125 651.65771484375 649.6572265625 645.65673828125 629.65570068359375 616.65521240234375 601.65472412109375 588.65423583984375 578.65374755859375 573.65325927734375 575.65277099609375 590.6522216796875 636.6512451171875 644.6507568359375 648.6502685546875 652.6497802734375 656.6492919921875 660.6488037109375 663.64825439453125 664.6470947265625 672.6461181640625 669.6456298828125 665.6451416015625 666.64459228515625 671.64410400390625 675.64361572265625 677.64312744140625 681.64263916015625 686.64166259765625 692.64111328125 698.640625 703.64013671875 706.6396484375 709.63916015625 710.638671875 712.63818359375 716.63714599609375 720.63665771484375 724.63616943359375 727.63568115234375 729.63519287109375 731.63470458984375 730.63421630859375 732.63372802734375 734.6326904296875 736.6322021484375 739.6317138671875 742.6312255859375 742.6307373046875 741.6302490234375 731.6290283203125 733.6280517578125 734.6275634765625 733.6270751953125 725.62652587890625 714.62603759765625 706.62554931640625 701.62506103515625 702.62457275390625 706.62359619140625 706.623046875 703.62255859375 700.622802734375 708.62158203125 717.62109375 728.62060546875 733.6201171875 762.61907958984375 782.61859130859375 797.61810302734375 806.61761474609375 814.61712646484375 819.61663818359375 823.6160888671875 825.6156005859375 820.6146240234375 816.6141357421875 811.6136474609375 809.6131591796875 807.6126708984375 804.61212158203125 798.6109619140625 795.6104736328125 805.60943603515625 810.60894775390625 812.60845947265625 814.60797119140625 816.60748291015625 821.60699462890625 823.6064453125 827.60595703125 829.60498046875 832.6044921875 836.60400390625 837.603515625 838.60296630859375 841.60247802734375 846.60198974609375 848.60150146484375 847.60052490234375 848.60003662109375 850.5994873046875 852.5989990234375 854.5985107421875 857.5980224609375 860.5975341796875 864.5965576171875 867.5960693359375 870.59552001953125 869.59503173828125 863.59454345703125 859.59332275390625 853.59283447265625 849.59234619140625
|
||||
351.7430419921875 353.7425537109375 354.7415771484375 352.7410888671875 350.740570068359375 351.740081787109375 353.739593505859375 355.739105224609375 358.73858642578125 360.73809814453125 358.73712158203125 356.73663330078125 352.73614501953125 352.73486328125 352.73486328125 354.7340087890625 357.7335205078125 358.7330322265625 362.732025146484375 364.731536865234375 364.731048583984375 362.73052978515625 361.73004150390625 361.728912353515625 361.728912353515625 363.72857666015625 368.727569580078125 369.727081298828125 368.726593017578125 367.72607421875 366.7255859375 366.72509765625 366.724609375 366.72412109375 367.723114013671875 369.722625732421875 372.722137451171875 376.72161865234375 378.72113037109375 379.72064208984375 379.72015380859375 379.71966552734375 380.718658447265625 381.718170166015625 382.717041015625 384.716522216796875 385.716033935546875 385.715545654296875 386.71502685546875 389.71453857421875 398.71356201171875 400.71307373046875 400.712554931640625 402.712066650390625 405.711578369140625 411.711090087890625 416.7105712890625 425.7095947265625 433.7091064453125 440.7086181640625 442.708099365234375 443.707611083984375 444.707122802734375 442.706634521484375 437.70611572265625 433.70513916015625 436.70465087890625 440.70416259765625 446.703643798828125 451.703155517578125 456.702667236328125 461.7021484375 467.70166015625 478.70068359375 478.7001953125 478.69903564453125 480.69854736328125 483.698028564453125 486.697540283203125 490.697052001953125 494.696563720703125 502.695556640625 504.695068359375 506.694580078125 511.694061279296875 519.693603515625 522.69305419921875 524.69256591796875 526.69207763671875 530.69110107421875 534.69061279296875 534.69012451171875 533.68963623046875 534.6890869140625 538.6885986328125 540.6881103515625 542.6876220703125 546.6866455078125 542.6861572265625 539.6856689453125 539.6851806640625 543.68463134765625 548.68414306640625 556.68365478515625 560.68316650390625 566.68218994140625 565.6810302734375 568.6805419921875 571.6800537109375 574.67950439453125 577.67901611328125 578.67852783203125 581.67755126953125 588.67706298828125 596.67657470703125 604.676025390625 609.675537109375 611.675048828125 614.674560546875 617.674072265625 618.673095703125 619.672607421875 621.672119140625 624.67156982421875 625.67108154296875 625.67059326171875 626.67010498046875 626.66961669921875 625.66864013671875 626.6680908203125 626.6676025390625 625.6671142578125 624.6666259765625 623.6661376953125 623.6656494140625 625.6651611328125 630.6641845703125 636.66363525390625 637.6624755859375 639.6619873046875 644.6614990234375 645.6610107421875 646.6605224609375 645.65997314453125 647.65899658203125 651.65850830078125 652.65802001953125 650.65753173828125 648.65704345703125 647.65655517578125 645.656005859375 639.655517578125 619.654541015625 607.654052734375 595.653564453125 584.653076171875 575.652587890625 570.65203857421875 575.65155029296875 614.65057373046875 635.65008544921875 644.64959716796875 648.64910888671875 654.6485595703125 659.6480712890625 661.6475830078125 664.6470947265625 672.6461181640625 669.6456298828125 659.6444091796875 661.6439208984375 669.6434326171875 676.6429443359375 680.6424560546875 684.6419677734375 689.64093017578125 692.64044189453125 695.63995361328125 700.63946533203125 704.63897705078125 706.63848876953125 708.637939453125 710.637451171875 715.636474609375 718.635986328125 721.635498046875 724.635009765625 727.634521484375 729.63397216796875 730.63348388671875 730.63299560546875 731.63201904296875 730.63153076171875 734.63104248046875 736.6304931640625 736.6300048828125 733.6295166015625 731.6290283203125 732.6285400390625 734.6275634765625 713.6263427734375 709.6258544921875 704.6253662109375 698.6248779296875 698.6243896484375 700.62384033203125 702.62335205078125 701.62237548828125 700.622802734375 700.622802734375 711.620849609375 725.620361328125 735.619873046875 744.619384765625 777.618408203125 793.617919921875 800.617431640625 807.61688232421875 814.61639404296875 820.61590576171875 823.61541748046875 824.61492919921875 818.6138916015625 810.6134033203125 804.6129150390625 804.6124267578125 806.6119384765625 802.6114501953125 798.6109619140625 795.6104736328125 805.60943603515625 810.6082763671875 812.60772705078125 813.60723876953125 817.60675048828125 821.60626220703125 826.60577392578125 828.60528564453125 832.604248046875 832.603759765625 833.603271484375 834.602783203125 836.602294921875 840.601806640625 842.60125732421875 844.60076904296875 845.59979248046875 846.59930419921875 847.59881591796875 849.59832763671875 853.5977783203125 855.5972900390625 857.5968017578125 857.5963134765625 862.5953369140625 864.5948486328125 866.59429931640625 864.59381103515625 859.59332275390625 853.59283447265625 849.59234619140625
|
||||
351.742431640625 353.741943359375 354.741424560546875 349.740447998046875 350.739959716796875 350.73944091796875 350.73895263671875 352.73846435546875 355.73797607421875 357.73748779296875 358.736968994140625 358.735992431640625 354.735504150390625 352.73486328125 352.73486328125 354.7340087890625 356.732879638671875 357.732391357421875 361.73138427734375 363.73089599609375 363.73040771484375 363.72991943359375 362.729400634765625 361.728912353515625 362.728424072265625 363.7279052734375 367.7269287109375 368.7264404296875 368.7259521484375 366.725433349609375 366.724945068359375 365.724456787109375 364.723968505859375 364.72344970703125 364.72247314453125 367.72198486328125 371.72149658203125 374.720977783203125 375.720489501953125 376.720001220703125 376.719512939453125 376.718994140625 378.718017578125 380.717529296875 382.717041015625 384.716522216796875 385.716033935546875 385.71539306640625 386.714385986328125 388.713897705078125 395.712921142578125 394.71240234375 395.7119140625 398.71142578125 404.7109375 410.710418701171875 416.709930419921875 419.709442138671875 429.70843505859375 434.70794677734375 436.70745849609375 437.70697021484375 433.70648193359375 430.705963134765625 430.705474853515625 432.704986572265625 443.7039794921875 448.7034912109375 454.7030029296875 460.7025146484375 464.701995849609375 469.701507568359375 472.701019287109375 477.70001220703125 477.69952392578125 478.69903564453125 480.69854736328125 483.698028564453125 484.6968994140625 487.696380615234375 489.695892333984375 495.69488525390625 498.69439697265625 502.69390869140625 508.69342041015625 515.69293212890625 517.69244384765625 519.69189453125 522.69140625 530.6904296875 530.68994140625 531.689453125 530.68896484375 531.6884765625 533.68798828125 536.68743896484375 539.68695068359375 537.68597412109375 535.68548583984375 535.68499755859375 537.68450927734375 541.6839599609375 548.6834716796875 553.6829833984375 557.6824951171875 562.6815185546875 565.6810302734375 568.6805419921875 571.6800537109375 574.67950439453125 573.6783447265625 574.6778564453125 573.6773681640625 581.6763916015625 590.6759033203125 599.6754150390625 604.67486572265625 607.67437744140625 611.67388916015625 616.67340087890625 619.67291259765625 618.67193603515625 619.67138671875 621.6708984375 622.67041015625 623.669921875 624.66943359375 624.6689453125 622.66796875 622.66741943359375 622.66693115234375 621.66644287109375 621.66595458984375 620.66546630859375 620.66497802734375 621.66448974609375 628.6634521484375 633.6629638671875 637.6624755859375 639.6619873046875 644.6614990234375 638.66033935546875 638.6597900390625 636.6593017578125 642.6583251953125 647.6578369140625 647.6573486328125 645.6568603515625 644.6563720703125 643.65582275390625 639.65533447265625 631.65484619140625 611.65386962890625 601.65338134765625 591.65289306640625 579.65234375 571.65185546875 563.6513671875 559.65087890625 566.650390625 612.6494140625 630.64886474609375 641.64837646484375 646.64788818359375 649.64739990234375 650.64691162109375 653.64642333984375 659.64593505859375 659.6448974609375 659.6444091796875 661.6439208984375 669.6434326171875 676.6422119140625 679.6417236328125 681.6412353515625 685.6407470703125 692.6397705078125 693.6392822265625 696.6387939453125 700.63824462890625 703.63775634765625 706.63726806640625 709.63677978515625 712.63580322265625 715.63531494140625 716.634765625 717.63427734375 722.6337890625 726.63330078125 727.6328125 728.63232421875 724.63128662109375 724.63079833984375 727.63031005859375 730.62982177734375 731.62933349609375 731.62884521484375 729.62835693359375 727.6278076171875 719.6268310546875 713.6263427734375 709.6258544921875 704.6253662109375 698.6241455078125 703.6236572265625 705.6231689453125 701.6226806640625 702.62164306640625 709.62115478515625 714.62066650390625 721.62017822265625 740.61968994140625 753.61920166015625 763.61871337890625 774.6181640625 800.6171875 807.61669921875 812.6162109375 818.61572265625 822.615234375 824.61468505859375 824.61419677734375 822.61370849609375 806.61273193359375 801.61224365234375 800.6116943359375 798.6112060546875 795.6107177734375 792.6102294921875 797.6097412109375 806.6087646484375 810.6082763671875 812.60772705078125 813.60723876953125 817.60675048828125 818.60552978515625 820.60504150390625 823.60455322265625 827.60357666015625 829.60302734375 830.6025390625 832.60205078125 834.6015625 837.60107421875 839.6005859375 839.60009765625 845.59906005859375 847.59857177734375 849.59808349609375 850.59759521484375 852.59710693359375 854.59661865234375 852.5960693359375 851.5955810546875 856.5946044921875 858.5941162109375 861.5936279296875 861.5931396484375 860.59259033203125 859.59210205078125 855.59161376953125
|
||||
347.741790771484375 347.741302490234375 349.740814208984375 349.73980712890625 349.73931884765625 349.73883056640625 349.737701416015625 349.737701416015625 351.737335205078125 352.736846923828125 352.736328125 354.7353515625 352.73486328125 353.734375 353.733856201171875 354.733367919921875 356.732879638671875 357.732391357421875 360.73187255859375 359.730255126953125 360.729766845703125 361.729248046875 362.728759765625 362.728271484375 361.727783203125 362.727294921875 363.726776123046875 366.725799560546875 366.725311279296875 366.72479248046875 365.72430419921875 365.72381591796875 364.72332763671875 363.722808837890625 363.7225341796875 366.721343994140625 369.7208251953125 371.7203369140625 373.7198486328125 374.7193603515625 374.7188720703125 376.718353271484375 380.717376708984375 381.71685791015625 384.71636962890625 385.71588134765625 385.71539306640625 385.71539306640625 386.714385986328125 388.713897705078125 391.712249755859375 391.712249755859375 393.711273193359375 398.71075439453125 403.71026611328125 406.70977783203125 411.70928955078125 416.70880126953125 425.707794189453125 430.707305908203125 433.706787109375 432.706298828125 427.705810546875 424.705322265625 425.704833984375 430.704315185546875 444.703338623046875 447.70281982421875 451.70233154296875 457.70184326171875 462.70135498046875 465.70086669921875 469.700347900390625 471.699859619140625 472.6988525390625 474.6983642578125 477.6978759765625 482.6973876953125 484.6968994140625 487.696380615234375 489.695892333984375 488.694732666015625 496.693756103515625 500.6932373046875 505.6927490234375 509.6922607421875 511.6917724609375 514.6912841796875 520.6907958984375 527.68975830078125 527.68927001953125 527.68878173828125 527.68829345703125 528.68780517578125 531.68731689453125 533.686767578125 534.686279296875 533.685302734375 533.684814453125 534.684326171875 537.683837890625 544.683349609375 548.68280029296875 552.68231201171875 554.68182373046875 560.68084716796875 562.68035888671875 564.67987060546875 567.67938232421875 570.6788330078125 573.6783447265625 574.6778564453125 573.6773681640625 576.67572021484375 587.67523193359375 595.6746826171875 600.6741943359375 605.6737060546875 610.6732177734375 615.6727294921875 619.6722412109375 618.6712646484375 619.67071533203125 620.67022705078125 620.66973876953125 620.66925048828125 621.66876220703125 620.66827392578125 619.66778564453125 619.666748046875 619.666259765625 619.665771484375 619.665283203125 618.664794921875 618.664306640625 619.663818359375 622.66326904296875 630.66229248046875 632.66180419921875 634.66131591796875 637.66082763671875 638.66033935546875 638.6597900390625 636.6593017578125 637.65765380859375 640.65716552734375 640.65667724609375 638.6561279296875 638.6556396484375 636.6551513671875 632.6546630859375 625.6541748046875 608.6531982421875 597.6527099609375 583.65216064453125 570.65167236328125 562.65118408203125 559.6478271484375 559.6478271484375 559.6478271484375 596.648681640625 622.648193359375 632.647705078125 637.647216796875 639.646728515625 638.646240234375 642.645751953125 646.64520263671875 654.64422607421875 657.64373779296875 663.64324951171875 670.64276123046875 676.6422119140625 679.6417236328125 681.6412353515625 682.64007568359375 689.6390380859375 690.6385498046875 692.6380615234375 697.6375732421875 701.6370849609375 704.6365966796875 706.6361083984375 708.6356201171875 711.63458251953125 713.63409423828125 714.63360595703125 717.63311767578125 721.63262939453125 725.632080078125 725.631591796875 724.631103515625 719.630126953125 723.629638671875 727.629150390625 727.62860107421875 720.62811279296875 716.62762451171875 714.62713623046875 703.62615966796875 692.62567138671875 696.6251220703125 698.6246337890625 698.6241455078125 703.6236572265625 705.6231689453125 710.6219482421875 727.6209716796875 737.6204833984375 748.6199951171875 761.61944580078125 768.61895751953125 773.61846923828125 780.61798095703125 789.61749267578125 802.61651611328125 808.615966796875 812.615478515625 817.614990234375 821.614501953125 822.614013671875 823.613525390625 823.613037109375 806.61199951171875 801.61151123046875 796.61102294921875 792.61053466796875 789.61004638671875 789.6094970703125 793.6090087890625 798.6085205078125 808.6075439453125 811.6070556640625 813.6065673828125 816.60601806640625 818.60552978515625 820.60504150390625 823.60455322265625 820.60333251953125 826.60235595703125 830.60186767578125 831.601318359375 831.600830078125 833.600341796875 834.599853515625 836.599365234375 846.598388671875 850.59783935546875 850.59735107421875 849.59686279296875 849.59637451171875 849.59588623046875 848.59539794921875 846.5948486328125 850.5938720703125 853.5933837890625 856.5928955078125 858.5924072265625 859.5919189453125 859.59136962890625 857.59088134765625
|
||||
344.74114990234375 345.74066162109375 347.74017333984375 349.739166259765625 350.738677978515625 350.738189697265625 349.737701416015625 351.7371826171875 351.7366943359375 351.7366943359375 351.7366943359375 351.7366943359375 353.734222412109375 355.733734130859375 356.73321533203125 354.73272705078125 355.73223876953125 357.73175048828125 359.73126220703125 359.730255126953125 360.729766845703125 361.729248046875 359.728118896484375 359.727996826171875 359.727996826171875 360.726654052734375 362.72613525390625 363.72515869140625 364.72467041015625 363.724151611328125 363.723663330078125 364.723175048828125 364.722686767578125 363.7225341796875 363.7225341796875 365.720703125 366.720184326171875 368.719696044921875 371.719207763671875 372.718719482421875 374.71820068359375 378.71771240234375 381.71722412109375 383.716217041015625 385.715728759765625 386.715240478515625 388.714752197265625 388.7142333984375 387.7137451171875 388.7132568359375 391.7127685546875 391.712249755859375 393.711273193359375 396.710113525390625 399.709625244140625 404.709136962890625 408.7086181640625 411.7081298828125 419.7071533203125 424.7066650390625 427.706146240234375 428.705657958984375 427.705169677734375 422.70465087890625 419.70416259765625 424.70367431640625 439.702667236328125 443.702178955078125 447.701690673828125 453.701202392578125 458.70068359375 461.7001953125 465.69970703125 467.69921875 468.698211669921875 470.697723388671875 474.69720458984375 478.69671630859375 480.69622802734375 480.69573974609375 483.695220947265625 488.694732666015625 496.693756103515625 500.6932373046875 505.6927490234375 505.69158935546875 506.69110107421875 511.69061279296875 518.69012451171875 522.68963623046875 523.6885986328125 523.6881103515625 524.6876220703125 526.6871337890625 528.6866455078125 528.6861572265625 528.6856689453125 528.68511962890625 534.68414306640625 538.68365478515625 541.68316650390625 545.68267822265625 549.68218994140625 552.681640625 554.68115234375 559.68017578125 559.6796875 560.67919921875 562.6787109375 565.67816162109375 569.67767333984375 569.67718505859375 568.67669677734375 576.67572021484375 587.67523193359375 595.6746826171875 602.67352294921875 607.67303466796875 611.67254638671875 614.67205810546875 616.67156982421875 618.6705322265625 619.6700439453125 618.6695556640625 617.6690673828125 616.6685791015625 616.6680908203125 616.6676025390625 615.6671142578125 616.66607666015625 616.66558837890625 616.66510009765625 615.66461181640625 614.66412353515625 614.66363525390625 616.6630859375 620.66259765625 625.66162109375 628.6611328125 631.66064453125 633.66015625 632.65960693359375 629.65911865234375 626.65863037109375 630.65814208984375 640.65716552734375 640.65667724609375 629.65545654296875 629.65496826171875 631.65447998046875 628.65399169921875 623.65350341796875 619.65301513671875 604.6519775390625 590.6514892578125 574.6510009765625 562.6505126953125 559.6478271484375 559.6478271484375 559.6478271484375 584.64801025390625 600.64752197265625 617.64703369140625 625.64654541015625 614.64599609375 616.6455078125 626.64501953125 634.64453125 645.6435546875 651.64306640625 659.642578125 666.64202880859375 674.64154052734375 678.64105224609375 678.64056396484375 682.64007568359375 689.6390380859375 690.6385498046875 690.63739013671875 695.63690185546875 701.63641357421875 705.6358642578125 708.6353759765625 708.6348876953125 709.6339111328125 711.6334228515625 713.6329345703125 716.63238525390625 718.63189697265625 721.63140869140625 722.63092041015625 723.63043212890625 719.62939453125 721.62890625 721.62841796875 711.6279296875 704.62744140625 699.626953125 693.62646484375 687.62591552734375 682.62493896484375 689.62445068359375 696.62396240234375 703.62347412109375 709.6229248046875 710.6224365234375 710.6219482421875 715.6214599609375 737.6204833984375 748.6199951171875 770.6187744140625 774.6182861328125 780.6177978515625 785.61724853515625 790.61676025390625 800.61578369140625 804.61529541015625 807.61480712890625 811.6142578125 816.61376953125 818.61328125 820.61279296875 822.6123046875 811.611328125 804.61077880859375 798.61029052734375 791.60980224609375 787.60931396484375 788.60882568359375 792.60833740234375 796.6077880859375 805.6068115234375 808.6063232421875 810.6058349609375 812.6053466796875 814.6048583984375 817.60430908203125 819.60382080078125 820.60333251953125 826.60235595703125 830.60186767578125 826.60064697265625 827.60015869140625 827.599609375 828.59912109375 830.5986328125 834.59814453125 848.59716796875 848.5966796875 848.59613037109375 848.59564208984375 847.59515380859375 846.59466552734375 843.59417724609375 843.59368896484375 850.5926513671875 855.5921630859375 857.5916748046875 857.5911865234375 858.5906982421875 856.59014892578125
|
||||
343.74053955078125 343.740020751953125 344.739532470703125 347.739044189453125 349.738037109375 349.737548828125 351.737060546875 353.736572265625 355.736053466796875 353.735565185546875 351.7366943359375 351.7366943359375 354.73358154296875 357.73309326171875 357.73260498046875 356.732086181640625 356.731597900390625 357.731109619140625 358.730621337890625 357.731109619140625 358.7291259765625 359.7286376953125 359.728118896484375 359.727996826171875 359.727996826171875 362.72601318359375 363.725494384765625 362.724517822265625 362.724029541015625 362.72222900390625 362.7230224609375 363.7225341796875 363.7225341796875 363.7225341796875 363.7225341796875 364.72003173828125 365.71954345703125 367.71905517578125 369.71856689453125 372.71807861328125 376.717559814453125 378.717071533203125 379.716583251953125 382.715576171875 383.715087890625 389.714599609375 393.714080810546875 394.713592529296875 392.713104248046875 391.712615966796875 392.71209716796875 391.712249755859375 393.71063232421875 396.710113525390625 399.709625244140625 404.709136962890625 408.7086181640625 408.707489013671875 410.707000732421875 418.70599365234375 422.70550537109375 425.70501708984375 426.704498291015625 423.704010009765625 416.703521728515625 414.7030029296875 419.7025146484375 439.7015380859375 445.701019287109375 449.700531005859375 453.700042724609375 456.69952392578125 460.69903564453125 463.69854736328125 468.69757080078125 468.697052001953125 470.696563720703125 474.696075439453125 475.695556640625 477.695068359375 480.694580078125 485.694091796875 492.693084716796875 497.692596435546875 502.69207763671875 505.69158935546875 506.69110107421875 511.69061279296875 514.689453125 517.68896484375 517.68792724609375 519.68743896484375 520.68695068359375 522.68646240234375 524.68597412109375 524.68548583984375 524.68499755859375 525.6844482421875 537.6834716796875 541.6829833984375 543.6824951171875 546.6820068359375 549.6815185546875 552.6810302734375 554.68048095703125 556.67999267578125 557.67901611328125 558.67852783203125 560.67803955078125 563.677490234375 566.677001953125 565.676513671875 564.676025390625 566.675537109375 586.674560546875 595.674072265625 602.67352294921875 607.67303466796875 611.67254638671875 613.67138671875 616.6708984375 616.67041015625 617.66937255859375 615.66888427734375 613.66839599609375 613.66790771484375 613.66741943359375 613.66693115234375 612.6663818359375 612.6654052734375 612.6649169921875 611.6644287109375 609.6639404296875 611.6634521484375 613.66290283203125 614.66241455078125 615.66192626953125 621.66094970703125 625.66046142578125 628.65997314453125 629.659423828125 627.658935546875 624.658447265625 621.657958984375 622.657470703125 630.656494140625 629.65594482421875 629.65545654296875 629.65496826171875 631.65447998046875 623.6533203125 619.65283203125 619.65228271484375 618.65130615234375 613.65081787109375 599.65032958984375 582.64984130859375 569.6492919921875 563.6488037109375 559.6478271484375 559.6478271484375 570.6468505859375 582.6463623046875 586.64581298828125 591.64532470703125 603.64483642578125 620.64434814453125 628.64385986328125 631.64337158203125 641.642333984375 652.641845703125 665.641357421875 676.640869140625 678.640380859375 680.639892578125 683.63934326171875 688.63836669921875 688.63787841796875 690.63739013671875 695.63690185546875 701.63641357421875 705.6358642578125 704.63470458984375 705.63421630859375 708.6331787109375 709.6326904296875 710.6322021484375 712.6317138671875 715.6312255859375 717.6307373046875 719.6302490234375 719.62969970703125 717.62872314453125 714.62823486328125 703.62774658203125 696.62725830078125 690.626708984375 686.626220703125 681.625732421875 679.62506103515625 680.624267578125 691.623779296875 698.62322998046875 705.62274169921875 711.62225341796875 715.62176513671875 720.62127685546875 736.62078857421875 757.6197509765625 764.6192626953125 770.6187744140625 774.6182861328125 780.6177978515625 783.6165771484375 787.6160888671875 792.6156005859375 801.61456298828125 804.61407470703125 809.61358642578125 812.61309814453125 815.61260986328125 819.612060546875 822.611572265625 822.611083984375 807.610107421875 801.609619140625 792.609130859375 786.60858154296875 785.60809326171875 787.60760498046875 792.60711669921875 802.60614013671875 805.6055908203125 807.6051025390625 808.6046142578125 809.6041259765625 813.6036376953125 816.6031494140625 816.60260009765625 823.60162353515625 825.60113525390625 826.60064697265625 827.60015869140625 827.599609375 824.59844970703125 827.597900390625 830.597412109375 843.596435546875 847.595947265625 848.595458984375 847.59490966796875 845.59442138671875 843.59393310546875 842.59344482421875 839.59295654296875 845.5919189453125 850.5914306640625 851.5909423828125 853.5904541015625 855.5899658203125 854.5894775390625
|
||||
342.738128662109375 342.738128662109375 342.7388916015625 345.7384033203125 347.7374267578125 347.736907958984375 349.736419677734375 353.735931396484375 355.735443115234375 353.73492431640625 351.7366943359375 351.7366943359375 355.732940673828125 357.732452392578125 358.731964111328125 358.7314453125 358.73095703125 358.73046875 357.731109619140625 357.731109619140625 359.728485107421875 359.727996826171875 359.727996826171875 359.727996826171875 359.727996826171875 362.72601318359375 363.725494384765625 362.725006103515625 362.724029541015625 362.72222900390625 362.722381591796875 364.721893310546875 363.7225341796875 363.7225341796875 363.7225341796875 364.719390869140625 364.719268798828125 367.718414306640625 370.717926025390625 374.7174072265625 376.7169189453125 377.7164306640625 378.7159423828125 384.714935302734375 388.714447021484375 393.71392822265625 396.71343994140625 396.71295166015625 396.71246337890625 394.711944580078125 394.711456298828125 395.71044921875 394.7099609375 395.70947265625 397.708984375 401.708465576171875 406.707977294921875 408.707489013671875 410.707000732421875 418.70599365234375 418.704833984375 421.704345703125 425.703857421875 421.703369140625 414.702850341796875 411.7015380859375 417.701873779296875 439.70086669921875 446.70037841796875 448.69989013671875 447.699371337890625 451.698883056640625 455.698394775390625 459.6978759765625 463.6973876953125 467.6964111328125 468.695892333984375 472.695404052734375 473.694915771484375 474.69439697265625 477.69390869140625 479.69342041015625 484.69293212890625 493.691925048828125 497.691436767578125 500.690948486328125 504.6904296875 510.68994140625 514.689453125 517.68896484375 517.68792724609375 519.686767578125 520.686279296875 521.685791015625 520.685302734375 520.684814453125 520.684326171875 524.683837890625 538.68280029296875 543.68231201171875 544.68182373046875 544.68133544921875 545.68084716796875 546.68035888671875 550.6798095703125 553.6793212890625 553.6783447265625 556.6778564453125 559.6773681640625 560.6768798828125 561.67633056640625 560.67584228515625 561.67535400390625 566.67486572265625 587.67388916015625 599.67333984375 605.6728515625 608.67236328125 610.671875 613.67138671875 616.6708984375 616.67041015625 614.668701171875 613.668212890625 610.667724609375 608.667236328125 609.666748046875 609.666259765625 609.66571044921875 609.66522216796875 607.66424560546875 606.66375732421875 606.66326904296875 610.6627197265625 612.6622314453125 612.6617431640625 613.6612548828125 615.6607666015625 620.6597900390625 623.65924072265625 624.65875244140625 622.65826416015625 620.65777587890625 618.65728759765625 618.65679931640625 623.65576171875 624.6552734375 623.65478515625 623.654296875 625.65380859375 623.6533203125 619.65283203125 619.65228271484375 618.65130615234375 626.650146484375 617.649658203125 601.64910888671875 587.64862060546875 573.64813232421875 563.64764404296875 561.64715576171875 554.6461181640625 554.6456298828125 562.6451416015625 583.6446533203125 606.6441650390625 618.6436767578125 619.6431884765625 627.64263916015625 641.64166259765625 653.64117431640625 666.64068603515625 673.64019775390625 677.6396484375 680.63916015625 683.638671875 685.63818359375 684.63720703125 686.63671875 692.63616943359375 700.63568115234375 704.63519287109375 704.63470458984375 705.63421630859375 707.63372802734375 707.63201904296875 709.63153076171875 710.63104248046875 713.6304931640625 715.6300048828125 717.6295166015625 718.6290283203125 709.6280517578125 689.62750244140625 681.62701416015625 679.62652587890625 677.62603759765625 679.62554931640625 679.62506103515625 682.62451171875 687.62353515625 689.623046875 696.62255859375 713.6220703125 719.62158203125 721.62103271484375 732.62054443359375 744.62005615234375 759.61907958984375 764.61859130859375 769.6180419921875 772.6175537109375 777.6170654296875 783.6165771484375 787.6160888671875 792.6156005859375 797.6138916015625 803.6134033203125 807.61285400390625 810.61236572265625 813.61187744140625 817.61138916015625 822.61090087890625 822.61041259765625 812.609375 802.60888671875 792.6083984375 785.60791015625 780.607421875 781.60687255859375 786.60638427734375 792.60589599609375 800.60491943359375 801.60443115234375 800.6038818359375 800.6033935546875 804.6029052734375 808.6024169921875 810.6019287109375 812.6014404296875 820.60040283203125 820.59991455078125 821.59942626953125 821.59893798828125 824.59844970703125 827.597900390625 830.597412109375 840.595703125 843.59521484375 843.5947265625 841.59423828125 840.59375 840.59320068359375 839.59271240234375 836.59222412109375 837.59124755859375 839.5906982421875 842.5902099609375 845.5897216796875 850.5892333984375 852.5887451171875
|
||||
342.738128662109375 342.738128662109375 342.73828125 344.737762451171875 345.736785888671875 345.736785888671875 346.73577880859375 350.73529052734375 353.73480224609375 354.73431396484375 354.733795166015625 355.733306884765625 357.7322998046875 357.7318115234375 357.7313232421875 358.7308349609375 359.730316162109375 358.729827880859375 357.731109619140625 357.731109619140625 361.72784423828125 361.72735595703125 360.72686767578125 360.726348876953125 362.725860595703125 362.725372314453125 362.724853515625 362.724365234375 362.723388671875 362.72222900390625 362.722381591796875 364.721893310546875 365.720733642578125 365.720245361328125 365.719757080078125 364.719268798828125 366.71826171875 369.7177734375 374.71728515625 376.716766357421875 376.716278076171875 376.715789794921875 378.71527099609375 382.71478271484375 392.71380615234375 396.713287353515625 399.712799072265625 399.712310791015625 397.7117919921875 396.7113037109375 395.7108154296875 396.709808349609375 396.709320068359375 397.708831787109375 398.70831298828125 401.70782470703125 404.70733642578125 405.70684814453125 405.706329345703125 414.705352783203125 418.704833984375 421.704345703125 425.703857421875 416.70269775390625 411.70220947265625 411.7015380859375 415.701202392578125 435.700225830078125 441.69970703125 443.69921875 445.69873046875 447.6982421875 450.697723388671875 453.697235107421875 455.696746826171875 464.69573974609375 467.69525146484375 471.69476318359375 474.694244384765625 474.693756103515625 475.693267822265625 477.6927490234375 483.6922607421875 492.6912841796875 496.690765380859375 500.690277099609375 504.689788818359375 507.68927001953125 511.68878173828125 511.68829345703125 513.68780517578125 519.686767578125 520.686279296875 521.685791015625 518.68463134765625 518.68414306640625 520.68365478515625 526.68316650390625 532.6826171875 539.681640625 540.68115234375 540.6806640625 540.68017578125 541.6796875 543.67919921875 545.67864990234375 550.67767333984375 555.67718505859375 556.67669677734375 557.67620849609375 556.6756591796875 556.6751708984375 562.6746826171875 572.6741943359375 589.6732177734375 597.6727294921875 601.67218017578125 604.67169189453125 607.67120361328125 611.67071533203125 613.67022705078125 613.66973876953125 614.668701171875 613.668212890625 610.667724609375 608.667236328125 607.66607666015625 607.66552734375 607.6650390625 607.66455078125 603.66357421875 601.6630859375 601.66259765625 605.66204833984375 609.66156005859375 610.66107177734375 610.66058349609375 611.66009521484375 615.6590576171875 618.6585693359375 619.6580810546875 617.6575927734375 615.6571044921875 613.6566162109375 615.6561279296875 618.65557861328125 622.65460205078125 620.65411376953125 620.65362548828125 622.65313720703125 620.652587890625 619.652099609375 620.651611328125 625.651123046875 626.650146484375 617.649658203125 601.64910888671875 598.64794921875 581.6474609375 571.64697265625 567.646484375 551.64544677734375 545.64495849609375 542.64447021484375 547.64398193359375 568.64349365234375 585.6429443359375 598.6424560546875 611.6419677734375 638.6409912109375 649.6405029296875 661.63995361328125 668.63946533203125 674.63897705078125 677.63848876953125 679.63800048828125 680.63751220703125 681.636474609375 684.635986328125 690.635498046875 695.635009765625 693.634521484375 695.634033203125 701.63348388671875 705.63299560546875 707.63201904296875 709.63153076171875 710.63104248046875 709.62982177734375 709.62933349609375 713.62884521484375 710.6282958984375 702.6278076171875 672.6268310546875 668.6263427734375 665.6258544921875 666.6253662109375 670.62481689453125 677.62432861328125 684.62384033203125 692.62335205078125 688.62237548828125 699.621826171875 716.621337890625 728.620849609375 729.620361328125 737.619873046875 752.619384765625 757.61883544921875 764.61785888671875 768.61737060546875 771.61688232421875 775.61639404296875 779.6158447265625 784.6153564453125 789.6148681640625 797.6138916015625 803.6134033203125 807.61285400390625 807.6116943359375 810.6112060546875 812.61065673828125 815.61016845703125 818.60968017578125 809.60870361328125 799.608154296875 790.607666015625 783.607177734375 778.60546875 779.606201171875 781.605712890625 785.60516357421875 792.60418701171875 793.60369873046875 793.60321044921875 795.60272216796875 797.6021728515625 802.6016845703125 805.6011962890625 807.6007080078125 814.5997314453125 815.59918212890625 815.59869384765625 817.59820556640625 822.59771728515625 827.59722900390625 831.59674072265625 835.59619140625 843.59521484375 843.5947265625 839.593505859375 838.593017578125 838.592529296875 836.59197998046875 835.59149169921875 835.59100341796875 837.59002685546875 836.58953857421875 839.5889892578125 846.5885009765625 847.5880126953125
|
||||
342.7392578125 342.738128662109375 342.73828125 344.737762451171875 346.73663330078125 345.736785888671875 346.73516845703125 348.734649658203125 351.734161376953125 355.733673095703125 357.733154296875 358.732666015625 357.732177734375 355.731170654296875 356.730682373046875 358.730194091796875 359.72967529296875 359.72918701171875 358.72869873046875 359.72821044921875 359.727203369140625 361.726715087890625 361.7261962890625 362.7257080078125 362.7252197265625 362.7247314453125 361.724212646484375 362.723724365234375 362.72271728515625 362.72222900390625 363.72174072265625 364.72125244140625 365.720733642578125 365.720245361328125 365.719757080078125 364.719268798828125 371.717620849609375 375.717132568359375 376.71661376953125 376.71612548828125 376.71563720703125 377.71514892578125 378.714630126953125 382.714141845703125 393.713134765625 399.712646484375 400.712158203125 400.711639404296875 397.711151123046875 394.710662841796875 393.71014404296875 394.70965576171875 396.70867919921875 397.708160400390625 399.707672119140625 403.707183837890625 404.7066650390625 404.7066650390625 404.7066650390625 406.7052001953125 412.704193115234375 417.703704833984375 417.70318603515625 416.70269775390625 411.70220947265625 411.7015380859375 419.7005615234375 431.699554443359375 435.699066162109375 441.698577880859375 444.69805908203125 445.69757080078125 446.69708251953125 447.69659423828125 451.696075439453125 458.695098876953125 462.694580078125 467.694091796875 470.693603515625 471.693084716796875 473.692596435546875 476.692108154296875 480.69158935546875 489.69061279296875 493.69012451171875 498.689605712890625 501.689117431640625 504.688629150390625 506.6881103515625 507.6876220703125 510.6871337890625 517.6861572265625 517.68560791015625 517.68511962890625 518.68463134765625 518.68414306640625 520.68365478515625 526.68316650390625 528.6820068359375 535.68096923828125 538.68048095703125 539.67999267578125 539.67950439453125 539.67901611328125 540.67852783203125 541.677978515625 545.677490234375 550.676513671875 552.676025390625 553.675537109375 554.67498779296875 557.67449951171875 565.67401123046875 573.67352294921875 579.67303466796875 596.6719970703125 600.6715087890625 604.6710205078125 606.6705322265625 608.6700439453125 609.6695556640625 610.6690673828125 613.66802978515625 611.66754150390625 608.66705322265625 607.66656494140625 607.66607666015625 607.66552734375 607.6650390625 603.66387939453125 599.66290283203125 598.66241455078125 598.661865234375 600.661376953125 604.660888671875 605.660400390625 607.659912109375 609.659423828125 612.65838623046875 616.65789794921875 616.65740966796875 614.65692138671875 611.65643310546875 611.65594482421875 613.6553955078125 616.6549072265625 620.6539306640625 619.6534423828125 618.6529541015625 618.65240478515625 618.65191650390625 618.65142822265625 622.65093994140625 626.65045166015625 626.6494140625 621.64892578125 613.6484375 598.64794921875 581.6474609375 571.64697265625 566.645751953125 556.645263671875 541.644287109375 537.643798828125 535.64324951171875 541.64276123046875 560.64227294921875 576.64178466796875 591.64129638671875 615.64080810546875 646.6397705078125 658.6392822265625 667.6387939453125 671.6383056640625 675.6378173828125 676.6373291015625 677.63677978515625 681.63580322265625 686.63531494140625 689.63482666015625 688.63427734375 688.6337890625 691.63330078125 695.6328125 698.63232421875 703.63134765625 707.63079833984375 708.63031005859375 709.62982177734375 709.62933349609375 713.62884521484375 701.62762451171875 690.62713623046875 670.62615966796875 661.6256103515625 659.6251220703125 662.6246337890625 671.6241455078125 682.6236572265625 697.6231689453125 699.62261962890625 701.62164306640625 714.62115478515625 731.62066650390625 734.62017822265625 739.61962890625 748.619140625 757.61865234375 760.6181640625 763.6171875 766.61663818359375 772.61614990234375 775.61566162109375 778.61517333984375 784.61468505859375 787.6141357421875 790.6136474609375 799.6126708984375 802.6121826171875 807.6116943359375 810.6112060546875 812.61065673828125 815.61016845703125 808.60894775390625 808.60845947265625 794.60748291015625 788.60699462890625 782.6064453125 778.60595703125 778.60546875 778.60498046875 780.6044921875 785.60345458984375 789.60296630859375 792.60247802734375 795.60198974609375 798.60150146484375 801.60101318359375 803.6004638671875 805.5999755859375 809.5989990234375 811.5985107421875 812.5980224609375 816.59747314453125 822.59698486328125 828.59649658203125 832.59600830078125 836.59552001953125 841.594482421875 841.593994140625 839.593505859375 838.593017578125 838.592529296875 836.59130859375 836.5908203125 835.59027099609375 836.58929443359375 838.58880615234375 839.58831787109375 845.5877685546875 848.5872802734375
|
||||
342.7386474609375 342.738128662109375 344.737640380859375 346.737152099609375 346.73663330078125 345.736785888671875 346.73516845703125 349.7340087890625 353.7335205078125 355.7330322265625 356.7325439453125 355.732025146484375 353.731536865234375 353.73138427734375 354.73004150390625 357.72955322265625 358.72906494140625 359.728546142578125 359.728057861328125 358.727569580078125 357.72705078125 359.72607421875 361.7255859375 360.725067138671875 359.724578857421875 359.724090576171875 359.72357177734375 360.72308349609375 361.72259521484375 362.721588134765625 364.721099853515625 366.720611572265625 367.7200927734375 367.7196044921875 366.7191162109375 364.719268798828125 371.717620849609375 375.717132568359375 375.715972900390625 376.715484619140625 377.714996337890625 379.7144775390625 381.7139892578125 383.7135009765625 393.712493896484375 397.712005615234375 398.71148681640625 397.71099853515625 394.71051025390625 391.71002197265625 389.709503173828125 389.709014892578125 393.7080078125 396.70751953125 399.70703125 403.70654296875 406.706024169921875 406.705535888671875 407.705047607421875 407.70452880859375 411.70355224609375 411.703033447265625 411.702545166015625 410.702056884765625 411.7015380859375 413.7010498046875 419.7005615234375 426.7000732421875 435.699066162109375 441.698577880859375 440.697418212890625 440.696929931640625 440.6964111328125 444.6959228515625 446.6954345703125 446.694915771484375 455.693939208984375 460.69342041015625 464.69293212890625 467.69244384765625 471.69195556640625 476.691436767578125 481.690948486328125 483.6904296875 488.689453125 491.68896484375 494.688446044921875 498.687957763671875 500.687469482421875 503.68695068359375 508.68646240234375 512.68548583984375 511.684967041015625 512.6844482421875 515.6839599609375 516.6834716796875 520.6829833984375 524.6824951171875 528.6820068359375 535.68096923828125 538.68048095703125 535.6793212890625 534.6788330078125 535.6783447265625 537.6778564453125 539.67730712890625 542.67681884765625 546.67584228515625 549.67535400390625 551.67486572265625 554.67431640625 560.673828125 565.67333984375 570.6728515625 577.67236328125 598.67138671875 601.67083740234375 602.67034912109375 603.66986083984375 605.66937255859375 607.66888427734375 609.66839599609375 610.6678466796875 608.6668701171875 606.6663818359375 604.6658935546875 603.6654052734375 604.66485595703125 605.66436767578125 603.66387939453125 601.66339111328125 598.66241455078125 595.66119384765625 598.66070556640625 599.66021728515625 600.65972900390625 601.65924072265625 604.65875244140625 609.65771484375 612.6572265625 612.65673828125 610.65625 609.65576171875 610.65521240234375 611.65472412109375 614.65423583984375 616.65325927734375 615.65277099609375 612.6522216796875 613.6517333984375 614.6512451171875 618.6507568359375 620.6502685546875 622.6497802734375 623.64874267578125 619.64825439453125 609.64776611328125 598.64727783203125 587.64678955078125 575.646240234375 566.645751953125 556.645263671875 541.644287109375 537.64306640625 535.642578125 541.64208984375 555.6416015625 570.64111328125 579.640625 597.64007568359375 645.63909912109375 659.63861083984375 666.63812255859375 670.6375732421875 673.6370849609375 676.6365966796875 677.6361083984375 679.6356201171875 684.6346435546875 686.63409423828125 687.63360595703125 688.63311767578125 690.63262939453125 692.63214111328125 694.631591796875 695.631103515625 700.630126953125 702.629638671875 704.629150390625 706.62860107421875 706.62811279296875 701.62762451171875 690.62713623046875 670.62615966796875 661.6256103515625 659.62445068359375 670.62396240234375 678.6234130859375 681.6229248046875 692.6224365234375 705.6219482421875 723.6209716796875 727.62042236328125 731.61993408203125 737.61944580078125 741.61895751953125 747.61846923828125 752.61798095703125 756.617431640625 758.616455078125 761.615966796875 768.615478515625 774.614990234375 777.61444091796875 782.61395263671875 785.61346435546875 788.61297607421875 794.6119384765625 799.6114501953125 803.6109619140625 802.6104736328125 803.6099853515625 804.6094970703125 808.60894775390625 808.60845947265625 794.60748291015625 783.60626220703125 777.60577392578125 774.60528564453125 772.60479736328125 773.604248046875 775.603759765625 779.603271484375 790.602294921875 794.60174560546875 798.60125732421875 800.60076904296875 801.60028076171875 805.59979248046875 807.59930419921875 806.5987548828125 810.5977783203125 812.5972900390625 816.5968017578125 824.5963134765625 827.59576416015625 829.59527587890625 832.59478759765625 840.59381103515625 841.59326171875 839.5927734375 838.59228515625 837.591796875 836.59130859375 836.5908203125 835.59027099609375 833.58856201171875 837.58807373046875 839.58758544921875 845.58709716796875 848.5865478515625
|
||||
344.7396240234375 344.7396240234375 345.73699951171875 348.73651123046875 348.73602294921875 348.735015869140625 349.734527587890625 349.7340087890625 353.7335205078125 355.7330322265625 354.731903076171875 353.73138427734375 353.73138427734375 353.73138427734375 353.73138427734375 355.728912353515625 356.728424072265625 357.7279052734375 357.7274169921875 356.7269287109375 355.7264404296875 358.725433349609375 358.724945068359375 358.72430419921875 358.72430419921875 359.72344970703125 361.722930908203125 361.722442626953125 360.721954345703125 361.720947265625 363.720458984375 366.719970703125 366.719451904296875 367.718963623046875 367.718475341796875 370.71795654296875 374.71746826171875 376.71649169921875 375.715972900390625 376.715484619140625 377.714996337890625 379.7144775390625 385.713348388671875 385.71282958984375 388.71234130859375 392.71136474609375 392.710845947265625 391.710357666015625 392.709869384765625 390.7093505859375 386.7088623046875 387.7083740234375 393.707366943359375 394.706878662109375 396.70635986328125 401.70587158203125 403.70538330078125 404.70489501953125 404.704376220703125 406.703887939453125 407.702880859375 406.702392578125 405.701904296875 407.701385498046875 409.700897216796875 415.700408935546875 421.69989013671875 426.69940185546875 433.69842529296875 439.697906494140625 440.697418212890625 440.696929931640625 440.6964111328125 436.69525146484375 438.69476318359375 441.69427490234375 450.693267822265625 454.692779541015625 459.6922607421875 462.6917724609375 466.6912841796875 472.6907958984375 478.690277099609375 479.689788818359375 484.68878173828125 486.68829345703125 490.68780517578125 494.687286376953125 497.686798095703125 501.686309814453125 504.685791015625 506.685302734375 507.684295654296875 508.683807373046875 509.683319091796875 511.68280029296875 515.68231201171875 519.68182373046875 522.68133544921875 527.68084716796875 536.6798095703125 535.6793212890625 534.6788330078125 535.6783447265625 533.67718505859375 534.6766357421875 538.6761474609375 545.6751708984375 545.6746826171875 547.6741943359375 552.6737060546875 557.67315673828125 562.67266845703125 568.67218017578125 576.67169189453125 592.67071533203125 595.670166015625 597.669677734375 599.669189453125 601.668701171875 602.668212890625 605.667724609375 608.66717529296875 605.66619873046875 604.66571044921875 602.66522216796875 601.66473388671875 601.6641845703125 601.6636962890625 601.6632080078125 598.6627197265625 595.6617431640625 595.66119384765625 598.66070556640625 599.66021728515625 594.6590576171875 596.6585693359375 599.65802001953125 602.65753173828125 607.65655517578125 607.65606689453125 607.65557861328125 609.655029296875 609.654541015625 609.654052734375 612.653564453125 614.653076171875 610.65203857421875 610.650390625 610.65106201171875 613.65057373046875 616.65008544921875 617.64959716796875 613.6490478515625 614.6485595703125 615.6475830078125 611.6470947265625 607.6466064453125 599.64605712890625 583.64556884765625 566.64508056640625 553.64459228515625 540.64361572265625 537.64306640625 535.642578125 541.64208984375 555.6416015625 567.640380859375 580.639892578125 599.639404296875 648.638427734375 660.637939453125 664.63739013671875 665.63690185546875 669.63641357421875 674.63592529296875 677.63543701171875 677.6348876953125 678.6339111328125 679.6334228515625 683.6329345703125 685.6324462890625 687.63189697265625 689.63140869140625 691.63092041015625 692.63043212890625 695.62945556640625 697.62890625 701.62841796875 703.6279296875 703.62744140625 697.626953125 688.62646484375 678.62591552734375 662.62493896484375 659.62445068359375 670.62396240234375 678.6234130859375 678.62225341796875 683.62176513671875 696.6212158203125 710.6207275390625 729.6197509765625 735.6192626953125 739.6187744140625 741.61822509765625 743.61773681640625 748.61724853515625 752.61676025390625 756.61572265625 759.615234375 764.61474609375 769.6142578125 773.61376953125 778.61328125 783.61273193359375 786.61224365234375 790.61126708984375 789.61077880859375 785.6102294921875 781.6097412109375 782.6092529296875 789.6087646484375 792.6082763671875 799.6077880859375 789.60675048828125 783.60626220703125 777.60577392578125 774.60528564453125 771.6043701171875 771.6043701171875 773.60308837890625 778.6025390625 791.6015625 794.60107421875 798.6005859375 800.60003662109375 804.59954833984375 810.59906005859375 811.59857177734375 811.59808349609375 812.5970458984375 814.5965576171875 817.5960693359375 819.5955810546875 820.5950927734375 823.59454345703125 826.59405517578125 830.59356689453125 837.59259033203125 837.592041015625 839.591552734375 839.591064453125 837.590576171875 835.590087890625 832.589599609375 830.58905029296875 837.58807373046875 839.58758544921875 845.58709716796875 847.58587646484375
|
||||
344.7396240234375 344.7396240234375 346.73638916015625 348.735870361328125 348.735382080078125 349.734893798828125 350.73388671875 349.7333984375 350.732879638671875 352.732391357421875 354.731903076171875 353.73138427734375 353.73138427734375 353.73138427734375 353.73138427734375 355.728271484375 356.727783203125 356.727294921875 355.726776123046875 354.726287841796875 354.724517822265625 356.72479248046875 358.72430419921875 359.723785400390625 359.723297119140625 361.722808837890625 361.7222900390625 361.7218017578125 360.7213134765625 360.720306396484375 362.719818115234375 364.71929931640625 365.71881103515625 366.71832275390625 370.71783447265625 374.717315673828125 377.716827392578125 375.7158203125 376.71533203125 377.71484375 379.714324951171875 383.713836669921875 385.713348388671875 385.71282958984375 388.71234130859375 386.710693359375 387.710205078125 390.709716796875 391.709197998046875 389.708709716796875 386.70758056640625 386.70770263671875 389.70721435546875 391.70623779296875 392.705718994140625 395.705230712890625 399.7047119140625 398.7042236328125 399.7037353515625 402.7032470703125 403.702728271484375 402.701751708984375 402.70123291015625 403.70074462890625 406.70025634765625 411.699737548828125 417.699249267578125 420.698760986328125 430.69775390625 433.697265625 433.696746826171875 432.696258544921875 433.695770263671875 436.69525146484375 438.69476318359375 441.69427490234375 450.692626953125 454.692108154296875 456.691619873046875 457.691131591796875 459.69061279296875 466.69012451171875 471.68963623046875 474.689117431640625 479.688140869140625 485.6876220703125 488.6871337890625 492.6866455078125 495.686126708984375 498.685638427734375 500.685150146484375 502.68463134765625 506.68365478515625 505.683135986328125 505.682647705078125 507.682159423828125 511.681640625 516.68115234375 520.6806640625 523.68017578125 529.67913818359375 530.67864990234375 530.67816162109375 532.67767333984375 533.67718505859375 534.6766357421875 538.6761474609375 539.67498779296875 543.67401123046875 546.67352294921875 550.67303466796875 555.6724853515625 560.6719970703125 565.6715087890625 571.6710205078125 578.6705322265625 588.66949462890625 590.66900634765625 592.66851806640625 594.66802978515625 595.66754150390625 598.6669921875 603.66650390625 604.66552734375 603.6650390625 601.66455078125 601.6640625 600.66351318359375 599.66302490234375 597.66253662109375 596.66204833984375 592.6610107421875 592.6605224609375 594.6600341796875 594.6595458984375 594.6590576171875 596.6585693359375 599.65802001953125 602.65753173828125 602.6558837890625 601.6553955078125 602.6549072265625 605.65435791015625 608.65386962890625 608.65338134765625 609.65289306640625 612.65240478515625 611.6513671875 610.65087890625 610.650390625 611.64990234375 612.6494140625 611.64886474609375 608.64837646484375 607.64788818359375 614.64691162109375 613.6463623046875 607.6458740234375 597.6453857421875 587.6448974609375 577.6444091796875 561.6439208984375 548.64337158203125 534.64239501953125 532.64190673828125 537.64141845703125 553.64093017578125 567.640380859375 580.639892578125 599.639404296875 628.63824462890625 652.63720703125 654.63671875 656.63623046875 661.6357421875 671.63525390625 673.63470458984375 674.63421630859375 673.63323974609375 673.63275146484375 674.6322021484375 678.6317138671875 681.6312255859375 684.6307373046875 687.6302490234375 689.6297607421875 693.62872314453125 696.62823486328125 698.62774658203125 699.62725830078125 698.626708984375 695.626220703125 686.625732421875 675.625244140625 656.624267578125 662.62371826171875 670.62322998046875 675.62274169921875 678.62225341796875 683.62176513671875 696.6212158203125 712.62005615234375 733.6190185546875 737.6185302734375 737.6180419921875 738.6175537109375 740.6170654296875 745.6165771484375 750.61602783203125 752.61553955078125 754.61456298828125 760.61407470703125 765.613525390625 770.613037109375 775.612548828125 780.612060546875 782.611572265625 784.611083984375 777.61004638671875 772.60955810546875 769.60906982421875 774.60858154296875 775.6080322265625 781.6075439453125 783.6070556640625 784.6065673828125 778.60552978515625 774.60504150390625 771.6043701171875 771.6043701171875 771.6043701171875 773.60308837890625 778.60186767578125 790.600830078125 793.600341796875 797.599853515625 800.599365234375 804.598876953125 808.59832763671875 810.59783935546875 807.59735107421875 810.59637451171875 814.5958251953125 815.5953369140625 815.5948486328125 815.5943603515625 817.5938720703125 824.5933837890625 827.59283447265625 831.59185791015625 835.59136962890625 838.59088134765625 838.59033203125 836.58984375 832.58935546875 829.588134765625 829.58837890625 840.58734130859375 844.58685302734375 846.58636474609375 847.58587646484375
|
||||
345.736724853515625 346.736236572265625 346.735748291015625 346.735748291015625 347.7347412109375 348.7342529296875 350.733245849609375 348.732757568359375 347.732269287109375 349.73175048828125 352.73126220703125 354.73077392578125 354.730255126953125 353.73138427734375 353.73138427734375 355.728271484375 356.727783203125 357.726654052734375 355.72613525390625 354.72564697265625 354.724517822265625 355.724639892578125 360.723663330078125 361.72314453125 360.72265625 359.72216796875 359.721649169921875 359.721160888671875 360.720672607421875 360.72015380859375 361.71917724609375 363.71868896484375 365.718170166015625 366.717681884765625 368.7171630859375 372.7166748046875 374.7161865234375 376.715179443359375 376.714691162109375 377.714202880859375 380.71368408203125 383.71319580078125 382.71270751953125 383.712188720703125 385.711700439453125 386.710693359375 387.710205078125 390.709716796875 388.70855712890625 387.70806884765625 386.70758056640625 387.707061767578125 387.706573486328125 390.70556640625 394.705078125 398.70458984375 397.704071044921875 397.703582763671875 397.70306396484375 397.70257568359375 397.70208740234375 394.701080322265625 395.700592041015625 397.7000732421875 401.6995849609375 405.6990966796875 407.6986083984375 411.698089599609375 415.697601318359375 423.69659423828125 424.69610595703125 427.69561767578125 430.695098876953125 433.694610595703125 435.694122314453125 439.693603515625 446.693115234375 454.692108154296875 456.691619873046875 455.690460205078125 456.689971923828125 460.689453125 468.68896484375 471.6884765625 477.687469482421875 482.686981201171875 487.68646240234375 490.68597412109375 494.68548583984375 496.684967041015625 497.684478759765625 499.683990478515625 503.6829833984375 503.6824951171875 503.681976318359375 506.681488037109375 509.680999755859375 512.68048095703125 517.67999267578125 520.67950439453125 525.678466796875 526.677978515625 527.677490234375 529.677001953125 531.676513671875 533.676025390625 535.67547607421875 539.67498779296875 543.67401123046875 546.67352294921875 550.67303466796875 553.67181396484375 556.67132568359375 559.67083740234375 562.67034912109375 568.66986083984375 580.6688232421875 584.6683349609375 588.6678466796875 591.6673583984375 593.6668701171875 595.6663818359375 598.66583251953125 599.66534423828125 597.66436767578125 597.66387939453125 597.663330078125 595.662841796875 592.662353515625 591.661865234375 590.661376953125 588.660888671875 588.65985107421875 588.65936279296875 589.65887451171875 589.65838623046875 593.6578369140625 597.6573486328125 601.6568603515625 602.6558837890625 601.6553955078125 602.6549072265625 602.6536865234375 605.6531982421875 605.6527099609375 606.6522216796875 608.65167236328125 608.65069580078125 609.65020751953125 610.64971923828125 611.64923095703125 611.648681640625 608.648193359375 604.647705078125 604.64703369140625 614.64617919921875 609.64569091796875 602.64520263671875 595.64471435546875 588.64422607421875 579.64373779296875 566.6431884765625 553.6427001953125 536.6417236328125 532.6412353515625 538.6407470703125 552.64019775390625 568.63970947265625 580.63922119140625 604.63873291015625 628.63824462890625 652.63720703125 654.63671875 654.63555908203125 662.635009765625 667.634521484375 670.634033203125 670.633544921875 670.633056640625 673.63201904296875 674.63153076171875 677.63104248046875 679.63055419921875 682.6300048828125 685.6295166015625 688.6290283203125 690.6285400390625 692.6275634765625 695.62701416015625 696.62652587890625 696.62603759765625 693.62554931640625 688.62506103515625 672.62451171875 649.62353515625 650.623046875 659.62255859375 667.6220703125 670.62152099609375 680.62103271484375 695.62054443359375 712.62005615234375 733.6190185546875 737.6185302734375 734.61737060546875 736.6168212890625 738.6163330078125 742.6158447265625 746.6153564453125 748.6148681640625 749.61383056640625 755.61334228515625 764.61285400390625 769.61236572265625 773.61181640625 778.611328125 781.61083984375 781.6103515625 768.609375 766.60882568359375 772.60833740234375 772.60784912109375 772.60736083984375 772.60687255859375 772.6063232421875 772.6058349609375 774.6048583984375 771.6043701171875 776.6038818359375 776.60333251953125 774.60284423828125 775.60235595703125 778.60186767578125 785.601318359375 793.600341796875 797.599853515625 799.5986328125 800.59814453125 802.59765625 802.59716796875 799.59661865234375 800.59613037109375 808.59515380859375 811.59466552734375 811.5941162109375 811.5936279296875 816.5931396484375 821.5926513671875 825.5921630859375 830.59112548828125 833.59063720703125 834.59014892578125 834.58966064453125 832.589111328125 829.588623046875 829.588134765625 831.587646484375 843.58660888671875 845.58612060546875 843.58563232421875 844.58514404296875
|
||||
346.736114501953125 347.735595703125 347.735107421875 347.734619140625 348.734100341796875 349.733612060546875 349.73260498046875 347.73211669921875 347.73162841796875 348.73114013671875 351.730621337890625 353.730133056640625 355.7296142578125 355.7291259765625 354.7281494140625 357.727630615234375 358.727142333984375 357.726654052734375 355.72613525390625 354.72564697265625 354.724517822265625 355.7239990234375 359.7230224609375 359.722503662109375 359.722015380859375 358.721527099609375 357.72100830078125 358.72052001953125 359.72003173828125 359.719512939453125 362.718536376953125 364.718017578125 365.717529296875 365.717041015625 366.716552734375 368.716033935546875 368.715545654296875 371.71502685546875 373.71405029296875 374.71356201171875 376.713043212890625 378.712554931640625 380.7120361328125 381.7115478515625 381.7110595703125 381.7105712890625 385.709564208984375 387.70904541015625 388.70855712890625 387.70806884765625 386.70758056640625 384.7064208984375 384.7059326171875 392.704925537109375 398.70440673828125 396.70391845703125 396.70343017578125 395.70294189453125 394.702423095703125 393.701934814453125 391.701416015625 389.700775146484375 390.699951171875 391.699432373046875 393.698944091796875 395.69842529296875 401.69793701171875 406.69744873046875 410.69696044921875 416.695953369140625 420.6954345703125 424.6949462890625 429.6944580078125 432.693939208984375 436.693450927734375 441.692962646484375 447.69244384765625 454.69146728515625 454.690948486328125 455.690460205078125 456.689971923828125 460.689453125 468.68896484375 468.68780517578125 472.68731689453125 480.686309814453125 484.685821533203125 488.685302734375 491.684814453125 494.684326171875 496.683807373046875 497.683319091796875 499.68280029296875 501.68182373046875 500.68133544921875 502.680816650390625 505.680328369140625 507.6798095703125 511.6793212890625 516.6788330078125 520.6778564453125 521.67730712890625 523.67681884765625 526.67633056640625 529.67584228515625 531.67535400390625 534.6748046875 537.67431640625 541.67333984375 545.6728515625 551.67236328125 553.67181396484375 556.67132568359375 559.67083740234375 557.669677734375 561.669189453125 573.66815185546875 579.66766357421875 585.66717529296875 588.66668701171875 589.66619873046875 591.6656494140625 591.6651611328125 590.6646728515625 586.6636962890625 588.6632080078125 590.66265869140625 589.66217041015625 589.66168212890625 589.66119384765625 587.66070556640625 585.66015625 583.6591796875 584.65869140625 585.658203125 588.65771484375 591.65716552734375 595.65667724609375 598.65618896484375 599.65570068359375 599.6546630859375 599.6541748046875 602.6536865234375 605.6531982421875 605.6527099609375 604.6514892578125 605.6510009765625 605.6505126953125 607.6495361328125 610.6490478515625 611.64849853515625 610.64801025390625 607.64752197265625 604.64703369140625 605.64654541015625 611.6455078125 607.64501953125 600.64453125 590.64404296875 581.6435546875 573.64300537109375 562.64251708984375 549.64202880859375 534.64105224609375 530.6405029296875 536.6400146484375 546.6395263671875 554.6390380859375 572.6385498046875 600.6380615234375 621.63751220703125 640.63653564453125 647.63604736328125 654.63555908203125 662.635009765625 667.634521484375 665.63336181640625 667.6328125 668.63232421875 674.63134765625 675.630859375 675.63037109375 678.62982177734375 682.62933349609375 685.62884521484375 686.62835693359375 686.62786865234375 690.6268310546875 691.6263427734375 692.6258544921875 694.6253662109375 694.62481689453125 683.62432861328125 658.62384033203125 644.62335205078125 640.62164306640625 649.621826171875 660.621337890625 667.620849609375 679.620361328125 698.619873046875 721.61932373046875 730.61883544921875 733.61785888671875 734.61737060546875 736.6168212890625 738.6163330078125 742.6158447265625 744.6146240234375 747.6141357421875 751.6131591796875 756.6126708984375 762.61212158203125 765.61163330078125 765.61114501953125 770.61065673828125 774.61016845703125 771.609619140625 758.608642578125 756.608154296875 761.607666015625 764.60711669921875 759.60662841796875 756.60614013671875 757.60565185546875 761.60516357421875 768.6041259765625 777.6036376953125 782.6031494140625 781.6026611328125 779.60211181640625 778.60162353515625 781.60113525390625 786.60064697265625 794.599609375 797.59912109375 799.5986328125 800.59814453125 802.59765625 797.596435546875 796.595947265625 799.59539794921875 806.59442138671875 807.59393310546875 809.59344482421875 811.5928955078125 814.5924072265625 819.5919189453125 824.5914306640625 826.5909423828125 829.58990478515625 830.58941650390625 830.58892822265625 830.58843994140625 829.587890625 829.587890625 833.5869140625 837.58642578125 840.58538818359375 840.58489990234375 842.58441162109375
|
||||
345.7354736328125 346.7349853515625 348.734466552734375 349.733978271484375 350.733489990234375 349.73297119140625 349.73248291015625 347.731475830078125 347.730987548828125 348.730499267578125 348.72998046875 349.7294921875 351.72900390625 352.728485107421875 352.727508544921875 354.72698974609375 356.72650146484375 356.72601318359375 355.725494384765625 354.725006103515625 354.724517822265625 355.7239990234375 359.7230224609375 357.72186279296875 359.72137451171875 357.72088623046875 357.720367431640625 358.719879150390625 358.719390869140625 359.7188720703125 362.7178955078125 364.717376708984375 364.716888427734375 364.716400146484375 364.71588134765625 365.71539306640625 366.71490478515625 368.714385986328125 372.713409423828125 373.712890625 373.71240234375 375.7119140625 378.711395263671875 380.710906982421875 380.710418701171875 379.70989990234375 381.70892333984375 381.708404541015625 382.707916259765625 384.707427978515625 384.7069091796875 384.7064208984375 384.7059326171875 385.705413818359375 398.70440673828125 390.703277587890625 389.7027587890625 388.7022705078125 388.7017822265625 389.7012939453125 389.700775146484375 390.700286865234375 393.69927978515625 390.699951171875 391.698272705078125 394.697784423828125 399.697296142578125 403.69677734375 407.6962890625 414.695281982421875 418.694793701171875 425.694305419921875 429.69378662109375 433.69329833984375 436.69281005859375 439.692291259765625 444.691802978515625 448.6907958984375 450.6903076171875 453.6898193359375 456.689300537109375 460.688812255859375 465.68829345703125 468.68780517578125 472.68731689453125 480.686309814453125 480.685150146484375 483.684661865234375 486.68414306640625 490.68365478515625 494.68316650390625 495.682647705078125 497.682159423828125 498.68115234375 497.6806640625 500.680145263671875 503.679656982421875 506.679168701171875 508.67864990234375 510.67816162109375 513.67767333984375 515.6766357421875 519.6761474609375 524.6756591796875 527.6751708984375 530.6746826171875 533.6741943359375 535.67364501953125 539.67315673828125 547.67218017578125 549.67169189453125 552.671142578125 554.670654296875 555.670166015625 557.669677734375 561.669189453125 568.668701171875 578.6669921875 581.66650390625 583.666015625 583.66552734375 584.66497802734375 584.66448974609375 583.66400146484375 581.662841796875 583.6624755859375 586.6619873046875 587.6614990234375 586.6610107421875 586.6605224609375 584.6600341796875 582.65948486328125 581.65850830078125 582.65802001953125 584.65753173828125 587.656982421875 590.656494140625 592.656005859375 594.655517578125 597.655029296875 599.65399169921875 598.65350341796875 598.65301513671875 600.65252685546875 602.65203857421875 604.6514892578125 605.6510009765625 605.6505126953125 604.64886474609375 607.6483154296875 608.6478271484375 608.6473388671875 606.6468505859375 604.6463623046875 606.64581298828125 610.64532470703125 604.64434814453125 595.64385986328125 584.643310546875 576.642822265625 568.642333984375 556.641845703125 543.641357421875 533.640869140625 526.63983154296875 526.63934326171875 534.63885498046875 548.63836669921875 568.6378173828125 596.6373291015625 616.6368408203125 633.6358642578125 640.63531494140625 650.63482666015625 657.63433837890625 663.63385009765625 665.63336181640625 667.6328125 668.63232421875 674.63134765625 673.630126953125 674.629638671875 676.629150390625 678.628662109375 679.628173828125 679.62762451171875 680.62713623046875 686.62615966796875 687.62567138671875 688.6251220703125 690.6246337890625 687.6241455078125 672.6236572265625 654.6231689453125 642.62261962890625 640.62164306640625 648.62115478515625 656.62066650390625 664.6201171875 675.61962890625 691.619140625 707.61865234375 722.6181640625 725.61712646484375 732.61663818359375 735.61614990234375 738.61566162109375 741.6151123046875 744.6146240234375 747.6141357421875 750.6136474609375 755.6119384765625 757.6114501953125 758.6109619140625 759.61041259765625 758.60992431640625 757.60943603515625 759.60894775390625 757.60845947265625 738.607421875 740.60693359375 742.6064453125 749.60595703125 751.60540771484375 755.60491943359375 759.60443115234375 774.60345458984375 781.6029052734375 783.6024169921875 781.6019287109375 779.6014404296875 781.6009521484375 783.60040283203125 787.59991455078125 789.59893798828125 790.59844970703125 791.597900390625 793.597412109375 797.596923828125 797.596435546875 796.595947265625 799.59539794921875 804.59368896484375 805.59320068359375 806.59271240234375 809.59222412109375 812.5916748046875 816.5911865234375 821.5906982421875 824.5902099609375 825.5892333984375 824.58868408203125 827.58819580078125 829.58770751953125 830.58721923828125 831.586669921875 833.586181640625 836.585693359375 838.584716796875 838.58416748046875 840.58367919921875
|
||||
345.734832763671875 345.734344482421875 346.733856201171875 347.73333740234375 348.73284912109375 348.73236083984375 348.731842041015625 346.7308349609375 346.7303466796875 346.7298583984375 345.7293701171875 345.729217529296875 347.728363037109375 349.72784423828125 348.72735595703125 349.72637939453125 350.725860595703125 351.725372314453125 352.724853515625 352.724365234375 353.723876953125 353.723388671875 352.722869873046875 357.72186279296875 359.72137451171875 357.72088623046875 357.720367431640625 357.71923828125 358.71875 360.718231201171875 363.717254638671875 363.71673583984375 363.71624755859375 362.71575927734375 363.715240478515625 365.714752197265625 365.714263916015625 366.7137451171875 371.7127685546875 372.712249755859375 371.711761474609375 372.71124267578125 376.71075439453125 378.71026611328125 378.709747314453125 380.709259033203125 382.708251953125 381.707763671875 380.707275390625 380.706756591796875 380.706268310546875 380.705780029296875 381.70526123046875 384.70477294921875 390.703765869140625 390.703277587890625 389.7027587890625 388.7022705078125 387.70111083984375 389.70062255859375 391.70013427734375 396.699615478515625 401.698638916015625 398.6981201171875 398.6976318359375 399.6971435546875 399.696624755859375 401.696136474609375 403.69561767578125 408.69512939453125 420.69415283203125 425.693634033203125 429.693145751953125 431.692626953125 432.692138671875 433.691650390625 437.691131591796875 440.690643310546875 445.68963623046875 450.68914794921875 455.68865966796875 458.688140869140625 462.687652587890625 466.6871337890625 470.6866455078125 479.685638427734375 480.685150146484375 483.684661865234375 486.68414306640625 486.6829833984375 489.6824951171875 491.6820068359375 494.681488037109375 493.68048095703125 494.67999267578125 497.67950439453125 502.678985595703125 505.678497314453125 505.677978515625 505.677490234375 506.677001953125 511.675994873046875 517.67547607421875 522.67498779296875 523.67449951171875 526.67401123046875 529.67352294921875 533.6729736328125 537.6724853515625 543.6715087890625 543.6710205078125 546.6705322265625 550.66998291015625 552.66949462890625 554.66900634765625 559.66851806640625 566.66802978515625 578.6669921875 581.66650390625 583.666015625 579.66485595703125 580.664306640625 582.663818359375 581.663330078125 581.662841796875 582.661865234375 583.66131591796875 583.66082763671875 582.66033935546875 582.65985107421875 581.65936279296875 578.6588134765625 577.6583251953125 580.6573486328125 583.6568603515625 585.65631103515625 588.65582275390625 590.65533447265625 591.65484619140625 593.65435791015625 595.6533203125 595.65283203125 596.65234375 598.65185546875 601.6513671875 602.65081787109375 603.65032958984375 603.64984130859375 604.64886474609375 607.6483154296875 608.6478271484375 608.6473388671875 604.64617919921875 600.6456298828125 600.6451416015625 601.6446533203125 592.6436767578125 587.64312744140625 580.64263916015625 571.64215087890625 561.64166259765625 550.64117431640625 540.640625 529.64013671875 520.63916015625 519.63726806640625 530.63818359375 550.63763427734375 571.63714599609375 594.63665771484375 614.63616943359375 626.6356201171875 638.6346435546875 649.6341552734375 656.6336669921875 660.6331787109375 663.63262939453125 666.63214111328125 668.63165283203125 669.63116455078125 673.630126953125 674.629638671875 676.629150390625 674.6279296875 676.62744140625 677.626953125 677.626953125 680.6259765625 687.62493896484375 686.62445068359375 686.62396240234375 684.62347412109375 672.6229248046875 657.6224365234375 647.6219482421875 638.6209716796875 638.62042236328125 650.61993408203125 664.61944580078125 677.61895751953125 694.61846923828125 710.617919921875 714.617431640625 723.616455078125 729.615966796875 735.61541748046875 737.61492919921875 739.61444091796875 743.61395263671875 749.61346435546875 751.6129150390625 755.6119384765625 757.6114501953125 758.6109619140625 747.6097412109375 749.6092529296875 749.6087646484375 749.60821533203125 744.60772705078125 726.60675048828125 727.606201171875 736.605712890625 750.605224609375 756.604736328125 762.604248046875 770.60369873046875 776.60321044921875 787.60223388671875 784.60174560546875 779.6011962890625 777.6007080078125 779.6002197265625 781.5997314453125 784.5992431640625 785.59869384765625 784.59771728515625 786.59722900390625 791.59674072265625 792.59619140625 792.595703125 792.59521484375 796.5947265625 802.59423828125 805.59320068359375 806.59271240234375 808.59149169921875 810.59100341796875 812.59051513671875 814.5899658203125 816.5894775390625 819.5885009765625 821.5880126953125 824.58746337890625 829.58697509765625 832.58648681640625 833.58599853515625 834.58544921875 835.5849609375 835.583984375 835.58349609375 837.58294677734375
|
||||
346.734222412109375 345.73370361328125 345.73321533203125 345.73272705078125 345.732208251953125 347.731719970703125 347.731201171875 344.727813720703125 344.729705810546875 345.729217529296875 345.729217529296875 346.72821044921875 347.72772216796875 349.72723388671875 350.726715087890625 348.725738525390625 348.7252197265625 349.7247314453125 350.7242431640625 351.723724365234375 352.723236083984375 351.72271728515625 349.72210693359375 355.72125244140625 359.720733642578125 358.720245361328125 357.7197265625 357.71923828125 358.71875 360.718231201171875 364.71710205078125 363.716094970703125 362.715606689453125 361.715087890625 362.714599609375 364.714111328125 366.713623046875 368.713104248046875 369.712615966796875 371.71160888671875 370.71112060546875 372.710601806640625 372.710113525390625 374.709625244140625 374.7091064453125 379.7086181640625 386.707611083984375 384.707122802734375 381.70660400390625 379.70611572265625 378.70562744140625 379.705108642578125 381.704620361328125 382.704132080078125 383.703125 383.70263671875 382.70233154296875 383.701629638671875 387.70111083984375 389.70062255859375 391.70013427734375 401.698974609375 404.697967529296875 407.697479248046875 409.69696044921875 410.69647216796875 408.69598388671875 405.69549560546875 405.694976806640625 408.694488525390625 419.6934814453125 424.6929931640625 427.692474365234375 428.691986083984375 429.69146728515625 430.69097900390625 434.69049072265625 438.689971923828125 446.688995361328125 450.6884765625 454.68798828125 458.6875 461.686981201171875 465.686492919921875 469.68597412109375 472.68548583984375 477.684478759765625 480.683990478515625 483.683502197265625 486.6829833984375 489.6824951171875 491.6820068359375 491.680816650390625 491.680328369140625 491.6793212890625 495.6788330078125 499.6783447265625 500.677825927734375 497.677337646484375 497.67681884765625 500.67633056640625 508.675323486328125 513.6748046875 517.67431640625 519.673828125 522.67333984375 527.6728515625 529.67230224609375 532.67181396484375 537.67083740234375 538.67034912109375 540.6697998046875 546.6693115234375 552.6688232421875 556.6683349609375 561.6678466796875 566.6673583984375 575.66632080078125 578.66583251953125 578.66534423828125 579.66485595703125 580.664306640625 582.663818359375 581.663330078125 579.66217041015625 579.6611328125 579.66064453125 578.66015625 578.65966796875 579.6591796875 578.65863037109375 574.65814208984375 572.65765380859375 577.65667724609375 580.6561279296875 583.6556396484375 584.6551513671875 587.6546630859375 588.6541748046875 589.6536865234375 590.65313720703125 594.65216064453125 596.65167236328125 598.65118408203125 599.650634765625 601.650146484375 602.649658203125 602.649169921875 601.648681640625 603.64764404296875 604.64715576171875 605.64666748046875 604.64617919921875 600.6456298828125 600.6451416015625 595.64398193359375 586.6429443359375 574.6424560546875 566.6419677734375 561.6414794921875 552.6409912109375 542.64044189453125 535.63995361328125 528.63946533203125 519.63726806640625 519.63726806640625 533.637451171875 559.636962890625 577.636474609375 592.635986328125 614.63543701171875 633.63494873046875 650.63397216796875 655.63348388671875 655.6329345703125 656.6324462890625 659.6319580078125 663.6314697265625 663.6309814453125 664.63043212890625 671.62945556640625 672.62896728515625 673.62847900390625 674.6279296875 676.62744140625 677.626953125 679.625732421875 679.625244140625 683.624267578125 684.623779296875 682.62322998046875 678.62274169921875 668.62225341796875 655.62176513671875 645.62127685546875 638.6207275390625 633.6197509765625 650.6192626953125 664.6187744140625 671.61822509765625 682.61773681640625 701.61724853515625 713.61676025390625 717.61627197265625 724.615234375 731.61474609375 736.6142578125 739.61376953125 743.61322021484375 746.61273193359375 748.61224365234375 746.6112060546875 746.6107177734375 746.6102294921875 747.6097412109375 749.6092529296875 749.6087646484375 737.6075439453125 732.6070556640625 726.60650634765625 730.60552978515625 743.60504150390625 758.6044921875 766.60400390625 771.603515625 777.60302734375 784.6025390625 789.60150146484375 786.60101318359375 779.60052490234375 775.60003662109375 775.5994873046875 777.5989990234375 779.5985107421875 782.5980224609375 785.59698486328125 787.59649658203125 788.59600830078125 788.59552001953125 786.594970703125 789.594482421875 794.593994140625 799.593505859375 803.59246826171875 805.59197998046875 808.59149169921875 810.59100341796875 812.59051513671875 807.58929443359375 810.5887451171875 813.5882568359375 820.5872802734375 822.5867919921875 826.58624267578125 829.58575439453125 831.58526611328125 832.58477783203125 833.584228515625 834.583740234375 834.582763671875 836.582275390625
|
||||
346.734222412109375 345.73370361328125 347.732574462890625 346.732086181640625 344.7315673828125 345.7310791015625 346.7305908203125 345.730072021484375 344.727813720703125 346.72857666015625 348.72808837890625 349.72760009765625 351.727081298828125 353.726593017578125 353.72607421875 348.72509765625 348.722686767578125 348.724090576171875 350.723602294921875 350.72308349609375 350.72259521484375 350.722320556640625 350.721588134765625 355.7205810546875 355.7200927734375 356.7196044921875 356.7191162109375 357.718597412109375 358.718109130859375 362.71759033203125 364.71710205078125 363.716094970703125 362.715606689453125 361.7144775390625 361.713958740234375 362.713470458984375 367.71295166015625 368.71246337890625 369.71197509765625 370.710968017578125 370.71044921875 371.7099609375 372.70947265625 369.708953857421875 371.708465576171875 374.707977294921875 381.70745849609375 376.70648193359375 375.705963134765625 375.705474853515625 377.7049560546875 378.7044677734375 380.7039794921875 381.703460693359375 382.702972412109375 382.70233154296875 382.70233154296875 383.70098876953125 388.700469970703125 393.699981689453125 398.699462890625 401.698974609375 404.698486328125 407.697479248046875 415.696319580078125 415.695831298828125 412.6953125 408.69482421875 406.6943359375 406.693817138671875 413.69281005859375 417.69232177734375 422.69183349609375 425.691314697265625 426.690826416015625 428.690338134765625 430.6898193359375 436.6893310546875 446.688323974609375 449.687835693359375 452.68731689453125 456.68682861328125 460.68634033203125 463.685821533203125 466.685333251953125 470.684814453125 477.683837890625 479.683319091796875 481.682830810546875 484.68231201171875 486.68182373046875 488.68133544921875 491.680816650390625 491.680328369140625 491.6793212890625 495.6788330078125 495.67767333984375 493.677154541015625 491.676666259765625 492.6761474609375 497.6756591796875 503.6751708984375 512.6741943359375 515.67364501953125 516.67315673828125 518.67266845703125 521.67218017578125 523.671630859375 525.671142578125 528.670654296875 536.669677734375 540.669189453125 546.66864013671875 552.66815185546875 557.66766357421875 560.66717529296875 564.66668701171875 571.6656494140625 574.6651611328125 575.6646728515625 576.6641845703125 577.66363525390625 578.66314697265625 578.66265869140625 579.66217041015625 579.6611328125 579.66064453125 575.65948486328125 575.65899658203125 575.65850830078125 573.657958984375 570.657470703125 569.656982421875 571.656005859375 575.65545654296875 577.65496826171875 580.65447998046875 583.65399169921875 584.65350341796875 584.6529541015625 585.6524658203125 591.6514892578125 597.6510009765625 599.65045166015625 599.64996337890625 601.64947509765625 600.64898681640625 598.64849853515625 596.64794921875 598.64697265625 600.646484375 600.64599609375 599.64544677734375 597.64495849609375 595.64447021484375 595.64398193359375 592.64349365234375 574.6424560546875 558.64129638671875 554.64080810546875 548.6402587890625 541.6397705078125 533.6392822265625 527.6387939453125 521.6383056640625 519.63726806640625 526.63677978515625 550.63629150390625 577.6357421875 596.63525390625 611.634765625 635.63427734375 653.63330078125 652.63275146484375 652.63226318359375 655.63177490234375 659.63128662109375 659.6307373046875 658.6302490234375 659.6297607421875 666.6287841796875 670.62823486328125 672.62774658203125 674.62725830078125 677.62677001953125 679.62628173828125 679.625732421875 679.625244140625 683.624267578125 680.623046875 678.62255859375 673.6220703125 661.62158203125 648.62103271484375 637.62054443359375 629.62005615234375 633.6190185546875 648.6185302734375 662.6180419921875 672.6175537109375 686.6170654296875 700.6165771484375 711.61602783203125 715.61553955078125 724.61456298828125 730.614013671875 735.613525390625 736.613037109375 739.612548828125 744.612060546875 746.61151123046875 744.61102294921875 735.61004638671875 732.60955810546875 735.6090087890625 736.6085205078125 736.6080322265625 737.6075439453125 732.6070556640625 726.60650634765625 730.60552978515625 746.60430908203125 758.60382080078125 769.60333251953125 777.602783203125 784.602294921875 789.601806640625 788.600830078125 782.60028076171875 777.59979248046875 771.59930419921875 770.59881591796875 772.5982666015625 774.5977783203125 777.5972900390625 783.5963134765625 785.59576416015625 785.59527587890625 783.59478759765625 781.59429931640625 784.59381103515625 789.59326171875 795.5927734375 800.591796875 803.59130859375 806.59075927734375 807.59027099609375 807.58978271484375 807.58929443359375 810.5887451171875 813.5882568359375 819.5865478515625 818.5860595703125 820.5855712890625 824.58502197265625 827.58453369140625 830.58404541015625 831.58355712890625 831.5830078125 833.58203125 836.58154296875
|
||||
347.73358154296875 348.73309326171875 347.732574462890625 346.732086181640625 344.7315673828125 343.730438232421875 347.729949951171875 347.729461669921875 344.727813720703125 345.72796630859375 348.727447509765625 351.726959228515625 352.7264404296875 352.7259521484375 352.7254638671875 350.724945068359375 348.722686767578125 348.72344970703125 350.72296142578125 350.722320556640625 350.722320556640625 350.722320556640625 351.720947265625 353.720458984375 354.719451904296875 354.718963623046875 355.71844482421875 356.71795654296875 359.71746826171875 361.716949462890625 363.716461181640625 362.7154541015625 362.7149658203125 361.7144775390625 361.713958740234375 362.713470458984375 365.712310791015625 367.711822509765625 367.7113037109375 365.7103271484375 366.709808349609375 367.709320068359375 368.708831787109375 369.70831298828125 369.70782470703125 372.70733642578125 374.706817626953125 372.7061767578125 372.7061767578125 372.7061767578125 375.704315185546875 378.703826904296875 380.70330810546875 381.70281982421875 382.70233154296875 388.701324462890625 388.7008056640625 391.7003173828125 394.6998291015625 401.699310302734375 403.698822021484375 404.698333740234375 405.69781494140625 412.69683837890625 415.696319580078125 415.695831298828125 412.6953125 408.69482421875 406.693817138671875 406.693817138671875 407.692657470703125 411.691680908203125 416.691162109375 419.690673828125 422.690185546875 426.689666748046875 430.689178466796875 435.68865966796875 441.68817138671875 447.687164306640625 451.686676025390625 455.6861572265625 458.6856689453125 460.6851806640625 463.684661865234375 467.684173583984375 474.68316650390625 475.68267822265625 477.682159423828125 481.681671142578125 485.68115234375 488.6806640625 488.68017578125 487.679656982421875 490.67864990234375 494.67816162109375 495.67767333984375 493.677154541015625 491.676666259765625 490.675506591796875 497.67498779296875 504.67449951171875 513.67352294921875 514.6729736328125 515.6724853515625 515.6719970703125 517.6715087890625 521.6710205078125 525.67047119140625 530.66998291015625 539.66900634765625 544.66851806640625 545.66796875 548.66748046875 552.6669921875 555.66650390625 559.666015625 562.66546630859375 568.66448974609375 569.66400146484375 568.66351318359375 570.6629638671875 571.6624755859375 573.6619873046875 575.6614990234375 577.6610107421875 577.65997314453125 575.65948486328125 575.65899658203125 575.65850830078125 566.65728759765625 566.65679931640625 566.65631103515625 568.65582275390625 573.65478515625 574.654296875 577.65380859375 581.6533203125 583.65283203125 583.65228271484375 582.65179443359375 587.65081787109375 593.6502685546875 598.6497802734375 600.6492919921875 600.6488037109375 598.6483154296875 594.64776611328125 591.64727783203125 593.64630126953125 595.64581298828125 596.645263671875 596.644775390625 595.644287109375 590.643798828125 589.643310546875 587.64276123046875 567.64178466796875 558.64129638671875 554.64080810546875 548.6402587890625 531.63909912109375 525.63861083984375 524.6380615234375 521.6375732421875 521.6375732421875 525.6361083984375 556.63555908203125 592.63507080078125 604.63458251953125 617.63409423828125 634.63360595703125 643.633056640625 645.632080078125 648.631591796875 652.631103515625 655.63055419921875 654.63006591796875 653.62957763671875 654.62908935546875 656.6285400390625 666.6275634765625 671.6270751953125 671.6265869140625 673.62603759765625 676.62554931640625 677.62506103515625 676.62457275390625 680.62353515625 680.623046875 678.62255859375 673.6220703125 661.62158203125 640.620361328125 627.619873046875 627.619384765625 640.61834716796875 648.61785888671875 658.61737060546875 673.6168212890625 690.6163330078125 706.6158447265625 712.6153564453125 716.6148681640625 722.61383056640625 728.61334228515625 729.61285400390625 732.6123046875 737.61181640625 741.611328125 742.61083984375 738.6103515625 725.60931396484375 721.60882568359375 722.60833740234375 722.60784912109375 721.6072998046875 720.6068115234375 718.6063232421875 716.6058349609375 734.60479736328125 746.60430908203125 758.60382080078125 769.60333251953125 781.60211181640625 785.60162353515625 788.60107421875 788.6005859375 779.599609375 772.59912109375 767.59857177734375 766.59808349609375 767.59759521484375 770.59710693359375 772.5965576171875 775.5960693359375 780.5950927734375 780.5946044921875 779.59405517578125 778.59356689453125 778.59307861328125 782.59259033203125 789.592041015625 796.591064453125 799.590576171875 803.590087890625 805.58953857421875 804.58905029296875 804.58856201171875 806.58807373046875 811.5875244140625 819.5865478515625 818.5860595703125 820.5855712890625 820.5843505859375 823.58380126953125 827.58331298828125 827.58282470703125 827.58233642578125 832.581298828125 834.580810546875
|
||||
345.732940673828125 349.732452392578125 350.73193359375 345.7314453125 343.73095703125 343.730438232421875 347.729949951171875 347.729461669921875 344.727813720703125 345.727325439453125 348.726806640625 349.726318359375 350.725830078125 350.725311279296875 350.724822998046875 349.72430419921875 348.722686767578125 349.722808837890625 350.722320556640625 350.722320556640625 350.722320556640625 351.7208251953125 353.720306396484375 353.719818115234375 354.71881103515625 354.71832275390625 355.71783447265625 356.717315673828125 358.716827392578125 361.71630859375 362.7158203125 362.71533203125 361.714324951171875 361.71380615234375 361.713165283203125 363.71282958984375 365.712310791015625 367.711822509765625 367.7113037109375 366.7108154296875 365.70916748046875 367.70867919921875 369.70819091796875 369.707672119140625 369.707672119140625 370.7066650390625 372.7061767578125 372.7061767578125 374.704681396484375 376.70416259765625 377.70367431640625 377.70318603515625 378.702667236328125 378.702667236328125 384.70166015625 391.70068359375 394.700164794921875 396.699676513671875 397.69915771484375 400.69866943359375 403.69818115234375 402.697662353515625 404.697174072265625 408.6961669921875 411.6956787109375 413.695159912109375 411.694671630859375 408.69415283203125 406.693817138671875 406.693817138671875 407.692657470703125 409.691009521484375 413.690521240234375 416.69000244140625 419.68951416015625 423.68902587890625 427.688507080078125 434.688018798828125 438.6875 443.6865234375 449.686004638671875 453.685516357421875 455.68499755859375 457.68450927734375 460.68402099609375 465.683502197265625 469.683013916015625 470.6820068359375 473.6815185546875 479.680999755859375 482.680511474609375 482.67999267578125 481.67950439453125 481.67901611328125 482.678497314453125 487.677490234375 488.677001953125 488.676513671875 488.675994873046875 490.675506591796875 497.67498779296875 504.67449951171875 508.672821044921875 512.67230224609375 514.67181396484375 514.67132568359375 516.67083740234375 522.67034912109375 528.6697998046875 532.6693115234375 538.6683349609375 539.6678466796875 539.66729736328125 542.66680908203125 547.66632080078125 550.66583251953125 552.66534423828125 556.664794921875 561.663818359375 562.663330078125 564.662841796875 566.66229248046875 567.66180419921875 570.66131591796875 573.66082763671875 575.66033935546875 574.6593017578125 572.6588134765625 569.6583251953125 567.6578369140625 566.65728759765625 566.65679931640625 566.65631103515625 567.6551513671875 572.65411376953125 574.65362548828125 576.65313720703125 580.65264892578125 582.652099609375 582.651611328125 581.651123046875 580.650634765625 589.64959716796875 596.64910888671875 599.64862060546875 599.64813232421875 596.6475830078125 593.6470947265625 589.6466064453125 588.6461181640625 593.64508056640625 594.64459228515625 595.64410400390625 595.64361572265625 589.64312744140625 584.642578125 579.64208984375 557.64111328125 550.640625 544.64007568359375 538.63958740234375 531.63909912109375 525.63861083984375 524.6380615234375 521.6375732421875 526.63592529296875 548.6353759765625 583.6348876953125 598.6343994140625 617.6339111328125 623.6334228515625 628.63287353515625 636.63238525390625 640.63140869140625 642.630859375 644.63037109375 646.6298828125 646.62939453125 647.62890625 650.62835693359375 652.62786865234375 660.62689208984375 662.6263427734375 662.6258544921875 664.6253662109375 667.6248779296875 668.6243896484375 669.62384033203125 672.62335205078125 678.62237548828125 675.62188720703125 669.621337890625 657.620849609375 640.620361328125 627.619873046875 627.619384765625 629.6181640625 646.61712646484375 655.61663818359375 669.61614990234375 690.61566162109375 704.61517333984375 712.6146240234375 712.6141357421875 713.6136474609375 719.61260986328125 723.61212158203125 729.61163330078125 734.61114501953125 737.61065673828125 736.610107421875 731.609619140625 715.608642578125 710.608154296875 707.60760498046875 708.60711669921875 708.60662841796875 710.60614013671875 714.6055908203125 720.6051025390625 742.6041259765625 754.6036376953125 765.60308837890625 773.60260009765625 781.60211181640625 785.60162353515625 788.60107421875 782.59991455078125 775.598876953125 769.598388671875 764.597900390625 762.59735107421875 764.59686279296875 767.59637451171875 768.59588623046875 771.59539794921875 774.5943603515625 773.5938720703125 774.5933837890625 775.59283447265625 777.59234619140625 782.59185791015625 786.59136962890625 790.59088134765625 797.58984375 800.58935546875 800.5888671875 800.58831787109375 799.58782958984375 800.58734130859375 808.58685302734375 816.5863037109375 817.5853271484375 818.5848388671875 820.5843505859375 823.58380126953125 827.58331298828125 827.58282470703125 824.58160400390625 826.58111572265625 828.580078125
|
||||
339.732818603515625 347.7318115234375 350.7313232421875 346.730804443359375 341.730316162109375 344.729827880859375 347.72930908203125 348.72882080078125 344.727813720703125 345.727325439453125 348.726806640625 349.726318359375 349.725189208984375 349.72467041015625 349.72418212890625 348.72369384765625 348.722686767578125 350.72216796875 351.7216796875 351.72119140625 352.720672607421875 353.720184326171875 353.71966552734375 353.71917724609375 354.718170166015625 355.717681884765625 355.7171630859375 356.7166748046875 357.7161865234375 358.715667724609375 359.715179443359375 359.71466064453125 360.71368408203125 361.713165283203125 362.712677001953125 362.712188720703125 363.711669921875 364.711181640625 364.710662841796875 364.710540771484375 365.70916748046875 367.70867919921875 369.70819091796875 370.70703125 370.70654296875 371.706024169921875 373.705535888671875 373.70501708984375 375.70404052734375 377.703521728515625 378.703033447265625 380.7025146484375 380.7020263671875 382.7015380859375 386.701019287109375 390.700531005859375 393.69952392578125 394.69903564453125 396.698516845703125 398.698028564453125 398.697509765625 398.697021484375 398.696533203125 402.695526123046875 406.69500732421875 409.69451904296875 412.69403076171875 414.693511962890625 415.693023681640625 414.6925048828125 410.6920166015625 409.691009521484375 413.690521240234375 416.69000244140625 420.6888427734375 420.6883544921875 426.6878662109375 430.687347412109375 434.686859130859375 438.68585205078125 442.68536376953125 448.684844970703125 453.684356689453125 454.683837890625 458.683349609375 461.682861328125 463.682342529296875 469.68133544921875 473.68084716796875 477.68035888671875 478.679840087890625 477.679351806640625 476.6788330078125 476.6783447265625 476.677825927734375 479.676849365234375 482.67633056640625 484.67584228515625 486.675323486328125 492.674835205078125 498.67431640625 506.673828125 507.67333984375 512.67230224609375 514.67181396484375 510.670654296875 514.670166015625 521.669677734375 527.669189453125 530.66864013671875 531.66815185546875 532.66717529296875 533.6666259765625 538.6661376953125 542.6656494140625 545.6651611328125 548.6646728515625 553.66412353515625 557.66314697265625 559.66265869140625 562.66217041015625 564.66162109375 567.6611328125 569.66064453125 571.66015625 573.65966796875 572.65863037109375 568.65814208984375 562.65765380859375 558.6571044921875 557.6566162109375 560.6561279296875 563.6556396484375 567.6551513671875 572.65411376953125 574.65362548828125 576.65313720703125 581.65191650390625 581.65142822265625 580.65093994140625 579.65045166015625 579.64996337890625 589.64892578125 595.6484375 598.64794921875 598.6474609375 596.64691162109375 593.64642333984375 589.64593505859375 587.64544677734375 589.6444091796875 591.6439208984375 594.6434326171875 593.6429443359375 586.64239501953125 578.64190673828125 569.64141845703125 556.64093017578125 532.639892578125 524.639404296875 521.638916015625 517.638427734375 516.63787841796875 518.63739013671875 517.63690185546875 520.63641357421875 548.6353759765625 583.6348876953125 605.63372802734375 615.6331787109375 625.6326904296875 629.6322021484375 634.6317138671875 636.63067626953125 638.63018798828125 643.62969970703125 644.62921142578125 644.628662109375 646.628173828125 647.627685546875 649.627197265625 653.62615966796875 652.62567138671875 654.62518310546875 655.62469482421875 657.6241455078125 660.6236572265625 665.6231689453125 672.6226806640625 673.62164306640625 668.62115478515625 665.62066650390625 653.62017822265625 632.61962890625 622.619140625 622.61865234375 629.6181640625 646.61712646484375 655.61663818359375 668.615478515625 685.61492919921875 704.61444091796875 710.61395263671875 712.61346435546875 713.6129150390625 716.6119384765625 720.6114501953125 725.6109619140625 730.61041259765625 732.60992431640625 727.60943603515625 718.60894775390625 709.6083984375 698.607421875 699.60693359375 701.6064453125 704.60589599609375 713.60540771484375 720.60491943359375 729.60443115234375 739.6038818359375 761.6029052734375 771.6024169921875 779.6019287109375 783.60137939453125 785.60089111328125 785.60040283203125 782.59991455078125 775.598876953125 769.598388671875 758.59716796875 758.5966796875 760.59619140625 762.59564208984375 765.59515380859375 767.59466552734375 767.5936279296875 767.5931396484375 770.5926513671875 776.5921630859375 782.5916748046875 785.59112548828125 788.59063720703125 791.59014892578125 793.589111328125 792.588623046875 793.588134765625 794.587646484375 794.58709716796875 798.58660888671875 806.58612060546875 812.58563232421875 815.5845947265625 817.5841064453125 819.5836181640625 822.5831298828125 824.58258056640625 825.58209228515625 824.58160400390625 826.58111572265625 828.580078125
|
||||
339.732177734375 345.731170654296875 346.730682373046875 343.730194091796875 340.72967529296875 343.72918701171875 346.728668212890625 344.728179931640625 342.727691650390625 343.7266845703125 346.7261962890625 349.725677490234375 349.725189208984375 349.72467041015625 349.72418212890625 347.723052978515625 347.7225341796875 350.7215576171875 350.721038818359375 350.720550537109375 351.72003173828125 352.71954345703125 352.71905517578125 352.718536376953125 354.717529296875 356.717041015625 357.716552734375 358.716033935546875 358.715545654296875 358.71502685546875 358.71453857421875 358.71405029296875 359.713043212890625 361.7125244140625 363.7120361328125 363.7115478515625 363.711029052734375 364.710540771484375 364.710540771484375 364.710540771484375 367.708526611328125 368.708038330078125 370.70751953125 370.70703125 370.70654296875 371.706024169921875 376.70489501953125 376.704376220703125 378.703369140625 380.702880859375 381.702392578125 381.701873779296875 381.701385498046875 382.70086669921875 384.70037841796875 386.699859619140625 392.698883056640625 393.6983642578125 393.6978759765625 394.697357177734375 393.696868896484375 392.69635009765625 394.69586181640625 396.69537353515625 405.694366455078125 409.69384765625 413.693359375 418.69287109375 422.692352294921875 422.691864013671875 421.69134521484375 419.69085693359375 421.689849853515625 420.689361572265625 420.6888427734375 420.6883544921875 426.6878662109375 425.68670654296875 430.686187744140625 435.6851806640625 439.6846923828125 443.6842041015625 448.683685302734375 452.683197021484375 455.68267822265625 458.68218994140625 460.681671142578125 467.680694580078125 470.68017578125 473.6796875 474.679168701171875 475.678680419921875 474.67816162109375 474.67767333984375 474.67718505859375 476.676177978515625 479.6756591796875 480.6751708984375 482.6746826171875 488.674163818359375 495.673675537109375 498.67315673828125 498.67266845703125 503.671661376953125 507.671173095703125 510.670654296875 514.670166015625 521.669677734375 527.669189453125 524.66796875 525.66748046875 526.66650390625 527.66595458984375 531.66546630859375 536.66497802734375 540.66448974609375 544.66400146484375 550.6634521484375 554.6629638671875 558.6619873046875 560.6614990234375 561.66094970703125 565.66046142578125 567.65997314453125 567.65948486328125 568.658935546875 568.658447265625 558.657470703125 555.656982421875 552.65643310546875 552.65594482421875 555.65545654296875 561.65496826171875 566.6544189453125 572.6534423828125 575.6529541015625 578.6524658203125 581.65191650390625 581.65142822265625 580.65093994140625 577.6497802734375 578.64923095703125 589.64825439453125 592.64776611328125 595.64727783203125 597.646728515625 596.646240234375 593.645751953125 590.645263671875 586.644775390625 587.64373779296875 589.64324951171875 591.64276123046875 590.6422119140625 585.6417236328125 578.6412353515625 565.6407470703125 552.6402587890625 519.63922119140625 511.63873291015625 510.637542724609375 510.637725830078125 512.63720703125 514.63671875 519.63623046875 533.6357421875 578.63470458984375 597.63421630859375 605.63372802734375 615.6331787109375 625.6326904296875 628.63153076171875 632.6309814453125 631.6304931640625 636.6295166015625 640.6290283203125 641.62847900390625 641.62799072265625 642.62750244140625 645.62701416015625 647.62646484375 646.6259765625 641.625 641.62451171875 643.62396240234375 646.62347412109375 653.62298583984375 665.62249755859375 672.6219482421875 667.6209716796875 663.6204833984375 658.6199951171875 649.61944580078125 634.61895751953125 619.6170654296875 624.61798095703125 629.617431640625 642.616455078125 654.615966796875 668.615478515625 685.61492919921875 704.61444091796875 711.61322021484375 712.61273193359375 715.61224365234375 719.6112060546875 720.6107177734375 722.6102294921875 726.6097412109375 723.6092529296875 714.60870361328125 704.60821533203125 700.60772705078125 698.606689453125 700.606201171875 707.605712890625 716.605224609375 722.604736328125 731.60418701171875 740.60369873046875 750.60321044921875 770.6021728515625 779.6016845703125 784.6011962890625 784.6007080078125 783.60015869140625 780.59967041015625 778.59918212890625 775.59869384765625 763.59765625 758.59716796875 758.5966796875 760.59619140625 762.59564208984375 761.594482421875 761.59393310546875 760.59344482421875 764.59246826171875 769.5919189453125 775.5914306640625 781.5909423828125 786.5904541015625 789.58990478515625 789.58941650390625 789.58843994140625 786.587890625 785.58740234375 788.5869140625 793.58642578125 798.5859375 804.58538818359375 809.58489990234375 810.58392333984375 812.5833740234375 815.5828857421875 818.5823974609375 820.5819091796875 821.58135986328125 821.58087158203125 822.58038330078125 823.579345703125
|
||||
337.7315673828125 341.730560302734375 342.73004150390625 341.72955322265625 340.72906494140625 341.728546142578125 342.728057861328125 340.7275390625 340.72576904296875 340.726043701171875 345.725555419921875 347.72503662109375 348.72454833984375 349.72406005859375 348.723541259765625 347.723052978515625 347.7225341796875 350.7215576171875 349.72039794921875 349.71990966796875 350.719390869140625 351.718902587890625 351.7183837890625 351.7178955078125 352.7174072265625 355.716400146484375 358.71588134765625 359.71539306640625 359.71490478515625 359.714385986328125 359.713897705078125 358.71337890625 357.712890625 360.711883544921875 363.711395263671875 363.71087646484375 364.71038818359375 366.70989990234375 366.709381103515625 366.708892822265625 367.7083740234375 370.7073974609375 371.706878662109375 372.706390380859375 372.70587158203125 374.70538330078125 376.70489501953125 376.704376220703125 378.703369140625 383.702239990234375 382.70172119140625 381.700775146484375 381.700775146484375 381.700775146484375 381.700775146484375 382.69921875 389.698211669921875 392.697723388671875 392.69720458984375 392.69671630859375 391.69622802734375 393.695709228515625 395.695220947265625 397.6947021484375 407.6937255859375 410.693206787109375 413.692718505859375 417.69219970703125 421.69171142578125 427.691192626953125 430.690704345703125 432.690185546875 430.689208984375 427.688690185546875 423.688201904296875 421.68768310546875 422.68719482421875 425.68670654296875 430.686187744140625 433.685699462890625 439.6846923828125 442.68353271484375 445.68304443359375 448.682525634765625 452.682037353515625 456.6815185546875 458.6810302734375 459.680511474609375 464.67950439453125 465.67901611328125 467.67852783203125 468.678009033203125 467.677520751953125 468.677001953125 469.676513671875 471.676025390625 478.675018310546875 479.67449951171875 481.67401123046875 486.673492431640625 491.673004150390625 494.6724853515625 495.6719970703125 497.670989990234375 500.670501708984375 505.66998291015625 511.66949462890625 518.66900634765625 522.66845703125 524.66796875 525.66748046875 526.66650390625 523.665283203125 528.664794921875 534.664306640625 540.663818359375 544.663330078125 549.66278076171875 553.66229248046875 555.66131591796875 556.6607666015625 557.6602783203125 560.6597900390625 561.6593017578125 562.6588134765625 560.65826416015625 559.65777587890625 552.65679931640625 550.65625 546.65576171875 542.6552734375 544.65478515625 551.654296875 559.65374755859375 563.65325927734375 574.65228271484375 579.65179443359375 580.6512451171875 578.6507568359375 578.6502685546875 577.6497802734375 578.64923095703125 584.64874267578125 591.6470947265625 593.64654541015625 593.64605712890625 592.64556884765625 591.64508056640625 588.64459228515625 585.64404296875 585.64306640625 587.642578125 587.64202880859375 585.64154052734375 584.64105224609375 579.64056396484375 569.6400146484375 555.6395263671875 516.6385498046875 510.638031005859375 510.637542724609375 511.63702392578125 510.637725830078125 513.63604736328125 524.635498046875 540.635009765625 589.634033203125 608.633544921875 614.63299560546875 620.63250732421875 624.63201904296875 628.63153076171875 632.6309814453125 631.6304931640625 629.6287841796875 634.6282958984375 635.6278076171875 635.6273193359375 638.6268310546875 640.62628173828125 642.62579345703125 642.62530517578125 631.624267578125 630.623779296875 632.623291015625 637.622802734375 643.622314453125 656.62176513671875 666.62127685546875 660.62078857421875 648.6197509765625 643.6192626953125 632.6187744140625 619.6170654296875 619.6170654296875 620.61724853515625 627.61676025390625 637.61627197265625 684.615234375 693.61474609375 700.6142578125 707.61376953125 711.61322021484375 712.61273193359375 715.61224365234375 719.6112060546875 718.61004638671875 719.6094970703125 719.6090087890625 713.6085205078125 701.6080322265625 697.6068115234375 697.6068115234375 707.60601806640625 712.60552978515625 722.60498046875 736.6044921875 751.60400390625 753.603515625 756.60296630859375 766.60247802734375 776.60150146484375 780.6009521484375 780.6004638671875 779.5999755859375 776.5994873046875 776.5989990234375 774.59844970703125 771.59796142578125 760.59698486328125 755.596435546875 754.595947265625 757.595458984375 760.594970703125 761.594482421875 761.59393310546875 760.59344482421875 764.59173583984375 771.59124755859375 776.5906982421875 781.5902099609375 787.5897216796875 790.5892333984375 789.58868408203125 786.58819580078125 781.58721923828125 781.586669921875 786.586181640625 794.585693359375 799.585205078125 803.584716796875 805.58416748046875 806.58367919921875 807.58270263671875 811.5821533203125 814.5816650390625 816.5811767578125 818.5806884765625 819.58013916015625 820.57965087890625 820.57916259765625
|
||||
337.73065185546875 338.73040771484375 340.72943115234375 340.728912353515625 340.728424072265625 340.72576904296875 340.72576904296875 340.72576904296875 340.72576904296875 340.72576904296875 343.72491455078125 346.724395751953125 348.723907470703125 348.723419189453125 347.722900390625 346.721771240234375 346.721893310546875 350.720916748046875 349.72039794921875 349.71990966796875 350.719390869140625 350.71826171875 351.7177734375 352.717254638671875 351.716766357421875 352.71575927734375 355.71527099609375 357.714752197265625 358.714263916015625 358.7137451171875 357.7132568359375 356.712738037109375 357.712249755859375 360.71124267578125 361.71075439453125 361.710235595703125 365.709747314453125 368.709228515625 371.708740234375 371.708251953125 371.707733154296875 373.70672607421875 373.70623779296875 374.70574951171875 375.705230712890625 378.704742431640625 380.7042236328125 380.7037353515625 380.703216552734375 383.702239990234375 382.70172119140625 381.700775146484375 381.700775146484375 381.700775146484375 381.700775146484375 379.699066162109375 382.69805908203125 389.69708251953125 389.696563720703125 390.696075439453125 392.695556640625 395.695068359375 398.694549560546875 401.694061279296875 408.69305419921875 411.69256591796875 413.692047119140625 414.691558837890625 419.6910400390625 426.6905517578125 432.6900634765625 436.689544677734375 437.68853759765625 433.68804931640625 429.687530517578125 425.687042236328125 422.6865234375 424.68603515625 427.685546875 430.685028076171875 438.68402099609375 442.68353271484375 445.68304443359375 448.682525634765625 449.681365966796875 452.68084716796875 453.68035888671875 455.67987060546875 458.678863525390625 460.6783447265625 461.6778564453125 458.6773681640625 457.676849365234375 458.676361083984375 462.67584228515625 467.67535400390625 477.674346923828125 481.673828125 484.67333984375 489.6728515625 491.672332763671875 491.671844482421875 492.67132568359375 492.67083740234375 498.669830322265625 504.6693115234375 510.6688232421875 513.6683349609375 515.6678466796875 515.66729736328125 516.66680908203125 518.66632080078125 523.665283203125 528.664794921875 534.664306640625 546.66314697265625 547.66265869140625 549.662109375 551.66162109375 553.66064453125 552.66015625 552.65960693359375 553.65911865234375 556.65863037109375 557.65814208984375 556.6575927734375 557.6571044921875 552.6561279296875 547.65557861328125 540.65509033203125 537.652099609375 539.65411376953125 548.65362548828125 555.653076171875 559.652587890625 568.651611328125 572.65106201171875 572.65057373046875 572.65008544921875 573.64959716796875 574.64910888671875 577.6485595703125 583.6480712890625 591.6470947265625 593.64654541015625 593.64605712890625 587.6448974609375 589.6444091796875 587.64385986328125 582.64337158203125 579.64288330078125 582.641845703125 582.641357421875 580.640869140625 576.640380859375 572.639892578125 565.63934326171875 549.63885498046875 530.63836669921875 512.6373291015625 510.6368408203125 511.6363525390625 513.6358642578125 519.63531494140625 529.63482666015625 549.63433837890625 577.63385009765625 607.6328125 613.63232421875 620.6318359375 624.63134765625 625.63079833984375 625.63031005859375 625.62982177734375 629.6287841796875 634.6282958984375 635.6278076171875 635.6273193359375 633.6260986328125 634.6256103515625 636.6251220703125 634.6246337890625 620.62359619140625 618.62310791015625 621.62261962890625 627.6220703125 634.62158203125 641.62109375 646.62060546875 645.62005615234375 632.61907958984375 627.61859130859375 623.6180419921875 619.6175537109375 619.6170654296875 626.6165771484375 629.6160888671875 645.61553955078125 691.61456298828125 696.61407470703125 701.613525390625 705.613037109375 706.612548828125 708.612060546875 712.61151123046875 716.61102294921875 718.61004638671875 719.6094970703125 719.6090087890625 706.6077880859375 702.6072998046875 697.6068115234375 697.6068115234375 704.6058349609375 723.60479736328125 734.60430908203125 747.60382080078125 756.603271484375 761.602783203125 766.602294921875 769.601806640625 773.60125732421875 774.60028076171875 772.59979248046875 768.5992431640625 766.5987548828125 766.5982666015625 771.5977783203125 770.5972900390625 758.59625244140625 753.59576416015625 752.59527587890625 756.5947265625 757.59423828125 756.59375 754.59326171875 754.59271240234375 764.59173583984375 771.59124755859375 776.5906982421875 780.5894775390625 784.5889892578125 787.5885009765625 785.5880126953125 781.5875244140625 777.58648681640625 781.58599853515625 787.58544921875 791.5849609375 796.58447265625 799.583984375 801.58349609375 802.58294677734375 803.58197021484375 807.58148193359375 809.5809326171875 813.5804443359375 815.5799560546875 817.5794677734375 818.57891845703125 819.57843017578125
|
||||
339.73028564453125 341.72979736328125 341.728790283203125 341.728271484375 340.727783203125 340.72576904296875 340.72576904296875 340.72576904296875 340.72576904296875 341.72528076171875 343.724273681640625 345.723785400390625 347.7232666015625 348.7227783203125 347.722259521484375 346.721771240234375 346.721771240234375 347.72076416015625 348.719757080078125 348.719268798828125 349.71875 350.71826171875 351.7177734375 352.717254638671875 350.71612548828125 351.715118408203125 353.714599609375 354.714111328125 355.713623046875 356.713104248046875 355.712615966796875 355.71209716796875 356.71160888671875 359.710601806640625 359.710113525390625 361.7095947265625 365.7091064453125 370.708587646484375 372.708099365234375 374.70758056640625 374.70709228515625 375.706085205078125 375.705596923828125 375.705078125 377.70458984375 380.7041015625 381.703582763671875 381.703094482421875 381.70257568359375 382.701568603515625 381.701080322265625 381.700775146484375 381.700775146484375 381.700775146484375 381.700775146484375 379.699066162109375 383.697418212890625 388.6964111328125 388.6964111328125 388.6964111328125 388.6964111328125 393.69439697265625 398.69390869140625 400.69342041015625 402.692901611328125 406.69189453125 408.69140625 412.690887451171875 417.690399169921875 424.68988037109375 429.68939208984375 434.68890380859375 437.688385009765625 438.6873779296875 434.6868896484375 430.686370849609375 424.685882568359375 425.68536376953125 426.68487548828125 428.68438720703125 434.683380126953125 438.682861328125 442.682373046875 445.681854248046875 449.681365966796875 452.68084716796875 453.68035888671875 450.67919921875 451.678192138671875 453.677703857421875 452.67718505859375 452.67669677734375 454.676177978515625 458.675689697265625 464.6751708984375 470.6746826171875 479.673675537109375 482.673187255859375 486.67266845703125 489.67218017578125 488.671661376953125 487.671173095703125 487.670654296875 487.670166015625 495.669158935546875 501.668670654296875 507.66815185546875 509.66766357421875 510.667144775390625 511.666656494140625 512.6661376953125 516.6656494140625 522.6646728515625 530.66412353515625 540.66363525390625 546.66314697265625 547.66265869140625 549.662109375 549.66094970703125 548.66046142578125 548.659423828125 547.658935546875 549.658447265625 551.657958984375 551.657470703125 551.65692138671875 552.65643310546875 555.65594482421875 549.6549072265625 541.6544189453125 537.652099609375 537.6534423828125 545.6529541015625 554.65240478515625 559.65191650390625 561.65093994140625 563.650390625 565.64990234375 566.6494140625 569.64892578125 572.64837646484375 577.64788818359375 583.64739990234375 588.6463623046875 588.6458740234375 587.6453857421875 587.6448974609375 589.6444091796875 587.64385986328125 582.64337158203125 575.6422119140625 576.64117431640625 576.64068603515625 575.64019775390625 573.63970947265625 569.63916015625 561.638671875 548.63818359375 535.6376953125 516.63665771484375 512.63616943359375 510.635650634765625 511.635162353515625 516.6346435546875 533.6341552734375 551.6336669921875 576.6331787109375 595.63214111328125 605.63165283203125 611.63116455078125 616.630615234375 618.630126953125 617.629638671875 615.629150390625 615.62860107421875 627.62762451171875 631.62713623046875 634.6265869140625 633.6260986328125 634.6256103515625 636.6251220703125 625.6239013671875 617.6234130859375 608.62237548828125 608.62188720703125 613.62139892578125 618.62091064453125 624.620361328125 629.619873046875 633.619384765625 611.618408203125 611.61785888671875 616.61737060546875 614.61688232421875 611.61639404296875 619.6158447265625 629.6153564453125 644.6148681640625 690.61383056640625 696.61334228515625 698.61285400390625 699.61236572265625 703.61181640625 707.611328125 711.61083984375 713.6103515625 716.60931396484375 715.60882568359375 712.60833740234375 706.6077880859375 702.6072998046875 697.6068115234375 698.6055908203125 705.6051025390625 725.6041259765625 738.60357666015625 746.60308837890625 754.60260009765625 759.60211181640625 763.6015625 766.60107421875 770.6005859375 769.59954833984375 764.59906005859375 761.59857177734375 759.59808349609375 762.5975341796875 767.5970458984375 768.5965576171875 761.5960693359375 748.59503173828125 750.59454345703125 751.59405517578125 751.593505859375 751.593017578125 751.592529296875 751.592041015625 757.59149169921875 771.59051513671875 775.59002685546875 780.5894775390625 784.5889892578125 787.5885009765625 776.5872802734375 774.5867919921875 773.58575439453125 778.58526611328125 784.58477783203125 790.58428955078125 794.583740234375 795.583251953125 797.582763671875 797.582275390625 799.58123779296875 802.58074951171875 806.58026123046875 809.5797119140625 813.5792236328125 816.5787353515625 817.5782470703125 818.57769775390625
|
||||
344.729644775390625 347.729156494140625 343.7281494140625 343.7276611328125 342.727142333984375 340.726654052734375 341.72613525390625 341.72564697265625 341.72515869140625 340.724639892578125 341.7236328125 343.72314453125 345.722625732421875 344.722137451171875 345.72161865234375 347.72113037109375 348.72064208984375 348.720123291015625 347.71734619140625 347.7186279296875 348.7181396484375 350.717620849609375 351.717132568359375 351.71661376953125 350.71612548828125 349.715606689453125 353.714599609375 354.714111328125 353.712982177734375 353.71246337890625 353.71197509765625 354.711456298828125 356.710968017578125 358.71044921875 361.70947265625 362.708953857421875 365.708465576171875 369.70794677734375 371.70745849609375 372.706939697265625 373.706451416015625 375.7054443359375 375.7049560546875 376.704437255859375 378.703948974609375 380.70343017578125 382.70294189453125 381.702423095703125 381.700775146484375 381.700927734375 381.700775146484375 381.700775146484375 381.700775146484375 381.700775146484375 381.700775146484375 381.69793701171875 383.697418212890625 388.6964111328125 388.6964111328125 388.6964111328125 388.6964111328125 397.693756103515625 401.693267822265625 402.6927490234375 402.6922607421875 404.691253662109375 406.69073486328125 409.69024658203125 414.689727783203125 419.689239501953125 423.688720703125 427.688232421875 433.687744140625 439.686737060546875 439.68621826171875 436.68572998046875 434.685211181640625 432.684722900390625 431.6842041015625 428.6837158203125 428.6837158203125 433.682220458984375 437.68170166015625 441.68121337890625 445.680694580078125 448.680206298828125 449.6796875 450.67919921875 451.6787109375 453.677703857421875 449.676513671875 454.676025390625 460.675537109375 466.675018310546875 471.674530029296875 474.67401123046875 477.673004150390625 480.672515869140625 483.6719970703125 483.6715087890625 483.6710205078125 483.670501708984375 484.66998291015625 484.66949462890625 489.668487548828125 495.667999267578125 502.66748046875 506.6669921875 508.666473388671875 508.665985107421875 512.66546630859375 516.66497802734375 525.6639404296875 532.6634521484375 543.6629638671875 549.6624755859375 549.6619873046875 549.66143798828125 549.66094970703125 548.66046142578125 548.659423828125 542.65826416015625 545.65777587890625 548.65728759765625 549.65673828125 548.65625 549.65576171875 550.6552734375 548.65423583984375 539.65374755859375 537.652099609375 537.652099609375 544.6522216796875 554.6517333984375 557.6512451171875 555.6507568359375 559.64971923828125 561.64923095703125 563.64874267578125 567.648193359375 572.647705078125 576.647216796875 579.646728515625 581.646240234375 581.64520263671875 581.64471435546875 585.64422607421875 588.6436767578125 585.6431884765625 579.6427001953125 575.6422119140625 576.64117431640625 576.64068603515625 571.6395263671875 567.63897705078125 559.63848876953125 551.63800048828125 543.63751220703125 536.636962890625 513.635986328125 504.635467529296875 500.634979248046875 506.63446044921875 516.63397216796875 528.63348388671875 542.6329345703125 560.6324462890625 588.6314697265625 596.6309814453125 600.63043212890625 603.62994384765625 604.62945556640625 605.62896728515625 608.62841796875 611.6279296875 623.626953125 629.62640380859375 631.62591552734375 630.62542724609375 629.62493896484375 629.6243896484375 625.6239013671875 617.6234130859375 608.62237548828125 595.6212158203125 597.6207275390625 604.62017822265625 610.61968994140625 614.61920166015625 610.61871337890625 602.6181640625 599.6171875 602.61669921875 607.61614990234375 613.61566162109375 620.61517333984375 631.61468505859375 652.6141357421875 674.6136474609375 692.6126708984375 695.61212158203125 698.61163330078125 704.61114501953125 710.61065673828125 712.610107421875 713.609619140625 715.608642578125 714.608154296875 712.60760498046875 705.60711669921875 700.60662841796875 696.6060791015625 698.6055908203125 705.6051025390625 725.6041259765625 738.6029052734375 743.6024169921875 748.60186767578125 754.60137939453125 760.60089111328125 762.600341796875 763.599853515625 759.598876953125 756.598388671875 754.59783935546875 754.59735107421875 758.59686279296875 764.5963134765625 763.5958251953125 759.5953369140625 747.5943603515625 743.59381103515625 743.59332275390625 745.59283447265625 746.59228515625 747.591796875 750.59130859375 757.5908203125 768.58978271484375 772.58929443359375 774.58880615234375 776.5882568359375 777.5877685546875 776.5872802734375 774.5867919921875 772.5863037109375 776.58453369140625 784.58404541015625 789.58355712890625 790.58306884765625 792.58251953125 793.58203125 794.58154296875 795.5810546875 799.58001708984375 803.57952880859375 806.5789794921875 809.5784912109375 812.5780029296875 814.5775146484375 816.5770263671875
|
||||
347.729034423828125 348.728515625 346.72802734375 343.727020263671875 343.72650146484375 343.72601318359375 343.72552490234375 342.725006103515625 340.724517822265625 339.7239990234375 340.722991943359375 340.722991943359375 340.722991943359375 340.722991943359375 343.72100830078125 347.720489501953125 349.720001220703125 349.719482421875 347.71734619140625 347.71734619140625 347.717498779296875 349.71697998046875 349.71649169921875 348.715972900390625 348.715484619140625 350.7149658203125 353.7139892578125 353.713470458984375 353.712982177734375 353.71246337890625 353.71197509765625 354.7108154296875 356.7103271484375 359.709808349609375 362.70880126953125 362.70831298828125 364.70782470703125 365.707305908203125 368.706817626953125 370.706298828125 371.705810546875 371.705291748046875 374.70428466796875 375.70379638671875 376.70330810546875 379.702789306640625 381.702301025390625 382.7017822265625 381.7012939453125 381.700775146484375 382.69976806640625 382.69927978515625 382.69879150390625 382.698272705078125 383.697784423828125 384.697265625 387.69677734375 390.696258544921875 389.69525146484375 388.6964111328125 388.6964111328125 397.693756103515625 410.692596435546875 406.692108154296875 402.6922607421875 405.690582275390625 406.690093994140625 410.6895751953125 412.6890869140625 415.6885986328125 419.688079833984375 425.687591552734375 432.68707275390625 441.686065673828125 442.685577392578125 442.68505859375 441.6845703125 440.684051513671875 438.683563232421875 432.68304443359375 431.68255615234375 431.681549072265625 433.681060791015625 436.6805419921875 439.6800537109375 442.679534912109375 443.679046630859375 444.67852783203125 445.67803955078125 446.677032470703125 449.676513671875 454.676025390625 460.675537109375 464.674346923828125 466.673858642578125 469.67333984375 470.6728515625 473.671844482421875 475.671356201171875 476.67083740234375 478.67034912109375 481.669830322265625 484.669342041015625 485.6688232421875 484.6683349609375 489.667327880859375 496.66680908203125 502.66632080078125 503.66583251953125 503.665313720703125 506.664794921875 514.664306640625 524.663330078125 531.66278076171875 540.66229248046875 545.66180419921875 549.66131591796875 551.6607666015625 547.6602783203125 544.6597900390625 540.65875244140625 542.65826416015625 545.65777587890625 548.65728759765625 549.65673828125 546.65557861328125 546.65509033203125 547.65460205078125 544.653564453125 539.653076171875 537.652587890625 537.652099609375 545.65155029296875 551.65106201171875 552.65057373046875 550.65008544921875 554.6490478515625 557.6485595703125 560.6480712890625 563.64752197265625 567.64703369140625 570.64654541015625 574.64605712890625 576.6455078125 576.64453125 578.64404296875 582.6435546875 584.64300537109375 581.64251708984375 576.64202880859375 573.64154052734375 572.6409912109375 571.6400146484375 571.6395263671875 567.63897705078125 559.63848876953125 542.6373291015625 533.63677978515625 524.63629150390625 514.63580322265625 493.634796142578125 493.63427734375 500.6337890625 513.63330078125 528.63275146484375 540.63226318359375 553.63177490234375 580.6307373046875 587.6302490234375 590.6297607421875 593.6292724609375 594.6287841796875 597.62823486328125 602.62774658203125 606.62725830078125 617.626220703125 626.625732421875 627.625244140625 625.624755859375 624.62420654296875 621.62371826171875 616.62322998046875 609.62274169921875 598.6217041015625 595.6212158203125 597.6207275390625 604.62017822265625 590.6190185546875 596.6185302734375 592.61798095703125 582.61749267578125 592.616455078125 603.615966796875 604.615478515625 608.614990234375 618.614501953125 648.61395263671875 677.61346435546875 686.61297607421875 692.6119384765625 694.6114501953125 699.6109619140625 706.6104736328125 708.60992431640625 710.60943603515625 710.60894775390625 710.6083984375 713.607421875 707.60693359375 699.6064453125 694.60589599609375 691.604736328125 694.60491943359375 705.6043701171875 718.6038818359375 738.6029052734375 743.6024169921875 748.60186767578125 751.60064697265625 756.60015869140625 757.59967041015625 755.59918212890625 751.59814453125 749.59765625 750.59716796875 751.59661865234375 754.59613037109375 759.59564208984375 759.59515380859375 754.5946044921875 743.5936279296875 740.5931396484375 740.59259033203125 740.59210205078125 743.59161376953125 747.59112548828125 752.590576171875 756.590087890625 763.589111328125 769.58856201171875 772.58807373046875 771.58758544921875 772.58709716796875 773.5865478515625 772.5860595703125 768.5855712890625 776.58453369140625 784.58404541015625 789.58355712890625 786.58233642578125 786.58184814453125 788.581298828125 791.580810546875 793.580322265625 797.57928466796875 799.57879638671875 801.57830810546875 805.5777587890625 808.5772705078125 810.5767822265625 812.5762939453125
|
||||
347.729034423828125 348.728515625 346.72802734375 342.72637939453125 341.72589111328125 341.725372314453125 341.724884033203125 340.724365234375 339.723876953125 342.723388671875 344.722869873046875 340.722991943359375 340.722991943359375 340.722991943359375 343.720367431640625 346.7198486328125 348.7193603515625 348.7188720703125 347.718353271484375 347.71734619140625 348.71685791015625 348.716339111328125 348.715850830078125 347.71533203125 349.71484375 351.714324951171875 352.71331787109375 352.712188720703125 352.712188720703125 352.712188720703125 352.712188720703125 354.7108154296875 356.7103271484375 359.709808349609375 358.708160400390625 359.707672119140625 359.7071533203125 360.7066650390625 363.7061767578125 367.705657958984375 369.705169677734375 370.70465087890625 372.703643798828125 373.703155517578125 374.70263671875 377.7021484375 380.70166015625 382.701141357421875 381.70062255859375 380.70013427734375 382.699127197265625 383.698638916015625 384.6981201171875 385.6976318359375 386.697113037109375 388.696624755859375 390.69610595703125 392.69561767578125 392.694610595703125 391.694122314453125 397.693603515625 405.693115234375 410.692596435546875 406.692108154296875 402.6922607421875 403.6904296875 409.689453125 411.688934326171875 413.68841552734375 419.68792724609375 425.68743896484375 431.686920166015625 436.686431884765625 441.6859130859375 446.684906005859375 447.684417724609375 446.68389892578125 448.68341064453125 448.682891845703125 444.682403564453125 439.681884765625 432.680908203125 431.681549072265625 433.679901123046875 435.67938232421875 438.67889404296875 440.678375244140625 442.677886962890625 445.6773681640625 446.676361083984375 451.675872802734375 455.67535400390625 460.67486572265625 464.674346923828125 466.673858642578125 469.67333984375 470.6728515625 466.671173095703125 469.670684814453125 471.670166015625 475.669677734375 480.669158935546875 484.668670654296875 485.66815185546875 483.66766357421875 485.666656494140625 490.6661376953125 498.6656494140625 501.6651611328125 502.664642333984375 505.664154052734375 513.66363525390625 520.66314697265625 530.662109375 536.66162109375 543.6611328125 548.66064453125 550.66009521484375 547.65960693359375 543.65911865234375 540.65863037109375 539.6575927734375 541.6571044921875 544.6566162109375 546.6561279296875 546.65557861328125 546.65509033203125 547.65460205078125 539.65338134765625 536.65240478515625 533.65191650390625 534.6513671875 539.65087890625 545.650390625 548.64990234375 548.6494140625 551.64837646484375 555.64788818359375 559.6473388671875 561.6468505859375 564.6463623046875 568.6458740234375 571.6453857421875 573.64483642578125 572.64385986328125 573.64337158203125 577.642822265625 579.642333984375 578.641845703125 575.641357421875 571.64080810546875 568.64031982421875 564.63934326171875 561.6387939453125 556.6383056640625 549.6378173828125 542.6373291015625 533.63677978515625 524.63629150390625 501.635101318359375 489.63409423828125 491.63360595703125 498.633087158203125 511.632598876953125 528.632080078125 544.631591796875 555.631103515625 565.63055419921875 580.62957763671875 587.62908935546875 596.6285400390625 599.6280517578125 599.6275634765625 602.6270751953125 607.62652587890625 608.62603759765625 622.62506103515625 622.62451171875 621.6240234375 620.62353515625 616.623046875 610.62249755859375 603.62200927734375 593.62152099609375 584.6204833984375 587.6199951171875 587.6195068359375 590.6190185546875 596.6185302734375 592.61798095703125 574.6168212890625 602.61578369140625 614.61529541015625 621.61480712890625 624.6142578125 646.61376953125 673.61328125 686.61279296875 690.61224365234375 692.61126708984375 697.6107177734375 702.6102294921875 704.6097412109375 704.6092529296875 705.6087646484375 705.60821533203125 706.60772705078125 709.606689453125 706.606201171875 699.605712890625 692.605224609375 691.604736328125 693.60418701171875 702.60369873046875 716.60321044921875 734.6021728515625 740.6016845703125 745.6011962890625 751.60064697265625 756.60015869140625 757.59967041015625 755.59918212890625 748.59796142578125 745.596923828125 747.596435546875 751.595947265625 756.595458984375 759.59490966796875 755.59442138671875 750.59393310546875 744.5933837890625 736.5924072265625 736.5919189453125 740.5914306640625 745.59088134765625 751.59039306640625 753.58990478515625 754.58935546875 756.5888671875 764.587890625 766.58734130859375 769.58685302734375 770.58636474609375 770.58587646484375 768.5853271484375 763.5848388671875 774.5838623046875 783.58331298828125 785.58282470703125 786.58233642578125 786.58184814453125 788.581298828125 789.580078125 792.57958984375 797.57861328125 798.57806396484375 800.57757568359375 802.57708740234375 806.5765380859375 808.5760498046875 810.5755615234375
|
||||
344.7283935546875 345.7279052734375 344.727386474609375 342.72637939453125 341.72589111328125 341.725372314453125 338.7242431640625 338.7237548828125 338.723236083984375 341.722747802734375 343.72222900390625 340.722991943359375 340.722991943359375 342.72021484375 344.7197265625 345.71923828125 346.718719482421875 346.718231201171875 346.71771240234375 346.716705322265625 347.716217041015625 347.7156982421875 347.7152099609375 348.714691162109375 349.714202880859375 351.71368408203125 352.71319580078125 352.712188720703125 352.712188720703125 352.712188720703125 352.712188720703125 354.710174560546875 357.709686279296875 357.70916748046875 357.70867919921875 359.707672119140625 359.7071533203125 359.706024169921875 361.70550537109375 365.70501708984375 369.70452880859375 370.704010009765625 372.7030029296875 371.7025146484375 371.701995849609375 373.701507568359375 377.70098876953125 378.70050048828125 377.699981689453125 375.699493408203125 382.698486328125 385.697967529296875 386.697479248046875 386.69696044921875 387.69647216796875 389.69598388671875 392.695465087890625 393.694976806640625 395.6939697265625 399.693450927734375 404.692962646484375 409.69244384765625 407.69195556640625 404.691436767578125 402.6922607421875 403.6904296875 409.689453125 411.688934326171875 413.68841552734375 423.687286376953125 432.686767578125 438.686279296875 443.685760498046875 448.685272216796875 453.68426513671875 454.683746337890625 456.683258056640625 462.6827392578125 460.6822509765625 455.681732177734375 449.681243896484375 442.68072509765625 434.679718017578125 433.679229736328125 434.6787109375 437.67822265625 440.677734375 444.677215576171875 445.67669677734375 445.67669677734375 449.675201416015625 452.674713134765625 455.6741943359375 458.6737060546875 460.673187255859375 460.672698974609375 461.67218017578125 466.671173095703125 469.670684814453125 471.670166015625 471.66900634765625 476.66851806640625 481.667999267578125 483.667510986328125 483.6669921875 487.665985107421875 494.665496826171875 500.66497802734375 503.66448974609375 503.663970947265625 507.663482666015625 515.6629638671875 521.6624755859375 530.66143798828125 534.66094970703125 539.66046142578125 544.65997314453125 546.659423828125 546.658935546875 544.658447265625 541.657958984375 537.65692138671875 541.65643310546875 544.65594482421875 543.6553955078125 541.6549072265625 541.6544189453125 540.6539306640625 539.65338134765625 536.65240478515625 533.65191650390625 531.65069580078125 536.65020751953125 542.64971923828125 546.64923095703125 545.648681640625 546.648193359375 554.647216796875 557.64666748046875 560.64617919921875 562.64569091796875 565.64520263671875 567.6446533203125 567.6441650390625 566.6436767578125 569.64263916015625 571.64215087890625 575.64166259765625 577.64117431640625 575.640625 570.64013671875 566.6396484375 561.63861083984375 553.63812255859375 543.63763427734375 535.63714599609375 528.6365966796875 523.6361083984375 511.6356201171875 501.635101318359375 489.63409423828125 491.63360595703125 505.632415771484375 515.63189697265625 532.63140869140625 547.63092041015625 558.63037109375 571.6298828125 588.62890625 599.62835693359375 611.62786865234375 616.62738037109375 617.62689208984375 615.6263427734375 611.6258544921875 610.6253662109375 617.62432861328125 622.62384033203125 622.62335205078125 620.62286376953125 619.622314453125 617.621826171875 610.621337890625 600.620849609375 585.61981201171875 580.61932373046875 574.61883544921875 575.6182861328125 576.6177978515625 574.6173095703125 574.6168212890625 583.61627197265625 614.61529541015625 621.61480712890625 645.61358642578125 665.61309814453125 671.612548828125 678.612060546875 683.611572265625 687.611083984375 694.61004638671875 694.60955810546875 696.60906982421875 700.6085205078125 702.6080322265625 702.6075439453125 702.6070556640625 705.60601806640625 702.60552978515625 696.60498046875 690.6044921875 688.60400390625 692.603515625 702.60296630859375 713.60247802734375 736.60150146484375 742.6009521484375 748.6004638671875 752.5999755859375 754.5994873046875 754.59893798828125 752.59844970703125 748.59796142578125 745.596923828125 747.596435546875 753.59521484375 757.5947265625 758.59423828125 753.59368896484375 743.59320068359375 735.59271240234375 730.5916748046875 735.5911865234375 741.5906982421875 747.5902099609375 749.58966064453125 751.58917236328125 752.58868408203125 756.588134765625 760.587158203125 760.586669921875 762.58612060546875 764.58563232421875 764.58514404296875 762.58465576171875 762.5841064453125 766.5836181640625 778.5826416015625 781.58209228515625 780.58160400390625 783.58111572265625 786.58062744140625 789.580078125 792.57958984375 796.5791015625 798.57806396484375 799.57684326171875 801.57635498046875 803.57586669921875 806.5753173828125 809.5748291015625
|
||||
342.727752685546875 341.727264404296875 341.72674560546875 339.72576904296875 338.725250244140625 338.7247314453125 338.7242431640625 338.7237548828125 338.723236083984375 339.72210693359375 342.721588134765625 343.7205810546875 344.7200927734375 344.7196044921875 346.719085693359375 346.718597412109375 347.71807861328125 348.71759033203125 348.717071533203125 346.716064453125 347.715576171875 347.715057373046875 347.714569091796875 347.71405029296875 348.71356201171875 349.71307373046875 351.712554931640625 353.7115478515625 353.7110595703125 352.712188720703125 353.710052490234375 355.70953369140625 356.70904541015625 354.708526611328125 353.708038330078125 355.70703125 357.706512451171875 359.706024169921875 361.70550537109375 365.70501708984375 369.70452880859375 367.703369140625 367.702850341796875 367.70184326171875 368.70135498046875 370.70086669921875 372.700347900390625 374.6998291015625 375.6993408203125 376.6988525390625 379.698333740234375 386.69732666015625 386.69683837890625 385.696319580078125 386.695831298828125 389.6953125 391.69482421875 394.694305419921875 403.69329833984375 408.69281005859375 410.692291259765625 410.691802978515625 408.6912841796875 403.6907958984375 402.6922607421875 403.689788818359375 407.68878173828125 409.68829345703125 415.687774658203125 423.687286376953125 432.686767578125 438.686279296875 448.68511962890625 457.684600830078125 465.68359375 466.68310546875 468.682586669921875 471.682098388671875 469.68157958984375 464.68109130859375 456.680572509765625 450.680084228515625 439.6790771484375 436.678558349609375 436.678070068359375 437.67755126953125 440.67706298828125 444.676544189453125 448.676055908203125 450.675537109375 453.674530029296875 457.674041748046875 458.67352294921875 459.67303466796875 458.6737060546875 459.672027587890625 460.6715087890625 460.6715087890625 468.670013427734375 468.66949462890625 471.66900634765625 476.66851806640625 481.667999267578125 480.666839599609375 481.66632080078125 485.66583251953125 498.664825439453125 503.664306640625 503.663818359375 505.663299560546875 510.662811279296875 518.66229248046875 524.66180419921875 526.6607666015625 527.6602783203125 533.6597900390625 538.6593017578125 541.65875244140625 543.65826416015625 543.65777587890625 539.65728759765625 534.65509033203125 538.65576171875 542.6552734375 542.65472412109375 537.65423583984375 536.65374755859375 535.65325927734375 534.6527099609375 530.6517333984375 529.6512451171875 531.65069580078125 536.65020751953125 542.64971923828125 541.6485595703125 539.64801025390625 541.64752197265625 553.64654541015625 555.64599609375 556.6455078125 559.64501953125 561.64453125 561.64398193359375 561.64349365234375 561.64300537109375 565.6419677734375 570.6414794921875 574.6409912109375 576.6405029296875 575.63995361328125 572.63946533203125 566.63897705078125 561.638427734375 545.637451171875 533.636962890625 522.636474609375 516.63592529296875 507.63543701171875 495.634918212890625 491.634429931640625 489.6339111328125 497.632904052734375 505.632415771484375 515.63189697265625 532.63140869140625 547.63092041015625 569.62969970703125 581.62921142578125 606.628173828125 618.627685546875 625.627197265625 626.626708984375 624.62615966796875 618.62567138671875 615.62518310546875 614.62469482421875 620.6236572265625 623.6231689453125 625.6226806640625 626.62213134765625 626.62164306640625 627.62115478515625 619.62060546875 607.6201171875 589.619140625 584.61859130859375 578.61810302734375 572.61761474609375 567.61712646484375 564.6165771484375 567.6160888671875 576.6156005859375 619.61456298828125 625.61407470703125 645.61358642578125 665.61309814453125 671.612548828125 676.61138916015625 677.61083984375 681.6103515625 684.609375 685.60882568359375 691.60833740234375 697.60784912109375 698.60736083984375 697.6068115234375 697.6063232421875 698.6058349609375 699.60479736328125 693.60430908203125 688.60382080078125 686.603271484375 689.602783203125 699.602294921875 711.601806640625 724.60125732421875 740.60028076171875 743.59979248046875 747.5992431640625 750.5987548828125 749.5982666015625 747.5977783203125 741.59722900390625 743.59625244140625 748.595703125 753.59521484375 757.5947265625 758.59423828125 745.593017578125 735.592529296875 727.59197998046875 727.59100341796875 732.5904541015625 739.5899658203125 742.5894775390625 745.5889892578125 746.58843994140625 750.58795166015625 754.58746337890625 755.58642578125 754.5859375 756.58544921875 757.5849609375 757.58441162109375 758.58392333984375 761.58343505859375 766.5828857421875 776.5819091796875 779.5814208984375 782.58087158203125 783.58038330078125 786.57989501953125 788.57940673828125 791.578857421875 795.578369140625 797.577392578125 799.57684326171875 801.57635498046875 803.57586669921875 802.57464599609375 804.5740966796875
|
||||
343.727142333984375 342.72662353515625 340.72613525390625 340.725616455078125 337.724609375 337.72412109375 337.723602294921875 337.72198486328125 337.72259521484375 339.72210693359375 342.721588134765625 344.721099853515625 344.7200927734375 348.718963623046875 347.71844482421875 346.71795654296875 347.717437744140625 348.716949462890625 348.7164306640625 346.715423583984375 346.714935302734375 346.71441650390625 347.71392822265625 347.71343994140625 348.712921142578125 349.71240234375 351.7119140625 354.710906982421875 353.710418701171875 353.70989990234375 353.70941162109375 354.708892822265625 354.708404541015625 353.7078857421875 353.7073974609375 353.706390380859375 356.70587158203125 358.70538330078125 360.704864501953125 364.704376220703125 367.703857421875 367.703369140625 367.702850341796875 367.70184326171875 365.700714111328125 367.7001953125 368.69970703125 370.699188232421875 371.698699951171875 373.69818115234375 378.69769287109375 382.696685791015625 382.6961669921875 382.6956787109375 384.695159912109375 385.694671630859375 388.69415283203125 392.69366455078125 401.69317626953125 415.692138671875 415.691650390625 415.691162109375 414.690643310546875 410.69012451171875 407.68963623046875 408.68914794921875 409.688629150390625 414.6876220703125 420.6871337890625 426.686614990234375 433.686126708984375 440.68560791015625 448.68511962890625 457.684600830078125 465.68359375 471.68243408203125 475.68194580078125 479.681427001953125 480.680938720703125 472.680419921875 464.679931640625 459.679412841796875 449.67840576171875 446.67791748046875 443.677398681640625 442.676910400390625 438.6763916015625 443.6759033203125 451.675384521484375 454.674896240234375 463.67388916015625 467.673370361328125 468.672882080078125 469.67236328125 467.671875 465.671356201171875 466.670867919921875 470.67034912109375 468.669342041015625 467.668853759765625 467.6683349609375 473.6678466796875 478.667327880859375 480.666839599609375 481.66632080078125 485.66583251953125 496.664154052734375 498.66363525390625 501.66314697265625 506.662628173828125 514.662109375 519.66162109375 524.6611328125 524.66064453125 523.65960693359375 526.65911865234375 530.65863037109375 533.6580810546875 537.6575927734375 539.6571044921875 537.6566162109375 535.65606689453125 534.65509033203125 538.65460205078125 541.654052734375 538.653564453125 534.653076171875 532.652587890625 530.65203857421875 526.65106201171875 527.65057373046875 529.6500244140625 534.6495361328125 539.6490478515625 541.6485595703125 539.64801025390625 541.64752197265625 553.64654541015625 552.64532470703125 552.64483642578125 553.64434814453125 554.643798828125 555.643310546875 555.642822265625 556.642333984375 563.64129638671875 569.64080810546875 573.64031982421875 573.6397705078125 571.6392822265625 567.6387939453125 562.6383056640625 556.63775634765625 540.63677978515625 530.63623046875 518.6357421875 509.63525390625 498.634765625 489.631011962890625 489.631011962890625 489.631011962890625 504.632232666015625 511.6317138671875 524.6312255859375 542.6307373046875 558.63018798828125 569.62969970703125 581.62921142578125 595.62872314453125 621.62701416015625 622.62652587890625 621.6259765625 619.62548828125 618.625 618.62451171875 618.62396240234375 618.62347412109375 622.6224365234375 623.6219482421875 626.6214599609375 630.6209716796875 628.62042236328125 623.61993408203125 614.61944580078125 597.618408203125 589.617919921875 579.617431640625 568.616943359375 562.61260986328125 562.61260986328125 562.61260986328125 574.6148681640625 596.6138916015625 612.6134033203125 631.61285400390625 652.61236572265625 672.61187744140625 676.61138916015625 677.61083984375 681.6103515625 682.608642578125 684.608154296875 690.607666015625 694.60711669921875 694.60662841796875 695.60614013671875 697.6055908203125 697.6051025390625 696.6041259765625 692.60357666015625 686.60308837890625 683.60260009765625 686.60211181640625 694.6015625 706.60107421875 720.6005859375 734.59954833984375 737.59906005859375 740.59857177734375 742.5980224609375 743.5975341796875 740.5970458984375 736.5965576171875 737.59600830078125 748.59503173828125 752.59454345703125 755.593994140625 752.593505859375 745.593017578125 735.592529296875 727.59197998046875 723.59075927734375 732.58978271484375 734.58929443359375 734.5887451171875 735.5882568359375 739.5877685546875 744.58721923828125 749.58673095703125 749.58575439453125 748.585205078125 750.584716796875 753.584228515625 754.583740234375 758.58319091796875 766.58270263671875 771.58221435546875 778.5811767578125 780.5806884765625 782.5802001953125 784.57965087890625 786.57916259765625 787.57867431640625 789.578125 790.57763671875 793.57666015625 797.57611083984375 798.57562255859375 801.57513427734375 802.57464599609375 804.5740966796875
|
||||
342.72650146484375 341.725982666015625 342.725494384765625 342.7249755859375 339.7239990234375 338.723480224609375 337.72296142578125 337.72247314453125 337.72198486328125 339.721466064453125 342.720977783203125 344.720458984375 345.719451904296875 348.718963623046875 347.71844482421875 346.71795654296875 345.716796875 345.71630859375 345.715789794921875 345.715301513671875 344.71429443359375 344.71380615234375 344.713287353515625 346.7127685546875 348.7122802734375 347.7117919921875 348.711273193359375 350.71075439453125 351.70977783203125 351.709259033203125 352.708770751953125 353.708251953125 353.707763671875 353.707244873046875 352.706756591796875 351.70623779296875 356.705230712890625 359.704742431640625 361.7042236328125 363.7037353515625 362.703216552734375 361.702728271484375 361.70220947265625 364.701202392578125 365.700714111328125 367.7001953125 368.69970703125 365.69854736328125 366.69805908203125 369.697540283203125 374.697052001953125 379.696044921875 379.695526123046875 379.695037841796875 382.69451904296875 385.69403076171875 388.693511962890625 393.693023681640625 402.6925048828125 419.691497802734375 422.691009521484375 422.69049072265625 421.69000244140625 421.689483642578125 420.688995361328125 415.6884765625 414.68798828125 419.686981201171875 424.68646240234375 429.68597412109375 436.685455322265625 445.684967041015625 454.6844482421875 463.6839599609375 468.683441162109375 471.68243408203125 475.68194580078125 479.681427001953125 485.680267333984375 481.679779052734375 477.67926025390625 473.67877197265625 469.678253173828125 456.67724609375 452.6767578125 447.676239013671875 445.67572021484375 446.67523193359375 450.67474365234375 455.674224853515625 460.6737060546875 472.6727294921875 472.672210693359375 474.67169189453125 476.67120361328125 474.67071533203125 474.670196533203125 476.669677734375 468.668670654296875 467.667510986328125 469.66766357421875 474.66717529296875 477.666656494140625 478.666168212890625 480.6656494140625 484.6651611328125 496.664154052734375 498.66363525390625 501.66314697265625 506.662628173828125 512.66143798828125 515.66094970703125 518.66046142578125 520.65997314453125 519.658935546875 521.658447265625 523.657958984375 528.65740966796875 532.65692138671875 535.65643310546875 536.65594482421875 535.6553955078125 528.6544189453125 531.6539306640625 535.65338134765625 536.65289306640625 532.65240478515625 528.65191650390625 526.6513671875 524.65087890625 524.64990234375 528.64935302734375 533.64886474609375 537.64837646484375 536.6478271484375 535.6473388671875 541.6468505859375 548.6463623046875 552.64532470703125 552.64483642578125 553.64434814453125 550.64312744140625 549.64263916015625 551.64215087890625 555.6416015625 559.64111328125 568.64013671875 570.63958740234375 568.63909912109375 567.63861083984375 564.63812255859375 558.6375732421875 551.6370849609375 537.6361083984375 529.63555908203125 519.63507080078125 506.63458251953125 494.634063720703125 489.631011962890625 489.631011962890625 489.631011962890625 501.63153076171875 514.63104248046875 533.63055419921875 552.6300048828125 567.6295166015625 577.6290283203125 589.6285400390625 602.62799072265625 621.62701416015625 622.62652587890625 621.6259765625 612.62481689453125 614.624267578125 616.623779296875 616.623291015625 615.622802734375 618.62176513671875 621.62127685546875 624.62078857421875 627.6202392578125 626.6197509765625 623.6192626953125 620.6187744140625 616.61822509765625 598.61724853515625 584.61669921875 569.6162109375 562.61260986328125 562.61260986328125 562.61260986328125 564.61419677734375 579.61370849609375 613.6126708984375 625.6121826171875 643.6116943359375 663.6112060546875 669.61065673828125 672.61016845703125 677.60968017578125 680.609130859375 684.608154296875 690.607666015625 691.6064453125 692.60595703125 694.60540771484375 698.60491943359375 696.60443115234375 689.6033935546875 687.6029052734375 683.6024169921875 681.60186767578125 683.60137939453125 688.60089111328125 701.60040283203125 713.599853515625 726.598876953125 729.59832763671875 731.59783935546875 733.59735107421875 735.59686279296875 733.5963134765625 731.5958251953125 732.5953369140625 744.59429931640625 748.59381103515625 748.59332275390625 744.5927734375 739.59228515625 730.591796875 723.59130859375 723.59075927734375 732.58978271484375 734.58929443359375 734.5887451171875 733.5875244140625 737.5870361328125 742.5865478515625 745.5860595703125 747.58551025390625 742.58453369140625 744.583984375 752.58349609375 757.5830078125 764.58251953125 770.58197021484375 774.58148193359375 775.58099365234375 779.5799560546875 780.5794677734375 781.5789794921875 782.57843017578125 783.57794189453125 785.57745361328125 786.576904296875 787.576416015625 791.575439453125 795.57489013671875 797.57440185546875 798.57391357421875 800.57342529296875
|
||||
335.725860595703125 339.725372314453125 340.724853515625 341.724365234375 339.723358154296875 338.72283935546875 338.721588134765625 338.721588134765625 338.721588134765625 339.7208251953125 341.7203369140625 343.719818115234375 346.71881103515625 346.71832275390625 346.717803955078125 345.717315673828125 345.716796875 345.71630859375 345.715789794921875 342.71466064453125 342.711883544921875 342.711883544921875 342.712646484375 345.712158203125 347.711639404296875 346.71099853515625 346.71099853515625 347.71014404296875 349.709136962890625 350.7086181640625 351.7081298828125 352.707611083984375 353.707122802734375 353.70660400390625 352.70611572265625 351.705596923828125 356.70458984375 360.7041015625 362.703582763671875 362.703094482421875 361.70257568359375 359.70208740234375 359.701568603515625 359.701080322265625 363.7000732421875 365.699554443359375 365.699066162109375 365.69854736328125 366.69805908203125 369.697540283203125 373.696380615234375 375.695892333984375 378.69488525390625 380.694366455078125 384.693878173828125 388.693359375 391.69287109375 396.692352294921875 401.691864013671875 415.69085693359375 418.690338134765625 422.689849853515625 424.6893310546875 427.6888427734375 428.688323974609375 428.687835693359375 425.68731689453125 427.686309814453125 430.685821533203125 436.685302734375 444.684814453125 452.684295654296875 458.683807373046875 466.68328857421875 471.68280029296875 474.681793212890625 479.6812744140625 486.6807861328125 485.680267333984375 481.679779052734375 477.67926025390625 473.67877197265625 477.6776123046875 462.67657470703125 459.67608642578125 454.675567626953125 448.675079345703125 449.674560546875 453.674072265625 457.673553466796875 465.673065185546875 476.67205810546875 477.671539306640625 478.671051025390625 479.6705322265625 480.6700439453125 479.669525146484375 476.669036865234375 472.66851806640625 467.667510986328125 468.667022705078125 471.66650390625 473.666015625 473.665496826171875 474.66497802734375 480.66448974609375 486.66400146484375 495.6629638671875 498.6624755859375 507.661956787109375 512.66143798828125 515.66094970703125 518.66046142578125 514.6593017578125 514.65875244140625 517.65777587890625 524.65728759765625 530.65673828125 533.65625 534.65576171875 534.6552734375 532.65472412109375 523.65374755859375 524.65325927734375 526.6527099609375 529.6522216796875 528.6517333984375 525.6512451171875 523.65069580078125 520.65020751953125 521.649169921875 525.648681640625 530.648193359375 532.647705078125 533.64715576171875 535.64666748046875 540.64617919921875 544.64569091796875 549.6446533203125 551.6441650390625 551.6436767578125 550.64312744140625 549.64263916015625 551.64215087890625 553.64093017578125 558.64044189453125 564.639404296875 565.638916015625 565.638427734375 565.637939453125 562.63739013671875 555.63690185546875 547.63641357421875 540.63592529296875 528.6348876953125 519.6343994140625 508.633880615234375 495.633392333984375 489.631011962890625 489.631011962890625 489.631011962890625 489.631011962890625 512.63037109375 537.62982177734375 553.62933349609375 567.62884521484375 580.62835693359375 594.6278076171875 609.6273193359375 619.6263427734375 616.62579345703125 613.62530517578125 612.62481689453125 614.624267578125 616.623779296875 612.62261962890625 609.6220703125 615.62109375 618.62060546875 621.62005615234375 623.61956787109375 625.61907958984375 624.6185302734375 622.6180419921875 618.6175537109375 604.61651611328125 590.61602783203125 573.61553955078125 562.61260986328125 562.61260986328125 562.61260986328125 567.613525390625 583.61297607421875 614.61199951171875 625.61151123046875 636.6109619140625 656.6104736328125 667.6099853515625 669.6094970703125 675.60894775390625 679.60845947265625 685.607421875 689.60693359375 691.6064453125 692.60595703125 694.60540771484375 698.60491943359375 689.60369873046875 684.60321044921875 682.6021728515625 681.6016845703125 679.6011962890625 675.6007080078125 680.60015869140625 690.59967041015625 699.59918212890625 708.5986328125 718.59765625 721.59716796875 723.59661865234375 723.59613037109375 723.59564208984375 725.5950927734375 729.5946044921875 741.5936279296875 743.59307861328125 742.59259033203125 738.59210205078125 732.59161376953125 724.591064453125 720.590576171875 722.590087890625 731.58905029296875 733.58856201171875 732.58807373046875 733.5875244140625 737.5870361328125 742.5865478515625 741.5853271484375 741.5848388671875 738.58380126953125 741.58331298828125 750.582763671875 758.582275390625 762.581787109375 766.581298828125 767.58074951171875 771.58026123046875 774.5792236328125 775.5787353515625 776.5782470703125 777.5777587890625 778.57720947265625 780.57672119140625 783.57623291015625 784.57568359375 788.57470703125 791.57421875 792.57366943359375 794.57318115234375 796.57269287109375
|
||||
332.7252197265625 335.7247314453125 337.7242431640625 337.723724365234375 337.72320556640625 338.72222900390625 338.721588134765625 338.721588134765625 338.721588134765625 338.721588134765625 339.719696044921875 341.71917724609375 343.71868896484375 344.717681884765625 344.7171630859375 343.7166748046875 342.7161865234375 342.715667724609375 342.71514892578125 342.71466064453125 342.711883544921875 342.711883544921875 342.712005615234375 345.711517333984375 346.71099853515625 346.71099853515625 347.709991455078125 348.709503173828125 347.70849609375 348.707977294921875 349.70745849609375 350.70697021484375 352.70648193359375 353.705963134765625 352.7054443359375 351.7049560546875 354.703948974609375 357.70343017578125 358.70294189453125 358.70245361328125 358.701934814453125 358.701416015625 357.700927734375 357.700408935546875 359.69940185546875 361.69891357421875 363.698394775390625 365.697906494140625 367.6973876953125 369.6968994140625 373.696380615234375 375.695892333984375 378.69488525390625 380.694366455078125 390.6932373046875 391.692718505859375 394.69219970703125 397.69171142578125 400.69122314453125 402.690704345703125 411.689697265625 416.689178466796875 422.688690185546875 427.68817138671875 433.68768310546875 435.687164306640625 435.686676025390625 436.6861572265625 440.685150146484375 445.684661865234375 451.68414306640625 457.68365478515625 461.683135986328125 467.682647705078125 472.68212890625 475.681121826171875 480.680633544921875 485.68011474609375 487.67962646484375 483.679107666015625 482.6785888671875 480.6781005859375 477.6776123046875 462.67657470703125 459.67608642578125 463.6749267578125 459.674407958984375 456.673919677734375 457.67340087890625 463.67291259765625 469.672393798828125 479.67138671875 480.6708984375 480.670379638671875 480.66986083984375 480.66937255859375 479.668853759765625 475.668365478515625 471.6678466796875 465.666839599609375 465.666351318359375 467.66583251953125 468.66534423828125 467.664825439453125 469.664337158203125 473.663818359375 482.663330078125 492.662322998046875 496.66180419921875 504.66131591796875 511.660797119140625 511.6602783203125 512.6597900390625 514.6593017578125 514.65875244140625 517.65777587890625 523.6566162109375 529.65606689453125 531.65557861328125 531.65509033203125 530.65460205078125 529.654052734375 524.653564453125 519.652587890625 520.65203857421875 522.65155029296875 523.65106201171875 521.6505126953125 517.6500244140625 515.6495361328125 517.64849853515625 522.64801025390625 526.64752197265625 530.64703369140625 533.646484375 535.64599609375 536.6455078125 537.64501953125 542.64398193359375 548.64349365234375 549.6429443359375 546.6424560546875 547.6419677734375 550.6414794921875 553.64093017578125 558.64044189453125 564.639404296875 560.63824462890625 562.63775634765625 558.63726806640625 555.63671875 549.63623046875 542.6357421875 536.63519287109375 524.63421630859375 513.63372802734375 506.633209228515625 499.6326904296875 491.6322021484375 489.631011962890625 489.631011962890625 489.631011962890625 514.629638671875 559.629150390625 580.628662109375 585.628173828125 592.62762451171875 597.62713623046875 605.62664794921875 612.6260986328125 610.6251220703125 608.6246337890625 610.62408447265625 613.62359619140625 614.62310791015625 612.62261962890625 609.6220703125 611.62158203125 618.62060546875 618.619384765625 621.618896484375 624.61834716796875 624.61785888671875 623.61737060546875 622.6168212890625 609.6158447265625 593.6153564453125 574.61480712890625 562.61260986328125 562.61260986328125 562.61260986328125 572.61279296875 589.6123046875 610.61126708984375 621.61077880859375 632.61029052734375 647.60980224609375 659.6092529296875 666.6087646484375 673.6082763671875 676.6077880859375 685.60675048828125 689.60626220703125 689.605712890625 690.605224609375 692.604736328125 692.604248046875 689.60369873046875 684.60321044921875 682.6021728515625 677.60101318359375 673.6004638671875 673.5999755859375 678.5994873046875 685.5989990234375 691.59844970703125 697.59796142578125 709.596923828125 712.596435546875 715.595947265625 716.595458984375 716.59490966796875 721.59442138671875 729.59393310546875 737.5933837890625 742.5924072265625 739.5919189453125 735.59136962890625 728.59088134765625 719.59039306640625 717.58984375 721.58935546875 728.5888671875 731.58782958984375 733.58734130859375 735.58685302734375 739.5863037109375 740.5858154296875 741.5853271484375 741.5848388671875 738.58380126953125 745.58258056640625 753.58209228515625 754.58154296875 756.5810546875 760.58056640625 763.580078125 765.57952880859375 770.57855224609375 772.5780029296875 772.5775146484375 773.5770263671875 774.5765380859375 776.57598876953125 778.57550048828125 781.57501220703125 787.573974609375 787.573486328125 787.572998046875 788.57244873046875 792.57196044921875
|
||||
332.72283935546875 333.724090576171875 334.723602294921875 333.72308349609375 333.72259521484375 338.721588134765625 338.721588134765625 338.721588134765625 338.721588134765625 338.721588134765625 339.71905517578125 341.71856689453125 342.718048095703125 343.717041015625 343.716552734375 343.716033935546875 342.713897705078125 342.713897705078125 342.71453857421875 342.714019775390625 342.713531494140625 342.711883544921875 342.712005615234375 345.711517333984375 346.71099853515625 346.71099853515625 347.7093505859375 348.7088623046875 346.708343505859375 347.70733642578125 347.70684814453125 348.706329345703125 351.705810546875 353.705322265625 354.704803466796875 353.704315185546875 350.70330810546875 351.702789306640625 351.702301025390625 352.7017822265625 354.7012939453125 355.700775146484375 355.700286865234375 356.69976806640625 358.698760986328125 358.698272705078125 359.69775390625 362.697265625 364.696746826171875 367.696258544921875 370.69573974609375 374.69525146484375 380.694244384765625 384.6937255859375 390.6932373046875 391.692718505859375 394.69219970703125 393.691070556640625 397.6905517578125 399.6900634765625 405.68902587890625 410.68853759765625 417.68804931640625 423.687530517578125 428.68701171875 432.6865234375 434.686004638671875 439.685516357421875 446.68450927734375 449.683990478515625 454.683502197265625 456.6829833984375 460.6824951171875 464.681976318359375 469.681488037109375 471.68096923828125 476.679962158203125 481.679443359375 486.678955078125 488.678466796875 487.677947998046875 486.67742919921875 482.67694091796875 476.676422119140625 467.6754150390625 463.6749267578125 459.674407958984375 456.673919677734375 463.6727294921875 465.6722412109375 469.671722412109375 473.67071533203125 475.67022705078125 476.669708251953125 475.669219970703125 475.668701171875 473.668212890625 471.667694091796875 468.667205810546875 461.66619873046875 460.665679931640625 461.6651611328125 461.6646728515625 463.664154052734375 466.663665771484375 470.66314697265625 475.66265869140625 487.661651611328125 495.6611328125 503.66064453125 505.660125732421875 505.65960693359375 505.65911865234375 506.65863037109375 507.658111572265625 515.6571044921875 523.6566162109375 529.65606689453125 531.65557861328125 529.6544189453125 527.6539306640625 524.65338134765625 522.65289306640625 515.65185546875 514.6513671875 516.65087890625 517.650390625 515.64984130859375 512.64935302734375 512.64886474609375 513.64837646484375 521.6473388671875 526.6468505859375 530.64630126953125 533.64581298828125 533.64532470703125 533.64483642578125 533.644287109375 534.643798828125 542.642822265625 545.64227294921875 545.64178466796875 546.64129638671875 548.6407470703125 549.6402587890625 552.6397705078125 558.63873291015625 560.63824462890625 562.63775634765625 558.63726806640625 555.63671875 543.63555908203125 535.635009765625 529.634521484375 511.633514404296875 504.633026123046875 500.63250732421875 496.63201904296875 492.631500244140625 489.631011962890625 490.6304931640625 501.6300048828125 541.62896728515625 572.62847900390625 581.62799072265625 588.62744140625 591.626953125 594.62646484375 602.6259765625 608.62542724609375 604.62445068359375 604.6239013671875 607.6234130859375 611.6229248046875 611.6224365234375 607.62188720703125 605.62139892578125 607.62091064453125 615.619873046875 618.619384765625 621.618896484375 624.61834716796875 622.6171875 623.61663818359375 625.61614990234375 622.61566162109375 598.6146240234375 585.6141357421875 573.6136474609375 562.61309814453125 562.61260986328125 574.61212158203125 588.61163330078125 594.611083984375 610.610107421875 623.60955810546875 638.60906982421875 650.60858154296875 658.60809326171875 666.6075439453125 671.6070556640625 682.60601806640625 684.60552978515625 684.60504150390625 687.60455322265625 688.60400390625 686.603515625 682.60302734375 680.6025390625 679.60150146484375 677.60101318359375 673.6004638671875 673.5999755859375 682.5987548828125 687.5982666015625 690.5977783203125 697.59722900390625 705.59625244140625 707.595703125 712.59521484375 716.5947265625 720.59423828125 726.59368896484375 732.59320068359375 737.59271240234375 736.5916748046875 732.5911865234375 729.5906982421875 720.59014892578125 712.58966064453125 711.58917236328125 717.588623046875 724.588134765625 728.587158203125 729.58660888671875 732.58612060546875 734.58563232421875 733.5850830078125 733.5845947265625 734.5841064453125 736.5836181640625 745.58258056640625 753.58209228515625 754.58154296875 752.580322265625 755.579833984375 758.579345703125 761.578857421875 764.57830810546875 768.57733154296875 769.5767822265625 768.5762939453125 771.5758056640625 775.5753173828125 778.57476806640625 781.57427978515625 784.57379150390625 785.57275390625 785.57275390625 787.57171630859375 789.57122802734375
|
||||
332.72283935546875 332.723480224609375 333.72296142578125 333.72247314453125 334.721954345703125 339.720947265625 339.720458984375 338.721588134765625 338.721588134765625 339.71893310546875 341.718414306640625 342.717926025390625 342.7174072265625 343.716400146484375 344.715911865234375 344.71539306640625 343.71490478515625 342.714385986328125 342.713897705078125 343.71337890625 344.712890625 342.711883544921875 344.71136474609375 346.71087646484375 347.710357666015625 347.709869384765625 347.7093505859375 348.7088623046875 346.708343505859375 345.706695556640625 346.7061767578125 346.7056884765625 348.705169677734375 350.704681396484375 351.70416259765625 352.70367431640625 350.703155517578125 346.7021484375 346.70166015625 349.701141357421875 352.700653076171875 353.70013427734375 355.69964599609375 356.699127197265625 357.698638916015625 358.6976318359375 358.697113037109375 359.69659423828125 360.69610595703125 363.695587158203125 365.695098876953125 368.694580078125 373.694091796875 384.693084716796875 387.69256591796875 388.69207763671875 389.691558837890625 393.691070556640625 397.6905517578125 399.6900634765625 403.688385009765625 408.687896728515625 413.6873779296875 421.6868896484375 426.686370849609375 428.68585205078125 432.68536376953125 438.684844970703125 449.683837890625 451.683349609375 452.682830810546875 455.682342529296875 458.68182373046875 461.68133544921875 465.680816650390625 470.680328369140625 475.6793212890625 480.678802490234375 484.67828369140625 487.67779541015625 487.677276611328125 486.676788330078125 485.67626953125 482.67578125 476.674774169921875 472.67425537109375 468.67376708984375 463.673248291015625 463.6727294921875 465.6722412109375 469.671722412109375 465.670562744140625 467.6695556640625 469.6690673828125 468.668548583984375 466.66802978515625 464.66754150390625 463.667022705078125 462.666534423828125 459.666015625 453.665008544921875 454.664520263671875 455.66400146484375 458.66351318359375 465.662994384765625 470.6624755859375 473.6619873046875 477.661468505859375 494.66046142578125 498.65997314453125 499.659454345703125 498.658966064453125 498.658447265625 500.657958984375 502.657440185546875 513.65643310546875 521.65594482421875 527.6553955078125 530.6549072265625 529.6544189453125 527.6539306640625 524.65338134765625 522.65289306640625 512.65118408203125 511.6495361328125 511.65020751953125 511.649688720703125 509.649200439453125 508.648681640625 509.648193359375 512.647705078125 522.64666748046875 524.64617919921875 527.6456298828125 530.6451416015625 531.6446533203125 531.6441650390625 531.64361572265625 535.64312744140625 539.64208984375 541.6416015625 542.64111328125 543.640625 545.64007568359375 545.63958740234375 548.63909912109375 553.6385498046875 556.6375732421875 557.6370849609375 556.63653564453125 550.63604736328125 543.63555908203125 535.635009765625 529.634521484375 513.63336181640625 496.63232421875 492.6318359375 488.631317138671875 484.630828857421875 486.63031005859375 498.62982177734375 515.6292724609375 530.6287841796875 567.6278076171875 576.62725830078125 582.62677001953125 586.62628173828125 589.625732421875 599.625244140625 605.624755859375 600.62371826171875 600.62322998046875 602.62274169921875 605.6221923828125 606.6217041015625 605.62054443359375 605.6207275390625 607.62017822265625 614.61920166015625 618.61871337890625 620.6181640625 621.61767578125 622.6171875 623.61663818359375 625.61614990234375 617.61492919921875 596.61395263671875 584.61346435546875 573.6129150390625 560.6124267578125 558.6119384765625 571.61138916015625 582.61090087890625 588.61041259765625 604.609375 615.60888671875 626.6083984375 640.60784912109375 655.60736083984375 665.60687255859375 674.60638427734375 675.6058349609375 677.6048583984375 676.60430908203125 678.60382080078125 680.60333251953125 678.60284423828125 676.602294921875 674.601806640625 673.601318359375 669.60028076171875 671.59979248046875 675.5992431640625 682.5987548828125 687.5982666015625 690.5977783203125 699.5965576171875 702.5960693359375 714.59503173828125 720.59454345703125 723.593994140625 728.593505859375 735.593017578125 735.592529296875 735.59197998046875 726.59100341796875 722.5904541015625 716.5899658203125 710.5894775390625 708.58892822265625 709.58843994140625 714.58795166015625 721.58746337890625 723.58642578125 722.5859375 724.58538818359375 726.58489990234375 728.58441162109375 730.5838623046875 732.5833740234375 737.5828857421875 749.58184814453125 751.58135986328125 752.58087158203125 752.580322265625 755.579833984375 758.579345703125 759.578125 762.57763671875 766.57659912109375 766.57611083984375 768.5755615234375 769.5750732421875 773.5745849609375 778.57403564453125 781.57354736328125 782.57305908203125 787.572021484375 787.571533203125 787.571044921875 786.57049560546875
|
||||
332.72283935546875 332.72283935546875 333.722320556640625 335.721832275390625 336.7213134765625 338.7208251953125 339.719818115234375 340.71929931640625 340.71881103515625 341.718292236328125 342.717803955078125 342.71728515625 341.716796875 342.716278076171875 345.71527099609375 345.71478271484375 343.714263916015625 342.7137451171875 342.7132568359375 342.712738037109375 341.712249755859375 341.71124267578125 343.710723876953125 345.710235595703125 345.709716796875 345.709228515625 345.708709716796875 345.708221435546875 345.70770263671875 345.706695556640625 346.7061767578125 346.7056884765625 346.70452880859375 347.70404052734375 347.703521728515625 348.703033447265625 347.7025146484375 346.70037841796875 346.701019287109375 348.70050048828125 350.70001220703125 352.699493408203125 353.698974609375 352.698486328125 354.697967529296875 358.69696044921875 358.69696044921875 359.695953369140625 362.695465087890625 364.6949462890625 366.6944580078125 369.693939208984375 371.69342041015625 378.69244384765625 381.691925048828125 383.69140625 385.69091796875 388.690399169921875 393.689910888671875 397.68939208984375 401.68890380859375 408.687896728515625 413.6873779296875 421.68621826171875 425.68572998046875 428.685211181640625 432.6846923828125 440.6842041015625 447.683685302734375 452.68267822265625 452.68218994140625 455.681671142578125 457.681182861328125 459.6806640625 462.68017578125 467.679656982421875 476.67864990234375 477.678131103515625 479.677642822265625 483.6771240234375 485.6766357421875 488.676116943359375 486.675628662109375 482.67510986328125 475.674102783203125 471.673583984375 467.673095703125 463.672576904296875 461.672088623046875 462.67156982421875 464.67108154296875 465.670562744140625 467.6695556640625 469.6690673828125 468.668548583984375 458.667388916015625 458.6668701171875 457.6663818359375 457.665863037109375 455.66534423828125 449.664337158203125 449.663848876953125 450.663330078125 456.662841796875 462.662322998046875 467.661834716796875 468.66131591796875 470.66082763671875 482.6597900390625 489.6593017578125 493.658782958984375 493.658294677734375 493.65777587890625 495.65728759765625 499.656768798828125 503.65625 519.6552734375 526.65472412109375 528.65423583984375 526.65374755859375 523.65325927734375 520.6527099609375 519.6522216796875 516.6517333984375 511.6495361328125 511.65020751953125 507.649017333984375 504.64849853515625 505.64801025390625 508.647491455078125 514.64697265625 519.64599609375 522.6455078125 525.64495849609375 526.64447021484375 527.64398193359375 529.6434326171875 531.6429443359375 534.6424560546875 538.64141845703125 537.64093017578125 537.64044189453125 539.639892578125 541.639404296875 541.638916015625 543.638427734375 549.63787841796875 554.63690185546875 555.6363525390625 552.6358642578125 545.6353759765625 538.6348876953125 530.63433837890625 522.63385009765625 513.63336181640625 496.63232421875 492.6318359375 479.630645751953125 479.630126953125 485.629638671875 499.629119873046875 517.62860107421875 535.62811279296875 566.6270751953125 575.6265869140625 582.6260986328125 584.6256103515625 586.62506103515625 591.62457275390625 596.62408447265625 596.62353515625 596.62255859375 600.6220703125 604.62152099609375 605.62103271484375 605.62054443359375 607.6199951171875 608.6195068359375 610.6190185546875 618.61798095703125 619.61749267578125 618.61700439453125 617.616455078125 619.615966796875 621.615478515625 617.61492919921875 596.61395263671875 584.61346435546875 570.61224365234375 555.61175537109375 555.61053466796875 558.6107177734375 571.6102294921875 582.60968017578125 598.60870361328125 608.60821533203125 620.607666015625 636.607177734375 651.606689453125 665.60614013671875 673.60565185546875 673.60516357421875 672.6041259765625 672.6036376953125 673.6031494140625 674.60260009765625 673.60211181640625 671.60162353515625 666.60107421875 665.6002197265625 665.6002197265625 670.59906005859375 679.59857177734375 683.59808349609375 687.5975341796875 694.5970458984375 699.5965576171875 702.5960693359375 714.59503173828125 720.59454345703125 725.59332275390625 729.5927734375 733.59228515625 733.591796875 731.59130859375 724.59075927734375 712.58978271484375 706.5892333984375 702.5887451171875 702.5882568359375 706.5877685546875 712.58721923828125 717.58673095703125 718.58624267578125 716.585205078125 719.584716796875 724.58416748046875 726.58367919921875 729.58319091796875 734.5826416015625 738.5821533203125 746.5811767578125 748.58062744140625 748.58013916015625 748.57965087890625 750.5791015625 756.57861328125 759.578125 762.57763671875 766.57659912109375 765.57537841796875 766.57489013671875 768.5743408203125 771.5738525390625 775.5733642578125 778.57281494140625 781.57232666015625 784.5712890625 784.57080078125 783.5703125 782.56982421875
|
||||
334.72332763671875 332.72283935546875 333.722320556640625 335.721832275390625 334.720703125 336.720184326171875 340.71917724609375 341.718658447265625 342.718170166015625 342.7176513671875 342.7171630859375 341.716644287109375 339.716156005859375 340.71563720703125 343.714630126953125 345.714141845703125 344.713623046875 343.713134765625 341.712615966796875 340.71209716796875 339.71160888671875 339.711090087890625 342.7100830078125 343.7095947265625 343.709075927734375 343.708587646484375 343.70806884765625 344.70758056640625 344.7059326171875 344.70654296875 345.70556640625 345.705047607421875 346.70452880859375 347.70404052734375 347.703521728515625 346.702392578125 346.701873779296875 346.70086669921875 346.70037841796875 347.699859619140625 349.6993408203125 351.6988525390625 352.698333740234375 351.6988525390625 353.69732666015625 359.696319580078125 361.695831298828125 364.6953125 366.69482421875 369.694305419921875 372.69378662109375 373.69329833984375 373.692779541015625 375.6917724609375 378.6912841796875 380.690765380859375 382.69024658203125 387.68975830078125 393.68927001953125 399.688751220703125 401.688232421875 409.687225341796875 415.686737060546875 421.68621826171875 425.68572998046875 428.685211181640625 432.6846923828125 438.68353271484375 444.68304443359375 447.682037353515625 449.6815185546875 452.6810302734375 454.680511474609375 457.680023193359375 461.67950439453125 465.67901611328125 469.678497314453125 476.677490234375 478.676971435546875 481.676483154296875 485.67596435546875 486.67547607421875 484.674957275390625 481.6744384765625 475.6739501953125 463.672943115234375 460.67242431640625 457.67193603515625 455.671417236328125 455.670928955078125 456.67041015625 458.669921875 460.66888427734375 460.66839599609375 460.667877197265625 458.667388916015625 458.6668701171875 457.6663818359375 453.665191650390625 453.664703369140625 448.6636962890625 447.663177490234375 450.66265869140625 455.66217041015625 461.661651611328125 462.661163330078125 463.66064453125 463.66015625 472.65911865234375 481.65863037109375 486.658111572265625 487.657623291015625 487.6571044921875 491.6566162109375 497.656097412109375 505.65557861328125 517.65460205078125 522.654052734375 523.653564453125 521.653076171875 519.652587890625 516.65203857421875 516.65155029296875 516.65106201171875 513.6500244140625 511.6495361328125 507.649017333984375 504.64849853515625 505.64801025390625 504.646820068359375 510.646331787109375 514.64581298828125 520.644775390625 522.644287109375 523.643798828125 524.643310546875 527.64276123046875 530.64227294921875 532.64178466796875 534.6412353515625 529.6402587890625 531.6397705078125 534.63922119140625 537.63873291015625 537.63824462890625 539.6376953125 546.63720703125 552.63623046875 551.63568115234375 546.63519287109375 540.63470458984375 536.6341552734375 527.6336669921875 515.6331787109375 503.632659912109375 490.63165283203125 484.631134033203125 479.630645751953125 479.630126953125 485.629638671875 501.628448486328125 520.6279296875 533.62744140625 561.62640380859375 573.62591552734375 579.62542724609375 581.6248779296875 581.6243896484375 585.6239013671875 589.62335205078125 591.62286376953125 592.621826171875 595.621337890625 600.620849609375 603.620361328125 605.61981201171875 608.61932373046875 608.61883544921875 610.6182861328125 616.6173095703125 618.6168212890625 616.61627197265625 613.61578369140625 615.61529541015625 618.61474609375 612.6142578125 604.61376953125 586.61273193359375 570.61224365234375 555.61175537109375 555.61053466796875 558.6107177734375 568.6094970703125 577.6090087890625 584.6085205078125 601.60748291015625 614.60699462890625 631.60650634765625 648.60595703125 664.60546875 668.60498046875 667.60443115234375 667.60345458984375 668.6029052734375 667.6024169921875 668.6019287109375 668.6014404296875 665.60089111328125 665.6002197265625 665.6002197265625 671.598876953125 678.598388671875 682.597900390625 686.59735107421875 695.59686279296875 701.59637451171875 704.5958251953125 709.5953369140625 721.59429931640625 723.59381103515625 725.59332275390625 729.5927734375 733.59228515625 721.591064453125 719.590576171875 713.590087890625 702.58905029296875 697.58856201171875 698.5880126953125 701.5875244140625 707.5870361328125 710.5865478515625 712.58599853515625 713.58551025390625 712.58447265625 720.583984375 724.58349609375 729.58294677734375 729.58245849609375 732.58197021484375 735.58148193359375 739.5809326171875 744.5799560546875 746.57940673828125 747.57891845703125 749.57843017578125 752.577880859375 755.577392578125 758.576904296875 760.576416015625 765.57537841796875 766.57489013671875 768.5743408203125 771.5738525390625 770.5726318359375 772.5721435546875 777.57159423828125 780.57061767578125 780.570068359375 778.569580078125 776.569091796875
|
||||
333.72271728515625 332.72119140625 332.72119140625 332.72119140625 334.720703125 336.720184326171875 340.71917724609375 342.718048095703125 344.717529296875 343.717041015625 340.716522216796875 339.71600341796875 338.71551513671875 338.714996337890625 341.7139892578125 344.7135009765625 344.712982177734375 344.712493896484375 341.71197509765625 338.71148681640625 337.710968017578125 337.71044921875 339.709442138671875 341.708953857421875 341.70843505859375 342.70794677734375 343.707427978515625 345.706939697265625 345.7064208984375 344.7059326171875 345.70489501953125 346.70440673828125 347.703887939453125 346.703399658203125 345.702880859375 346.702392578125 346.701873779296875 346.701873779296875 346.701873779296875 347.69921875 349.698699951171875 352.698211669921875 351.6988525390625 351.6988525390625 352.696685791015625 358.6961669921875 365.695159912109375 367.694671630859375 369.69415283203125 374.69366455078125 376.693145751953125 376.692657470703125 374.692138671875 375.691131591796875 377.69061279296875 379.69012451171875 382.689605712890625 387.689117431640625 392.6885986328125 395.6881103515625 398.687591552734375 407.68658447265625 412.686065673828125 419.685577392578125 424.68505859375 428.6845703125 432.684051513671875 438.68353271484375 444.68304443359375 447.682037353515625 446.680877685546875 450.68035888671875 452.67987060546875 456.679351806640625 460.678863525390625 463.6783447265625 467.677825927734375 473.67681884765625 476.67633056640625 480.675811767578125 482.675323486328125 482.6748046875 481.67431640625 476.673797607421875 469.67327880859375 458.672271728515625 454.671783447265625 450.6712646484375 448.6707763671875 448.670257568359375 451.66973876953125 453.66925048828125 454.668731689453125 452.667724609375 452.667236328125 453.666717529296875 453.66619873046875 452.66571044921875 453.665191650390625 453.664703369140625 449.6641845703125 447.662506103515625 451.662017822265625 456.6614990234375 457.660980224609375 458.660491943359375 457.65997314453125 458.65948486328125 468.658447265625 473.657958984375 477.657440185546875 481.656951904296875 485.65643310546875 490.65594482421875 497.655426025390625 505.6549072265625 513.6539306640625 514.65338134765625 514.65289306640625 516.65240478515625 517.65185546875 518.6513671875 518.65087890625 520.650390625 516.64935302734375 511.64886474609375 505.648345947265625 502.6478271484375 500.6473388671875 504.646820068359375 510.646331787109375 514.64581298828125 516.64410400390625 516.64361572265625 517.64312744140625 521.642578125 526.64208984375 529.6416015625 529.64111328125 529.64056396484375 525.63958740234375 525.6390380859375 530.6385498046875 533.6380615234375 534.6375732421875 536.63702392578125 540.63653564453125 545.63604736328125 547.635009765625 540.634521484375 536.634033203125 531.63348388671875 519.63299560546875 507.632476806640625 496.631988525390625 489.6314697265625 478.630462646484375 476.6292724609375 477.62945556640625 483.628936767578125 501.628448486328125 520.6279296875 533.62744140625 561.62640380859375 571.625244140625 576.62469482421875 578.62420654296875 579.62371826171875 580.6231689453125 583.6226806640625 585.6221923828125 586.62115478515625 587.62066650390625 591.62017822265625 599.61962890625 604.619140625 606.61865234375 607.61810302734375 607.61761474609375 613.6165771484375 616.6160888671875 616.6156005859375 612.6151123046875 610.61456298828125 609.61407470703125 599.61358642578125 591.613037109375 580.612060546875 570.611572265625 561.61102294921875 555.61053466796875 558.61004638671875 568.6094970703125 577.6090087890625 584.6085205078125 599.6068115234375 607.60626220703125 619.60577392578125 647.60528564453125 663.604736328125 664.604248046875 664.603759765625 661.603271484375 663.60223388671875 663.60174560546875 661.6011962890625 661.6007080078125 665.6002197265625 671.59967041015625 677.59918212890625 681.59869384765625 686.59765625 691.59716796875 696.5966796875 701.59613037109375 704.59564208984375 705.59515380859375 709.5946044921875 720.5936279296875 723.5931396484375 724.59259033203125 724.59210205078125 724.59161376953125 721.591064453125 719.590576171875 713.590087890625 694.58782958984375 694.58782958984375 699.58734130859375 705.58685302734375 706.5863037109375 707.5858154296875 706.5853271484375 706.58477783203125 712.58380126953125 719.583251953125 725.582763671875 725.582275390625 727.581787109375 729.58123779296875 732.58074951171875 736.58026123046875 740.5792236328125 742.5787353515625 744.57818603515625 745.57769775390625 746.57720947265625 748.57666015625 751.576171875 755.57568359375 763.57464599609375 764.57415771484375 765.57366943359375 768.5731201171875 770.5726318359375 772.5721435546875 777.57159423828125 774.57037353515625 777.56939697265625 774.56884765625 773.568359375
|
||||
332.72119140625 332.72119140625 332.72119140625 332.72119140625 332.72119140625 332.72119140625 336.71905517578125 342.718048095703125 344.717529296875 343.717041015625 340.716522216796875 338.71539306640625 337.714874267578125 337.71435546875 339.713348388671875 341.712860107421875 344.71234130859375 343.71185302734375 339.711334228515625 337.710845947265625 336.7103271484375 337.7098388671875 339.70880126953125 341.70831298828125 341.707794189453125 342.707305908203125 344.706787109375 346.706298828125 345.705780029296875 343.70526123046875 344.704254150390625 346.703765869140625 345.7032470703125 344.7027587890625 344.702239990234375 345.701751708984375 347.70123291015625 348.70074462890625 346.701873779296875 347.69921875 349.698699951171875 352.698211669921875 351.6988525390625 351.6988525390625 353.696044921875 360.695526123046875 368.69451904296875 369.69403076171875 373.693511962890625 376.6929931640625 379.6925048828125 380.691986083984375 378.691497802734375 377.69097900390625 379.689971923828125 380.689453125 382.68896484375 386.688446044921875 390.687957763671875 393.68743896484375 396.68695068359375 399.686431884765625 408.6854248046875 415.684906005859375 421.684417724609375 424.68389892578125 428.68341064453125 432.682891845703125 435.682373046875 442.681365966796875 446.680877685546875 450.68035888671875 452.67987060546875 455.6787109375 459.678192138671875 462.67767333984375 466.67718505859375 468.676177978515625 470.6756591796875 476.6751708984375 478.674652099609375 479.67413330078125 476.67364501953125 471.673126220703125 463.672637939453125 451.671630859375 445.671112060546875 441.67059326171875 440.67010498046875 442.669586181640625 446.669097900390625 450.6685791015625 448.6680908203125 444.66705322265625 445.66656494140625 445.666046142578125 444.665557861328125 445.6650390625 446.66455078125 447.664031982421875 446.66351318359375 447.662506103515625 451.662017822265625 456.6614990234375 456.66033935546875 455.659820556640625 453.6593017578125 453.6588134765625 456.658294677734375 467.65728759765625 470.65679931640625 479.656280517578125 489.65576171875 493.6552734375 497.654754638671875 501.65423583984375 504.65374755859375 507.652740478515625 507.6522216796875 509.6517333984375 514.6512451171875 517.65069580078125 518.65020751953125 520.64971923828125 519.649169921875 510.648193359375 504.647674560546875 498.64715576171875 495.64666748046875 498.646148681640625 503.645660400390625 510.6451416015625 516.64410400390625 516.64361572265625 517.64312744140625 521.642578125 523.64141845703125 526.64093017578125 526.640380859375 524.639892578125 523.638916015625 524.63836669921875 528.63787841796875 532.63739013671875 532.6368408203125 531.6363525390625 535.6358642578125 540.6353759765625 542.63433837890625 534.63385009765625 530.63330078125 521.6328125 511.63232421875 498.631805419921875 489.63128662109375 482.63079833984375 476.6297607421875 476.6297607421875 481.628753662109375 493.628265380859375 513.62774658203125 525.62725830078125 535.626708984375 546.626220703125 571.625244140625 576.62469482421875 578.62420654296875 578.62298583984375 577.62249755859375 576.62200927734375 578.6214599609375 580.6209716796875 585.6199951171875 589.61944580078125 593.61895751953125 598.61846923828125 602.617919921875 604.617431640625 605.616943359375 606.61639404296875 612.61541748046875 612.61492919921875 607.6143798828125 603.6138916015625 598.6134033203125 588.61285400390625 579.61236572265625 568.611328125 566.61083984375 560.6103515625 555.60986328125 559.60931396484375 566.60882568359375 574.60833740234375 583.6077880859375 599.6068115234375 607.60626220703125 619.60577392578125 652.60455322265625 659.60406494140625 658.60357666015625 657.60302734375 656.6025390625 657.6015625 656.60101318359375 653.60052490234375 655.60003662109375 665.5994873046875 674.5989990234375 680.5985107421875 680.59796142578125 688.59698486328125 693.596435546875 699.595947265625 703.595458984375 705.594970703125 707.59442138671875 711.59393310546875 715.59344482421875 720.5924072265625 720.5919189453125 719.59136962890625 714.59088134765625 712.59039306640625 710.58984375 704.58935546875 697.5888671875 694.58782958984375 699.58734130859375 710.58612060546875 709.58563232421875 705.5850830078125 702.5845947265625 701.5841064453125 703.58355712890625 718.58258056640625 720.58203125 722.58154296875 727.5810546875 729.58056640625 732.58001708984375 734.57952880859375 736.5784912109375 736.5780029296875 739.5775146484375 742.57696533203125 744.57647705078125 747.57598876953125 750.575439453125 754.574951171875 761.57391357421875 762.57342529296875 763.57293701171875 764.5723876953125 766.5718994140625 769.5714111328125 772.5709228515625 774.57037353515625 777.56939697265625 774.56884765625 769.567626953125
|
||||
332.72119140625 332.72119140625 332.72119140625 332.72119140625 333.71942138671875 334.71893310546875 336.718414306640625 342.7174072265625 343.716888427734375 341.716400146484375 339.71588134765625 338.71539306640625 337.714874267578125 337.71435546875 336.713226318359375 338.71221923828125 342.711700439453125 343.711212158203125 339.710693359375 337.710205078125 336.709686279296875 337.709197998046875 339.70867919921875 341.707672119140625 342.7071533203125 342.7066650390625 344.706146240234375 344.705657958984375 343.70513916015625 343.70465087890625 343.704132080078125 344.703125 344.702606201171875 343.702117919921875 343.70159912109375 344.70111083984375 345.700592041015625 347.7000732421875 347.699066162109375 348.698577880859375 352.69805908203125 352.69757080078125 351.6988525390625 351.6988525390625 353.696044921875 359.69488525390625 365.693878173828125 369.693359375 374.69287109375 379.692352294921875 381.691864013671875 382.69134521484375 383.69085693359375 381.690338134765625 381.6893310546875 382.688812255859375 383.688323974609375 385.68780517578125 390.687286376953125 395.686798095703125 398.686279296875 400.685791015625 408.68475341796875 413.68426513671875 418.683746337890625 422.683258056640625 426.6827392578125 429.6822509765625 432.681732177734375 435.68121337890625 445.680206298828125 447.679718017578125 450.67919921875 455.6787109375 459.678192138671875 462.67767333984375 462.676513671875 463.676025390625 470.675018310546875 475.67449951171875 477.673980712890625 475.673492431640625 471.6729736328125 463.6724853515625 457.671966552734375 450.67144775390625 437.670440673828125 432.669952392578125 431.66943359375 435.6689453125 442.668426513671875 445.66790771484375 443.66741943359375 438.666412353515625 437.6658935546875 436.6654052734375 437.664886474609375 438.66436767578125 440.66387939453125 441.663360595703125 440.662841796875 443.661834716796875 449.661346435546875 454.66082763671875 456.66033935546875 455.659820556640625 453.6593017578125 453.6588134765625 455.657623291015625 464.6566162109375 472.6561279296875 483.655609130859375 488.65509033203125 492.65460205078125 495.654083251953125 497.653594970703125 500.653076171875 503.652069091796875 504.65155029296875 506.65106201171875 509.650543212890625 512.6500244140625 514.6495361328125 515.6490478515625 515.64849853515625 507.647491455078125 502.647003173828125 496.646484375 492.64599609375 493.645477294921875 498.64495849609375 504.64447021484375 508.643951416015625 511.6429443359375 513.6424560546875 517.64190673828125 523.64141845703125 526.64093017578125 526.640380859375 518.63922119140625 520.63873291015625 526.6376953125 528.63720703125 529.63671875 528.63616943359375 527.63568115234375 530.63519287109375 534.6346435546875 532.6336669921875 524.6331787109375 512.63262939453125 510.63214111328125 499.631622314453125 488.631103515625 477.630615234375 476.6297607421875 478.62908935546875 476.6297607421875 490.628082275390625 512.6275634765625 528.6270751953125 536.6265869140625 545.62603759765625 554.62554931640625 571.62451171875 575.6240234375 578.62353515625 578.62298583984375 577.62249755859375 576.62200927734375 575.62078857421875 578.62030029296875 584.6192626953125 587.6187744140625 587.6182861328125 589.61773681640625 591.61724853515625 594.61676025390625 599.6162109375 600.61572265625 603.61474609375 603.61419677734375 602.61370849609375 600.61322021484375 594.6126708984375 582.6121826171875 570.6116943359375 561.61114501953125 557.61016845703125 555.609619140625 554.609130859375 559.608642578125 565.608154296875 575.60760498046875 587.60711669921875 598.60662841796875 621.6055908203125 639.6051025390625 652.60455322265625 659.60406494140625 658.60357666015625 655.60235595703125 656.60186767578125 655.600830078125 653.600341796875 651.59979248046875 653.59930419921875 660.59881591796875 669.5982666015625 670.5977783203125 673.5972900390625 687.59625244140625 692.59576416015625 696.59527587890625 701.5947265625 705.59423828125 708.59375 710.59320068359375 712.59271240234375 714.5916748046875 713.5911865234375 710.5906982421875 706.59014892578125 702.58966064453125 701.58917236328125 696.588623046875 692.588134765625 695.587158203125 705.58660888671875 710.58612060546875 709.58563232421875 705.5850830078125 702.5845947265625 698.5833740234375 701.5828857421875 715.58184814453125 718.58135986328125 722.580810546875 724.580322265625 726.579833984375 729.579345703125 731.57879638671875 730.57830810546875 729.5772705078125 732.5767822265625 739.5762939453125 743.57574462890625 747.57525634765625 750.57476806640625 753.57421875 756.57373046875 759.57269287109375 760.57220458984375 760.57171630859375 762.5711669921875 767.5706787109375 770.5701904296875 771.56964111328125 771.56866455078125 770.568115234375 769.567626953125
|
||||
332.72119140625 332.72119140625 332.72119140625 333.71929931640625 334.718780517578125 335.718292236328125 337.7177734375 339.716766357421875 340.71624755859375 340.71575927734375 338.715240478515625 336.714752197265625 336.7142333984375 336.7137451171875 336.713226318359375 338.71221923828125 342.711700439453125 341.7105712890625 338.710052490234375 336.709564208984375 337.70904541015625 339.70855712890625 340.708038330078125 340.70703125 341.706512451171875 343.706024169921875 344.70550537109375 343.70501708984375 343.704498291015625 343.704132080078125 345.7034912109375 343.702484130859375 342.70196533203125 341.70147705078125 341.700958251953125 341.700439453125 343.699951171875 345.699432373046875 347.698944091796875 351.69793701171875 353.697418212890625 353.6968994140625 352.6964111328125 352.695892333984375 354.695404052734375 359.69488525390625 363.69439697265625 369.693359375 371.69219970703125 375.69171142578125 377.691192626953125 379.690704345703125 381.690185546875 382.689697265625 384.68865966796875 387.68817138671875 388.687652587890625 392.687164306640625 397.6866455078125 404.6861572265625 409.685638427734375 411.68511962890625 416.684112548828125 420.683624267578125 423.68310546875 428.682586669921875 433.682098388671875 436.68157958984375 437.68109130859375 437.680572509765625 442.6795654296875 444.679046630859375 448.678558349609375 455.67803955078125 459.67755126953125 462.677032470703125 462.676513671875 463.676025390625 470.675018310546875 475.67449951171875 472.67333984375 472.672821044921875 466.672332763671875 460.67181396484375 454.67132568359375 449.670806884765625 434.6697998046875 429.669281005859375 427.66876220703125 430.66827392578125 436.667755126953125 439.667266845703125 437.666748046875 436.666259765625 432.66522216796875 432.66473388671875 434.664215087890625 435.6636962890625 437.6632080078125 438.662689208984375 438.662200927734375 437.66168212890625 445.660675048828125 451.66015625 453.65966796875 451.659149169921875 449.65863037109375 451.65814208984375 455.657623291015625 464.6566162109375 472.6561279296875 480.654937744140625 485.6544189453125 489.6539306640625 492.653411865234375 494.652923583984375 495.65240478515625 497.651397705078125 500.65087890625 503.650390625 505.649871826171875 508.64935302734375 507.64886474609375 506.648345947265625 507.6478271484375 503.646820068359375 499.646331787109375 493.64581298828125 489.64532470703125 490.644805908203125 495.644287109375 498.643798828125 502.643280029296875 505.64227294921875 510.641754150390625 514.6412353515625 516.6407470703125 517.6402587890625 518.63970947265625 518.63922119140625 520.63873291015625 526.6376953125 524.63653564453125 524.635986328125 524.635498046875 523.635009765625 524.634521484375 527.63397216796875 531.63348388671875 517.6324462890625 509.6319580078125 504.631439208984375 494.630950927734375 478.63043212890625 476.6297607421875 476.6297607421875 484.62890625 510.627899169921875 538.62738037109375 543.62689208984375 546.62640380859375 552.6258544921875 561.6253662109375 567.6248779296875 572.62384033203125 576.62335205078125 577.622802734375 575.622314453125 573.621826171875 573.621337890625 575.62078857421875 578.62030029296875 584.6192626953125 584.61810302734375 580.6175537109375 579.6170654296875 580.6165771484375 583.61602783203125 586.61553955078125 586.61505126953125 592.614013671875 595.613525390625 595.613037109375 594.61248779296875 591.61199951171875 579.61151123046875 564.6109619140625 552.6104736328125 548.60943603515625 554.60894775390625 557.60845947265625 561.60791015625 574.607421875 589.60693359375 604.60638427734375 621.60589599609375 643.6048583984375 652.6043701171875 656.6038818359375 653.6033935546875 653.60284423828125 655.60235595703125 656.60186767578125 657.601318359375 653.600341796875 651.59912109375 652.5986328125 656.59808349609375 660.59759521484375 664.59710693359375 669.5965576171875 679.5960693359375 691.59503173828125 695.59454345703125 700.59405517578125 704.593505859375 705.593017578125 704.592529296875 705.59197998046875 706.59100341796875 705.5904541015625 701.5899658203125 697.5894775390625 695.5889892578125 693.58843994140625 692.58795166015625 692.58746337890625 701.58642578125 710.5859375 711.58538818359375 708.58489990234375 704.58441162109375 699.5838623046875 698.5833740234375 701.5828857421875 715.58184814453125 715.58062744140625 716.58013916015625 717.57958984375 719.5791015625 722.57861328125 724.578125 724.57757568359375 725.5765380859375 730.5760498046875 737.5755615234375 742.5750732421875 745.57452392578125 748.57403564453125 751.57354736328125 754.572998046875 756.572021484375 755.57147216796875 755.57098388671875 758.57049560546875 762.5699462890625 765.5694580078125 764.5689697265625 765.56842041015625 759.56744384765625 760.56689453125
|
||||
333.720184326171875 333.71966552734375 333.71917724609375 334.718658447265625 334.718170166015625 335.7176513671875 336.7171630859375 336.716644287109375 338.71563720703125 338.715118408203125 336.71234130859375 336.71234130859375 336.71234130859375 336.713104248046875 338.71258544921875 340.711578369140625 342.7110595703125 341.7105712890625 338.710052490234375 336.709564208984375 338.708404541015625 340.707916259765625 340.7073974609375 340.706390380859375 341.70587158203125 343.70538330078125 344.704864501953125 344.704376220703125 345.703857421875 346.703369140625 345.702850341796875 341.70184326171875 339.701324462890625 339.7008056640625 340.7003173828125 341.699798583984375 342.699310302734375 344.69879150390625 346.69830322265625 349.697265625 351.69677734375 352.696258544921875 351.695770263671875 350.69525146484375 352.69476318359375 355.694244384765625 358.6937255859375 365.692718505859375 371.69219970703125 375.69171142578125 377.691192626953125 379.690704345703125 379.689544677734375 381.68902587890625 383.68853759765625 390.6875 393.68701171875 396.686492919921875 404.686004638671875 411.68548583984375 415.68499755859375 419.684478759765625 421.6839599609375 427.682952880859375 431.682464599609375 436.68194580078125 439.681427001953125 440.680938720703125 438.680419921875 437.679931640625 440.67889404296875 443.67840576171875 447.677886962890625 452.677398681640625 456.6768798828125 458.676361083984375 459.675872802734375 460.67535400390625 469.674346923828125 472.673828125 472.67333984375 472.672821044921875 466.672332763671875 465.671142578125 459.670654296875 450.670135498046875 435.66912841796875 430.668609619140625 427.668121337890625 426.6676025390625 429.6671142578125 433.666595458984375 434.66607666015625 433.66558837890625 429.66455078125 429.6640625 433.663543701171875 434.663055419921875 433.66253662109375 434.66204833984375 435.661529541015625 436.6610107421875 443.660003662109375 449.65948486328125 449.65899658203125 446.658477783203125 445.657989501953125 449.657470703125 453.656982421875 458.656463623046875 473.65545654296875 480.654937744140625 485.6544189453125 489.6539306640625 492.652740478515625 492.652252197265625 492.6517333984375 491.651214599609375 494.65020751953125 497.64971923828125 502.649200439453125 503.648681640625 501.648193359375 499.647674560546875 501.64715576171875 499.646148681640625 495.645660400390625 490.6451416015625 486.644622802734375 486.644134521484375 490.64361572265625 494.64312744140625 497.642608642578125 501.6416015625 506.641082763671875 509.64056396484375 510.64007568359375 510.639556884765625 511.639068603515625 513.6385498046875 517.6380615234375 524.63702392578125 524.63653564453125 524.635986328125 524.635498046875 519.63433837890625 518.6337890625 519.63330078125 520.6328125 510.63177490234375 502.63128662109375 501.630767822265625 491.6302490234375 481.6297607421875 478.629241943359375 482.62872314453125 496.62823486328125 519.627197265625 531.626708984375 543.626220703125 551.62567138671875 558.62518310546875 562.62469482421875 564.6241455078125 565.6236572265625 576.6226806640625 574.62213134765625 572.62164306640625 571.62115478515625 571.62060546875 574.6201171875 578.61962890625 582.61907958984375 584.61810302734375 580.6175537109375 579.6170654296875 580.6165771484375 575.6153564453125 574.6148681640625 572.61431884765625 575.61334228515625 577.61279296875 575.6123046875 579.61181640625 583.611328125 575.61077880859375 560.61029052734375 547.60980224609375 542.6087646484375 551.6082763671875 559.60772705078125 569.60723876953125 585.60675048828125 604.606201171875 620.605712890625 635.605224609375 644.60418701171875 647.60369873046875 651.6031494140625 652.6026611328125 652.6021728515625 653.6016845703125 655.60113525390625 657.60064697265625 653.599609375 651.59912109375 652.5986328125 656.59808349609375 658.59686279296875 663.59637451171875 670.59588623046875 679.5953369140625 691.5943603515625 695.5938720703125 699.59332275390625 702.59283447265625 702.59234619140625 703.591796875 699.59130859375 696.5908203125 696.58978271484375 693.58929443359375 691.5887451171875 687.5882568359375 684.5877685546875 689.58721923828125 695.58673095703125 700.58624267578125 712.585205078125 706.584716796875 703.58416748046875 700.58367919921875 698.58319091796875 698.5826416015625 701.5821533203125 712.58111572265625 715.58062744140625 716.58013916015625 717.57958984375 713.578369140625 715.577880859375 719.577392578125 720.576904296875 723.57586669921875 729.5753173828125 735.5748291015625 739.5743408203125 741.5738525390625 744.57330322265625 747.57281494140625 749.572265625 752.5712890625 750.57080078125 751.57025146484375 754.56976318359375 757.56927490234375 758.5687255859375 758.5682373046875 756.5677490234375 750.56671142578125 750.56622314453125
|
||||
|
||||
endsurface
|
||||
@@ -0,0 +1,76 @@
|
||||
encoding utf-8
|
||||
|
||||
#ncols 63
|
||||
#nrows 57
|
||||
#xllcorner 799706.513258813065
|
||||
#yllcorner 4170899.150367792696
|
||||
#cellsize 27.672854393520
|
||||
#NODATA_value nan
|
||||
|
||||
surface
|
||||
|
||||
cs UTM41 # UTM 41
|
||||
|
||||
#bitmap Horvath.jpg [0 0 923257.5 6473447.5 2793 1540 925252.5 6474547.5] # L'image Ortho de L'IGN
|
||||
grid-units meter
|
||||
grid 799706.513258813065 4170899.150367792696 27.672854393520 27.672854393520 63 57
|
||||
|
||||
732.64715576171875 733.64666748046875 734.6455078125 735.64501953125 741.64453125 749.6435546875 750.64306640625 752.642578125 753.64202880859375 753.64154052734375 755.64105224609375 755.64056396484375 757.64007568359375 765.63909912109375 768.63861083984375 770.63812255859375 772.63763427734375 774.63714599609375 776.63665771484375 779.63616943359375 781.6356201171875 783.6346435546875 785.6341552734375 790.6336669921875 793.6331787109375 794.6326904296875 787.6322021484375 777.6317138671875 771.6312255859375 750.6302490234375 733.6297607421875 720.6292724609375 712.6287841796875 711.6275634765625 717.6270751953125 729.6265869140625 752.6256103515625 764.6251220703125 774.62457275390625 784.62408447265625 795.62359619140625 807.62310791015625 818.62261962890625 824.62213134765625 833.62115478515625 836.62066650390625 837.62017822265625 840.61968994140625 843.61920166015625 847.61871337890625 850.6181640625 854.61767578125 860.61669921875 860.6162109375 859.61572265625 859.615234375 857.61474609375 854.6142578125 849.61376953125 849.61328125 859.6123046875 866.61181640625 872.61126708984375
|
||||
733.646484375 733.64599609375 734.6455078125 735.64501953125 741.64453125 748.642822265625 750.642333984375 752.641845703125 752.641357421875 752.640869140625 753.640380859375 754.639892578125 755.639404296875 765.638427734375 768.637939453125 770.63739013671875 772.63690185546875 774.63641357421875 777.63592529296875 780.63543701171875 780.63494873046875 781.63397216796875 784.63348388671875 788.63299560546875 791.63250732421875 790.63201904296875 788.6314697265625 784.6309814453125 776.6304931640625 746.6295166015625 733.6290283203125 719.6285400390625 713.6280517578125 711.6275634765625 717.6270751953125 729.6265869140625 733.6253662109375 761.6243896484375 772.6239013671875 781.6234130859375 791.6229248046875 802.6224365234375 813.6219482421875 821.6214599609375 828.62091064453125 831.61993408203125 833.61944580078125 836.61895751953125 841.61846923828125 844.61798095703125 847.61749267578125 849.61700439453125 853.61602783203125 854.615478515625 856.614990234375 857.614501953125 855.614013671875 851.613525390625 848.613037109375 849.612548828125 860.611572265625 867.611083984375 872.610595703125
|
||||
735.64581298828125 735.64532470703125 735.64483642578125 736.644287109375 738.643798828125 743.643310546875 750.642333984375 752.641845703125 749.64068603515625 750.64019775390625 752.6396484375 753.63916015625 755.638671875 758.63818359375 766.63720703125 768.63671875 769.63623046875 773.6357421875 776.63525390625 778.634765625 779.63427734375 780.63323974609375 783.63275146484375 786.63226318359375 786.63177490234375 786.63128662109375 787.63079833984375 784.63031005859375 773.62982177734375 742.62884521484375 729.62835693359375 713.6278076171875 708.6273193359375 707.6268310546875 712.6263427734375 719.6258544921875 733.6253662109375 761.6243896484375 772.6239013671875 782.6226806640625 789.6221923828125 799.6217041015625 809.6212158203125 821.6207275390625 827.6202392578125 827.6192626953125 828.6187744140625 833.61822509765625 836.61773681640625 840.61724853515625 844.61676025390625 845.61627197265625 846.61578369140625 850.61480712890625 854.61431884765625 853.61383056640625 851.61334228515625 847.61279296875 846.6123046875 849.61181640625 856.611328125 866.6103515625 868.60986328125
|
||||
736.64508056640625 735.64459228515625 735.64410400390625 736.64361572265625 736.64312744140625 740.64263916015625 747.64166259765625 748.64117431640625 749.64068603515625 750.64019775390625 752.6396484375 751.63848876953125 753.63800048828125 757.63751220703125 764.63653564453125 764.63604736328125 766.635498046875 770.635009765625 773.634521484375 776.634033203125 777.633544921875 778.633056640625 783.632080078125 784.631591796875 785.631103515625 787.630615234375 786.630126953125 781.62957763671875 763.62908935546875 749.62860107421875 722.62762451171875 712.62713623046875 704.62640380859375 704.62640380859375 712.62567138671875 729.62518310546875 737.62469482421875 765.6236572265625 776.6231689453125 782.6226806640625 789.6221923828125 799.6217041015625 809.6212158203125 822.6199951171875 823.6195068359375 823.6185302734375 826.6180419921875 829.6175537109375 832.6170654296875 838.6165771484375 841.6160888671875 844.61553955078125 846.61505126953125 847.61407470703125 848.61358642578125 848.61309814453125 844.61260986328125 843.61212158203125 843.61163330078125 848.61114501953125 857.61065673828125 864.609619140625 863.609130859375
|
||||
732.6444091796875 734.6439208984375 734.6434326171875 732.6429443359375 733.6424560546875 737.6419677734375 745.64093017578125 745.64044189453125 745.63995361328125 747.63946533203125 750.63897705078125 751.63848876953125 753.63800048828125 757.63751220703125 764.63653564453125 761.63531494140625 762.63482666015625 765.63433837890625 769.63385009765625 772.63336181640625 773.63287353515625 774.63238525390625 780.63134765625 784.630859375 785.63037109375 786.6298828125 785.62939453125 772.62890625 755.62841796875 739.6279296875 713.626953125 704.62640380859375 705.62591552734375 713.62542724609375 733.62493896484375 744.62445068359375 754.62396240234375 763.62347412109375 778.62249755859375 788.62200927734375 796.62152099609375 805.6209716796875 816.6204833984375 822.6199951171875 823.6195068359375 822.6190185546875 822.6173095703125 824.6168212890625 827.6163330078125 832.6158447265625 836.6153564453125 840.6148681640625 843.6143798828125 844.6134033203125 842.61285400390625 839.61236572265625 838.61187744140625 838.61138916015625 840.61090087890625 845.61041259765625 855.60992431640625 861.60894775390625 858.60845947265625
|
||||
727.64373779296875 730.64324951171875 729.6427001953125 729.6422119140625 731.6417236328125 736.6412353515625 740.6407470703125 744.6397705078125 744.6392822265625 745.6387939453125 748.6383056640625 751.6378173828125 752.63726806640625 756.63677978515625 760.63629150390625 761.63531494140625 762.63482666015625 765.63433837890625 767.63311767578125 769.63262939453125 770.63214111328125 771.63165283203125 775.63067626953125 778.63018798828125 779.62969970703125 779.62921142578125 772.628662109375 760.628173828125 744.627685546875 727.627197265625 704.626220703125 699.625732421875 701.625244140625 714.624755859375 735.624267578125 751.623779296875 762.62322998046875 769.62274169921875 782.62176513671875 793.62127685546875 811.62078857421875 821.62030029296875 823.61981201171875 823.61932373046875 822.61572265625 822.61572265625 822.6173095703125 824.6168212890625 827.6163330078125 832.6151123046875 833.6146240234375 833.6141357421875 836.6136474609375 839.6131591796875 837.6121826171875 835.6116943359375 833.6112060546875 835.61065673828125 841.61016845703125 848.60968017578125 853.60919189453125 857.60870361328125 853.60772705078125
|
||||
724.64300537109375 727.64251708984375 726.64202880859375 726.64154052734375 730.64105224609375 735.64056396484375 739.64007568359375 742.6390380859375 743.6385498046875 745.6380615234375 748.6375732421875 750.6370849609375 752.6365966796875 754.6361083984375 755.6356201171875 757.6346435546875 759.6341552734375 763.63360595703125 767.63311767578125 769.63262939453125 770.63214111328125 769.6309814453125 769.6304931640625 771.62945556640625 773.62896728515625 771.62847900390625 764.62799072265625 748.62750244140625 732.62701416015625 721.62652587890625 708.62603759765625 695.6246337890625 701.62451171875 716.6240234375 733.62353515625 753.623046875 772.62255859375 788.6220703125 806.62109375 817.62054443359375 824.62005615234375 828.61956787109375 828.61907958984375 823.61859130859375 822.61572265625 822.61572265625 822.61572265625 822.61572265625 826.6156005859375 832.6151123046875 833.6146240234375 833.6141357421875 832.6129150390625 831.6124267578125 832.6114501953125 828.6109619140625 827.6104736328125 834.6099853515625 842.6094970703125 847.6090087890625 850.60845947265625 851.60797119140625 847.60699462890625
|
||||
723.642333984375 726.641845703125 726.641357421875 726.640869140625 729.640380859375 735.63983154296875 737.63934326171875 740.63836669921875 743.63787841796875 745.63739013671875 747.63690185546875 749.63641357421875 750.63592529296875 750.6353759765625 753.6348876953125 758.6339111328125 760.6334228515625 762.6329345703125 766.6324462890625 769.6319580078125 771.6314697265625 769.6309814453125 769.6304931640625 771.62945556640625 765.6282958984375 761.6278076171875 749.6273193359375 732.62677001953125 724.62628173828125 715.62579345703125 703.62530517578125 695.6246337890625 700.62384033203125 712.62335205078125 732.622802734375 768.622314453125 796.621826171875 800.621337890625 809.620849609375 824.619873046875 827.619384765625 829.618896484375 828.618408203125 824.61785888671875 822.61737060546875 822.61572265625 822.61572265625 827.61541748046875 829.61492919921875 831.61444091796875 832.61395263671875 833.6134033203125 832.6129150390625 831.6124267578125 832.6114501953125 828.6109619140625 824.6097412109375 832.6092529296875 839.6087646484375 843.6082763671875 844.6077880859375 843.6072998046875 841.60626220703125
|
||||
720.64166259765625 723.64111328125 725.640625 728.64013671875 732.6396484375 733.63916015625 733.638671875 734.63818359375 742.63720703125 743.63671875 745.63616943359375 747.63568115234375 748.63519287109375 749.63470458984375 750.63421630859375 754.63323974609375 755.63275146484375 759.6322021484375 763.6317138671875 766.6312255859375 767.6307373046875 767.6302490234375 765.6297607421875 769.6287841796875 765.6282958984375 761.6278076171875 749.6273193359375 732.62677001953125 713.6256103515625 704.6251220703125 695.6246337890625 696.62359619140625 707.62310791015625 729.62261962890625 751.62213134765625 782.62164306640625 792.62115478515625 799.62066650390625 809.6201171875 825.619140625 829.61865234375 830.6181640625 829.61767578125 828.6171875 827.61669921875 825.6162109375 822.61572265625 825.61468505859375 825.61419677734375 825.61370849609375 827.61322021484375 828.61273193359375 829.61224365234375 827.61175537109375 826.6112060546875 820.6102294921875 824.6097412109375 832.6092529296875 839.6087646484375 839.6075439453125 840.6070556640625 840.6065673828125 840.6060791015625
|
||||
716.64093017578125 719.64044189453125 724.63995361328125 730.63946533203125 730.63897705078125 729.63848876953125 727.637939453125 730.637451171875 737.636474609375 740.635986328125 744.635498046875 747.635009765625 749.634521484375 749.634033203125 751.633544921875 752.63299560546875 754.63201904296875 755.63153076171875 758.63104248046875 761.63055419921875 762.63006591796875 761.62957763671875 761.6290283203125 764.6285400390625 757.6275634765625 746.6270751953125 731.6265869140625 720.6260986328125 713.6256103515625 704.6251220703125 695.6246337890625 699.6234130859375 726.6224365234375 735.6219482421875 748.62139892578125 780.62091064453125 797.62042236328125 803.61993408203125 814.61944580078125 829.61846923828125 832.61798095703125 832.617431640625 830.616943359375 829.616455078125 829.615966796875 826.615478515625 821.614990234375 816.614013671875 815.613525390625 816.61297607421875 819.61248779296875 821.61199951171875 820.61151123046875 818.61102294921875 815.61053466796875 818.60955810546875 822.6090087890625 829.6085205078125 836.6080322265625 839.6075439453125 840.6070556640625 840.6065673828125 836.6053466796875
|
||||
716.64093017578125 719.64044189453125 724.63995361328125 725.63873291015625 726.63824462890625 725.63775634765625 727.63726806640625 730.63677978515625 737.63580322265625 740.63531494140625 742.63482666015625 745.63427734375 749.6337890625 750.63330078125 751.6328125 752.63232421875 752.63134765625 752.630859375 756.63037109375 758.62982177734375 756.62933349609375 754.62884521484375 754.62835693359375 756.62786865234375 754.62689208984375 741.62640380859375 727.6258544921875 713.6253662109375 705.6248779296875 696.6243896484375 691.6239013671875 699.6234130859375 726.6224365234375 735.6219482421875 757.6207275390625 780.6202392578125 799.6197509765625 812.6192626953125 823.61871337890625 829.61822509765625 829.61724853515625 828.61676025390625 828.61627197265625 828.61578369140625 828.61529541015625 825.61474609375 819.6142578125 814.61376953125 808.61279296875 808.6123046875 808.61181640625 808.611328125 808.61077880859375 809.61029052734375 809.60980224609375 816.60882568359375 819.60833740234375 825.60784912109375 831.60736083984375 834.6068115234375 836.6063232421875 835.6058349609375 836.6053466796875
|
||||
710.6407470703125 718.6397705078125 722.6392822265625 725.63873291015625 726.63824462890625 725.63775634765625 729.6365966796875 732.6361083984375 735.6356201171875 739.63458251953125 741.63409423828125 743.63360595703125 746.63311767578125 748.63262939453125 749.63214111328125 747.631591796875 747.630615234375 749.630126953125 751.629638671875 752.629150390625 748.628662109375 744.628173828125 744.627685546875 747.62713623046875 745.62615966796875 739.62567138671875 727.62518310546875 715.62469482421875 703.62420654296875 690.62371826171875 693.6231689453125 701.6226806640625 729.6217041015625 740.6212158203125 757.6207275390625 780.6202392578125 799.6197509765625 820.6185302734375 825.6180419921875 826.6175537109375 825.61651611328125 825.61602783203125 824.61553955078125 824.61505126953125 823.61456298828125 820.61407470703125 812.61358642578125 807.61309814453125 802.612060546875 801.611572265625 800.611083984375 800.610595703125 801.610107421875 804.609619140625 806.609130859375 808.60858154296875 818.60760498046875 823.60711669921875 826.60662841796875 828.60614013671875 828.60565185546875 828.60516357421875 830.6046142578125
|
||||
710.64007568359375 716.6390380859375 721.6385498046875 724.6380615234375 725.6375732421875 727.6370849609375 729.6365966796875 732.6361083984375 735.6356201171875 736.6339111328125 737.6334228515625 739.6329345703125 743.63238525390625 747.63189697265625 746.63140869140625 745.63092041015625 744.63043212890625 747.62945556640625 747.62896728515625 746.62841796875 744.6279296875 734.62744140625 728.626953125 730.62646484375 728.6259765625 725.625 718.62445068359375 709.62396240234375 701.62347412109375 698.62298583984375 701.62249755859375 712.62200927734375 733.62103271484375 743.6204833984375 762.6199951171875 787.6195068359375 807.6190185546875 820.6185302734375 825.6180419921875 826.6175537109375 825.61651611328125 823.6153564453125 821.6148681640625 819.61431884765625 817.61383056640625 812.61334228515625 807.61285400390625 801.61236572265625 798.61138916015625 799.61090087890625 800.6103515625 802.60986328125 804.609375 803.60888671875 805.6083984375 808.60791015625 818.60693359375 820.60638427734375 822.60589599609375 824.60540771484375 826.60491943359375 829.60443115234375 831.60394287109375
|
||||
712.63934326171875 718.63836669921875 721.63787841796875 724.63739013671875 726.63690185546875 728.6363525390625 730.6358642578125 731.6353759765625 733.6348876953125 736.6339111328125 737.6334228515625 739.6329345703125 743.63238525390625 742.6312255859375 742.6307373046875 741.6302490234375 741.6297607421875 740.62872314453125 741.62823486328125 743.62774658203125 733.62725830078125 723.62677001953125 716.62628173828125 711.625732421875 710.625244140625 712.624267578125 710.623779296875 703.623291015625 700.622802734375 704.622314453125 714.62176513671875 723.62127685546875 729.62078857421875 751.61981201171875 770.61932373046875 791.61883544921875 808.6182861328125 817.6177978515625 821.6173095703125 823.6168212890625 825.6163330078125 823.6153564453125 821.6148681640625 819.61431884765625 809.6131591796875 807.6126708984375 804.61212158203125 799.61163330078125 796.61065673828125 802.61016845703125 808.60968017578125 811.60919189453125 812.608642578125 810.608154296875 809.607666015625 813.607177734375 821.606201171875 823.605712890625 825.605224609375 831.60467529296875 835.60418701171875 835.60369873046875 839.60321044921875
|
||||
710.638671875 712.63818359375 716.63714599609375 720.63665771484375 724.63616943359375 727.63568115234375 729.63519287109375 731.63470458984375 730.63421630859375 732.63372802734375 734.6326904296875 736.6322021484375 739.6317138671875 742.6312255859375 742.6307373046875 741.6302490234375 731.6290283203125 733.6280517578125 734.6275634765625 733.6270751953125 725.62652587890625 714.62603759765625 706.62554931640625 701.62506103515625 702.62457275390625 706.62359619140625 706.623046875 703.62255859375 700.622802734375 708.62158203125 717.62109375 728.62060546875 733.6201171875 762.61907958984375 782.61859130859375 797.61810302734375 806.61761474609375 814.61712646484375 819.61663818359375 823.6160888671875 825.6156005859375 820.6146240234375 816.6141357421875 811.6136474609375 809.6131591796875 807.6126708984375 804.61212158203125 798.6109619140625 795.6104736328125 805.60943603515625 810.60894775390625 812.60845947265625 814.60797119140625 816.60748291015625 821.60699462890625 823.6064453125 827.60595703125 829.60498046875 832.6044921875 836.60400390625 837.603515625 838.60296630859375 841.60247802734375
|
||||
708.637939453125 710.637451171875 715.636474609375 718.635986328125 721.635498046875 724.635009765625 727.634521484375 729.63397216796875 730.63348388671875 730.63299560546875 731.63201904296875 730.63153076171875 734.63104248046875 736.6304931640625 736.6300048828125 733.6295166015625 731.6290283203125 732.6285400390625 734.6275634765625 713.6263427734375 709.6258544921875 704.6253662109375 698.6248779296875 698.6243896484375 700.62384033203125 702.62335205078125 701.62237548828125 700.622802734375 700.622802734375 711.620849609375 725.620361328125 735.619873046875 744.619384765625 777.618408203125 793.617919921875 800.617431640625 807.61688232421875 814.61639404296875 820.61590576171875 823.61541748046875 824.61492919921875 818.6138916015625 810.6134033203125 804.6129150390625 804.6124267578125 806.6119384765625 802.6114501953125 798.6109619140625 795.6104736328125 805.60943603515625 810.6082763671875 812.60772705078125 813.60723876953125 817.60675048828125 821.60626220703125 826.60577392578125 828.60528564453125 832.604248046875 832.603759765625 833.603271484375 834.602783203125 836.602294921875 840.601806640625
|
||||
706.63726806640625 709.63677978515625 712.63580322265625 715.63531494140625 716.634765625 717.63427734375 722.6337890625 726.63330078125 727.6328125 728.63232421875 724.63128662109375 724.63079833984375 727.63031005859375 730.62982177734375 731.62933349609375 731.62884521484375 729.62835693359375 727.6278076171875 719.6268310546875 713.6263427734375 709.6258544921875 704.6253662109375 698.6241455078125 703.6236572265625 705.6231689453125 701.6226806640625 702.62164306640625 709.62115478515625 714.62066650390625 721.62017822265625 740.61968994140625 753.61920166015625 763.61871337890625 774.6181640625 800.6171875 807.61669921875 812.6162109375 818.61572265625 822.615234375 824.61468505859375 824.61419677734375 822.61370849609375 806.61273193359375 801.61224365234375 800.6116943359375 798.6112060546875 795.6107177734375 792.6102294921875 797.6097412109375 806.6087646484375 810.6082763671875 812.60772705078125 813.60723876953125 817.60675048828125 818.60552978515625 820.60504150390625 823.60455322265625 827.60357666015625 829.60302734375 830.6025390625 832.60205078125 834.6015625 837.60107421875
|
||||
704.6365966796875 706.6361083984375 708.6356201171875 711.63458251953125 713.63409423828125 714.63360595703125 717.63311767578125 721.63262939453125 725.632080078125 725.631591796875 724.631103515625 719.630126953125 723.629638671875 727.629150390625 727.62860107421875 720.62811279296875 716.62762451171875 714.62713623046875 703.62615966796875 692.62567138671875 696.6251220703125 698.6246337890625 698.6241455078125 703.6236572265625 705.6231689453125 710.6219482421875 727.6209716796875 737.6204833984375 748.6199951171875 761.61944580078125 768.61895751953125 773.61846923828125 780.61798095703125 789.61749267578125 802.61651611328125 808.615966796875 812.615478515625 817.614990234375 821.614501953125 822.614013671875 823.613525390625 823.613037109375 806.61199951171875 801.61151123046875 796.61102294921875 792.61053466796875 789.61004638671875 789.6094970703125 793.6090087890625 798.6085205078125 808.6075439453125 811.6070556640625 813.6065673828125 816.60601806640625 818.60552978515625 820.60504150390625 823.60455322265625 820.60333251953125 826.60235595703125 830.60186767578125 831.601318359375 831.600830078125 833.600341796875
|
||||
705.6358642578125 708.6353759765625 708.6348876953125 709.6339111328125 711.6334228515625 713.6329345703125 716.63238525390625 718.63189697265625 721.63140869140625 722.63092041015625 723.63043212890625 719.62939453125 721.62890625 721.62841796875 711.6279296875 704.62744140625 699.626953125 693.62646484375 687.62591552734375 682.62493896484375 689.62445068359375 696.62396240234375 703.62347412109375 709.6229248046875 710.6224365234375 710.6219482421875 715.6214599609375 737.6204833984375 748.6199951171875 770.6187744140625 774.6182861328125 780.6177978515625 785.61724853515625 790.61676025390625 800.61578369140625 804.61529541015625 807.61480712890625 811.6142578125 816.61376953125 818.61328125 820.61279296875 822.6123046875 811.611328125 804.61077880859375 798.61029052734375 791.60980224609375 787.60931396484375 788.60882568359375 792.60833740234375 796.6077880859375 805.6068115234375 808.6063232421875 810.6058349609375 812.6053466796875 814.6048583984375 817.60430908203125 819.60382080078125 820.60333251953125 826.60235595703125 830.60186767578125 826.60064697265625 827.60015869140625 827.599609375
|
||||
705.6358642578125 704.63470458984375 705.63421630859375 708.6331787109375 709.6326904296875 710.6322021484375 712.6317138671875 715.6312255859375 717.6307373046875 719.6302490234375 719.62969970703125 717.62872314453125 714.62823486328125 703.62774658203125 696.62725830078125 690.626708984375 686.626220703125 681.625732421875 679.62506103515625 680.624267578125 691.623779296875 698.62322998046875 705.62274169921875 711.62225341796875 715.62176513671875 720.62127685546875 736.62078857421875 757.6197509765625 764.6192626953125 770.6187744140625 774.6182861328125 780.6177978515625 783.6165771484375 787.6160888671875 792.6156005859375 801.61456298828125 804.61407470703125 809.61358642578125 812.61309814453125 815.61260986328125 819.612060546875 822.611572265625 822.611083984375 807.610107421875 801.609619140625 792.609130859375 786.60858154296875 785.60809326171875 787.60760498046875 792.60711669921875 802.60614013671875 805.6055908203125 807.6051025390625 808.6046142578125 809.6041259765625 813.6036376953125 816.6031494140625 816.60260009765625 823.60162353515625 825.60113525390625 826.60064697265625 827.60015869140625 827.599609375
|
||||
704.63519287109375 704.63470458984375 705.63421630859375 707.63372802734375 707.63201904296875 709.63153076171875 710.63104248046875 713.6304931640625 715.6300048828125 717.6295166015625 718.6290283203125 709.6280517578125 689.62750244140625 681.62701416015625 679.62652587890625 677.62603759765625 679.62554931640625 679.62506103515625 682.62451171875 687.62353515625 689.623046875 696.62255859375 713.6220703125 719.62158203125 721.62103271484375 732.62054443359375 744.62005615234375 759.61907958984375 764.61859130859375 769.6180419921875 772.6175537109375 777.6170654296875 783.6165771484375 787.6160888671875 792.6156005859375 797.6138916015625 803.6134033203125 807.61285400390625 810.61236572265625 813.61187744140625 817.61138916015625 822.61090087890625 822.61041259765625 812.609375 802.60888671875 792.6083984375 785.60791015625 780.607421875 781.60687255859375 786.60638427734375 792.60589599609375 800.60491943359375 801.60443115234375 800.6038818359375 800.6033935546875 804.6029052734375 808.6024169921875 810.6019287109375 812.6014404296875 820.60040283203125 820.59991455078125 821.59942626953125 821.59893798828125
|
||||
693.634521484375 695.634033203125 701.63348388671875 705.63299560546875 707.63201904296875 709.63153076171875 710.63104248046875 709.62982177734375 709.62933349609375 713.62884521484375 710.6282958984375 702.6278076171875 672.6268310546875 668.6263427734375 665.6258544921875 666.6253662109375 670.62481689453125 677.62432861328125 684.62384033203125 692.62335205078125 688.62237548828125 699.621826171875 716.621337890625 728.620849609375 729.620361328125 737.619873046875 752.619384765625 757.61883544921875 764.61785888671875 768.61737060546875 771.61688232421875 775.61639404296875 779.6158447265625 784.6153564453125 789.6148681640625 797.6138916015625 803.6134033203125 807.61285400390625 807.6116943359375 810.6112060546875 812.61065673828125 815.61016845703125 818.60968017578125 809.60870361328125 799.608154296875 790.607666015625 783.607177734375 778.60546875 779.606201171875 781.605712890625 785.60516357421875 792.60418701171875 793.60369873046875 793.60321044921875 795.60272216796875 797.6021728515625 802.6016845703125 805.6011962890625 807.6007080078125 814.5997314453125 815.59918212890625 815.59869384765625 817.59820556640625
|
||||
688.6337890625 691.63330078125 695.6328125 698.63232421875 703.63134765625 707.63079833984375 708.63031005859375 709.62982177734375 709.62933349609375 713.62884521484375 701.62762451171875 690.62713623046875 670.62615966796875 661.6256103515625 659.6251220703125 662.6246337890625 671.6241455078125 682.6236572265625 697.6231689453125 699.62261962890625 701.62164306640625 714.62115478515625 731.62066650390625 734.62017822265625 739.61962890625 748.619140625 757.61865234375 760.6181640625 763.6171875 766.61663818359375 772.61614990234375 775.61566162109375 778.61517333984375 784.61468505859375 787.6141357421875 790.6136474609375 799.6126708984375 802.6121826171875 807.6116943359375 810.6112060546875 812.61065673828125 815.61016845703125 808.60894775390625 808.60845947265625 794.60748291015625 788.60699462890625 782.6064453125 778.60595703125 778.60546875 778.60498046875 780.6044921875 785.60345458984375 789.60296630859375 792.60247802734375 795.60198974609375 798.60150146484375 801.60101318359375 803.6004638671875 805.5999755859375 809.5989990234375 811.5985107421875 812.5980224609375 816.59747314453125
|
||||
688.63311767578125 690.63262939453125 692.63214111328125 694.631591796875 695.631103515625 700.630126953125 702.629638671875 704.629150390625 706.62860107421875 706.62811279296875 701.62762451171875 690.62713623046875 670.62615966796875 661.6256103515625 659.62445068359375 670.62396240234375 678.6234130859375 681.6229248046875 692.6224365234375 705.6219482421875 723.6209716796875 727.62042236328125 731.61993408203125 737.61944580078125 741.61895751953125 747.61846923828125 752.61798095703125 756.617431640625 758.616455078125 761.615966796875 768.615478515625 774.614990234375 777.61444091796875 782.61395263671875 785.61346435546875 788.61297607421875 794.6119384765625 799.6114501953125 803.6109619140625 802.6104736328125 803.6099853515625 804.6094970703125 808.60894775390625 808.60845947265625 794.60748291015625 783.60626220703125 777.60577392578125 774.60528564453125 772.60479736328125 773.604248046875 775.603759765625 779.603271484375 790.602294921875 794.60174560546875 798.60125732421875 800.60076904296875 801.60028076171875 805.59979248046875 807.59930419921875 806.5987548828125 810.5977783203125 812.5972900390625 816.5968017578125
|
||||
685.6324462890625 687.63189697265625 689.63140869140625 691.63092041015625 692.63043212890625 695.62945556640625 697.62890625 701.62841796875 703.6279296875 703.62744140625 697.626953125 688.62646484375 678.62591552734375 662.62493896484375 659.62445068359375 670.62396240234375 678.6234130859375 678.62225341796875 683.62176513671875 696.6212158203125 710.6207275390625 729.6197509765625 735.6192626953125 739.6187744140625 741.61822509765625 743.61773681640625 748.61724853515625 752.61676025390625 756.61572265625 759.615234375 764.61474609375 769.6142578125 773.61376953125 778.61328125 783.61273193359375 786.61224365234375 790.61126708984375 789.61077880859375 785.6102294921875 781.6097412109375 782.6092529296875 789.6087646484375 792.6082763671875 799.6077880859375 789.60675048828125 783.60626220703125 777.60577392578125 774.60528564453125 771.6043701171875 771.6043701171875 773.60308837890625 778.6025390625 791.6015625 794.60107421875 798.6005859375 800.60003662109375 804.59954833984375 810.59906005859375 811.59857177734375 811.59808349609375 812.5970458984375 814.5965576171875 817.5960693359375
|
||||
678.6317138671875 681.6312255859375 684.6307373046875 687.6302490234375 689.6297607421875 693.62872314453125 696.62823486328125 698.62774658203125 699.62725830078125 698.626708984375 695.626220703125 686.625732421875 675.625244140625 656.624267578125 662.62371826171875 670.62322998046875 675.62274169921875 678.62225341796875 683.62176513671875 696.6212158203125 712.62005615234375 733.6190185546875 737.6185302734375 737.6180419921875 738.6175537109375 740.6170654296875 745.6165771484375 750.61602783203125 752.61553955078125 754.61456298828125 760.61407470703125 765.613525390625 770.613037109375 775.612548828125 780.612060546875 782.611572265625 784.611083984375 777.61004638671875 772.60955810546875 769.60906982421875 774.60858154296875 775.6080322265625 781.6075439453125 783.6070556640625 784.6065673828125 778.60552978515625 774.60504150390625 771.6043701171875 771.6043701171875 771.6043701171875 773.60308837890625 778.60186767578125 790.600830078125 793.600341796875 797.599853515625 800.599365234375 804.598876953125 808.59832763671875 810.59783935546875 807.59735107421875 810.59637451171875 814.5958251953125 815.5953369140625
|
||||
677.63104248046875 679.63055419921875 682.6300048828125 685.6295166015625 688.6290283203125 690.6285400390625 692.6275634765625 695.62701416015625 696.62652587890625 696.62603759765625 693.62554931640625 688.62506103515625 672.62451171875 649.62353515625 650.623046875 659.62255859375 667.6220703125 670.62152099609375 680.62103271484375 695.62054443359375 712.62005615234375 733.6190185546875 737.6185302734375 734.61737060546875 736.6168212890625 738.6163330078125 742.6158447265625 746.6153564453125 748.6148681640625 749.61383056640625 755.61334228515625 764.61285400390625 769.61236572265625 773.61181640625 778.611328125 781.61083984375 781.6103515625 768.609375 766.60882568359375 772.60833740234375 772.60784912109375 772.60736083984375 772.60687255859375 772.6063232421875 772.6058349609375 774.6048583984375 771.6043701171875 776.6038818359375 776.60333251953125 774.60284423828125 775.60235595703125 778.60186767578125 785.601318359375 793.600341796875 797.599853515625 799.5986328125 800.59814453125 802.59765625 802.59716796875 799.59661865234375 800.59613037109375 808.59515380859375 811.59466552734375
|
||||
675.63037109375 678.62982177734375 682.62933349609375 685.62884521484375 686.62835693359375 686.62786865234375 690.6268310546875 691.6263427734375 692.6258544921875 694.6253662109375 694.62481689453125 683.62432861328125 658.62384033203125 644.62335205078125 640.62164306640625 649.621826171875 660.621337890625 667.620849609375 679.620361328125 698.619873046875 721.61932373046875 730.61883544921875 733.61785888671875 734.61737060546875 736.6168212890625 738.6163330078125 742.6158447265625 744.6146240234375 747.6141357421875 751.6131591796875 756.6126708984375 762.61212158203125 765.61163330078125 765.61114501953125 770.61065673828125 774.61016845703125 771.609619140625 758.608642578125 756.608154296875 761.607666015625 764.60711669921875 759.60662841796875 756.60614013671875 757.60565185546875 761.60516357421875 768.6041259765625 777.6036376953125 782.6031494140625 781.6026611328125 779.60211181640625 778.60162353515625 781.60113525390625 786.60064697265625 794.599609375 797.59912109375 799.5986328125 800.59814453125 802.59765625 797.596435546875 796.595947265625 799.59539794921875 806.59442138671875 807.59393310546875
|
||||
674.629638671875 676.629150390625 678.628662109375 679.628173828125 679.62762451171875 680.62713623046875 686.62615966796875 687.62567138671875 688.6251220703125 690.6246337890625 687.6241455078125 672.6236572265625 654.6231689453125 642.62261962890625 640.62164306640625 648.62115478515625 656.62066650390625 664.6201171875 675.61962890625 691.619140625 707.61865234375 722.6181640625 725.61712646484375 732.61663818359375 735.61614990234375 738.61566162109375 741.6151123046875 744.6146240234375 747.6141357421875 750.6136474609375 755.6119384765625 757.6114501953125 758.6109619140625 759.61041259765625 758.60992431640625 757.60943603515625 759.60894775390625 757.60845947265625 738.607421875 740.60693359375 742.6064453125 749.60595703125 751.60540771484375 755.60491943359375 759.60443115234375 774.60345458984375 781.6029052734375 783.6024169921875 781.6019287109375 779.6014404296875 781.6009521484375 783.60040283203125 787.59991455078125 789.59893798828125 790.59844970703125 791.597900390625 793.597412109375 797.596923828125 797.596435546875 796.595947265625 799.59539794921875 804.59368896484375 805.59320068359375
|
||||
674.629638671875 676.629150390625 674.6279296875 676.62744140625 677.626953125 677.626953125 680.6259765625 687.62493896484375 686.62445068359375 686.62396240234375 684.62347412109375 672.6229248046875 657.6224365234375 647.6219482421875 638.6209716796875 638.62042236328125 650.61993408203125 664.61944580078125 677.61895751953125 694.61846923828125 710.617919921875 714.617431640625 723.616455078125 729.615966796875 735.61541748046875 737.61492919921875 739.61444091796875 743.61395263671875 749.61346435546875 751.6129150390625 755.6119384765625 757.6114501953125 758.6109619140625 747.6097412109375 749.6092529296875 749.6087646484375 749.60821533203125 744.60772705078125 726.60675048828125 727.606201171875 736.605712890625 750.605224609375 756.604736328125 762.604248046875 770.60369873046875 776.60321044921875 787.60223388671875 784.60174560546875 779.6011962890625 777.6007080078125 779.6002197265625 781.5997314453125 784.5992431640625 785.59869384765625 784.59771728515625 786.59722900390625 791.59674072265625 792.59619140625 792.595703125 792.59521484375 796.5947265625 802.59423828125 805.59320068359375
|
||||
672.62896728515625 673.62847900390625 674.6279296875 676.62744140625 677.626953125 679.625732421875 679.625244140625 683.624267578125 684.623779296875 682.62322998046875 678.62274169921875 668.62225341796875 655.62176513671875 645.62127685546875 638.6207275390625 633.6197509765625 650.6192626953125 664.6187744140625 671.61822509765625 682.61773681640625 701.61724853515625 713.61676025390625 717.61627197265625 724.615234375 731.61474609375 736.6142578125 739.61376953125 743.61322021484375 746.61273193359375 748.61224365234375 746.6112060546875 746.6107177734375 746.6102294921875 747.6097412109375 749.6092529296875 749.6087646484375 737.6075439453125 732.6070556640625 726.60650634765625 730.60552978515625 743.60504150390625 758.6044921875 766.60400390625 771.603515625 777.60302734375 784.6025390625 789.60150146484375 786.60101318359375 779.60052490234375 775.60003662109375 775.5994873046875 777.5989990234375 779.5985107421875 782.5980224609375 785.59698486328125 787.59649658203125 788.59600830078125 788.59552001953125 786.594970703125 789.594482421875 794.593994140625 799.593505859375 803.59246826171875
|
||||
670.62823486328125 672.62774658203125 674.62725830078125 677.62677001953125 679.62628173828125 679.625732421875 679.625244140625 683.624267578125 680.623046875 678.62255859375 673.6220703125 661.62158203125 648.62103271484375 637.62054443359375 629.62005615234375 633.6190185546875 648.6185302734375 662.6180419921875 672.6175537109375 686.6170654296875 700.6165771484375 711.61602783203125 715.61553955078125 724.61456298828125 730.614013671875 735.613525390625 736.613037109375 739.612548828125 744.612060546875 746.61151123046875 744.61102294921875 735.61004638671875 732.60955810546875 735.6090087890625 736.6085205078125 736.6080322265625 737.6075439453125 732.6070556640625 726.60650634765625 730.60552978515625 746.60430908203125 758.60382080078125 769.60333251953125 777.602783203125 784.602294921875 789.601806640625 788.600830078125 782.60028076171875 777.59979248046875 771.59930419921875 770.59881591796875 772.5982666015625 774.5977783203125 777.5972900390625 783.5963134765625 785.59576416015625 785.59527587890625 783.59478759765625 781.59429931640625 784.59381103515625 789.59326171875 795.5927734375 800.591796875
|
||||
666.6275634765625 671.6270751953125 671.6265869140625 673.62603759765625 676.62554931640625 677.62506103515625 676.62457275390625 680.62353515625 680.623046875 678.62255859375 673.6220703125 661.62158203125 640.620361328125 627.619873046875 627.619384765625 640.61834716796875 648.61785888671875 658.61737060546875 673.6168212890625 690.6163330078125 706.6158447265625 712.6153564453125 716.6148681640625 722.61383056640625 728.61334228515625 729.61285400390625 732.6123046875 737.61181640625 741.611328125 742.61083984375 738.6103515625 725.60931396484375 721.60882568359375 722.60833740234375 722.60784912109375 721.6072998046875 720.6068115234375 718.6063232421875 716.6058349609375 734.60479736328125 746.60430908203125 758.60382080078125 769.60333251953125 781.60211181640625 785.60162353515625 788.60107421875 788.6005859375 779.599609375 772.59912109375 767.59857177734375 766.59808349609375 767.59759521484375 770.59710693359375 772.5965576171875 775.5960693359375 780.5950927734375 780.5946044921875 779.59405517578125 778.59356689453125 778.59307861328125 782.59259033203125 789.592041015625 796.591064453125
|
||||
660.62689208984375 662.6263427734375 662.6258544921875 664.6253662109375 667.6248779296875 668.6243896484375 669.62384033203125 672.62335205078125 678.62237548828125 675.62188720703125 669.621337890625 657.620849609375 640.620361328125 627.619873046875 627.619384765625 629.6181640625 646.61712646484375 655.61663818359375 669.61614990234375 690.61566162109375 704.61517333984375 712.6146240234375 712.6141357421875 713.6136474609375 719.61260986328125 723.61212158203125 729.61163330078125 734.61114501953125 737.61065673828125 736.610107421875 731.609619140625 715.608642578125 710.608154296875 707.60760498046875 708.60711669921875 708.60662841796875 710.60614013671875 714.6055908203125 720.6051025390625 742.6041259765625 754.6036376953125 765.60308837890625 773.60260009765625 781.60211181640625 785.60162353515625 788.60107421875 782.59991455078125 775.598876953125 769.598388671875 764.597900390625 762.59735107421875 764.59686279296875 767.59637451171875 768.59588623046875 771.59539794921875 774.5943603515625 773.5938720703125 774.5933837890625 775.59283447265625 777.59234619140625 782.59185791015625 786.59136962890625 790.59088134765625
|
||||
653.62615966796875 652.62567138671875 654.62518310546875 655.62469482421875 657.6241455078125 660.6236572265625 665.6231689453125 672.6226806640625 673.62164306640625 668.62115478515625 665.62066650390625 653.62017822265625 632.61962890625 622.619140625 622.61865234375 629.6181640625 646.61712646484375 655.61663818359375 668.615478515625 685.61492919921875 704.61444091796875 710.61395263671875 712.61346435546875 713.6129150390625 716.6119384765625 720.6114501953125 725.6109619140625 730.61041259765625 732.60992431640625 727.60943603515625 718.60894775390625 709.6083984375 698.607421875 699.60693359375 701.6064453125 704.60589599609375 713.60540771484375 720.60491943359375 729.60443115234375 739.6038818359375 761.6029052734375 771.6024169921875 779.6019287109375 783.60137939453125 785.60089111328125 785.60040283203125 782.59991455078125 775.598876953125 769.598388671875 758.59716796875 758.5966796875 760.59619140625 762.59564208984375 765.59515380859375 767.59466552734375 767.5936279296875 767.5931396484375 770.5926513671875 776.5921630859375 782.5916748046875 785.59112548828125 788.59063720703125 791.59014892578125
|
||||
646.6259765625 641.625 641.62451171875 643.62396240234375 646.62347412109375 653.62298583984375 665.62249755859375 672.6219482421875 667.6209716796875 663.6204833984375 658.6199951171875 649.61944580078125 634.61895751953125 619.6170654296875 624.61798095703125 629.617431640625 642.616455078125 654.615966796875 668.615478515625 685.61492919921875 704.61444091796875 711.61322021484375 712.61273193359375 715.61224365234375 719.6112060546875 720.6107177734375 722.6102294921875 726.6097412109375 723.6092529296875 714.60870361328125 704.60821533203125 700.60772705078125 698.606689453125 700.606201171875 707.605712890625 716.605224609375 722.604736328125 731.60418701171875 740.60369873046875 750.60321044921875 770.6021728515625 779.6016845703125 784.6011962890625 784.6007080078125 783.60015869140625 780.59967041015625 778.59918212890625 775.59869384765625 763.59765625 758.59716796875 758.5966796875 760.59619140625 762.59564208984375 761.594482421875 761.59393310546875 760.59344482421875 764.59246826171875 769.5919189453125 775.5914306640625 781.5909423828125 786.5904541015625 789.58990478515625 789.58941650390625
|
||||
642.62530517578125 631.624267578125 630.623779296875 632.623291015625 637.622802734375 643.622314453125 656.62176513671875 666.62127685546875 660.62078857421875 648.6197509765625 643.6192626953125 632.6187744140625 619.6170654296875 619.6170654296875 620.61724853515625 627.61676025390625 637.61627197265625 684.615234375 693.61474609375 700.6142578125 707.61376953125 711.61322021484375 712.61273193359375 715.61224365234375 719.6112060546875 718.61004638671875 719.6094970703125 719.6090087890625 713.6085205078125 701.6080322265625 697.6068115234375 697.6068115234375 707.60601806640625 712.60552978515625 722.60498046875 736.6044921875 751.60400390625 753.603515625 756.60296630859375 766.60247802734375 776.60150146484375 780.6009521484375 780.6004638671875 779.5999755859375 776.5994873046875 776.5989990234375 774.59844970703125 771.59796142578125 760.59698486328125 755.596435546875 754.595947265625 757.595458984375 760.594970703125 761.594482421875 761.59393310546875 760.59344482421875 764.59173583984375 771.59124755859375 776.5906982421875 781.5902099609375 787.5897216796875 790.5892333984375 789.58868408203125
|
||||
634.6246337890625 620.62359619140625 618.62310791015625 621.62261962890625 627.6220703125 634.62158203125 641.62109375 646.62060546875 645.62005615234375 632.61907958984375 627.61859130859375 623.6180419921875 619.6175537109375 619.6170654296875 626.6165771484375 629.6160888671875 645.61553955078125 691.61456298828125 696.61407470703125 701.613525390625 705.613037109375 706.612548828125 708.612060546875 712.61151123046875 716.61102294921875 718.61004638671875 719.6094970703125 719.6090087890625 706.6077880859375 702.6072998046875 697.6068115234375 697.6068115234375 704.6058349609375 723.60479736328125 734.60430908203125 747.60382080078125 756.603271484375 761.602783203125 766.602294921875 769.601806640625 773.60125732421875 774.60028076171875 772.59979248046875 768.5992431640625 766.5987548828125 766.5982666015625 771.5977783203125 770.5972900390625 758.59625244140625 753.59576416015625 752.59527587890625 756.5947265625 757.59423828125 756.59375 754.59326171875 754.59271240234375 764.59173583984375 771.59124755859375 776.5906982421875 780.5894775390625 784.5889892578125 787.5885009765625 785.5880126953125
|
||||
625.6239013671875 617.6234130859375 608.62237548828125 608.62188720703125 613.62139892578125 618.62091064453125 624.620361328125 629.619873046875 633.619384765625 611.618408203125 611.61785888671875 616.61737060546875 614.61688232421875 611.61639404296875 619.6158447265625 629.6153564453125 644.6148681640625 690.61383056640625 696.61334228515625 698.61285400390625 699.61236572265625 703.61181640625 707.611328125 711.61083984375 713.6103515625 716.60931396484375 715.60882568359375 712.60833740234375 706.6077880859375 702.6072998046875 697.6068115234375 698.6055908203125 705.6051025390625 725.6041259765625 738.60357666015625 746.60308837890625 754.60260009765625 759.60211181640625 763.6015625 766.60107421875 770.6005859375 769.59954833984375 764.59906005859375 761.59857177734375 759.59808349609375 762.5975341796875 767.5970458984375 768.5965576171875 761.5960693359375 748.59503173828125 750.59454345703125 751.59405517578125 751.593505859375 751.593017578125 751.592529296875 751.592041015625 757.59149169921875 771.59051513671875 775.59002685546875 780.5894775390625 784.5889892578125 787.5885009765625 776.5872802734375
|
||||
625.6239013671875 617.6234130859375 608.62237548828125 595.6212158203125 597.6207275390625 604.62017822265625 610.61968994140625 614.61920166015625 610.61871337890625 602.6181640625 599.6171875 602.61669921875 607.61614990234375 613.61566162109375 620.61517333984375 631.61468505859375 652.6141357421875 674.6136474609375 692.6126708984375 695.61212158203125 698.61163330078125 704.61114501953125 710.61065673828125 712.610107421875 713.609619140625 715.608642578125 714.608154296875 712.60760498046875 705.60711669921875 700.60662841796875 696.6060791015625 698.6055908203125 705.6051025390625 725.6041259765625 738.6029052734375 743.6024169921875 748.60186767578125 754.60137939453125 760.60089111328125 762.600341796875 763.599853515625 759.598876953125 756.598388671875 754.59783935546875 754.59735107421875 758.59686279296875 764.5963134765625 763.5958251953125 759.5953369140625 747.5943603515625 743.59381103515625 743.59332275390625 745.59283447265625 746.59228515625 747.591796875 750.59130859375 757.5908203125 768.58978271484375 772.58929443359375 774.58880615234375 776.5882568359375 777.5877685546875 776.5872802734375
|
||||
616.62322998046875 609.62274169921875 598.6217041015625 595.6212158203125 597.6207275390625 604.62017822265625 590.6190185546875 596.6185302734375 592.61798095703125 582.61749267578125 592.616455078125 603.615966796875 604.615478515625 608.614990234375 618.614501953125 648.61395263671875 677.61346435546875 686.61297607421875 692.6119384765625 694.6114501953125 699.6109619140625 706.6104736328125 708.60992431640625 710.60943603515625 710.60894775390625 710.6083984375 713.607421875 707.60693359375 699.6064453125 694.60589599609375 691.604736328125 694.60491943359375 705.6043701171875 718.6038818359375 738.6029052734375 743.6024169921875 748.60186767578125 751.60064697265625 756.60015869140625 757.59967041015625 755.59918212890625 751.59814453125 749.59765625 750.59716796875 751.59661865234375 754.59613037109375 759.59564208984375 759.59515380859375 754.5946044921875 743.5936279296875 740.5931396484375 740.59259033203125 740.59210205078125 743.59161376953125 747.59112548828125 752.590576171875 756.590087890625 763.589111328125 769.58856201171875 772.58807373046875 771.58758544921875 772.58709716796875 773.5865478515625
|
||||
610.62249755859375 603.62200927734375 593.62152099609375 584.6204833984375 587.6199951171875 587.6195068359375 590.6190185546875 596.6185302734375 592.61798095703125 574.6168212890625 602.61578369140625 614.61529541015625 621.61480712890625 624.6142578125 646.61376953125 673.61328125 686.61279296875 690.61224365234375 692.61126708984375 697.6107177734375 702.6102294921875 704.6097412109375 704.6092529296875 705.6087646484375 705.60821533203125 706.60772705078125 709.606689453125 706.606201171875 699.605712890625 692.605224609375 691.604736328125 693.60418701171875 702.60369873046875 716.60321044921875 734.6021728515625 740.6016845703125 745.6011962890625 751.60064697265625 756.60015869140625 757.59967041015625 755.59918212890625 748.59796142578125 745.596923828125 747.596435546875 751.595947265625 756.595458984375 759.59490966796875 755.59442138671875 750.59393310546875 744.5933837890625 736.5924072265625 736.5919189453125 740.5914306640625 745.59088134765625 751.59039306640625 753.58990478515625 754.58935546875 756.5888671875 764.587890625 766.58734130859375 769.58685302734375 770.58636474609375 770.58587646484375
|
||||
617.621826171875 610.621337890625 600.620849609375 585.61981201171875 580.61932373046875 574.61883544921875 575.6182861328125 576.6177978515625 574.6173095703125 574.6168212890625 583.61627197265625 614.61529541015625 621.61480712890625 645.61358642578125 665.61309814453125 671.612548828125 678.612060546875 683.611572265625 687.611083984375 694.61004638671875 694.60955810546875 696.60906982421875 700.6085205078125 702.6080322265625 702.6075439453125 702.6070556640625 705.60601806640625 702.60552978515625 696.60498046875 690.6044921875 688.60400390625 692.603515625 702.60296630859375 713.60247802734375 736.60150146484375 742.6009521484375 748.6004638671875 752.5999755859375 754.5994873046875 754.59893798828125 752.59844970703125 748.59796142578125 745.596923828125 747.596435546875 753.59521484375 757.5947265625 758.59423828125 753.59368896484375 743.59320068359375 735.59271240234375 730.5916748046875 735.5911865234375 741.5906982421875 747.5902099609375 749.58966064453125 751.58917236328125 752.58868408203125 756.588134765625 760.587158203125 760.586669921875 762.58612060546875 764.58563232421875 764.58514404296875
|
||||
627.62115478515625 619.62060546875 607.6201171875 589.619140625 584.61859130859375 578.61810302734375 572.61761474609375 567.61712646484375 564.6165771484375 567.6160888671875 576.6156005859375 619.61456298828125 625.61407470703125 645.61358642578125 665.61309814453125 671.612548828125 676.61138916015625 677.61083984375 681.6103515625 684.609375 685.60882568359375 691.60833740234375 697.60784912109375 698.60736083984375 697.6068115234375 697.6063232421875 698.6058349609375 699.60479736328125 693.60430908203125 688.60382080078125 686.603271484375 689.602783203125 699.602294921875 711.601806640625 724.60125732421875 740.60028076171875 743.59979248046875 747.5992431640625 750.5987548828125 749.5982666015625 747.5977783203125 741.59722900390625 743.59625244140625 748.595703125 753.59521484375 757.5947265625 758.59423828125 745.593017578125 735.592529296875 727.59197998046875 727.59100341796875 732.5904541015625 739.5899658203125 742.5894775390625 745.5889892578125 746.58843994140625 750.58795166015625 754.58746337890625 755.58642578125 754.5859375 756.58544921875 757.5849609375 757.58441162109375
|
||||
628.62042236328125 623.61993408203125 614.61944580078125 597.618408203125 589.617919921875 579.617431640625 568.616943359375 562.61260986328125 562.61260986328125 562.61260986328125 574.6148681640625 596.6138916015625 612.6134033203125 631.61285400390625 652.61236572265625 672.61187744140625 676.61138916015625 677.61083984375 681.6103515625 682.608642578125 684.608154296875 690.607666015625 694.60711669921875 694.60662841796875 695.60614013671875 697.6055908203125 697.6051025390625 696.6041259765625 692.60357666015625 686.60308837890625 683.60260009765625 686.60211181640625 694.6015625 706.60107421875 720.6005859375 734.59954833984375 737.59906005859375 740.59857177734375 742.5980224609375 743.5975341796875 740.5970458984375 736.5965576171875 737.59600830078125 748.59503173828125 752.59454345703125 755.593994140625 752.593505859375 745.593017578125 735.592529296875 727.59197998046875 723.59075927734375 732.58978271484375 734.58929443359375 734.5887451171875 735.5882568359375 739.5877685546875 744.58721923828125 749.58673095703125 749.58575439453125 748.585205078125 750.584716796875 753.584228515625 754.583740234375
|
||||
626.6197509765625 623.6192626953125 620.6187744140625 616.61822509765625 598.61724853515625 584.61669921875 569.6162109375 562.61260986328125 562.61260986328125 562.61260986328125 564.61419677734375 579.61370849609375 613.6126708984375 625.6121826171875 643.6116943359375 663.6112060546875 669.61065673828125 672.61016845703125 677.60968017578125 680.609130859375 684.608154296875 690.607666015625 691.6064453125 692.60595703125 694.60540771484375 698.60491943359375 696.60443115234375 689.6033935546875 687.6029052734375 683.6024169921875 681.60186767578125 683.60137939453125 688.60089111328125 701.60040283203125 713.599853515625 726.598876953125 729.59832763671875 731.59783935546875 733.59735107421875 735.59686279296875 733.5963134765625 731.5958251953125 732.5953369140625 744.59429931640625 748.59381103515625 748.59332275390625 744.5927734375 739.59228515625 730.591796875 723.59130859375 723.59075927734375 732.58978271484375 734.58929443359375 734.5887451171875 733.5875244140625 737.5870361328125 742.5865478515625 745.5860595703125 747.58551025390625 742.58453369140625 744.583984375 752.58349609375 757.5830078125
|
||||
625.61907958984375 624.6185302734375 622.6180419921875 618.6175537109375 604.61651611328125 590.61602783203125 573.61553955078125 562.61260986328125 562.61260986328125 562.61260986328125 567.613525390625 583.61297607421875 614.61199951171875 625.61151123046875 636.6109619140625 656.6104736328125 667.6099853515625 669.6094970703125 675.60894775390625 679.60845947265625 685.607421875 689.60693359375 691.6064453125 692.60595703125 694.60540771484375 698.60491943359375 689.60369873046875 684.60321044921875 682.6021728515625 681.6016845703125 679.6011962890625 675.6007080078125 680.60015869140625 690.59967041015625 699.59918212890625 708.5986328125 718.59765625 721.59716796875 723.59661865234375 723.59613037109375 723.59564208984375 725.5950927734375 729.5946044921875 741.5936279296875 743.59307861328125 742.59259033203125 738.59210205078125 732.59161376953125 724.591064453125 720.590576171875 722.590087890625 731.58905029296875 733.58856201171875 732.58807373046875 733.5875244140625 737.5870361328125 742.5865478515625 741.5853271484375 741.5848388671875 738.58380126953125 741.58331298828125 750.582763671875 758.582275390625
|
||||
624.61834716796875 624.61785888671875 623.61737060546875 622.6168212890625 609.6158447265625 593.6153564453125 574.61480712890625 562.61260986328125 562.61260986328125 562.61260986328125 572.61279296875 589.6123046875 610.61126708984375 621.61077880859375 632.61029052734375 647.60980224609375 659.6092529296875 666.6087646484375 673.6082763671875 676.6077880859375 685.60675048828125 689.60626220703125 689.605712890625 690.605224609375 692.604736328125 692.604248046875 689.60369873046875 684.60321044921875 682.6021728515625 677.60101318359375 673.6004638671875 673.5999755859375 678.5994873046875 685.5989990234375 691.59844970703125 697.59796142578125 709.596923828125 712.596435546875 715.595947265625 716.595458984375 716.59490966796875 721.59442138671875 729.59393310546875 737.5933837890625 742.5924072265625 739.5919189453125 735.59136962890625 728.59088134765625 719.59039306640625 717.58984375 721.58935546875 728.5888671875 731.58782958984375 733.58734130859375 735.58685302734375 739.5863037109375 740.5858154296875 741.5853271484375 741.5848388671875 738.58380126953125 745.58258056640625 753.58209228515625 754.58154296875
|
||||
624.61834716796875 622.6171875 623.61663818359375 625.61614990234375 622.61566162109375 598.6146240234375 585.6141357421875 573.6136474609375 562.61309814453125 562.61260986328125 574.61212158203125 588.61163330078125 594.611083984375 610.610107421875 623.60955810546875 638.60906982421875 650.60858154296875 658.60809326171875 666.6075439453125 671.6070556640625 682.60601806640625 684.60552978515625 684.60504150390625 687.60455322265625 688.60400390625 686.603515625 682.60302734375 680.6025390625 679.60150146484375 677.60101318359375 673.6004638671875 673.5999755859375 682.5987548828125 687.5982666015625 690.5977783203125 697.59722900390625 705.59625244140625 707.595703125 712.59521484375 716.5947265625 720.59423828125 726.59368896484375 732.59320068359375 737.59271240234375 736.5916748046875 732.5911865234375 729.5906982421875 720.59014892578125 712.58966064453125 711.58917236328125 717.588623046875 724.588134765625 728.587158203125 729.58660888671875 732.58612060546875 734.58563232421875 733.5850830078125 733.5845947265625 734.5841064453125 736.5836181640625 745.58258056640625 753.58209228515625 754.58154296875
|
||||
621.61767578125 622.6171875 623.61663818359375 625.61614990234375 617.61492919921875 596.61395263671875 584.61346435546875 573.6129150390625 560.6124267578125 558.6119384765625 571.61138916015625 582.61090087890625 588.61041259765625 604.609375 615.60888671875 626.6083984375 640.60784912109375 655.60736083984375 665.60687255859375 674.60638427734375 675.6058349609375 677.6048583984375 676.60430908203125 678.60382080078125 680.60333251953125 678.60284423828125 676.602294921875 674.601806640625 673.601318359375 669.60028076171875 671.59979248046875 675.5992431640625 682.5987548828125 687.5982666015625 690.5977783203125 699.5965576171875 702.5960693359375 714.59503173828125 720.59454345703125 723.593994140625 728.593505859375 735.593017578125 735.592529296875 735.59197998046875 726.59100341796875 722.5904541015625 716.5899658203125 710.5894775390625 708.58892822265625 709.58843994140625 714.58795166015625 721.58746337890625 723.58642578125 722.5859375 724.58538818359375 726.58489990234375 728.58441162109375 730.5838623046875 732.5833740234375 737.5828857421875 749.58184814453125 751.58135986328125 752.58087158203125
|
||||
618.61700439453125 617.616455078125 619.615966796875 621.615478515625 617.61492919921875 596.61395263671875 584.61346435546875 570.61224365234375 555.61175537109375 555.61053466796875 558.6107177734375 571.6102294921875 582.60968017578125 598.60870361328125 608.60821533203125 620.607666015625 636.607177734375 651.606689453125 665.60614013671875 673.60565185546875 673.60516357421875 672.6041259765625 672.6036376953125 673.6031494140625 674.60260009765625 673.60211181640625 671.60162353515625 666.60107421875 665.6002197265625 665.6002197265625 670.59906005859375 679.59857177734375 683.59808349609375 687.5975341796875 694.5970458984375 699.5965576171875 702.5960693359375 714.59503173828125 720.59454345703125 725.59332275390625 729.5927734375 733.59228515625 733.591796875 731.59130859375 724.59075927734375 712.58978271484375 706.5892333984375 702.5887451171875 702.5882568359375 706.5877685546875 712.58721923828125 717.58673095703125 718.58624267578125 716.585205078125 719.584716796875 724.58416748046875 726.58367919921875 729.58319091796875 734.5826416015625 738.5821533203125 746.5811767578125 748.58062744140625 748.58013916015625
|
||||
616.61627197265625 613.61578369140625 615.61529541015625 618.61474609375 612.6142578125 604.61376953125 586.61273193359375 570.61224365234375 555.61175537109375 555.61053466796875 558.6107177734375 568.6094970703125 577.6090087890625 584.6085205078125 601.60748291015625 614.60699462890625 631.60650634765625 648.60595703125 664.60546875 668.60498046875 667.60443115234375 667.60345458984375 668.6029052734375 667.6024169921875 668.6019287109375 668.6014404296875 665.60089111328125 665.6002197265625 665.6002197265625 671.598876953125 678.598388671875 682.597900390625 686.59735107421875 695.59686279296875 701.59637451171875 704.5958251953125 709.5953369140625 721.59429931640625 723.59381103515625 725.59332275390625 729.5927734375 733.59228515625 721.591064453125 719.590576171875 713.590087890625 702.58905029296875 697.58856201171875 698.5880126953125 701.5875244140625 707.5870361328125 710.5865478515625 712.58599853515625 713.58551025390625 712.58447265625 720.583984375 724.58349609375 729.58294677734375 729.58245849609375 732.58197021484375 735.58148193359375 739.5809326171875 744.5799560546875 746.57940673828125
|
||||
616.6156005859375 612.6151123046875 610.61456298828125 609.61407470703125 599.61358642578125 591.613037109375 580.612060546875 570.611572265625 561.61102294921875 555.61053466796875 558.61004638671875 568.6094970703125 577.6090087890625 584.6085205078125 599.6068115234375 607.60626220703125 619.60577392578125 647.60528564453125 663.604736328125 664.604248046875 664.603759765625 661.603271484375 663.60223388671875 663.60174560546875 661.6011962890625 661.6007080078125 665.6002197265625 671.59967041015625 677.59918212890625 681.59869384765625 686.59765625 691.59716796875 696.5966796875 701.59613037109375 704.59564208984375 705.59515380859375 709.5946044921875 720.5936279296875 723.5931396484375 724.59259033203125 724.59210205078125 724.59161376953125 721.591064453125 719.590576171875 713.590087890625 694.58782958984375 694.58782958984375 699.58734130859375 705.58685302734375 706.5863037109375 707.5858154296875 706.5853271484375 706.58477783203125 712.58380126953125 719.583251953125 725.582763671875 725.582275390625 727.581787109375 729.58123779296875 732.58074951171875 736.58026123046875 740.5792236328125 742.5787353515625
|
||||
612.61492919921875 607.6143798828125 603.6138916015625 598.6134033203125 588.61285400390625 579.61236572265625 568.611328125 566.61083984375 560.6103515625 555.60986328125 559.60931396484375 566.60882568359375 574.60833740234375 583.6077880859375 599.6068115234375 607.60626220703125 619.60577392578125 652.60455322265625 659.60406494140625 658.60357666015625 657.60302734375 656.6025390625 657.6015625 656.60101318359375 653.60052490234375 655.60003662109375 665.5994873046875 674.5989990234375 680.5985107421875 680.59796142578125 688.59698486328125 693.596435546875 699.595947265625 703.595458984375 705.594970703125 707.59442138671875 711.59393310546875 715.59344482421875 720.5924072265625 720.5919189453125 719.59136962890625 714.59088134765625 712.59039306640625 710.58984375 704.58935546875 697.5888671875 694.58782958984375 699.58734130859375 710.58612060546875 709.58563232421875 705.5850830078125 702.5845947265625 701.5841064453125 703.58355712890625 718.58258056640625 720.58203125 722.58154296875 727.5810546875 729.58056640625 732.58001708984375 734.57952880859375 736.5784912109375 736.5780029296875
|
||||
603.61419677734375 602.61370849609375 600.61322021484375 594.6126708984375 582.6121826171875 570.6116943359375 561.61114501953125 557.61016845703125 555.609619140625 554.609130859375 559.608642578125 565.608154296875 575.60760498046875 587.60711669921875 598.60662841796875 621.6055908203125 639.6051025390625 652.60455322265625 659.60406494140625 658.60357666015625 655.60235595703125 656.60186767578125 655.600830078125 653.600341796875 651.59979248046875 653.59930419921875 660.59881591796875 669.5982666015625 670.5977783203125 673.5972900390625 687.59625244140625 692.59576416015625 696.59527587890625 701.5947265625 705.59423828125 708.59375 710.59320068359375 712.59271240234375 714.5916748046875 713.5911865234375 710.5906982421875 706.59014892578125 702.58966064453125 701.58917236328125 696.588623046875 692.588134765625 695.587158203125 705.58660888671875 710.58612060546875 709.58563232421875 705.5850830078125 702.5845947265625 698.5833740234375 701.5828857421875 715.58184814453125 718.58135986328125 722.580810546875 724.580322265625 726.579833984375 729.579345703125 731.57879638671875 730.57830810546875 729.5772705078125
|
||||
595.613525390625 595.613037109375 594.61248779296875 591.61199951171875 579.61151123046875 564.6109619140625 552.6104736328125 548.60943603515625 554.60894775390625 557.60845947265625 561.60791015625 574.607421875 589.60693359375 604.60638427734375 621.60589599609375 643.6048583984375 652.6043701171875 656.6038818359375 653.6033935546875 653.60284423828125 655.60235595703125 656.60186767578125 657.601318359375 653.600341796875 651.59912109375 652.5986328125 656.59808349609375 660.59759521484375 664.59710693359375 669.5965576171875 679.5960693359375 691.59503173828125 695.59454345703125 700.59405517578125 704.593505859375 705.593017578125 704.592529296875 705.59197998046875 706.59100341796875 705.5904541015625 701.5899658203125 697.5894775390625 695.5889892578125 693.58843994140625 692.58795166015625 692.58746337890625 701.58642578125 710.5859375 711.58538818359375 708.58489990234375 704.58441162109375 699.5838623046875 698.5833740234375 701.5828857421875 715.58184814453125 715.58062744140625 716.58013916015625 717.57958984375 719.5791015625 722.57861328125 724.578125 724.57757568359375 725.5765380859375
|
||||
577.61279296875 575.6123046875 579.61181640625 583.611328125 575.61077880859375 560.61029052734375 547.60980224609375 542.6087646484375 551.6082763671875 559.60772705078125 569.60723876953125 585.60675048828125 604.606201171875 620.605712890625 635.605224609375 644.60418701171875 647.60369873046875 651.6031494140625 652.6026611328125 652.6021728515625 653.6016845703125 655.60113525390625 657.60064697265625 653.599609375 651.59912109375 652.5986328125 656.59808349609375 658.59686279296875 663.59637451171875 670.59588623046875 679.5953369140625 691.5943603515625 695.5938720703125 699.59332275390625 702.59283447265625 702.59234619140625 703.591796875 699.59130859375 696.5908203125 696.58978271484375 693.58929443359375 691.5887451171875 687.5882568359375 684.5877685546875 689.58721923828125 695.58673095703125 700.58624267578125 712.585205078125 706.584716796875 703.58416748046875 700.58367919921875 698.58319091796875 698.5826416015625 701.5821533203125 712.58111572265625 715.58062744140625 716.58013916015625 717.57958984375 713.578369140625 715.577880859375 719.577392578125 720.576904296875 723.57586669921875
|
||||
|
||||
endsurface
|
||||
+993
@@ -0,0 +1,993 @@
|
||||
# 2024.04.18 created by TopoDroid v 5.1.40
|
||||
|
||||
# Copyright (C) 2024 Alexandre Pont
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Cap_Coutun -title "Gap-Gotan"
|
||||
|
||||
centerline
|
||||
date 2024.04.18
|
||||
team "Alexandre Pont"
|
||||
team "Jo De-Waele"
|
||||
team "Xavier Robert"
|
||||
|
||||
cs UTM42
|
||||
# fix 00 0271313 4169207 732 # Coordonnées à valider # gps Alex
|
||||
# station 00 "Cupp Coutun Entrée artificielle" entrance
|
||||
|
||||
#cs long-lat
|
||||
#fix 00 66:24:28 37:38:30 730 # Coordonnées à valider # gps Philippe A
|
||||
fix 00 0271312.42 4169207.31 745 # Coordonnées moyennes By Alex, altitude alti PhA
|
||||
station 00 "Gap-Gotan ; Entrée artificielle" entrance
|
||||
|
||||
|
||||
# team Alex / Clan des Tritons Lyon
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
extend right
|
||||
# ptr au sol au milieu
|
||||
00 1 21.68 84.2 -0.9
|
||||
# extend auto
|
||||
00 . 1.70 356.5 6.7
|
||||
00 . 1.61 172.5 3.6
|
||||
00 . 0.19 81.6 -85.7
|
||||
00 . 2.95 17.9 77.3
|
||||
1 . 1.28 12.7 -0.3
|
||||
1 . 1.46 197.6 -0.3
|
||||
1 . 0.39 322.7 -85.4
|
||||
1 . 1.96 38.1 84.2
|
||||
extend right
|
||||
1 2 20.04 85 5.7 # [Note Alex: Azimut 115.1 remplacé par 85 ! Erreur due à la porte ?
|
||||
# extend auto
|
||||
2 . 1.78 164.0 -3.9
|
||||
2 . 0.28 352.3 0.8
|
||||
2 . 1.72 74.1 -84.6
|
||||
2 . 0.75 152.3 40.9
|
||||
extend right
|
||||
2 3 19.60 84.5 0.7
|
||||
# extend auto
|
||||
3 . 4.12 172.1 -5.3
|
||||
3 . 0.39 350.5 -19.8
|
||||
3 . 1.59 153.9 -85.5
|
||||
3 . 1.09 153.1 37.0
|
||||
extend right
|
||||
3 4 21.60 86.4 1.5
|
||||
# extend auto
|
||||
4 . 1.99 357.3 -2.3
|
||||
4 . 0.22 177.1 5.9
|
||||
4 . 1.63 227.1 -87.3
|
||||
4 . 0.88 355.9 34.7
|
||||
extend right
|
||||
4 5 19.64 79.7 0.6
|
||||
# extend auto
|
||||
5 . 2.08 173.3 -3.4
|
||||
5 . 0.65 347.5 -51.8
|
||||
5 . 1.66 160.2 -73.2
|
||||
5 . 0.98 152.4 36.2
|
||||
extend right
|
||||
5 6 22.66 89.8 0.9
|
||||
# extend auto
|
||||
6 . 2.43 349.9 -2.1
|
||||
6 . 0.60 71.2 51.7
|
||||
6 . 1.57 26.7 31.9
|
||||
6 . 2.21 359.8 -46.6
|
||||
extend right
|
||||
6 7 24.08 78.1 -0.1
|
||||
# extend auto
|
||||
7 . 2.43 177.1 -4.7
|
||||
7 . 1.39 81.5 -73.7
|
||||
7 . 1.80 158.8 -55.1
|
||||
7 . 1.59 153.3 30.2
|
||||
extend right
|
||||
7 8 24.01 95.0 0.9
|
||||
# extend auto
|
||||
8 . 1.73 5.8 -6.8
|
||||
8 . 0.20 181.5 3.4
|
||||
8 . 1.93 23.4 -61.6
|
||||
8 . 0.83 18.7 22.1
|
||||
extend right
|
||||
8 9 28.95 80.7 0.2
|
||||
# extend auto
|
||||
9 . 2.17 180.4 0.4
|
||||
9 . 1.40 67.0 -33.3
|
||||
9 . 1.74 152.6 -57.6
|
||||
9 . 1.79 160.1 30.6
|
||||
extend right
|
||||
9 10 20.35 90.2 0.3
|
||||
# extend auto
|
||||
10 . 2.02 358.5 -3.2
|
||||
10 . 1.09 62.4 -79.5
|
||||
10 . 1.59 358.8 -51.0
|
||||
10 . 1.52 15.0 36.4
|
||||
extend right
|
||||
10 11 15.95 75.6 2.2
|
||||
# extend auto
|
||||
11 . 2.94 177.3 -3.8
|
||||
11 . 1.19 14.1 -80.4
|
||||
11 . 1.68 174.5 -59.0
|
||||
11 . 1.70 177.0 30.8
|
||||
extend right
|
||||
|
||||
11 PTR_FR24_A21_12 21.16 87.6 -5.5 # 12 fr24 A21
|
||||
# extend auto
|
||||
PTR_FR24_A21_12 . 8.04 79.2 7.8
|
||||
PTR_FR24_A21_12 . 8.72 74.5 34.1
|
||||
PTR_FR24_A21_12 . 9.04 21.3 75.8
|
||||
PTR_FR24_A21_12 . 20.98 264.7 6.8
|
||||
PTR_FR24_A21_12 . 16.70 268.9 30.8
|
||||
PTR_FR24_A21_12 . 27.07 321.2 -3.1
|
||||
PTR_FR24_A21_12 . 19.77 24.1 2.5
|
||||
PTR_FR24_A21_12 . 27.17 220.8 18.6
|
||||
PTR_FR24_A21_12 . 17.05 150.5 2.5
|
||||
extend left
|
||||
PTR_FR24_A21_12 13 19.07 342.5 -13.2
|
||||
# extend auto
|
||||
13 . 11.73 62.7 26.2
|
||||
13 . 15.89 24.5 7.2
|
||||
13 . 19.36 320.2 -8.9
|
||||
13 . 13.62 292.0 -3.7
|
||||
13 . 16.50 111.9 18.4
|
||||
13 . 18.52 244.2 13.6
|
||||
13 . 11.56 289.7 67.0
|
||||
13 . 1.03 297.3 -37.6
|
||||
extend left
|
||||
13 14 22.33 328.0 -21.3
|
||||
# extend auto
|
||||
14 . 5.92 256.8 -1.0
|
||||
14 . 10.18 337.2 -8.4
|
||||
14 . 16.16 31.6 -5.5
|
||||
14 . 11.44 80.0 6.3
|
||||
14 . 18.16 115.1 19.2
|
||||
14 . 9.33 203.5 1.5
|
||||
14 . 11.89 65.0 58.1
|
||||
14 . 4.82 72.2 -25.4
|
||||
14 . 17.06 11.7 -36.3
|
||||
14 . 9.51 113.6 11.7
|
||||
14 . 17.24 330.8 -43.2
|
||||
14 . 16.23 330.3 -43.1
|
||||
extend left
|
||||
14 15 17.16 330.5 -43.1
|
||||
# extend auto
|
||||
15 . 7.56 282.0 -1.7
|
||||
15 . 19.19 349.1 -13.5
|
||||
15 . 21.62 24.7 2.8
|
||||
15 . 14.55 57.2 10.1
|
||||
15 . 18.49 97.0 29.9
|
||||
15 . 7.60 213.5 10.7
|
||||
15 . 12.60 181.0 29.3
|
||||
15 . 6.60 27.6 -21.3
|
||||
15 . 12.25 108.9 69.3
|
||||
extend vertical
|
||||
15 16 25.73 0.9 -9.3
|
||||
# extend auto
|
||||
16 . 10.99 238.7 -12.2
|
||||
16 . 13.79 209.1 -3.8
|
||||
16 . 19.20 191.6 6.0
|
||||
16 . 30.02 145.6 24.1
|
||||
16 . 20.14 124.6 34.4
|
||||
16 . 8.34 20.1 28.1
|
||||
16 . 12.89 346.4 13.2
|
||||
16 . 7.79 297.1 -13.8
|
||||
16 . 6.53 288.0 76.6
|
||||
16 . 13.35 271.4 -37.7
|
||||
16 . 6.95 222.7 -26.3
|
||||
extend left
|
||||
16 17 14.88 279.3 -30.9
|
||||
# extend auto
|
||||
17 . 3.49 192.0 9.4
|
||||
17 . 9.56 254.0 16.4
|
||||
17 . 6.70 304.7 17.8
|
||||
17 . 2.66 359.3 18.1
|
||||
17 . 6.63 68.0 32.9
|
||||
17 . 6.65 144.0 27.7
|
||||
17 . 7.18 170.1 71.0
|
||||
17 . 0.61 84.4 -41.9
|
||||
17 . 3.22 221.1 -26.2
|
||||
extend left
|
||||
17 18 17.90 296.0 5.0
|
||||
# extend auto
|
||||
18 . 7.57 54.3 1.5
|
||||
18 . 4.96 58.7 33.5
|
||||
18 . 11.41 17.7 -2.0
|
||||
18 . 16.05 349.2 0.3
|
||||
18 . 7.41 339.1 8.0
|
||||
18 . 5.77 165.0 9.8
|
||||
18 . 9.71 147.7 5.8
|
||||
18 . 11.46 110.5 2.2
|
||||
18 . 4.33 103.7 -17.2
|
||||
18 . 6.29 115.2 30.3
|
||||
extend vertical
|
||||
18 19 22.90 8.6 -7.3
|
||||
# extend auto
|
||||
19 . 11.93 174.7 6.9
|
||||
19 . 8.02 137.5 4.6
|
||||
19 . 1.65 84.7 8.6
|
||||
19 . 6.78 28.8 2.2
|
||||
19 . 14.93 207.1 11.2
|
||||
19 . 7.20 241.9 13.0
|
||||
19 . 11.29 286.9 9.7
|
||||
19 . 20.89 309.0 8.1
|
||||
19 . 8.81 301.3 30.7
|
||||
19 . 3.06 299.4 -20.8
|
||||
extend left
|
||||
19 20 22.94 349.1 1.9
|
||||
# extend auto
|
||||
20 . 9.63 143.9 16.2
|
||||
20 . 10.48 176.9 28.5
|
||||
20 . 12.22 210.3 14.2
|
||||
20 . 20.67 181.4 4.0
|
||||
20 . 11.92 250.3 7.7
|
||||
20 . 5.26 1.4 40.4
|
||||
20 . 13.33 338.6 9.0
|
||||
20 . 28.55 285.0 7.7
|
||||
20 . 15.71 270.6 10.1
|
||||
20 . 3.86 322.4 -21.7
|
||||
20 . 12.74 308.5 22.8
|
||||
extend left
|
||||
20 21 23.16 301.1 6.7
|
||||
# extend auto
|
||||
21 . 8.81 198.6 3.4
|
||||
21 . 8.16 167.3 -0.4
|
||||
21 . 19.81 145.4 -0.8
|
||||
21 . 17.96 96.8 0.4
|
||||
21 . 13.13 70.9 1.0
|
||||
21 . 6.61 314.3 12.2
|
||||
21 . 6.78 358.9 7.3
|
||||
21 . 4.56 188.1 -12.6
|
||||
21 . 3.32 184.9 44.2
|
||||
extend right
|
||||
21 22 29.95 43.7 -4.0
|
||||
# extend auto
|
||||
22 . 8.45 320.0 1.2
|
||||
22 . 15.03 276.5 14.7
|
||||
22 . 12.76 251.6 12.7
|
||||
22 . 12.35 201.0 7.0
|
||||
22 . 7.03 157.2 -4.2
|
||||
22 . 6.97 139.5 -5.3
|
||||
22 . 2.32 115.4 -8.3
|
||||
22 . 7.58 205.7 32.3
|
||||
22 . 3.98 209.1 -15.8
|
||||
extend left
|
||||
22 23 13.29 307.4 -2.1
|
||||
# extend auto
|
||||
23 . 8.34 252.9 22.8
|
||||
23 . 8.38 212.0 32.7
|
||||
23 . 1.31 338.2 5.0
|
||||
23 . 5.37 23.4 7.1
|
||||
23 . 4.31 98.2 9.0
|
||||
23 . 13.09 125.4 3.0
|
||||
23 . 7.58 56.0 65.5
|
||||
23 . 1.65 355.6 -33.2
|
||||
extend left
|
||||
23 24 32.71 311.8 0.6
|
||||
# extend auto
|
||||
24 . 18.82 10.3 3.2
|
||||
24 . 13.21 49.7 16.4
|
||||
24 . 22.68 108.6 10.0
|
||||
24 . 25.07 147.8 3.5
|
||||
24 . 11.85 159.0 0.9
|
||||
24 . 9.43 189.3 12.3
|
||||
24 . 21.39 295.9 22.8
|
||||
24 . 11.85 310.2 6.5
|
||||
24 . 9.55 338.0 56.9
|
||||
24 . 3.41 16.9 -34.5
|
||||
extend left
|
||||
24 25 39.74 339.6 7.7
|
||||
# extend auto
|
||||
25 . 10.28 66.8 7.2
|
||||
25 . 18.44 122.9 -2.0
|
||||
25 . 13.75 190.9 5.8
|
||||
25 . 11.90 210.2 10.3
|
||||
25 . 19.08 274.3 25.7
|
||||
25 . 5.45 178.3 -41.9
|
||||
25 . 13.25 153.9 -29.0
|
||||
25 . 9.35 188.6 60.6
|
||||
25 . 21.90 261.4 18.7
|
||||
extend left
|
||||
25 26 19.18 259.3 17.8
|
||||
# extend auto
|
||||
26 . 29.19 67.0 -4.2
|
||||
26 . 16.54 119.8 -5.9
|
||||
26 . 3.57 166.3 10.0
|
||||
26 . 35.31 9.0 -2.1
|
||||
26 . 19.09 11.6 21.5
|
||||
26 . 6.95 32.8 -9.6
|
||||
26 . 15.72 342.4 -10.8
|
||||
26 . 31.72 84.5 -16.9
|
||||
extend left
|
||||
26 27 31.85 337.8 -2.7
|
||||
# extend auto
|
||||
27 . 25.56 32.0 5.1
|
||||
27 . 23.47 62.3 2.3
|
||||
27 . 19.60 87.3 -3.1
|
||||
27 . 11.23 279.1 4.5
|
||||
27 . 8.66 227.5 12.0
|
||||
27 . 17.83 173.6 1.5
|
||||
27 . 8.99 116.2 56.0
|
||||
27 . 3.78 325.3 -21.6
|
||||
27 . 17.38 84.4 -20.0
|
||||
extend vertical
|
||||
27 28 18.41 352.0 1.5
|
||||
# extend auto
|
||||
28 . 16.39 40.2 -5.7
|
||||
28 . 20.48 78.1 -2.5
|
||||
28 . 29.51 113.8 5.3
|
||||
28 . 0.23 136.0 7.1
|
||||
28 . 29.82 174.1 4.7
|
||||
28 . 23.21 189.4 4.1
|
||||
28 . 27.75 111.9 4.3
|
||||
28 . 11.90 282.2 9.1
|
||||
28 . 13.76 247.5 8.5
|
||||
28 . 7.36 286.1 46.9
|
||||
28 . 7.80 19.9 60.3
|
||||
28 . 2.11 355.5 -27.5
|
||||
28 . 7.21 20.2 -19.4
|
||||
28 . 14.54 8.3 -11.3
|
||||
28 . 28.22 348.6 -10.3
|
||||
extend vertical
|
||||
28 29 43.46 353.5 1.2
|
||||
# extend auto
|
||||
29 . 22.29 251.8 -3.8
|
||||
29 . 22.89 220.7 2.6
|
||||
29 . 24.72 197.4 -2.6
|
||||
29 . 21.13 293.9 1.1
|
||||
29 . 2.37 18.0 31.3
|
||||
29 . 2.64 110.0 13.4
|
||||
29 . 7.41 297.6 67.9
|
||||
29 . 7.80 270.4 -18.2
|
||||
29 . 5.33 195.1 -41.9
|
||||
extend left
|
||||
29 30 21.83 325.3 8.9
|
||||
# extend auto
|
||||
30 . 13.75 252.1 16.5
|
||||
30 . 13.58 212.2 8.6
|
||||
30 . 31.21 196.9 -2.1
|
||||
30 . 39.38 174.1 -7.4
|
||||
30 . 34.75 186.5 -2.6
|
||||
30 . 15.90 124.3 6.6
|
||||
30 . 21.27 85.2 15.0
|
||||
30 . 15.74 63.8 15.7
|
||||
30 . 14.76 24.2 13.0
|
||||
30 . 15.11 357.4 8.5
|
||||
30 . 21.44 346.1 2.3
|
||||
30 . 32.61 337.1 -0.6
|
||||
30 . 7.04 27.4 62.3
|
||||
30 . 22.67 305.0 -3.9
|
||||
extend left
|
||||
30 31 25.99 338.9 -0.9
|
||||
# extend auto
|
||||
31 . 10.81 136.1 4.6
|
||||
31 . 9.79 257.7 -1.9
|
||||
31 . 9.45 224.9 -5.4
|
||||
31 . 23.20 292.7 -4.8
|
||||
31 . 18.98 207.6 2.0
|
||||
31 . 21.97 191.3 1.0
|
||||
31 . 15.81 195.6 30.3
|
||||
31 . 6.21 219.4 -25.4
|
||||
extend left
|
||||
31 32 24.65 316.5 -4.0
|
||||
# extend auto
|
||||
32 . 3.97 303.2 26.0
|
||||
32 . 16.62 338.0 6.2
|
||||
32 . 6.23 246.9 31.0
|
||||
32 . 13.32 205.7 17.1
|
||||
32 . 15.65 186.8 13.4
|
||||
32 . 19.88 114.0 14.9
|
||||
32 . 7.36 92.0 11.4
|
||||
32 . 8.79 38.8 14.3
|
||||
32 . 31.84 30.5 19.8
|
||||
32 . 28.16 18.4 13.0
|
||||
32 . 13.62 45.4 56.9
|
||||
32 . 3.98 70.2 -11.8
|
||||
extend vertical
|
||||
32 33 32.71 354.7 4.0
|
||||
# extend auto
|
||||
33 . 9.43 239.7 0.9
|
||||
33 . 10.58 292.3 1.1
|
||||
33 . 18.21 311.4 5.2
|
||||
33 . 12.70 2.0 17.4
|
||||
33 . 9.47 50.6 28.4
|
||||
33 . 11.94 104.3 20.5
|
||||
33 . 22.48 133.7 13.8
|
||||
33 . 33.58 143.5 10.7
|
||||
33 . 15.22 164.9 42.9
|
||||
33 . 3.59 211.7 -21.1
|
||||
extend left
|
||||
33 34 21.29 320.4 5.8
|
||||
# extend auto
|
||||
34 . 23.83 37.0 28.4
|
||||
34 . 17.35 69.1 28.7
|
||||
34 . 17.47 89.2 26.6
|
||||
34 . 26.76 123.0 8.9
|
||||
34 . 45.32 132.1 6.4
|
||||
34 . 35.26 161.4 2.4
|
||||
34 . 18.77 172.6 7.8
|
||||
34 . 4.36 121.3 -21.3
|
||||
34 . 15.55 121.3 38.7
|
||||
extend vertical
|
||||
34 35 13.07 5.9 6.9
|
||||
# extend auto
|
||||
35 . 6.44 312.8 14.3
|
||||
35 . 4.76 250.1 6.5
|
||||
35 . 10.48 195.2 -2.0
|
||||
35 . 16.28 57.6 28.3
|
||||
35 . 16.12 93.7 25.9
|
||||
35 . 17.19 128.6 26.5
|
||||
35 . 8.00 1.3 -9.9
|
||||
35 . 13.14 21.0 83.3
|
||||
extend vertical
|
||||
35 36 14.33 353.7 11.5
|
||||
# extend auto
|
||||
36 . 14.41 286.2 15.0
|
||||
36 . 6.90 249.6 10.1
|
||||
36 . 10.55 202.5 -13.5
|
||||
36 . 16.13 123.8 22.2
|
||||
36 . 13.57 80.5 35.4
|
||||
36 . 16.50 38.6 17.0
|
||||
36 . 21.16 26.2 8.2
|
||||
36 . 11.29 68.7 75.5
|
||||
36 . 1.71 72.0 -26.1
|
||||
extend vertical
|
||||
36 37 27.93 0.6 4.7
|
||||
# extend auto
|
||||
37 . 5.95 44.3 16.7
|
||||
37 . 14.47 13.3 12.9
|
||||
37 . 30.65 358.3 9.6
|
||||
37 . 24.58 330.2 13.5
|
||||
37 . 6.36 308.7 7.1
|
||||
37 . 5.38 253.5 14.6
|
||||
37 . 10.23 210.7 18.9
|
||||
37 . 5.57 325.2 63.1
|
||||
37 . 6.82 339.9 -17.6
|
||||
extend left
|
||||
37 38 15.40 328.4 2.9
|
||||
# extend auto
|
||||
38 . 19.80 52.7 32.2
|
||||
38 . 25.41 25.2 25.2
|
||||
38 . 13.12 334.4 13.5
|
||||
38 . 14.83 124.9 3.8
|
||||
38 . 6.74 177.3 6.9
|
||||
38 . 16.58 243.5 1.0
|
||||
38 . 18.24 260.4 -3.4
|
||||
38 . 21.58 277.4 -6.8
|
||||
38 . 10.13 308.1 9.1
|
||||
38 . 10.58 287.9 82.0
|
||||
38 . 2.38 298.9 -49.0
|
||||
extend left
|
||||
38 39 21.00 344.6 10.1
|
||||
# extend auto
|
||||
39 . 15.12 78.9 23.0
|
||||
39 . 15.44 42.7 15.9
|
||||
39 . 14.78 117.8 12.9
|
||||
39 . 10.53 334.2 10.7
|
||||
39 . 5.00 291.3 13.8
|
||||
39 . 7.92 237.2 17.6
|
||||
39 . 6.03 180.0 7.6
|
||||
39 . 6.57 107.2 66.5
|
||||
39 . 2.29 91.0 -35.2
|
||||
extend right
|
||||
39 40 30.33 22.1 12.1
|
||||
# extend auto
|
||||
40 . 8.30 30.1 20.8
|
||||
40 . 8.23 344.7 21.3
|
||||
40 . 11.08 294.1 18.0
|
||||
40 . 10.58 126.9 11.2
|
||||
40 . 12.00 164.6 7.1
|
||||
40 . 11.94 182.4 1.4
|
||||
40 . 5.72 169.2 49.7
|
||||
40 . 3.79 127.9 -22.6
|
||||
40 . 18.23 61.7 18.9
|
||||
extend ignore
|
||||
40 41 17.22 61.6 19.0
|
||||
# extend auto
|
||||
41 . 12.99 2.5 0.2
|
||||
41 . 8.43 330.6 12.0
|
||||
41 . 19.52 286.4 24.8
|
||||
41 . 20.92 243.8 -0.9
|
||||
41 . 18.95 252.7 2.5
|
||||
41 . 15.34 212.3 -3.6
|
||||
41 . 10.32 164.7 8.0
|
||||
41 . 5.05 211.7 -26.0
|
||||
41 . 11.14 236.9 47.1
|
||||
extend vertical
|
||||
# 42 pt russe 1158
|
||||
41 42 5.35 6.6 -29.0
|
||||
# extend auto
|
||||
42 . 13.35 56.7 9.8
|
||||
42 . 7.48 13.3 14.5
|
||||
42 . 9.94 330.9 15.3
|
||||
42 . 7.16 293.3 31.4
|
||||
42 . 5.18 184.6 29.2
|
||||
42 . 3.94 147.2 21.3
|
||||
42 . 13.44 116.0 6.9
|
||||
42 . 19.46 98.0 2.8
|
||||
42 . 6.91 110.0 -18.8
|
||||
42 . 6.13 239.7 77.5
|
||||
extend right
|
||||
42 43 19.50 70.9 -0.3
|
||||
# extend auto
|
||||
43 . 13.83 56.5 0.9
|
||||
43 . 8.44 79.4 2.4
|
||||
43 . 3.80 126.5 11.5
|
||||
43 . 7.71 171.5 11.2
|
||||
43 . 13.69 201.0 9.1
|
||||
43 . 16.67 27.9 1.8
|
||||
43 . 10.35 5.5 3.6
|
||||
43 . 6.87 317.5 2.2
|
||||
43 . 5.51 266.1 2.5
|
||||
43 . 2.69 312.5 52.6
|
||||
43 . 0.80 338.1 -22.2
|
||||
extend right
|
||||
|
||||
43 PTR_FR24_A16_44 16.65 45.2 -1.9 # 44 ptr a16 passage bas
|
||||
# extend auto
|
||||
PTR_FR24_A16_44 . 4.34 146.7 1.2
|
||||
PTR_FR24_A16_44 . 3.29 73.1 7.6
|
||||
PTR_FR24_A16_44 . 11.28 197.6 7.3
|
||||
PTR_FR24_A16_44 . 10.71 260.9 8.7
|
||||
PTR_FR24_A16_44 . 4.23 317.0 11.4
|
||||
PTR_FR24_A16_44 . 0.90 1.3 6.0
|
||||
PTR_FR24_A16_44 . 0.97 99.4 84.8
|
||||
PTR_FR24_A16_44 . 0.88 211.8 -74.6
|
||||
extend right
|
||||
PTR_FR24_A16_44 45 4.65 97.3 6.6
|
||||
# extend auto
|
||||
45 . 1.33 326.2 7.1
|
||||
45 . 0.77 0.1 49.5
|
||||
45 . 2.10 73.6 -23.0
|
||||
45 . 2.84 155.2 4.1
|
||||
extend right
|
||||
45 46 5.77 25.9 6.7
|
||||
# extend auto
|
||||
46 . 2.45 126.4 13.5
|
||||
46 . 0.78 89.7 59.4
|
||||
46 . 3.30 305.6 -4.2
|
||||
46 . 0.71 42.1 -58.2
|
||||
46 . 8.42 359.5 2.5
|
||||
46 . 3.94 77.2 4.0
|
||||
extend right
|
||||
46 47 9.41 31.0 5.4
|
||||
# extend auto
|
||||
47 . 6.33 140.5 8.8
|
||||
47 . 3.94 337.8 31.5
|
||||
47 . 5.83 27.7 6.8
|
||||
47 . 16.24 75.2 4.0
|
||||
47 . 2.14 106.9 75.1
|
||||
47 . 2.18 120.8 -25.5
|
||||
47 . 4.82 283.4 9.3
|
||||
47 . 6.93 189.8 -1.1
|
||||
extend right
|
||||
47 48 15.84 46.7 -0.1
|
||||
# extend auto
|
||||
48 . 7.09 328.1 9.2
|
||||
48 . 6.17 268.1 7.8
|
||||
48 . 10.40 240.9 2.1
|
||||
48 . 7.75 83.8 14.5
|
||||
48 . 7.66 125.6 15.6
|
||||
48 . 10.01 161.7 9.9
|
||||
48 . 2.50 151.9 66.6
|
||||
48 . 1.32 254.2 -19.4
|
||||
extend right
|
||||
48 49 13.34 27.2 6.7
|
||||
# extend auto
|
||||
49 . 12.91 292.9 0.1
|
||||
49 . 1.79 254.1 1.6
|
||||
49 . 16.55 226.1 -1.7
|
||||
49 . 5.26 35.6 4.4
|
||||
49 . 13.69 92.9 0.5
|
||||
49 . 9.39 128.4 4.2
|
||||
49 . 19.15 184.9 0.8
|
||||
49 . 3.29 184.1 37.3
|
||||
49 . 1.61 214.9 -17.4
|
||||
extend left
|
||||
49 50 15.98 323.0 -0.3
|
||||
# extend auto
|
||||
50 . 4.05 264.0 -22.0
|
||||
50 . 7.90 343.1 -7.0
|
||||
50 . 12.45 19.4 -3.1
|
||||
50 . 10.35 64.2 -4.9
|
||||
50 . 11.83 100.5 -3.5
|
||||
50 . 2.25 48.0 -45.9
|
||||
50 . 3.38 51.7 19.5
|
||||
extend right
|
||||
50 51 23.83 36.9 -2.1
|
||||
# extend auto
|
||||
51 . 5.39 302.1 3.8
|
||||
51 . 5.34 252.2 0.0
|
||||
51 . 11.60 233.2 -2.8
|
||||
51 . 10.93 198.0 -2.2
|
||||
51 . 3.50 42.8 1.8
|
||||
51 . 4.04 89.5 0.3
|
||||
51 . 7.81 142.8 -0.8
|
||||
51 . 1.87 131.7 58.6
|
||||
51 . 0.44 342.8 -47.0
|
||||
extend left
|
||||
51 52 12.11 315.0 3.1
|
||||
extend ignore
|
||||
52 53 15.53 233.6 1.6
|
||||
extend right
|
||||
52 54 22.68 76.3 0.1
|
||||
# extend auto
|
||||
54 . 5.11 228.5 6.4
|
||||
54 . 7.55 198.7 5.8
|
||||
54 . 7.75 144.9 10.5
|
||||
54 . 2.18 66.6 32.1
|
||||
54 . 5.91 302.3 8.3
|
||||
54 . 6.66 284.4 2.5
|
||||
extend right
|
||||
54 55 24.20 167.1 2.5
|
||||
# extend auto
|
||||
55 . 1.81 237.6 9.5
|
||||
55 . 5.93 152.4 7.8
|
||||
55 . 8.77 137.9 10.3
|
||||
55 . 13.01 102.1 9.1
|
||||
55 . 6.84 319.8 6.4
|
||||
55 . 7.90 11.2 2.1
|
||||
55 . 15.30 357.9 3.1
|
||||
55 . 3.86 16.6 32.0
|
||||
55 . 2.19 30.0 -12.8
|
||||
extend right
|
||||
# 56 pt russe a17 et a356
|
||||
55 56 8.96 122.6 5.3
|
||||
# extend auto
|
||||
56 . 5.69 62.1 10.0
|
||||
56 . 5.35 4.2 15.4
|
||||
56 . 12.72 334.2 3.0
|
||||
56 . 2.94 189.7 26.2
|
||||
56 . 3.70 257.2 3.8
|
||||
56 . 10.06 292.3 -2.5
|
||||
56 . 2.74 281.5 66.0
|
||||
56 . 1.25 67.9 -27.2
|
||||
extend right
|
||||
# fin salle ronde....
|
||||
56 57 27.55 121.0 0.5
|
||||
# extend auto
|
||||
53 . 3.68 202.5 7.3
|
||||
53 . 7.59 68.7 1.3
|
||||
53 . 2.77 79.2 74.7
|
||||
53 . 1.37 55.1 -27.6
|
||||
extend left
|
||||
53 58 27.42 289.2 -0.9
|
||||
# extend auto
|
||||
58 . 5.78 220.5 -9.8
|
||||
58 . 7.26 172.3 16.1
|
||||
58 . 13.06 146.9 0.6
|
||||
58 . 10.97 104.8 6.4
|
||||
58 . 5.32 63.9 7.1
|
||||
58 . 3.48 16.4 0.7
|
||||
58 . 7.29 285.6 -10.5
|
||||
58 . 5.97 215.5 55.4
|
||||
58 . 1.65 236.7 -42.3
|
||||
extend left
|
||||
58 59 16.90 248.9 -7.8
|
||||
# extend auto
|
||||
59 . 8.00 262.0 5.7
|
||||
59 . 2.38 196.6 12.1
|
||||
59 . 4.94 131.7 5.8
|
||||
59 . 13.83 290.8 -0.9
|
||||
59 . 15.31 317.0 0.2
|
||||
59 . 6.90 347.2 4.0
|
||||
59 . 4.79 13.2 -4.3
|
||||
59 . 9.07 58.8 2.6
|
||||
59 . 2.97 329.8 49.5
|
||||
59 . 1.96 344.3 -26.1
|
||||
extend left
|
||||
59 60 18.22 281.8 2.8
|
||||
# extend auto
|
||||
60 . 10.44 297.2 -2.1
|
||||
60 . 4.16 259.3 -14.6
|
||||
60 . 6.57 216.3 -22.1
|
||||
60 . 9.53 176.7 -16.3
|
||||
60 . 10.41 145.6 -9.5
|
||||
60 . 10.80 122.2 -4.2
|
||||
60 . 4.45 74.2 -21.8
|
||||
60 . 5.68 40.1 -16.9
|
||||
60 . 8.11 3.8 -12.9
|
||||
60 . 11.47 341.1 -8.6
|
||||
60 . 14.61 331.6 -6.1
|
||||
60 . 2.71 48.7 24.2
|
||||
60 . 2.66 29.3 -41.7
|
||||
60 . 4.24 65.0 -39.6
|
||||
extend left
|
||||
60 61 21.18 319.2 -4.4
|
||||
# extend auto
|
||||
61 . 17.35 256.0 -3.8
|
||||
61 . 11.45 225.1 -2.4
|
||||
61 . 8.17 178.1 5.4
|
||||
61 . 13.62 155.9 7.2
|
||||
61 . 10.06 117.3 6.4
|
||||
61 . 6.84 76.3 2.9
|
||||
61 . 10.70 6.0 -13.8
|
||||
61 . 13.63 339.9 -3.7
|
||||
61 . 17.99 309.3 -3.5
|
||||
61 . 16.49 297.5 2.0
|
||||
61 . 11.63 310.3 -12.1
|
||||
61 . 2.01 322.8 68.9
|
||||
61 . 8.05 247.0 53.6
|
||||
extend left
|
||||
61 62 28.85 329.2 -3.7
|
||||
# extend auto
|
||||
62 . 2.24 59.2 -6.0
|
||||
62 . 7.37 8.2 7.3
|
||||
62 . 9.39 338.5 11.2
|
||||
62 . 6.21 309.6 7.6
|
||||
62 . 7.70 134.1 8.7
|
||||
62 . 8.51 70.0 57.1
|
||||
62 . 1.95 120.2 -53.7
|
||||
extend left
|
||||
# escalade
|
||||
62 63 12.74 348.1 21.4
|
||||
61 64 22.25 294.5 -3.8
|
||||
# extend auto
|
||||
64 . 9.52 270.7 -8.2
|
||||
64 . 9.46 234.9 -23.3
|
||||
64 . 8.23 192.1 -15.8
|
||||
64 . 11.78 164.8 -2.8
|
||||
64 . 1.83 352.6 -6.3
|
||||
64 . 4.48 103.6 8.2
|
||||
64 . 3.19 271.7 -60.7
|
||||
64 . 9.98 246.2 -31.5
|
||||
64 . 2.64 246.5 30.1
|
||||
extend left
|
||||
64 65 14.78 320.0 -7.4
|
||||
# extend auto
|
||||
65 . 10.72 125.3 13.6
|
||||
65 . 7.71 97.2 18.8
|
||||
65 . 9.35 51.3 -0.5
|
||||
65 . 12.37 18.3 -5.4
|
||||
65 . 13.74 329.7 -3.3
|
||||
65 . 8.99 307.3 -2.2
|
||||
65 . 6.97 216.4 16.0
|
||||
65 . 9.42 184.7 14.0
|
||||
65 . 10.49 134.2 67.7
|
||||
65 . 7.30 26.3 -21.9
|
||||
extend left
|
||||
65 66 26.10 347.5 -4.1
|
||||
# extend auto
|
||||
66 . 17.17 307.0 -6.9
|
||||
66 . 7.37 253.7 -8.2
|
||||
66 . 13.91 142.5 3.8
|
||||
66 . 7.27 104.9 1.3
|
||||
66 . 8.26 50.5 6.2
|
||||
66 . 15.41 350.0 -5.9
|
||||
66 . 26.43 339.1 -5.9
|
||||
66 . 11.28 21.4 45.6
|
||||
66 . 2.80 5.3 -27.7
|
||||
66 . 13.26 331.0 -3.6
|
||||
extend left
|
||||
66 67 21.21 331.7 -8.4
|
||||
# extend auto
|
||||
67 . 8.55 261.3 8.9
|
||||
67 . 5.47 219.3 14.2
|
||||
67 . 13.08 331.4 3.9
|
||||
67 . 0.92 5.7 5.2
|
||||
67 . 6.32 8.0 8.6
|
||||
67 . 6.21 85.1 11.3
|
||||
67 . 7.39 113.1 9.9
|
||||
67 . 2.03 18.5 72.4
|
||||
67 . 0.34 251.4 -60.1
|
||||
extend left
|
||||
67 68 15.19 327.7 3.5
|
||||
# extend auto
|
||||
68 . 9.54 281.7 -3.9
|
||||
68 . 10.36 238.3 -4.3
|
||||
68 . 14.58 197.2 -0.7
|
||||
68 . 4.54 136.5 0.3
|
||||
68 . 3.81 340.1 -8.5
|
||||
68 . 2.46 297.2 25.1
|
||||
68 . 3.57 288.3 -17.1
|
||||
extend left
|
||||
68 69 12.70 304.2 -4.0
|
||||
# extend auto
|
||||
69 . 5.36 185.0 3.0
|
||||
69 . 8.22 113.8 3.4
|
||||
69 . 4.53 233.8 -1.4
|
||||
69 . 9.30 236.5 -1.9
|
||||
69 . 7.65 295.5 1.2
|
||||
69 . 5.09 328.7 -1.3
|
||||
69 . 13.43 21.5 0.8
|
||||
69 . 2.47 252.3 73.2
|
||||
69 . 3.74 229.8 -28.3
|
||||
extend vertical
|
||||
69 70 19.98 354.2 -5.3
|
||||
extend left
|
||||
69 71 38.72 287.7 1.4
|
||||
69 72 7.77 230.6 -7.3
|
||||
# extend auto
|
||||
72 . 5.24 216.2 31.0
|
||||
72 . 11.28 140.5 10.9
|
||||
72 . 5.93 104.0 17.7
|
||||
72 . 6.11 274.9 20.9
|
||||
72 . 8.56 337.7 5.1
|
||||
72 . 17.78 327.4 6.5
|
||||
72 . 5.08 315.2 74.2
|
||||
72 . 1.30 109.7 -41.5
|
||||
extend right
|
||||
72 73 18.22 161.6 1.6
|
||||
# extend auto
|
||||
73 . 11.54 213.2 13.2
|
||||
73 . 1.47 149.6 30.4
|
||||
73 . 2.94 50.0 21.0
|
||||
73 . 7.18 6.7 9.1
|
||||
73 . 11.81 328.2 7.3
|
||||
73 . 13.16 259.1 4.7
|
||||
73 . 3.93 256.7 46.0
|
||||
73 . 2.93 269.0 -28.4
|
||||
extend left
|
||||
73 74 19.52 244.2 -2.5
|
||||
# extend auto
|
||||
74 . 12.01 189.8 9.2
|
||||
74 . 15.54 170.1 14.1
|
||||
74 . 19.58 64.3 4.2
|
||||
74 . 4.78 41.5 5.2
|
||||
74 . 3.83 9.7 19.3
|
||||
74 . 12.53 338.6 13.7
|
||||
74 . 11.47 319.1 16.7
|
||||
74 . 10.51 278.0 1.8
|
||||
74 . 11.65 256.1 4.2
|
||||
74 . 5.29 254.4 70.7
|
||||
74 . 1.30 265.4 -40.5
|
||||
extend left
|
||||
74 75 12.55 201.3 7.2
|
||||
# extend auto
|
||||
75 . 1.44 112.9 8.3
|
||||
75 . 9.33 49.0 4.6
|
||||
75 . 6.79 171.6 0.4
|
||||
75 . 19.87 195.6 -2.5
|
||||
75 . 10.52 233.0 5.3
|
||||
75 . 11.27 254.1 -0.9
|
||||
75 . 11.61 326.7 -5.5
|
||||
75 . 5.77 10.0 67.5
|
||||
75 . 1.25 316.9 -33.5
|
||||
extend vertical
|
||||
75 76 15.55 184.1 -2.7
|
||||
# extend auto
|
||||
76 . 3.95 52.9 5.3
|
||||
76 . 8.07 15.5 5.6
|
||||
76 . 10.60 324.1 0.6
|
||||
76 . 7.32 281.5 -0.2
|
||||
76 . 5.91 225.0 -7.6
|
||||
76 . 4.77 274.1 34.9
|
||||
76 . 2.59 308.1 -20.9
|
||||
extend left
|
||||
76 77 27.66 193.5 -5.5
|
||||
# extend auto
|
||||
77 . 10.70 226.8 6.7
|
||||
77 . 18.89 188.0 1.4
|
||||
77 . 24.85 179.6 1.9
|
||||
77 . 16.97 126.3 9.5
|
||||
77 . 9.31 71.7 10.1
|
||||
77 . 8.32 266.9 5.7
|
||||
77 . 23.42 22.8 6.9
|
||||
77 . 20.03 355.0 4.4
|
||||
77 . 7.04 118.7 64.5
|
||||
77 . 1.31 103.5 -33.8
|
||||
extend vertical
|
||||
77 78 15.79 171.5 1.6
|
||||
# extend auto
|
||||
78 . 23.20 123.3 10.9
|
||||
78 . 7.44 71.7 18.5
|
||||
78 . 12.97 54.8 15.6
|
||||
78 . 17.79 34.2 6.0
|
||||
78 . 20.07 20.0 3.4
|
||||
78 . 24.32 341.0 1.9
|
||||
78 . 13.33 306.4 2.3
|
||||
78 . 4.84 211.1 -1.0
|
||||
78 . 9.07 200.5 -3.1
|
||||
78 . 13.14 177.9 -2.2
|
||||
78 . 3.52 182.1 63.0
|
||||
78 . 1.63 190.5 -40.9
|
||||
extend right
|
||||
78 79 17.42 166.2 2.0
|
||||
# extend auto
|
||||
79 . 19.79 72.8 0.8
|
||||
79 . 23.03 47.0 5.6
|
||||
79 . 18.48 9.7 6.6
|
||||
79 . 15.62 330.4 -0.6
|
||||
79 . 2.93 316.5 -6.1
|
||||
79 . 3.64 156.7 -10.4
|
||||
79 . 16.01 70.3 20.2
|
||||
79 . 6.85 76.7 -16.2
|
||||
extend ignore
|
||||
79 80 19.14 128.6 0.1
|
||||
# extend auto
|
||||
80 . 10.84 168.4 0.4
|
||||
80 . 7.09 211.3 5.0
|
||||
80 . 5.45 285.4 -1.4
|
||||
80 . 14.78 10.5 10.8
|
||||
80 . 13.57 104.9 9.1
|
||||
80 . 18.43 125.5 3.0
|
||||
80 . 28.69 145.1 0.6
|
||||
extend right
|
||||
80 81 25.08 157.0 -2.1
|
||||
# extend auto
|
||||
81 . 6.17 310.0 3.0
|
||||
81 . 4.75 230.0 10.0
|
||||
81 . 5.00 227.4 8.5
|
||||
81 . 6.74 180.9 5.4
|
||||
81 . 14.90 151.6 3.4
|
||||
81 . 7.50 104.4 9.5
|
||||
81 . 7.97 70.0 16.7
|
||||
81 . 11.37 30.7 17.1
|
||||
81 . 4.92 82.1 40.0
|
||||
81 . 2.15 82.5 -20.6
|
||||
extend right
|
||||
81 82 18.91 133.5 0.1
|
||||
# extend auto
|
||||
82 . 11.86 51.5 8.1
|
||||
82 . 8.35 3.0 25.7
|
||||
82 . 12.96 336.2 17.8
|
||||
82 . 14.56 280.3 9.5
|
||||
82 . 6.98 261.7 17.3
|
||||
82 . 5.80 198.5 25.5
|
||||
82 . 12.31 155.5 16.0
|
||||
82 . 4.87 245.3 71.9
|
||||
82 . 1.10 305.2 -32.3
|
||||
extend right
|
||||
82 83 21.07 115.3 11.2
|
||||
# extend auto
|
||||
83 . 11.15 63.4 38.1
|
||||
83 . 9.31 354.5 20.4
|
||||
83 . 21.17 285.8 11.3
|
||||
83 . 13.40 238.5 35.2
|
||||
83 . 18.24 198.2 5.4
|
||||
83 . 10.47 180.4 25.8
|
||||
83 . 2.05 217.8 -36.2
|
||||
extend vertical
|
||||
83 84 14.84 178.6 -2.8
|
||||
# extend auto
|
||||
84 . 11.40 131.1 -6.7
|
||||
84 . 8.73 63.9 -1.1
|
||||
84 . 14.19 183.9 -14.2
|
||||
84 . 11.90 243.6 -7.5
|
||||
84 . 17.19 293.6 -0.4
|
||||
84 . 20.73 314.0 -0.0
|
||||
84 . 14.11 212.9 59.0
|
||||
84 . 16.80 215.8 -35.0
|
||||
84 . 4.44 238.4 -52.2
|
||||
extend left
|
||||
84 85 17.19 210.0 -31.0
|
||||
# extend auto
|
||||
85 . 4.37 126.4 1.5
|
||||
85 . 15.31 78.9 25.9
|
||||
85 . 9.18 355.0 24.3
|
||||
85 . 9.57 312.0 8.4
|
||||
85 . 12.79 275.7 7.1
|
||||
85 . 0.36 248.1 -2.1
|
||||
85 . 10.19 223.3 6.0
|
||||
85 . 6.10 260.1 40.1
|
||||
85 . 4.81 272.8 -18.9
|
||||
extend right
|
||||
85 86 28.40 157.3 1.7
|
||||
# extend auto
|
||||
86 . 8.44 124.7 10.0
|
||||
86 . 5.00 66.6 17.7
|
||||
86 . 6.67 18.2 6.7
|
||||
86 . 11.93 0.6 5.6
|
||||
86 . 10.46 319.7 1.2
|
||||
86 . 3.72 273.9 5.0
|
||||
86 . 6.89 195.8 -0.8
|
||||
86 . 10.53 175.4 0.6
|
||||
86 . 2.47 186.4 29.2
|
||||
86 . 3.37 197.7 -20.9
|
||||
extend right
|
||||
86 87 19.81 166.1 -2.4
|
||||
# extend auto
|
||||
87 . 4.56 155.7 15.3
|
||||
87 . 6.95 115.5 12.5
|
||||
87 . 11.59 69.7 25.8
|
||||
87 . 8.39 35.6 15.7
|
||||
87 . 12.51 9.9 10.5
|
||||
87 . 7.50 332.4 8.2
|
||||
87 . 1.94 60.6 69.6
|
||||
87 . 2.43 99.8 -5.3
|
||||
extend right
|
||||
# bouclage
|
||||
87 38 32.94 100.7 22.1
|
||||
endcenterline
|
||||
|
||||
|
||||
|
||||
endsurvey
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Cupp-Coutun -title "Cupp-Coutun-Entree"
|
||||
SP-Cupp-Coutun-Entree
|
||||
endmap
|
||||
|
||||
#map MC-Trush-Yurruck-Entree -title "Trush-Yurruck-Entree"
|
||||
# SC-Trush-Yurruck-Entree-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Cupp-Coutun-Entree -title "Cupp-Coutun-Entree"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Cupp-Coutun-Entree.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Trush-Yurruck-Entree.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Trush-Yurruck-Entree-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input Trush-Yurruck-Entree-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Entree-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Trush-Yurruck-Entree plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Trush-Yurruck-Entree}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Trush-Yurruck-Entree-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Trush-Yurruck-Entree coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Trush-Yurruck-Entree}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Trush-Yurruck-Entree-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Trush-Yurruck-Entree-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Trush-Yurruck-Entree-plan@Trush-Yurruck-Entree
|
||||
select MC-Trush-Yurruck-Entree-coupe@Trush-Yurruck-Entree
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Trush-Yurruck-Entree-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Trush-Yurruck-Entree-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Trush-Yurruck-Entree.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Trush-Yurruck-Entree -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Trush-Yurruck-Entree.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Trush-Yurruck-Entree-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Trush-Yurruck-Entree.html
|
||||
+1
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
+67
@@ -0,0 +1,67 @@
|
||||
# 2024.04.18 created by TopoDroid v 6.2.32
|
||||
|
||||
# Copyright (C) 2024 Philippe Audra
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Cup_Coutun_01 -title "Gap-Gotan ; entrée naturelle"
|
||||
|
||||
centerline
|
||||
date 2024.04.18
|
||||
team "Philippe Audra"
|
||||
team "Lionnel Barriquand"
|
||||
|
||||
cs long-lat
|
||||
# fix 18 66:24:40 37:38:18 805 # Coordonnées PhA / Altitude PhA
|
||||
fix 18 66.410782 37.638217 774 # [Alex 2024 06 10] Coordonnées Moyenne Alex / Altitude Corrigée modèle STRM30
|
||||
station 18 "Gap-Gotan ; Entrée naturelle" entrance
|
||||
|
||||
|
||||
|
||||
# team PhA
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
extend ignore
|
||||
PTR_FR24_A21_00 1 20.53 155.8 -1.4
|
||||
1 2 21.34 184.3 -9.6
|
||||
# extend auto
|
||||
1 . 21.34 183.6 -9.9
|
||||
extend ignore
|
||||
2 3 13.73 213.1 -9.1
|
||||
3 4 35.80 158.4 -12.3
|
||||
# . départ galerie rive gauche
|
||||
4 5 12.36 183.0 5.0
|
||||
5 6 16.66 172.9 0.4
|
||||
# extend auto
|
||||
5 . 16.66 172.8 0.4
|
||||
extend ignore
|
||||
6 7 23.55 191.9 -8.6
|
||||
7 8 16.40 184.4 -14.3
|
||||
extend left
|
||||
8 9 28.69 193.1 -0.0
|
||||
extend ignore
|
||||
# . bauge porc-épic
|
||||
9 10 22.06 188.7 7.9
|
||||
10 11 37.72 174.0 3.2
|
||||
# . mur fracturé au niveau d'un rétrécissement stratigraphie
|
||||
11 12 8.75 165.0 3.1
|
||||
12 13 37.66 164.8 20.9
|
||||
13 14 24.91 185.3 12.3
|
||||
14 15 36.29 183.8 15.7
|
||||
# extend auto
|
||||
14 . 36.26 183.9 15.7
|
||||
extend ignore
|
||||
15 16 16.15 174.9 19.3
|
||||
16 17 17.58 188.1 18.6
|
||||
# . 18 = sortie cup kutan
|
||||
17 18 5.50 128.8 35.0
|
||||
endcenterline
|
||||
|
||||
# input "cup_coutun-cup_coutunp.th2"
|
||||
|
||||
# map mcup_coutunp -projection plan
|
||||
# cup_coutun-cup_coutunp
|
||||
# endmap
|
||||
|
||||
endsurvey
|
||||
+1
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Alex2 -title "Alex2"
|
||||
SP-Alex2-1
|
||||
endmap
|
||||
|
||||
#map MC-Alex2 -title "Alex2"
|
||||
# SC-Alex2-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Philippe-01-tot -title "Philippe-01-tot"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Cupp-Coutun_02
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Alex2.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Alex2-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input Alex2-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Philippe-01-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex2 plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Alex2}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Alex2-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex2 coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Alex2}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Alex2-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Alex2-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Alex2-plan@Alex2
|
||||
select MC-Alex2-coupe@Alex2
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Alex2-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Alex2-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Alex2.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Alex2 -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Alex2.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Alex2-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Alex2.html
|
||||
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Gap-Gotan -title "Gap-Gotan"
|
||||
MP-Gap-Gotan@Entree
|
||||
#break
|
||||
#MP-Philippe2@Philippe2
|
||||
#break
|
||||
#MP-Tush-YurruckXR4@Tush-YurruckXR4
|
||||
#break
|
||||
#MP-GeophysicayaXR6@GeophysicayaXR6
|
||||
|
||||
endmap
|
||||
|
||||
#map MC-Tush-Yurruck -title "Tush-Yurruck"
|
||||
# SC-Tush-Yurruck-1
|
||||
#endmap
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Gap-Gotan -title "Gap-Gotan"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
#input Data/Tush-Yurruck.th
|
||||
|
||||
input Data/Entree/Entree-tot.th
|
||||
|
||||
input Data/Philippe-01/Philippe-01-tot.th
|
||||
equate PTR_FR24_A21_12@Cap_Coutun.Cupp-Coutun-Entree PTR_FR24_A21_00@Cup_Coutun_01.Philippe-01-tot
|
||||
# join SP-Tush-Yurruck_03@Philippe2 SP-Tush-Yurruck_02@Entree
|
||||
|
||||
#input Data/Alex2/Alex2-tot.th
|
||||
#equate PTR_FR24_B18_00@Tush-Yurruck_02.Alex2 B18@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
#equate PTR_FR24_B19_13@Tush-Yurruck_02.Alex2 B19@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
#equate PTR_FR24_A62_3@Tush-Yurruck_02.Alex2 PTR_FR24_A62_3@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
|
||||
#input Data/Alex3/Alex3-tot.th
|
||||
#equate PTR_FR24_B13_00@Tush-Yurruck_03.Alex3 B13@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
|
||||
# join SP-Xav4-2@Tush-YurruckXR4 SP-Xav6-1@GeophysicayaXR6 -count 4
|
||||
|
||||
#input Data/Alex3/Alex3-tot.th
|
||||
# equate PTR_FR24_B50_43@Geophyscaya_03.Alex3 B50@Tush-YurruckXR4.Tush-YurruckXR4
|
||||
# equate PTR_FR24_B59_43@Geophyscaya_03.Alex3 B59@Tush-YurruckXR4.Tush-YurruckXR4
|
||||
|
||||
#input Data/Alex5/Alex5-tot.th
|
||||
# equate PTR_FR24_B58_11@Geophyscaya_05.Alex5 B58@Tush-YurruckXR4.Tush-YurruckXR4
|
||||
|
||||
#input Data/Alex7/Alex7-tot.th
|
||||
# equate PTR_FR24_A13_46@Geophyscaya_03.Alex3 PTR_FR24_A13_46@Tush-Yurruck_07.Alex7
|
||||
|
||||
|
||||
# Import des maps
|
||||
#input Tush-Yurruck-maps.th
|
||||
|
||||
endsurvey
|
||||
@@ -0,0 +1,324 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Gap-Gotan-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Gap-Gotan plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koytendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
color map-fg altitude
|
||||
color-legend smooth
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Gap-Gotan}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Gap-Gotan-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Gap-Gotan coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
#statistics explo off
|
||||
statistics topo-length off
|
||||
#statistics topo off
|
||||
#statistics carto off
|
||||
## Afficher un copyright
|
||||
statistics copyright 2
|
||||
#statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
#code tex-map
|
||||
# \cavelength={} %empty
|
||||
# \cavedepth={} %empty
|
||||
#endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Gouffre Gap-Gotan}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Gap-Gotan-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Gap-Gotan-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
#select MP-Gap-Gotan@Gap-Gotan
|
||||
#select MC-Gap-Gotan@Gap-Gotan
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Gap-Gotan-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Gap-Gotan-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Gap-Gotan.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Gap-Gotan -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Gap-Gotan.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Gap-Gotan-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Gap-Gotan.html
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2019 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
|
||||
layout Entrances_coords_CDa
|
||||
# Layout where we define the different variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
# We need one variable per entrance.
|
||||
|
||||
# This layout is called by the layout Coords_Header below
|
||||
|
||||
code tex-map
|
||||
\def\thjunk{ }
|
||||
\def\thlocationCDa{Geophysicalskaya -- Lat. : 37.673152 N ; Long. : 66.394767 E ; Alt. : 856 m}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
layout Coords_Header_CDa
|
||||
# Layout that set the presentation for the entrance coordinates.
|
||||
|
||||
copy Entrances_coords_CDa
|
||||
# it calls the layout above Entrances_coords where we defined the different
|
||||
# variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
|
||||
code tex-map
|
||||
\def\nostring{}
|
||||
\def\thsizexl{}
|
||||
\def\thsizel{}
|
||||
\def\thsizem{}
|
||||
\ifx\thsizexl\nostring\def\thsizexl{30}\else\fi
|
||||
\ifx\thsizel\nostring\def\thsizel{24}\else\fi
|
||||
\ifx\thsizem\nostring\def\thsizem{12}\else\fi
|
||||
|
||||
\ECoordinates={
|
||||
\edef\tmp{\thjunk} \ifx\tmp\empty \else
|
||||
{\size[\thsizem] \ss\thjunk\vss}
|
||||
\fi
|
||||
\edef\tmp{\thlocationCDa} \ifx\tmp\empty \else
|
||||
{\size[\thsizem]\hskip2cm \ss\thlocationCDa\vss} % The first one should be without hskip
|
||||
\fi
|
||||
}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
2024 05 06
|
||||
- Pas de dessin
|
||||
- A finaliser les coordonnées et l'altitude
|
||||
- Jean Paul va faire la "re-topo"
|
||||
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Alex -title "Alex"
|
||||
SP-Alex-1
|
||||
endmap
|
||||
|
||||
#map MC-Alex -title "Alex"
|
||||
# SC-Alex-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Alex -title "Alex"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Alex.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Geophysicalskaya_05.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Alex-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input Alex-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Alex-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Alex}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Alex-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Alex}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
export map -fmt xvi -layout xviexport -o Data/Alex-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Alex-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Alex-plan@Alex
|
||||
select MC-Alex-coupe@Alex
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Alex-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Alex-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Alex.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Alex -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Alex.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Alex-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Alex.html
|
||||
+374
@@ -0,0 +1,374 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -1501.34 -740.47 00}
|
||||
{ -1367.95 -805.51 1}
|
||||
{ -1446.54 -738.11 2}
|
||||
{ -1550.47 -582.20 3}
|
||||
{ -1708.90 -338.27 4}
|
||||
{ -1696.30 -304.72 5}
|
||||
{ -1795.98 -163.62 6}
|
||||
{ -1711.57 -277.64 7}
|
||||
{ -1815.51 -226.61 8}
|
||||
{ -1677.87 -337.95 9}
|
||||
{ -1659.92 -372.44 10}
|
||||
{ -1569.84 -417.17 11}
|
||||
{ -1294.88 -238.58 12}
|
||||
{ -1087.95 -331.18 13}
|
||||
{ -766.38 -239.06 14}
|
||||
{ -570.94 -319.53 15}
|
||||
{ -689.53 -5.51 16}
|
||||
{ -745.43 412.60 17}
|
||||
{ -551.73 407.87 18}
|
||||
{ -490.31 539.06 19}
|
||||
{ -311.89 497.32 20}
|
||||
{ -287.48 570.24 21}
|
||||
{ -263.54 703.15 22}
|
||||
{ -236.46 784.72 23}
|
||||
{ -250.63 829.45 24}
|
||||
{ -185.59 1054.49 25}
|
||||
{ 1.65 1327.09 26}
|
||||
{ 144.17 1645.83 27}
|
||||
{ -0.71 2100.00 28}
|
||||
{ -250.00 2359.06 29}
|
||||
{ -501.02 2533.54 30}
|
||||
{ -488.11 -488.50 31}
|
||||
{ -85.59 -617.01 32}
|
||||
{ 296.46 -794.33 33}
|
||||
{ 445.75 -1113.07 34}
|
||||
{ 621.34 -1528.82 35}
|
||||
{ 764.65 -1774.02 36}
|
||||
{ 850.94 -1900.16 37}
|
||||
{ 835.35 -1973.70 38}
|
||||
{ 1061.65 -2041.10 39}
|
||||
{ 1289.06 -2289.45 40}
|
||||
{ 1532.68 -2387.24 41}
|
||||
{ 1709.53 -2457.32 42}
|
||||
{ 1820.55 -2594.80 43}
|
||||
{ 1868.11 -2685.67 44}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -1501.34 -740.47 -1474.57 -700.31}
|
||||
{ -1501.34 -740.47 -1439.45 -737.64}
|
||||
{ -1501.34 -740.47 -1383.39 -794.02}
|
||||
{ -1501.34 -740.47 -1507.01 -672.13}
|
||||
{ -1501.34 -740.47 -1476.77 -767.09}
|
||||
{ -1501.34 -740.47 -1506.69 -789.76}
|
||||
{ -1501.34 -740.47 -1531.26 -790.08}
|
||||
{ -1501.34 -740.47 -1549.84 -765.83}
|
||||
{ -1501.34 -740.47 -1499.13 -737.32}
|
||||
{ -1501.34 -740.47 -1508.58 -737.95}
|
||||
{ -1501.34 -740.47 -1474.09 -698.58}
|
||||
{ -1501.34 -740.47 -1367.95 -805.51}
|
||||
{ -1367.95 -805.51 -1407.17 -817.80}
|
||||
{ -1367.95 -805.51 -1497.56 -737.80}
|
||||
{ -1367.95 -805.51 -1577.56 -614.17}
|
||||
{ -1367.95 -805.51 -1458.98 -710.08}
|
||||
{ -1367.95 -805.51 -1341.97 -845.35}
|
||||
{ -1367.95 -805.51 -1364.65 -869.45}
|
||||
{ -1367.95 -805.51 -1383.07 -803.94}
|
||||
{ -1367.95 -805.51 -1368.58 -805.83}
|
||||
{ -1367.95 -805.51 -1446.54 -738.11}
|
||||
{ -1446.54 -738.11 -1430.16 -717.80}
|
||||
{ -1446.54 -738.11 -1455.20 -711.97}
|
||||
{ -1446.54 -738.11 -1443.86 -735.28}
|
||||
{ -1446.54 -738.11 -1550.47 -582.20}
|
||||
{ -1550.47 -582.20 -1530.31 -566.77}
|
||||
{ -1550.47 -582.20 -1588.90 -602.99}
|
||||
{ -1550.47 -582.20 -1563.54 -583.78}
|
||||
{ -1550.47 -582.20 -1545.28 -575.28}
|
||||
{ -1550.47 -582.20 -1708.90 -338.27}
|
||||
{ -1708.90 -338.27 -1675.98 -318.11}
|
||||
{ -1708.90 -338.27 -1698.82 -329.92}
|
||||
{ -1708.90 -338.27 -1698.82 -334.49}
|
||||
{ -1708.90 -338.27 -1696.30 -304.72}
|
||||
{ -1696.30 -304.72 -1715.35 -315.28}
|
||||
{ -1696.30 -304.72 -1690.94 -301.42}
|
||||
{ -1696.30 -304.72 -1716.30 -307.24}
|
||||
{ -1696.30 -304.72 -1703.86 -302.52}
|
||||
{ -1696.30 -304.72 -1795.98 -163.62}
|
||||
{ -1696.30 -304.72 -1711.57 -277.64}
|
||||
{ -1711.57 -277.64 -1727.17 -284.88}
|
||||
{ -1711.57 -277.64 -1737.40 -282.52}
|
||||
{ -1711.57 -277.64 -1708.43 -275.43}
|
||||
{ -1711.57 -277.64 -1712.83 -283.31}
|
||||
{ -1711.57 -277.64 -1714.88 -276.38}
|
||||
{ -1711.57 -277.64 -1815.51 -226.61}
|
||||
{ -1815.51 -226.61 -1789.37 -202.83}
|
||||
{ -1815.51 -226.61 -1817.72 -230.87}
|
||||
{ -1815.51 -226.61 -1801.18 -227.09}
|
||||
{ -1815.51 -226.61 -1762.76 -218.74}
|
||||
{ -1815.51 -226.61 -1745.59 -239.69}
|
||||
{ -1815.51 -226.61 -1776.77 -261.57}
|
||||
{ -1815.51 -226.61 -1830.16 -187.56}
|
||||
{ -1815.51 -226.61 -1873.46 -151.18}
|
||||
{ -1815.51 -226.61 -1851.73 -192.28}
|
||||
{ -1815.51 -226.61 -1677.87 -337.95}
|
||||
{ -1677.87 -337.95 -1652.05 -269.92}
|
||||
{ -1677.87 -337.95 -1695.51 -357.64}
|
||||
{ -1677.87 -337.95 -1683.07 -341.26}
|
||||
{ -1677.87 -337.95 -1677.24 -345.20}
|
||||
{ -1677.87 -337.95 -1672.20 -242.52}
|
||||
{ -1677.87 -337.95 -1760.55 -300.47}
|
||||
{ -1677.87 -337.95 -1659.92 -372.44}
|
||||
{ -1659.92 -372.44 -1646.22 -361.26}
|
||||
{ -1659.92 -372.44 -1639.29 -376.06}
|
||||
{ -1659.92 -372.44 -1650.79 -371.97}
|
||||
{ -1659.92 -372.44 -1661.97 -375.28}
|
||||
{ -1659.92 -372.44 -1569.84 -417.17}
|
||||
{ -1569.84 -417.17 -1547.64 -426.46}
|
||||
{ -1569.84 -417.17 -1598.98 -385.83}
|
||||
{ -1569.84 -417.17 -1568.58 -430.87}
|
||||
{ -1569.84 -417.17 -1563.70 -416.38}
|
||||
{ -1569.84 -417.17 -1294.88 -238.58}
|
||||
{ -1294.88 -238.58 -1290.94 -211.65}
|
||||
{ -1294.88 -238.58 -1296.77 -278.11}
|
||||
{ -1294.88 -238.58 -1282.60 -248.82}
|
||||
{ -1294.88 -238.58 -1281.81 -299.06}
|
||||
{ -1294.88 -238.58 -1087.95 -331.18}
|
||||
{ -1087.95 -331.18 -1061.50 -282.36}
|
||||
{ -1087.95 -331.18 -1127.80 -409.13}
|
||||
{ -1087.95 -331.18 -1099.61 -367.56}
|
||||
{ -1087.95 -331.18 -1075.04 -369.61}
|
||||
{ -1087.95 -331.18 -1080.39 -329.76}
|
||||
{ -1087.95 -331.18 -1196.14 -238.43}
|
||||
{ -1087.95 -331.18 -1199.13 -242.99}
|
||||
{ -1087.95 -331.18 -1253.46 -356.22}
|
||||
{ -1087.95 -331.18 -766.38 -239.06}
|
||||
{ -766.38 -239.06 -768.90 -215.43}
|
||||
{ -766.38 -239.06 -704.02 -427.56}
|
||||
{ -766.38 -239.06 -822.76 -240.79}
|
||||
{ -766.38 -239.06 -827.95 -287.72}
|
||||
{ -766.38 -239.06 -734.25 -240.31}
|
||||
{ -766.38 -239.06 -764.17 -239.06}
|
||||
{ -766.38 -239.06 -570.94 -319.53}
|
||||
{ -570.94 -319.53 -402.76 -232.76}
|
||||
{ -570.94 -319.53 -377.40 -303.62}
|
||||
{ -570.94 -319.53 -315.20 -405.67}
|
||||
{ -570.94 -319.53 -547.17 -140.79}
|
||||
{ -570.94 -319.53 -636.14 -189.45}
|
||||
{ -570.94 -319.53 -680.24 -245.20}
|
||||
{ -570.94 -319.53 -755.51 -411.65}
|
||||
{ -570.94 -319.53 -647.01 -413.39}
|
||||
{ -570.94 -319.53 -564.96 -304.09}
|
||||
{ -570.94 -319.53 -545.28 -285.04}
|
||||
{ -570.94 -319.53 -689.53 -5.51}
|
||||
{ -689.53 -5.51 -751.89 -0.16}
|
||||
{ -689.53 -5.51 -571.73 41.57}
|
||||
{ -689.53 -5.51 -679.13 5.83}
|
||||
{ -689.53 -5.51 -759.61 87.72}
|
||||
{ -689.53 -5.51 -842.28 209.29}
|
||||
{ -689.53 -5.51 -591.42 222.36}
|
||||
{ -689.53 -5.51 -572.20 -96.38}
|
||||
{ -689.53 -5.51 -651.73 -180.94}
|
||||
{ -689.53 -5.51 -719.76 38.27}
|
||||
{ -689.53 -5.51 -745.43 412.60}
|
||||
{ -745.43 412.60 -740.39 593.86}
|
||||
{ -745.43 412.60 -857.09 481.42}
|
||||
{ -745.43 412.60 -861.34 363.62}
|
||||
{ -745.43 412.60 -569.21 390.71}
|
||||
{ -745.43 412.60 -609.37 268.19}
|
||||
{ -745.43 412.60 -738.03 410.08}
|
||||
{ -745.43 412.60 -758.35 414.02}
|
||||
{ -745.43 412.60 -551.73 407.87}
|
||||
{ -551.73 407.87 -526.69 387.56}
|
||||
{ -551.73 407.87 -475.35 532.13}
|
||||
{ -551.73 407.87 -682.28 592.91}
|
||||
{ -551.73 407.87 -783.39 407.09}
|
||||
{ -551.73 407.87 -550.16 414.33}
|
||||
{ -551.73 407.87 -570.31 429.92}
|
||||
{ -551.73 407.87 -490.31 539.06}
|
||||
{ -490.31 539.06 -471.57 598.11}
|
||||
{ -490.31 539.06 -538.03 618.74}
|
||||
{ -490.31 539.06 -616.14 582.68}
|
||||
{ -490.31 539.06 -421.50 508.35}
|
||||
{ -490.31 539.06 -467.48 487.72}
|
||||
{ -490.31 539.06 -497.09 479.84}
|
||||
{ -490.31 539.06 -484.17 531.81}
|
||||
{ -490.31 539.06 -491.42 499.53}
|
||||
{ -490.31 539.06 -311.89 497.32}
|
||||
{ -311.89 497.32 -301.18 495.75}
|
||||
{ -311.89 497.32 -305.12 525.20}
|
||||
{ -311.89 497.32 -363.23 545.04}
|
||||
{ -311.89 497.32 -358.66 480.79}
|
||||
{ -311.89 497.32 -319.92 483.94}
|
||||
{ -311.89 497.32 -318.19 508.03}
|
||||
{ -311.89 497.32 -310.00 503.46}
|
||||
{ -311.89 497.32 -287.48 570.24}
|
||||
{ -287.48 570.24 -343.54 592.44}
|
||||
{ -287.48 570.24 -220.39 590.24}
|
||||
{ -287.48 570.24 -244.80 691.34}
|
||||
{ -287.48 570.24 -296.77 720.31}
|
||||
{ -287.48 570.24 -282.91 597.32}
|
||||
{ -287.48 570.24 -284.65 596.69}
|
||||
{ -287.48 570.24 -263.54 703.15}
|
||||
{ -263.54 703.15 -238.35 681.57}
|
||||
{ -263.54 703.15 -283.70 727.56}
|
||||
{ -263.54 703.15 -320.08 699.69}
|
||||
{ -263.54 703.15 -259.13 626.93}
|
||||
{ -263.54 703.15 -201.50 658.58}
|
||||
{ -263.54 703.15 -254.88 705.04}
|
||||
{ -263.54 703.15 -262.60 707.40}
|
||||
{ -263.54 703.15 -236.46 784.72}
|
||||
{ -236.46 784.72 -319.13 790.71}
|
||||
{ -236.46 784.72 -172.52 834.49}
|
||||
{ -236.46 784.72 -346.22 865.04}
|
||||
{ -236.46 784.72 -308.43 876.22}
|
||||
{ -236.46 784.72 -244.80 793.86}
|
||||
{ -236.46 784.72 -229.37 794.65}
|
||||
{ -236.46 784.72 -250.63 829.45}
|
||||
{ -250.63 829.45 -334.41 866.14}
|
||||
{ -250.63 829.45 -174.72 842.99}
|
||||
{ -250.63 829.45 -242.28 833.07}
|
||||
{ -250.63 829.45 -254.88 854.49}
|
||||
{ -250.63 829.45 -272.05 956.38}
|
||||
{ -250.63 829.45 -122.28 961.42}
|
||||
{ -250.63 829.45 -185.59 1054.49}
|
||||
{ -185.59 1054.49 -232.68 1081.10}
|
||||
{ -185.59 1054.49 -92.68 1048.19}
|
||||
{ -185.59 1054.49 -168.27 1244.88}
|
||||
{ -185.59 1054.49 -168.58 1066.46}
|
||||
{ -185.59 1054.49 -193.46 1074.96}
|
||||
{ -185.59 1054.49 -249.53 948.98}
|
||||
{ -185.59 1054.49 1.65 1327.09}
|
||||
{ 1.65 1327.09 -74.41 1382.83}
|
||||
{ 1.65 1327.09 126.38 1255.43}
|
||||
{ 1.65 1327.09 12.05 1407.56}
|
||||
{ 1.65 1327.09 -44.96 1332.13}
|
||||
{ 1.65 1327.09 -0.24 1335.43}
|
||||
{ 1.65 1327.09 0.71 1353.07}
|
||||
{ 1.65 1327.09 144.17 1645.83}
|
||||
{ 144.17 1645.83 70.94 1654.96}
|
||||
{ 144.17 1645.83 387.48 1594.96}
|
||||
{ 144.17 1645.83 62.44 1863.46}
|
||||
{ 144.17 1645.83 73.46 1609.76}
|
||||
{ 144.17 1645.83 191.89 1553.54}
|
||||
{ 144.17 1645.83 128.90 1648.98}
|
||||
{ 144.17 1645.83 117.87 1661.89}
|
||||
{ 144.17 1645.83 -0.71 2100.00}
|
||||
{ -0.71 2100.00 -190.63 2691.18}
|
||||
{ -0.71 2100.00 -145.75 2554.33}
|
||||
{ -0.71 2100.00 -62.28 2067.24}
|
||||
{ -0.71 2100.00 95.51 2181.26}
|
||||
{ -0.71 2100.00 -2.28 2142.05}
|
||||
{ -0.71 2100.00 -5.75 2108.19}
|
||||
{ -0.71 2100.00 12.52 2252.76}
|
||||
{ -0.71 2100.00 -12.68 2010.55}
|
||||
{ -0.71 2100.00 178.35 2139.69}
|
||||
{ -0.71 2100.00 -2.60 2104.25}
|
||||
{ -0.71 2100.00 -5.43 2100.00}
|
||||
{ -0.71 2100.00 -2.13 2107.56}
|
||||
{ -0.71 2100.00 -250.00 2359.06}
|
||||
{ -250.00 2359.06 -324.33 2222.68}
|
||||
{ -250.00 2359.06 -224.65 2401.73}
|
||||
{ -250.00 2359.06 -313.15 2499.37}
|
||||
{ -250.00 2359.06 -497.87 2301.42}
|
||||
{ -250.00 2359.06 -252.05 2199.69}
|
||||
{ -250.00 2359.06 -183.86 2350.39}
|
||||
{ -250.00 2359.06 -255.67 2366.93}
|
||||
{ -250.00 2359.06 -304.02 2335.12}
|
||||
{ -250.00 2359.06 -501.02 2533.54}
|
||||
{ -570.94 -319.53 -488.11 -488.50}
|
||||
{ -488.11 -488.50 -468.11 -605.04}
|
||||
{ -488.11 -488.50 -413.46 -569.13}
|
||||
{ -488.11 -488.50 -261.18 -461.89}
|
||||
{ -488.11 -488.50 -326.69 -401.26}
|
||||
{ -488.11 -488.50 -399.45 -278.58}
|
||||
{ -488.11 -488.50 -446.54 -452.28}
|
||||
{ -488.11 -488.50 -459.92 -468.98}
|
||||
{ -488.11 -488.50 -85.59 -617.01}
|
||||
{ -85.59 -617.01 -178.35 -860.00}
|
||||
{ -85.59 -617.01 -319.92 -718.43}
|
||||
{ -85.59 -617.01 6.54 -1019.37}
|
||||
{ -85.59 -617.01 304.49 -524.88}
|
||||
{ -85.59 -617.01 27.17 -458.90}
|
||||
{ -85.59 -617.01 -170.16 -484.57}
|
||||
{ -85.59 -617.01 -82.13 -613.07}
|
||||
{ -85.59 -617.01 -62.91 -615.59}
|
||||
{ -85.59 -617.01 296.46 -794.33}
|
||||
{ 296.46 -794.33 574.25 -827.87}
|
||||
{ 296.46 -794.33 462.13 -671.65}
|
||||
{ 296.46 -794.33 344.17 -557.17}
|
||||
{ 296.46 -794.33 282.60 -1258.43}
|
||||
{ 296.46 -794.33 -3.86 -1139.84}
|
||||
{ 296.46 -794.33 -101.34 -910.55}
|
||||
{ 296.46 -794.33 295.51 -813.07}
|
||||
{ 296.46 -794.33 321.65 -818.27}
|
||||
{ 296.46 -794.33 445.75 -1113.07}
|
||||
{ 445.75 -1113.07 332.99 -1163.78}
|
||||
{ 445.75 -1113.07 609.21 -1097.95}
|
||||
{ 445.75 -1113.07 559.61 -811.81}
|
||||
{ 445.75 -1113.07 -20.39 -1072.28}
|
||||
{ 445.75 -1113.07 430.94 -1125.04}
|
||||
{ 445.75 -1113.07 447.95 -1139.53}
|
||||
{ 445.75 -1113.07 621.34 -1528.82}
|
||||
{ 621.34 -1528.82 383.54 -1784.72}
|
||||
{ 621.34 -1528.82 253.94 -1582.36}
|
||||
{ 621.34 -1528.82 223.07 -1405.51}
|
||||
{ 621.34 -1528.82 792.52 -1609.76}
|
||||
{ 621.34 -1528.82 627.80 -1526.93}
|
||||
{ 621.34 -1528.82 685.59 -1224.09}
|
||||
{ 621.34 -1528.82 618.66 -1528.98}
|
||||
{ 621.34 -1528.82 510.63 -1609.61}
|
||||
{ 621.34 -1528.82 764.65 -1774.02}
|
||||
{ 764.65 -1774.02 967.17 -1779.37}
|
||||
{ 764.65 -1774.02 822.76 -1742.68}
|
||||
{ 764.65 -1774.02 301.81 -1571.81}
|
||||
{ 764.65 -1774.02 393.31 -1766.93}
|
||||
{ 764.65 -1774.02 735.67 -1770.08}
|
||||
{ 764.65 -1774.02 761.18 -1767.87}
|
||||
{ 764.65 -1774.02 850.94 -1900.16}
|
||||
{ 850.94 -1900.16 904.02 -1917.01}
|
||||
{ 850.94 -1900.16 797.56 -1917.48}
|
||||
{ 850.94 -1900.16 743.54 -1931.34}
|
||||
{ 850.94 -1900.16 851.73 -1903.15}
|
||||
{ 850.94 -1900.16 850.63 -1908.82}
|
||||
{ 850.94 -1900.16 835.35 -1973.70}
|
||||
{ 835.35 -1973.70 822.91 -2015.59}
|
||||
{ 835.35 -1973.70 915.98 -1935.28}
|
||||
{ 835.35 -1973.70 883.23 -1921.26}
|
||||
{ 835.35 -1973.70 931.89 -2047.24}
|
||||
{ 835.35 -1973.70 774.72 -2018.90}
|
||||
{ 835.35 -1973.70 834.72 -1978.58}
|
||||
{ 835.35 -1973.70 838.35 -1982.05}
|
||||
{ 835.35 -1973.70 1061.65 -2041.10}
|
||||
{ 1061.65 -2041.10 995.67 -2181.42}
|
||||
{ 1061.65 -2041.10 1003.54 -2075.28}
|
||||
{ 1061.65 -2041.10 1066.06 -2034.33}
|
||||
{ 1061.65 -2041.10 1060.39 -2066.77}
|
||||
{ 1061.65 -2041.10 1058.03 -2048.66}
|
||||
{ 1061.65 -2041.10 1289.06 -2289.45}
|
||||
{ 1289.06 -2289.45 1271.73 -2331.18}
|
||||
{ 1289.06 -2289.45 1334.41 -2210.55}
|
||||
{ 1289.06 -2289.45 1470.94 -2253.70}
|
||||
{ 1289.06 -2289.45 1380.24 -2390.87}
|
||||
{ 1289.06 -2289.45 1154.09 -2301.89}
|
||||
{ 1289.06 -2289.45 1211.42 -2188.50}
|
||||
{ 1289.06 -2289.45 1279.76 -2277.01}
|
||||
{ 1289.06 -2289.45 1284.65 -2288.82}
|
||||
{ 1289.06 -2289.45 1532.68 -2387.24}
|
||||
{ 1532.68 -2387.24 1537.56 -2376.69}
|
||||
{ 1532.68 -2387.24 1534.25 -2426.93}
|
||||
{ 1532.68 -2387.24 1532.68 -2396.06}
|
||||
{ 1532.68 -2387.24 1533.62 -2388.50}
|
||||
{ 1532.68 -2387.24 1534.41 -2383.94}
|
||||
{ 1532.68 -2387.24 1709.53 -2457.32}
|
||||
{ 1709.53 -2457.32 1698.50 -2479.84}
|
||||
{ 1709.53 -2457.32 1726.69 -2508.50}
|
||||
{ 1709.53 -2457.32 1770.00 -2497.48}
|
||||
{ 1709.53 -2457.32 1710.16 -2448.03}
|
||||
{ 1709.53 -2457.32 1680.39 -2426.93}
|
||||
{ 1709.53 -2457.32 1708.11 -2466.30}
|
||||
{ 1709.53 -2457.32 1708.27 -2471.65}
|
||||
{ 1709.53 -2457.32 1820.55 -2594.80}
|
||||
{ 1820.55 -2594.80 1870.63 -2555.28}
|
||||
{ 1820.55 -2594.80 1811.26 -2614.96}
|
||||
{ 1820.55 -2594.80 1816.77 -2545.83}
|
||||
{ 1820.55 -2594.80 1823.86 -2601.89}
|
||||
{ 1820.55 -2594.80 1815.83 -2621.42}
|
||||
{ 1820.55 -2594.80 1868.11 -2685.67}
|
||||
{ 1868.11 -2685.67 1863.07 -2691.18}
|
||||
{ 1868.11 -2685.67 1873.46 -2679.21}
|
||||
{ 1868.11 -2685.67 1867.32 -2684.88}
|
||||
{ 1868.11 -2685.67 1868.11 -2685.04}
|
||||
}
|
||||
set XVIgrid {-2603.7 -3417.64 78.7402 0.0 0.0 78.7402 66 86}
|
||||
+439
@@ -0,0 +1,439 @@
|
||||
# 2024.04.25 created by TopoDroid v 5.1.40
|
||||
|
||||
# Copyright (C) 2024 Alexandre Pont
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Alex -title "Promeszutochnaya 04"
|
||||
|
||||
centerline
|
||||
date 2024.04.25
|
||||
team "Philippe Audra"
|
||||
team "Jo De-Waele"
|
||||
team "Alexandre Pont"
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
# extend auto
|
||||
00 . 3.07 33.8 -3.4
|
||||
00 . 3.93 87.4 1.0
|
||||
00 . 8.23 114.4 -0.9
|
||||
00 . 4.36 355.3 0.8
|
||||
00 . 2.30 137.2 -1.3
|
||||
00 . 3.15 186.2 0.5
|
||||
00 . 3.68 211.1 -1.0
|
||||
00 . 3.48 242.4 -2.8
|
||||
00 . 1.78 35.0 82.3
|
||||
00 . 1.50 289.6 -70.9
|
||||
00 . 10.67 33.0 -72.7
|
||||
extend right
|
||||
00 1 9.44 116.0 -3.4
|
||||
# extend auto
|
||||
1 . 2.61 252.6 -3.6
|
||||
1 . 9.32 297.6 -4.6
|
||||
1 . 18.03 312.4 -2.0
|
||||
1 . 8.38 316.4 -1.7
|
||||
1 . 3.36 146.8 25.9
|
||||
1 . 4.43 177.0 23.5
|
||||
1 . 3.49 275.9 74.0
|
||||
1 . 1.65 241.5 -88.6
|
||||
extend left
|
||||
1 2 8.87 310.6 -42.2
|
||||
# extend auto
|
||||
2 . 1.67 38.7 -6.1
|
||||
2 . 8.17 341.8 77.6
|
||||
2 . 1.42 43.4 -79.8
|
||||
extend left
|
||||
2 3 15.94 326.3 -41.7
|
||||
# extend auto
|
||||
3 . 1.62 52.4 -2.6
|
||||
3 . 2.77 241.6 0.1
|
||||
3 . 11.07 263.5 85.7
|
||||
3 . 0.90 37.3 -52.1
|
||||
extend left
|
||||
3 4 20.16 327.0 -23.6
|
||||
# extend auto
|
||||
4 . 2.46 58.5 -5.0
|
||||
4 . 2.32 50.8 68.9
|
||||
4 . 1.18 69.8 -54.5
|
||||
extend right
|
||||
4 5 2.38 20.6 -17.3
|
||||
# extend auto
|
||||
5 . 1.45 240.9 17.7
|
||||
5 . 0.44 58.0 21.4
|
||||
5 . 4.30 262.8 72.7
|
||||
5 . 1.16 286.9 -64.9
|
||||
extend left
|
||||
5 6 11.26 324.8 -13.1
|
||||
5 7 1.98 330.7 -4.4
|
||||
# extend auto
|
||||
7 . 1.11 245.1 -11.2
|
||||
7 . 5.06 259.4 70.7
|
||||
7 . 0.25 54.4 -0.8
|
||||
7 . 1.47 192.2 -75.5
|
||||
7 . 2.39 290.8 -84.6
|
||||
extend left
|
||||
# 8 bas p10
|
||||
7 8 11.78 296.2 -51.4
|
||||
# extend auto
|
||||
8 . 2.24 47.8 -0.3
|
||||
8 . 0.31 207.6 8.7
|
||||
8 . 1.68 92.0 -57.5
|
||||
8 . 10.23 81.6 70.7
|
||||
8 . 4.65 100.7 -14.0
|
||||
8 . 3.62 132.2 -23.8
|
||||
8 . 2.65 339.3 -2.9
|
||||
8 . 6.07 322.4 -5.1
|
||||
8 . 3.23 313.3 -10.9
|
||||
extend right
|
||||
8 9 12.01 129.0 -20.7
|
||||
# extend auto
|
||||
9 . 4.64 20.9 4.9
|
||||
9 . 1.68 221.5 -1.8
|
||||
9 . 0.86 236.4 -63.3
|
||||
9 . 1.95 174.9 76.2
|
||||
9 . 6.07 3.4 1.3
|
||||
9 . 5.79 294.4 6.0
|
||||
extend right
|
||||
# ca aspirant
|
||||
9 10 2.56 152.4 14.6
|
||||
# extend auto
|
||||
10 . 1.12 50.6 -4.4
|
||||
10 . 2.16 99.8 -52.0
|
||||
10 . 2.65 87.0 77.4
|
||||
10 . 0.22 217.3 -1.0
|
||||
extend right
|
||||
10 11 7.43 116.4 -30.8
|
||||
# extend auto
|
||||
11 . 1.53 112.5 -0.5
|
||||
11 . 2.75 317.1 8.3
|
||||
11 . 14.24 174.7 86.5
|
||||
11 . 1.30 83.4 -72.5
|
||||
extend left
|
||||
# 12 bas puits
|
||||
11 12 26.49 57.0 -38.2
|
||||
# extend auto
|
||||
12 . 1.74 8.2 5.6
|
||||
12 . 2.53 182.8 6.8
|
||||
12 . 1.34 129.7 -41.1
|
||||
12 . 15.67 167.8 75.5
|
||||
extend right
|
||||
12 13 16.29 114.1 27.9
|
||||
# extend auto
|
||||
13 . 3.53 28.5 -1.4
|
||||
13 . 6.87 207.1 35.9
|
||||
13 . 2.82 197.7 30.7
|
||||
13 . 8.97 161.5 73.3
|
||||
13 . 1.42 79.1 -70.1
|
||||
13 . 11.29 310.6 -36.7
|
||||
13 . 9.22 308.4 -12.3
|
||||
13 . 10.74 261.4 8.1
|
||||
extend right
|
||||
# 14 pt russe 25
|
||||
13 14 21.44 74.0 7.8
|
||||
# extend auto
|
||||
14 . 1.98 353.9 40.4
|
||||
14 . 12.61 161.7 0.3
|
||||
14 . 3.62 268.1 7.9
|
||||
14 . 4.99 231.7 -2.5
|
||||
14 . 2.52 92.5 -35.7
|
||||
14 . 1.98 90.2 86.0
|
||||
extend right
|
||||
# 15 ptr fr24 a22
|
||||
14 15 14.09 112.4 -17.7
|
||||
# extend auto
|
||||
15 . 12.67 62.7 18.5
|
||||
15 . 13.03 85.3 18.9
|
||||
15 . 17.70 108.6 14.5
|
||||
15 . 11.68 7.6 11.4
|
||||
15 . 9.28 333.4 5.1
|
||||
15 . 8.56 304.2 11.4
|
||||
15 . 14.43 243.5 24.8
|
||||
15 . 8.51 219.0 25.6
|
||||
15 . 7.47 21.3 81.9
|
||||
15 . 3.35 36.7 -35.4
|
||||
extend left
|
||||
15 16 21.34 339.3 -2.9
|
||||
# extend auto
|
||||
16 . 3.97 274.9 -1.2
|
||||
16 . 8.80 68.2 23.7
|
||||
16 . 3.11 42.9 71.6
|
||||
16 . 7.44 323.1 5.6
|
||||
16 . 16.85 324.6 6.7
|
||||
16 . 16.46 23.3 16.8
|
||||
16 . 9.66 127.7 12.7
|
||||
16 . 11.48 167.8 7.1
|
||||
16 . 4.85 325.5 -45.8
|
||||
extend vertical
|
||||
16 17 27.18 352.4 9.7
|
||||
# extend auto
|
||||
17 . 11.52 1.6 -2.4
|
||||
17 . 8.38 301.6 -6.2
|
||||
17 . 8.18 247.1 -12.4
|
||||
17 . 11.30 97.1 4.0
|
||||
17 . 12.60 136.7 -0.6
|
||||
17 . 1.35 109.4 68.3
|
||||
17 . 1.86 276.0 -63.5
|
||||
extend right
|
||||
17 18 12.33 91.4 3.9
|
||||
# extend auto
|
||||
18 . 2.05 129.2 2.4
|
||||
18 . 9.26 31.6 -1.0
|
||||
18 . 14.38 324.8 -1.5
|
||||
18 . 14.73 269.8 -2.9
|
||||
18 . 1.99 14.0 77.7
|
||||
18 . 3.61 319.9 -59.5
|
||||
extend right
|
||||
18 19 9.26 25.1 -6.6
|
||||
# extend auto
|
||||
19 . 3.95 17.6 -5.8
|
||||
19 . 6.19 329.1 17.6
|
||||
19 . 8.83 289.1 16.6
|
||||
19 . 4.79 114.1 -3.3
|
||||
19 . 3.60 156.1 -7.5
|
||||
19 . 3.79 186.5 -3.5
|
||||
19 . 1.61 139.7 67.9
|
||||
19 . 3.21 181.6 -38.5
|
||||
extend right
|
||||
19 20 11.82 103.2 -10.2
|
||||
# extend auto
|
||||
20 . 0.71 97.7 14.9
|
||||
20 . 1.84 13.7 6.3
|
||||
20 . 4.46 313.0 -2.6
|
||||
20 . 3.15 250.7 -2.1
|
||||
20 . 0.99 211.3 -4.3
|
||||
20 . 1.62 329.9 -60.6
|
||||
20 . 1.42 17.5 73.1
|
||||
extend right
|
||||
20 21 5.00 18.5 -12.4
|
||||
# extend auto
|
||||
21 . 3.83 291.7 1.4
|
||||
21 . 4.46 73.4 3.5
|
||||
21 . 8.19 19.4 5.0
|
||||
21 . 9.57 356.5 3.4
|
||||
21 . 1.83 9.5 17.5
|
||||
21 . 1.87 6.0 -24.8
|
||||
extend right
|
||||
21 22 8.60 10.2 3.8
|
||||
# extend auto
|
||||
22 . 2.19 130.7 15.5
|
||||
22 . 2.06 320.5 13.2
|
||||
22 . 3.60 266.4 -3.4
|
||||
22 . 4.86 176.7 3.7
|
||||
22 . 5.26 125.7 22.6
|
||||
22 . 1.34 78.3 64.9
|
||||
22 . 0.36 12.0 -39.5
|
||||
extend right
|
||||
22 23 5.46 18.4 0.2
|
||||
# extend auto
|
||||
23 . 5.33 274.1 -9.1
|
||||
23 . 5.28 52.1 13.2
|
||||
23 . 8.76 306.2 -9.6
|
||||
23 . 7.48 321.8 -8.6
|
||||
23 . 0.96 317.6 35.0
|
||||
23 . 0.96 35.6 -36.0
|
||||
extend left
|
||||
23 24 2.98 342.4 -1.6
|
||||
# extend auto
|
||||
24 . 5.99 293.6 -14.2
|
||||
24 . 5.40 79.9 25.0
|
||||
24 . 1.13 66.4 59.1
|
||||
24 . 1.77 350.3 -24.4
|
||||
24 . 8.24 350.4 -7.4
|
||||
24 . 12.00 44.2 13.1
|
||||
extend right
|
||||
24 25 14.88 16.1 1.5
|
||||
# extend auto
|
||||
25 . 3.53 299.5 -13.4
|
||||
25 . 6.91 93.9 31.1
|
||||
25 . 12.14 5.2 0.0
|
||||
25 . 1.64 55.2 36.2
|
||||
25 . 1.86 339.1 -41.8
|
||||
25 . 7.84 211.2 2.0
|
||||
extend right
|
||||
25 26 21.07 34.5 4.6
|
||||
# extend auto
|
||||
26 . 6.39 306.2 -20.4
|
||||
26 . 9.16 119.9 4.1
|
||||
26 . 5.17 7.4 -5.1
|
||||
26 . 3.03 276.1 -10.6
|
||||
26 . 0.92 347.1 54.3
|
||||
26 . 1.83 357.9 -25.8
|
||||
extend right
|
||||
26 27 22.22 24.1 4.0
|
||||
# extend auto
|
||||
27 . 4.73 277.1 -7.3
|
||||
27 . 17.00 101.8 21.8
|
||||
27 . 14.85 339.4 6.0
|
||||
27 . 5.13 243.0 -10.6
|
||||
27 . 6.62 152.7 5.1
|
||||
27 . 1.89 281.7 58.2
|
||||
27 . 2.15 301.6 -24.4
|
||||
extend ignore
|
||||
27 28 30.48 342.3 6.6
|
||||
# extend auto
|
||||
28 . 39.69 342.2 6.6
|
||||
28 . 30.48 342.3 6.6
|
||||
28 . 4.80 241.9 -22.8
|
||||
28 . 8.14 49.8 10.6
|
||||
28 . 2.67 357.9 3.0
|
||||
28 . 0.61 328.3 -0.4
|
||||
28 . 9.77 5.0 5.0
|
||||
28 . 5.88 187.6 -13.0
|
||||
28 . 12.02 77.5 14.3
|
||||
28 . 0.61 336.4 -61.6
|
||||
28 . 0.65 269.5 -63.1
|
||||
28 . 2.78 349.5 80.0
|
||||
extend left
|
||||
28 29 22.84 316.1 -1.7
|
||||
# extend auto
|
||||
29 . 10.05 208.6 -11.1
|
||||
29 . 3.16 30.7 3.4
|
||||
29 . 9.83 335.8 6.6
|
||||
29 . 16.17 256.9 -2.3
|
||||
29 . 10.14 180.7 -3.8
|
||||
29 . 4.25 97.4 -3.5
|
||||
29 . 2.69 325.0 76.8
|
||||
29 . 4.30 246.0 -29.3
|
||||
extend left
|
||||
# 30 jonctin ptr b91
|
||||
29 30 19.77 304.8 11.0
|
||||
extend right
|
||||
# vers aval
|
||||
15 31 12.06 153.9 7.8
|
||||
# extend auto
|
||||
31 . 7.99 170.2 19.9
|
||||
31 . 6.99 137.2 3.4
|
||||
31 . 14.53 83.3 2.7
|
||||
31 . 11.78 61.6 8.3
|
||||
31 . 14.61 22.9 7.9
|
||||
31 . 7.12 48.9 60.5
|
||||
31 . 2.69 55.3 -35.7
|
||||
extend right
|
||||
31 32 26.87 107.7 -2.9
|
||||
# extend auto
|
||||
32 . 16.56 200.9 4.3
|
||||
32 . 16.22 246.6 -0.7
|
||||
32 . 26.21 167.1 -0.8
|
||||
32 . 25.66 76.7 7.4
|
||||
32 . 12.58 35.5 11.5
|
||||
32 . 10.51 327.4 18.3
|
||||
32 . 0.65 40.6 -59.5
|
||||
32 . 5.54 86.5 74.9
|
||||
extend right
|
||||
32 33 26.90 114.9 6.2
|
||||
# extend auto
|
||||
33 . 17.81 96.9 4.0
|
||||
33 . 13.28 53.5 9.7
|
||||
33 . 15.55 11.4 8.9
|
||||
33 . 29.58 181.7 -4.7
|
||||
33 . 29.18 221.0 -5.0
|
||||
33 . 26.39 253.7 -4.3
|
||||
33 . 3.68 182.7 71.1
|
||||
33 . 2.63 133.5 -32.9
|
||||
extend right
|
||||
33 34 22.36 154.9 -1.5
|
||||
# extend auto
|
||||
34 . 7.93 245.8 -8.3
|
||||
34 . 10.44 84.7 3.0
|
||||
34 . 20.58 20.7 6.5
|
||||
34 . 29.78 275.0 -3.9
|
||||
34 . 2.49 230.8 61.0
|
||||
34 . 2.29 175.1 -42.7
|
||||
extend right
|
||||
34 35 28.97 157.1 -8.4
|
||||
# extend auto
|
||||
35 . 23.18 222.9 -16.9
|
||||
35 . 24.05 261.7 -11.4
|
||||
35 . 26.58 287.2 -5.0
|
||||
35 . 12.02 115.3 -0.8
|
||||
35 . 0.43 73.0 4.7
|
||||
35 . 20.07 11.9 9.8
|
||||
35 . 1.77 268.0 84.4
|
||||
35 . 9.46 233.9 -23.0
|
||||
extend right
|
||||
35 36 18.17 149.7 -7.0
|
||||
# extend auto
|
||||
36 . 12.91 91.5 -4.8
|
||||
36 . 4.34 61.6 14.9
|
||||
36 . 32.12 293.6 -3.1
|
||||
36 . 23.81 271.1 -7.9
|
||||
36 . 2.89 277.7 50.1
|
||||
36 . 1.24 331.1 -68.8
|
||||
extend right
|
||||
36 37 10.36 145.6 -20.5
|
||||
# extend auto
|
||||
37 . 3.65 107.7 14.3
|
||||
37 . 3.65 252.0 -12.5
|
||||
37 . 7.20 253.8 -9.3
|
||||
37 . 1.11 166.1 79.9
|
||||
37 . 1.17 182.0 -61.6
|
||||
extend left
|
||||
37 38 5.20 192.0 -23.3
|
||||
# extend auto
|
||||
38 . 2.80 196.5 -8.3
|
||||
38 . 5.87 64.5 15.0
|
||||
38 . 4.73 42.4 17.8
|
||||
38 . 7.74 127.3 5.4
|
||||
38 . 4.89 233.3 -11.2
|
||||
38 . 0.94 187.1 70.4
|
||||
38 . 0.67 160.0 -32.9
|
||||
extend right
|
||||
38 39 15.07 106.6 5.8
|
||||
# extend auto
|
||||
39 . 9.86 205.2 -3.3
|
||||
39 . 4.31 239.6 -7.3
|
||||
39 . 0.52 33.3 -9.2
|
||||
39 . 1.85 182.6 28.4
|
||||
39 . 0.71 206.1 -41.8
|
||||
extend right
|
||||
39 40 21.54 137.5 7.0
|
||||
# extend auto
|
||||
40 . 3.15 202.5 -24.0
|
||||
40 . 6.01 29.9 -16.1
|
||||
40 . 11.98 78.9 -10.8
|
||||
40 . 9.15 138.1 -18.8
|
||||
40 . 8.90 264.7 -14.7
|
||||
40 . 8.28 322.4 -12.5
|
||||
40 . 1.54 322.9 50.1
|
||||
40 . 2.27 277.3 -82.8
|
||||
extend right
|
||||
40 41 17.48 111.9 -17.5
|
||||
# extend auto
|
||||
41 . 0.78 24.9 16.6
|
||||
41 . 2.53 177.8 -4.9
|
||||
41 . 0.63 180.4 28.5
|
||||
41 . 0.72 139.9 82.4
|
||||
41 . 0.27 27.1 -29.0
|
||||
extend right
|
||||
41 42 12.08 111.6 1.2
|
||||
# extend auto
|
||||
42 . 1.60 206.2 -7.0
|
||||
42 . 3.54 161.5 -14.7
|
||||
42 . 4.68 123.6 -10.2
|
||||
42 . 0.61 3.6 12.8
|
||||
42 . 2.72 316.3 10.4
|
||||
42 . 0.95 188.6 52.5
|
||||
42 . 1.33 185.2 -46.4
|
||||
extend right
|
||||
42 43 11.47 141.1 -11.9
|
||||
# extend auto
|
||||
43 . 4.60 51.7 28.3
|
||||
43 . 1.41 204.6 -4.6
|
||||
43 . 3.48 355.6 26.3
|
||||
43 . 1.82 154.8 74.2
|
||||
43 . 1.88 190.0 -24.8
|
||||
extend right
|
||||
# arrêt bas
|
||||
43 44 6.58 152.3 -8.5
|
||||
# extend auto
|
||||
44 . 0.48 222.0 -5.7
|
||||
44 . 0.53 39.1 2.5
|
||||
44 . 0.31 313.2 77.2
|
||||
44 . 0.35 351.1 -83.2
|
||||
endcenterline
|
||||
|
||||
|
||||
|
||||
endsurvey
|
||||
+308
@@ -0,0 +1,308 @@
|
||||
# 2024.04.24 created by TopoDroid v 5.1.40
|
||||
|
||||
# Copyright (C) 2024 Alexandre Pont
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Promeszutochnaya -title "Promeszutochnaya tunnel amont" -entrance Promeszutochnaya_Tunnel_00
|
||||
|
||||
centerline
|
||||
date 2024.04.24
|
||||
team "Jean-Philippe Grandcolas"
|
||||
team "Jean-Pierre Gruat"
|
||||
team "Alexandre Pont"
|
||||
|
||||
#cs long-lat
|
||||
#fix 00 66.394767 37.673152 856 # NOK
|
||||
|
||||
cs UTM42
|
||||
#fix Promeszutochnaya_Tunnel_00 0270733 4169400 645 # Altitude Alti Philippe Audra / gps alex (Altitude Alex 620)
|
||||
fix Promeszutochnaya_Tunnel_00 0270740.4 4169404.4 645 # # Moyenne pointages PhA / JPH By Alex.
|
||||
station Promeszutochnaya_Tunnel_00 "Promeszutochnaya ; Tunnel amont" entrance air-draught
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
|
||||
|
||||
# extend auto
|
||||
Promeszutochnaya_Tunnel_00 . 0.89 198.7 -30.6
|
||||
Promeszutochnaya_Tunnel_00 . 2.38 49.0 -9.7
|
||||
Promeszutochnaya_Tunnel_00 . 2.27 164.9 78.1
|
||||
Promeszutochnaya_Tunnel_00 . 0.53 131.0 -78.0
|
||||
Promeszutochnaya_Tunnel_00 . 0.15 114.6 -3.4
|
||||
extend right
|
||||
Promeszutochnaya_Tunnel_00 1 8.76 116.5 -4.0
|
||||
# extend auto
|
||||
1 . 0.41 37.3 -6.9
|
||||
1 . 1.53 209.7 -2.9
|
||||
1 . 1.63 49.5 79.8
|
||||
1 . 0.44 178.3 -76.3
|
||||
extend right
|
||||
1 2 15.87 131.8 -4.1
|
||||
# extend auto
|
||||
2 . 1.97 46.5 -9.1
|
||||
2 . 1.08 100.2 74.1
|
||||
2 . 1.36 112.6 -82.2
|
||||
2 . 0.28 216.4 5.4
|
||||
extend right
|
||||
2 3 18.45 121.3 -14.8
|
||||
# extend auto
|
||||
3 . 2.07 14.3 1.7
|
||||
3 . 2.47 168.3 87.1
|
||||
3 . 1.47 178.2 -89.0
|
||||
3 . 0.41 193.5 1.2
|
||||
extend right
|
||||
3 4 26.76 84.8 -2.7
|
||||
# extend auto
|
||||
4 . 8.19 83.6 -7.4
|
||||
4 . 4.45 3.6 -1.6
|
||||
4 . 23.05 118.9 -3.8
|
||||
4 . 29.44 128.2 -6.4
|
||||
4 . 20.27 148.4 -6.1
|
||||
4 . 10.36 187.7 -2.3
|
||||
4 . 8.67 218.6 -0.8
|
||||
4 . 19.59 276.0 -2.9
|
||||
4 . 18.23 308.2 -6.3
|
||||
4 . 3.28 192.8 76.9
|
||||
4 . 5.31 355.4 -64.7
|
||||
extend right
|
||||
4 5 28.11 134.5 -10.1
|
||||
# extend auto
|
||||
5 . 7.24 257.3 5.6
|
||||
5 . 12.38 288.3 10.7
|
||||
5 . 15.22 341.5 7.9
|
||||
5 . 9.77 21.1 3.2
|
||||
5 . 8.50 51.2 3.5
|
||||
5 . 4.37 118.9 0.6
|
||||
5 . 11.08 169.9 3.3
|
||||
5 . 3.33 212.8 57.9
|
||||
5 . 13.62 292.5 70.9
|
||||
5 . 9.95 317.7 61.0
|
||||
5 . 13.50 328.5 26.8
|
||||
extend right
|
||||
5 6 29.25 169.0 -12.9
|
||||
# extend auto
|
||||
6 . 8.44 287.6 9.6
|
||||
6 . 11.68 222.6 -2.7
|
||||
6 . 17.10 194.9 1.9
|
||||
6 . 18.83 152.0 2.6
|
||||
6 . 8.49 99.8 2.3
|
||||
6 . 14.23 91.1 6.8
|
||||
6 . 13.28 61.1 4.1
|
||||
6 . 15.72 21.5 7.4
|
||||
6 . 3.35 102.4 72.9
|
||||
6 . 1.19 167.3 -80.7
|
||||
6 . 6.75 164.4 16.7
|
||||
6 . 11.38 358.0 30.5
|
||||
extend right
|
||||
6 7 19.98 162.9 11.0
|
||||
# extend auto
|
||||
7 . 5.93 69.5 5.0
|
||||
7 . 15.14 215.8 1.0
|
||||
7 . 26.92 154.2 4.3
|
||||
7 . 25.27 96.8 5.1
|
||||
7 . 32.46 117.1 4.5
|
||||
7 . 3.34 349.6 -2.1
|
||||
7 . 8.57 285.1 3.9
|
||||
7 . 2.38 86.4 80.7
|
||||
7 . 9.29 145.7 16.2
|
||||
7 . 1.33 72.2 -86.9
|
||||
extend right
|
||||
7 8 26.96 147.7 5.9
|
||||
# extend auto
|
||||
8 . 21.71 26.1 -0.2
|
||||
8 . 17.31 60.8 3.6
|
||||
8 . 11.57 194.4 -5.7
|
||||
8 . 9.52 236.3 -6.3
|
||||
8 . 20.22 270.3 -4.9
|
||||
8 . 3.77 95.7 -46.2
|
||||
8 . 0.31 136.1 87.2
|
||||
extend right
|
||||
# 9 ptr a98
|
||||
8 PTR_FR24_A98_9 6.99 98.3 -14.9
|
||||
# extend auto
|
||||
PTR_FR24_A98_9 . 17.25 24.7 6.0
|
||||
PTR_FR24_A98_9 . 15.97 209.2 -6.9
|
||||
PTR_FR24_A98_9 . 13.24 234.2 -1.5
|
||||
PTR_FR24_A98_9 . 25.74 118.3 -1.2
|
||||
PTR_FR24_A98_9 . 3.36 126.1 63.3
|
||||
PTR_FR24_A98_9 . 1.91 33.8 -70.7
|
||||
extend right
|
||||
PTR_FR24_A98_9 10 6.04 101.3 2.6
|
||||
# extend auto
|
||||
10 . 28.33 334.5 4.6
|
||||
10 . 16.58 354.7 5.5
|
||||
10 . 17.15 45.1 7.8
|
||||
10 . 23.02 137.8 -6.2
|
||||
10 . 0.17 182.2 -11.4
|
||||
10 . 17.14 252.4 -6.3
|
||||
10 . 1.89 54.4 85.3
|
||||
10 . 1.64 358.4 -77.8
|
||||
extend right
|
||||
10 11 18.86 111.9 -0.4
|
||||
# extend auto
|
||||
11 . 17.24 95.2 4.8
|
||||
11 . 12.37 24.6 14.3
|
||||
11 . 14.66 220.9 -8.5
|
||||
11 . 35.38 264.4 -2.4
|
||||
11 . 1.29 175.5 61.0
|
||||
11 . 1.54 164.1 -51.9
|
||||
extend right
|
||||
11 12 13.60 140.4 -17.3
|
||||
# extend auto
|
||||
12 . 12.83 47.0 11.8
|
||||
12 . 9.35 225.3 0.7
|
||||
12 . 18.80 278.2 6.6
|
||||
12 . 9.50 358.1 18.5
|
||||
12 . 20.15 112.0 -11.0
|
||||
12 . 1.57 39.8 67.2
|
||||
12 . 1.23 106.1 -80.6
|
||||
extend right
|
||||
12 13 21.36 129.8 -14.0
|
||||
# extend auto
|
||||
13 . 6.52 258.7 1.1
|
||||
13 . 8.55 94.4 25.7
|
||||
13 . 9.69 120.4 22.3
|
||||
13 . 6.72 161.2 8.9
|
||||
13 . 7.11 72.3 20.1
|
||||
13 . 1.16 182.8 78.0
|
||||
13 . 0.57 256.7 -68.3
|
||||
extend left
|
||||
13 14 4.83 216.2 -5.4
|
||||
# extend auto
|
||||
14 . 6.38 244.8 -2.2
|
||||
14 . 6.67 117.9 10.8
|
||||
14 . 1.54 219.1 74.1
|
||||
14 . 1.16 253.3 -51.1
|
||||
extend right
|
||||
14 15 10.06 154.5 1.1
|
||||
# extend auto
|
||||
15 . 21.04 94.0 10.0
|
||||
15 . 9.17 257.2 -8.3
|
||||
15 . 0.74 164.8 85.3
|
||||
15 . 0.55 313.0 -73.0
|
||||
extend right
|
||||
15 16 16.88 127.2 2.9
|
||||
# extend auto
|
||||
16 . 9.94 123.3 13.2
|
||||
16 . 17.06 278.8 -6.8
|
||||
16 . 12.66 226.7 -8.1
|
||||
16 . 1.06 252.4 79.3
|
||||
16 . 0.68 231.2 -77.3
|
||||
extend vertical
|
||||
16 17 9.60 180.2 -4.4
|
||||
# extend auto
|
||||
17 . 3.99 225.7 -2.0
|
||||
17 . 5.94 70.3 8.5
|
||||
17 . 4.67 126.3 2.5
|
||||
17 . 4.27 183.1 3.4
|
||||
17 . 0.86 180.8 80.2
|
||||
17 . 0.44 82.6 -62.8
|
||||
extend right
|
||||
17 18 3.33 137.6 4.1
|
||||
# extend auto
|
||||
18 . 2.03 244.3 -5.5
|
||||
18 . 3.03 62.4 5.6
|
||||
18 . 0.76 103.6 81.4
|
||||
18 . 0.37 249.5 -85.3
|
||||
extend right
|
||||
18 19 3.69 145.9 -6.9
|
||||
# extend auto
|
||||
19 . 4.60 89.8 13.2
|
||||
19 . 6.38 270.3 3.8
|
||||
19 . 8.03 158.5 4.5
|
||||
19 . 2.20 37.7 9.1
|
||||
19 . 1.10 167.1 86.8
|
||||
19 . 0.64 249.6 -76.6
|
||||
extend left
|
||||
19 20 9.59 192.8 -0.4
|
||||
# extend auto
|
||||
20 . 7.90 59.9 10.2
|
||||
20 . 5.71 207.9 4.3
|
||||
20 . 0.61 101.8 79.0
|
||||
20 . 0.49 189.7 -72.9
|
||||
extend right
|
||||
20 21 11.56 161.7 9.3
|
||||
# extend auto
|
||||
21 . 6.51 204.6 0.3
|
||||
21 . 12.00 265.7 1.7
|
||||
21 . 9.27 292.2 -1.8
|
||||
21 . 7.70 76.4 4.1
|
||||
21 . 1.10 303.1 79.5
|
||||
21 . 0.93 200.1 -81.3
|
||||
extend vertical
|
||||
21 22 6.01 171.3 -5.6
|
||||
# extend auto
|
||||
22 . 6.56 277.6 5.8
|
||||
22 . 0.55 213.5 25.1
|
||||
22 . 8.10 293.2 8.4
|
||||
22 . 8.39 344.9 5.8
|
||||
22 . 9.69 29.9 8.0
|
||||
22 . 0.82 304.6 65.1
|
||||
22 . 0.81 286.6 -78.2
|
||||
extend left
|
||||
22 23 6.55 278.4 5.7
|
||||
# extend auto
|
||||
23 . 2.78 312.4 4.5
|
||||
23 . 1.07 201.1 6.3
|
||||
23 . 1.86 52.4 -2.2
|
||||
23 . 0.97 140.1 5.2
|
||||
23 . 0.49 301.7 74.6
|
||||
23 . 1.09 13.2 -75.4
|
||||
extend left
|
||||
23 24 5.77 270.4 -5.7
|
||||
# extend auto
|
||||
24 . 0.58 357.2 9.9
|
||||
24 . 1.38 152.5 11.5
|
||||
24 . 0.58 260.8 74.6
|
||||
24 . 2.18 321.1 -59.9
|
||||
extend left
|
||||
24 25 5.87 275.6 -33.2
|
||||
# extend auto
|
||||
25 . 8.29 276.8 -13.4
|
||||
25 . 2.80 116.9 8.0
|
||||
25 . 3.86 22.4 12.0
|
||||
25 . 2.31 77.9 12.8
|
||||
25 . 0.96 11.8 80.6
|
||||
25 . 1.15 211.2 -71.4
|
||||
extend left
|
||||
25 26 11.70 207.5 -11.6
|
||||
# extend auto
|
||||
26 . 11.05 293.5 -11.7
|
||||
26 . 2.49 124.9 -5.0
|
||||
26 . 6.36 196.1 -2.7
|
||||
26 . 6.57 256.1 -8.1
|
||||
26 . 1.23 282.2 82.2
|
||||
26 . 1.79 308.3 -81.8
|
||||
extend left
|
||||
26 27 14.40 235.7 -9.8
|
||||
# extend auto
|
||||
27 . 4.54 358.0 -2.6
|
||||
27 . 5.20 180.7 10.8
|
||||
27 . 6.55 243.4 -0.7
|
||||
27 . 6.59 55.7 3.1
|
||||
27 . 0.96 235.9 72.0
|
||||
27 . 1.11 30.3 -67.3
|
||||
extend left
|
||||
27 28 6.98 262.9 -5.1
|
||||
# extend auto
|
||||
28 . 4.59 341.1 -13.8
|
||||
28 . 11.43 178.6 0.4
|
||||
28 . 8.94 24.8 -5.0
|
||||
28 . 7.58 249.7 -14.5
|
||||
28 . 0.99 305.7 81.4
|
||||
28 . 2.44 332.2 -75.2
|
||||
28 . 0.70 185.8 -74.6
|
||||
28 . 2.70 9.5 -76.2
|
||||
extend left
|
||||
# 29 ptr FR24 B35 -Arrêt plus de piles sur le disto !
|
||||
28 PTR_FR24_B35_29 9.84 241.3 -19.6
|
||||
# extend auto
|
||||
PTR_FR24_B35_29 . 2.74 143.5 23.3
|
||||
PTR_FR24_B35_29 . 0.78 320.8 12.8
|
||||
endcenterline
|
||||
|
||||
|
||||
|
||||
endsurvey
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Entree -title "Entree"
|
||||
SP-Geophysicalskaya_01_entree
|
||||
break
|
||||
SP-Geophysicalskaya_01
|
||||
break
|
||||
SP-Geophysicalskaya_02
|
||||
endmap
|
||||
|
||||
#map MC-Entree -title "Entree"
|
||||
# SC-Entree-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Entree -title "Entree"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Entree.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Entree.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Entree-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input Entree-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Entree-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Entree plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Entree}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Entree-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Entree coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Entree}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Entree-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Entree-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Entree-plan@Entree
|
||||
select MC-Entree-coupe@Entree
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Entree-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Entree-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Entree.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Entree -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Entree.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Entree-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Entree.html
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -580.63 609.92 0}
|
||||
{ -502.36 395.59 1}
|
||||
{ -425.51 305.20 2}
|
||||
{ -244.25 -131.81 3}
|
||||
{ -265.67 -294.65 4}
|
||||
{ -121.42 -437.95 5}
|
||||
{ 141.42 -643.62 6}
|
||||
{ 526.61 -580.00 7}
|
||||
{ 739.84 -434.33 8}
|
||||
{ 755.59 -408.66 PTR_FR24_B35_9}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -580.63 609.92 -502.36 395.59}
|
||||
{ -502.36 395.59 -425.51 305.20}
|
||||
{ -425.51 305.20 -244.25 -131.81}
|
||||
{ -244.25 -131.81 -265.67 -294.65}
|
||||
{ -265.67 -294.65 -121.42 -437.95}
|
||||
{ -121.42 -437.95 141.42 -643.62}
|
||||
{ 141.42 -643.62 526.61 -580.00}
|
||||
{ 526.61 -580.00 739.84 -434.33}
|
||||
{ 739.84 -434.33 755.59 -408.66}
|
||||
{ -580.63 609.92 -669.13 422.05}
|
||||
{ -580.63 609.92 -308.03 479.21}
|
||||
{ -580.63 609.92 -482.68 888.35}
|
||||
{ -580.63 609.92 -636.22 755.91}
|
||||
{ -580.63 609.92 -567.56 602.20}
|
||||
{ -580.63 609.92 -571.50 607.87}
|
||||
{ -502.36 395.59 -424.25 180.94}
|
||||
{ -502.36 395.59 -790.24 140.31}
|
||||
{ -502.36 395.59 -153.07 642.20}
|
||||
{ -502.36 395.59 -334.96 73.39}
|
||||
{ -502.36 395.59 -654.80 733.54}
|
||||
{ -502.36 395.59 -537.17 398.90}
|
||||
{ -425.51 305.20 -335.12 226.61}
|
||||
{ -425.51 305.20 -200.63 382.52}
|
||||
{ -425.51 305.20 -531.81 251.97}
|
||||
{ -425.51 305.20 -663.78 -249.29}
|
||||
{ -425.51 305.20 -280.16 35.28}
|
||||
{ -425.51 305.20 -167.40 562.05}
|
||||
{ -425.51 305.20 -414.33 307.56}
|
||||
{ -425.51 305.20 -427.56 299.37}
|
||||
{ -425.51 305.20 -244.57 -132.13}
|
||||
{ -425.51 305.20 -244.72 -131.97}
|
||||
{ -244.25 -131.81 -640.00 -262.52}
|
||||
{ -244.25 -131.81 -420.79 -457.64}
|
||||
{ -244.25 -131.81 -189.13 -117.64}
|
||||
{ -244.25 -131.81 -211.50 -2.52}
|
||||
{ -244.25 -131.81 -249.92 -143.94}
|
||||
{ -244.25 -131.81 -244.72 -132.28}
|
||||
{ -265.67 -294.65 -284.88 -457.32}
|
||||
{ -265.67 -294.65 -462.36 -571.65}
|
||||
{ -265.67 -294.65 -816.85 -224.88}
|
||||
{ -265.67 -294.65 -194.17 -104.88}
|
||||
{ -265.67 -294.65 -89.13 -314.02}
|
||||
{ -265.67 -294.65 -269.76 -296.69}
|
||||
{ -265.67 -294.65 -261.73 -296.06}
|
||||
{ -121.42 -437.95 -31.34 -383.15}
|
||||
{ -121.42 -437.95 47.24 -517.95}
|
||||
{ -121.42 -437.95 -202.68 -534.49}
|
||||
{ -121.42 -437.95 -334.96 -519.53}
|
||||
{ -121.42 -437.95 -139.84 -457.64}
|
||||
{ -121.42 -437.95 -128.35 -441.73}
|
||||
{ 141.42 -643.62 398.74 -855.59}
|
||||
{ 141.42 -643.62 113.70 -703.31}
|
||||
{ 141.42 -643.62 195.43 -577.48}
|
||||
{ 141.42 -643.62 321.89 -594.96}
|
||||
{ 141.42 -643.62 420.94 -888.35}
|
||||
{ 141.42 -643.62 148.98 -663.46}
|
||||
{ 141.42 -643.62 157.95 -634.49}
|
||||
{ 526.61 -580.00 523.31 -619.69}
|
||||
{ 526.61 -580.00 533.86 -552.28}
|
||||
{ 526.61 -580.00 604.41 -575.75}
|
||||
{ 526.61 -580.00 437.64 -667.87}
|
||||
{ 526.61 -580.00 435.75 -601.57}
|
||||
{ 526.61 -580.00 535.91 -588.98}
|
||||
{ 526.61 -580.00 526.61 -577.95}
|
||||
{ 739.84 -434.33 816.85 -557.64}
|
||||
{ 739.84 -434.33 736.85 -420.94}
|
||||
{ 739.84 -434.33 754.02 -448.50}
|
||||
{ 739.84 -434.33 763.46 -419.69}
|
||||
}
|
||||
set XVIgrid {-1131.81 -1201.1 78.7402 0.0 0.0 78.7402 28 30}
|
||||
+94
@@ -0,0 +1,94 @@
|
||||
encoding utf-8
|
||||
# Created at 2024.04.24 17:32:06 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
# Copyright (C) 2024 Alexandre Pont
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey JPH -title "JPH"
|
||||
|
||||
centerline
|
||||
|
||||
date 2024.04.24
|
||||
team "Jean-Paul Héreil"
|
||||
team "Alexandre Pont"
|
||||
team "Jean-Philippe Grandcolas"
|
||||
team "Jean-Marie Briffon"
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
|
||||
data normal from to tape compass clino
|
||||
|
||||
0 1 14.499 159.950 -1.679
|
||||
1 2 7.621 139.629 -8.632
|
||||
2 3 30.987 157.478 -14.194
|
||||
3 4 10.440 187.460 3.310 #Cairn PTR B91
|
||||
4 5 13.373 134.844 -15.084
|
||||
5 6 21.190 128.031 -0.873
|
||||
6 7 24.836 80.621 3.303
|
||||
7 8 16.925 55.659 14.343
|
||||
8 PTR_FR24_B35_9 1.926 31.492 7.513
|
||||
|
||||
0 - 13.187 205.247 -0.368
|
||||
0 - 19.324 115.598 6.520
|
||||
0 - 18.975 19.385 9.064
|
||||
0 - 10.014 339.164 -7.696
|
||||
0 - 2.833 120.498 70.241
|
||||
0 - 1.173 102.876 -59.442
|
||||
1 - 14.502 159.999 -1.675
|
||||
1 - 24.428 228.433 -0.961
|
||||
1 - 27.211 54.767 3.560
|
||||
1 - 23.645 152.540 -12.859
|
||||
1 - 23.615 335.737 -4.345
|
||||
1 - 3.866 275.515 54.992
|
||||
2 - 7.620 130.979 -3.587
|
||||
2 - 15.307 71.021 -9.322
|
||||
2 - 7.557 243.463 2.664
|
||||
2 - 38.382 203.253 -3.246
|
||||
2 - 20.146 151.699 -14.930
|
||||
2 - 23.141 45.126 2.065
|
||||
2 - 1.896 77.624 67.429
|
||||
2 - 1.187 198.896 -71.071
|
||||
2 - 30.983 157.522 -14.145
|
||||
2 - 30.984 157.522 -14.189
|
||||
3 - 26.809 251.724 9.196
|
||||
3 - 23.531 208.438 -1.516
|
||||
3 - 3.712 75.558 -12.717
|
||||
3 - 8.502 14.249 4.373
|
||||
3 - 1.358 204.933 51.625
|
||||
3 - 0.947 228.246 -88.077
|
||||
4 - 10.417 186.746 3.450
|
||||
4 - 22.010 215.381 -11.349
|
||||
4 - 36.029 277.213 11.673
|
||||
4 - 12.884 20.638 -2.010
|
||||
4 - 11.537 96.251 -12.305
|
||||
4 - 1.699 243.287 79.893
|
||||
4 - 1.622 110.308 -80.832
|
||||
5 - 6.719 58.661 4.356
|
||||
5 - 11.856 115.345 -0.472
|
||||
5 - 8.022 220.117 -3.708
|
||||
5 - 14.522 249.099 -2.477
|
||||
5 - 2.586 223.055 48.675
|
||||
5 - 1.219 241.617 -65.858
|
||||
6 - 21.174 129.496 -0.406
|
||||
6 - 4.177 204.884 0.698
|
||||
6 - 5.426 39.282 3.246
|
||||
6 - 11.884 74.927 2.016
|
||||
6 - 23.726 131.199 5.944
|
||||
6 - 3.500 158.967 67.297
|
||||
6 - 2.001 61.210 -52.938
|
||||
7 - 2.542 184.746 5.867
|
||||
7 - 1.821 14.584 2.186
|
||||
7 - 5.197 86.935 17.974
|
||||
7 - 8.230 225.313 15.211
|
||||
7 - 5.930 256.635 -1.071
|
||||
7 - 1.849 134.160 63.501
|
||||
7 - 1.018 358.099 -82.667
|
||||
8 - 9.334 148.019 8.591
|
||||
8 - 1.045 347.481 33.596
|
||||
8 - 1.283 135.049 3.944
|
||||
8 - 2.485 58.184 -44.659
|
||||
|
||||
endcenterline
|
||||
endsurvey
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-JPH -title "JPH"
|
||||
SP-JPH-1
|
||||
endmap
|
||||
|
||||
#map MC-JPH -title "JPH"
|
||||
# SC-JPH-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey JPH -title "JPH"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/JPH.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Geophysicalskaya_07.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/JPH-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input JPH-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source JPH-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "JPH plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={JPH}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/JPH-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "JPH coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre JPH}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
export map -fmt xvi -layout xviexport -o Data/JPH-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/JPH-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-JPH-plan@JPH
|
||||
select MC-JPH-coupe@JPH
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/JPH-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/JPH-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/JPH.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/JPH -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/JPH.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/JPH-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/JPH.html
|
||||
+64
@@ -0,0 +1,64 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -933.31 -153.23 Promeszutochnaya_Tunnel_01}
|
||||
{ -842.13 -174.17 1}
|
||||
{ -749.53 -143.94 2}
|
||||
{ -475.20 -110.55 3}
|
||||
{ -170.94 -54.65 4}
|
||||
{ 150.63 7.09 5}
|
||||
{ 420.87 50.87 6}
|
||||
{ 654.25 88.66 7}
|
||||
{ 840.71 125.35 8}
|
||||
{ 830.47 156.22 9}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -933.31 -153.23 -842.13 -174.17}
|
||||
{ -749.53 -143.94 -842.13 -174.17}
|
||||
{ -475.20 -110.55 -749.53 -143.94}
|
||||
{ -170.94 -54.65 -475.20 -110.55}
|
||||
{ 150.63 7.09 -170.94 -54.65}
|
||||
{ 420.87 50.87 150.63 7.09}
|
||||
{ 654.25 88.66 420.87 50.87}
|
||||
{ 840.71 125.35 654.25 88.66}
|
||||
{ 830.47 156.22 840.71 125.35}
|
||||
{ -842.13 -174.17 -839.45 -180.63}
|
||||
{ -842.13 -174.17 -836.61 -187.24}
|
||||
{ -842.13 -174.17 -841.65 -143.78}
|
||||
{ -842.13 -174.17 -841.50 -140.79}
|
||||
{ -749.53 -143.94 -750.16 -137.01}
|
||||
{ -749.53 -143.94 -750.16 -137.48}
|
||||
{ -749.53 -143.94 -745.59 -137.17}
|
||||
{ -749.53 -143.94 -749.53 -166.93}
|
||||
{ -475.20 -110.55 -480.24 -87.24}
|
||||
{ -475.20 -110.55 -479.29 -94.80}
|
||||
{ -475.20 -110.55 -476.77 -117.80}
|
||||
{ -475.20 -110.55 -471.42 -121.42}
|
||||
{ -170.94 -54.65 -167.80 -69.61}
|
||||
{ -170.94 -54.65 -172.99 -66.61}
|
||||
{ -170.94 -54.65 -181.65 -44.09}
|
||||
{ -170.94 -54.65 -173.62 -35.91}
|
||||
{ 150.63 7.09 153.15 -7.87}
|
||||
{ 150.63 7.09 149.06 -5.83}
|
||||
{ 150.63 7.09 137.87 21.10}
|
||||
{ 150.63 7.09 144.49 23.46}
|
||||
{ 420.87 50.87 418.35 65.04}
|
||||
{ 420.87 50.87 414.57 58.11}
|
||||
{ 420.87 50.87 414.09 51.34}
|
||||
{ 420.87 50.87 419.61 31.97}
|
||||
{ 420.87 50.87 418.50 33.39}
|
||||
{ 654.25 88.66 649.06 105.83}
|
||||
{ 654.25 88.66 648.58 98.11}
|
||||
{ 654.25 88.66 657.09 72.28}
|
||||
{ 654.25 88.66 656.30 75.75}
|
||||
{ 840.71 125.35 821.97 155.28}
|
||||
{ 840.71 125.35 819.45 147.24}
|
||||
{ 840.71 125.35 834.09 120.79}
|
||||
{ 830.47 156.22 865.75 179.37}
|
||||
{ 830.47 156.22 890.00 187.24}
|
||||
{ 830.47 156.22 838.82 164.41}
|
||||
{ 830.47 156.22 872.83 186.46}
|
||||
{ 830.47 156.22 867.48 173.70}
|
||||
{ 830.47 156.22 831.42 173.07}
|
||||
{ 830.47 156.22 933.31 101.42}
|
||||
}
|
||||
set XVIgrid {-1138.03 -389.449 78.7402 0.0 0.0 78.7402 29 10}
|
||||
+78
@@ -0,0 +1,78 @@
|
||||
encoding utf-8
|
||||
# Created at 2024.04.24 17:30:41 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
# Copyright (C) 2024 Jean-Paul Héreil
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey JPH2 -title "Tunnel aval"
|
||||
|
||||
centerline
|
||||
|
||||
date 2024.04.24
|
||||
team "Jean-Paul Héreil"
|
||||
team "Jean-Marie Briffon"
|
||||
|
||||
cs UTM42
|
||||
# fix Promeszutochnaya_Tunnel_01 0270588 4168955 640 # Altitude Alti Philippe Audra / gps alex (Altitude Alex 620)
|
||||
fix Promeszutochnaya_Tunnel_01 0270586.61 4168955.97 640 # Moyenne pointages PhA / JPH By Alex.
|
||||
station Promeszutochnaya_Tunnel_01 "Promeszutochnaya Tunnel aval" entrance air-draught
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
|
||||
|
||||
data normal from to tape compass clino
|
||||
|
||||
Promeszutochnaya_Tunnel_01 1 5.942 96.671 0.663
|
||||
2 1 6.372 245.710 -13.870 #Sur mur
|
||||
3 2 17.565 256.837 2.811
|
||||
4 3 19.659 253.339 -1.701
|
||||
5 4 20.814 252.894 -2.556
|
||||
6 5 17.476 254.581 -5.995
|
||||
7 6 15.187 254.566 -8.864
|
||||
8 7 12.212 252.610 -8.802
|
||||
9 8 2.228 155.394 -22.379
|
||||
|
||||
1 - 2.861 151.595 80.975
|
||||
1 - 0.902 151.013 1.071
|
||||
1 - 1.945 354.754 6.724
|
||||
1 - 2.978 354.869 44.692
|
||||
2 - 0.463 347.849 15.293
|
||||
2 - 0.657 348.267 51.691
|
||||
2 - 1.313 23.390 -67.813
|
||||
2 - 1.468 173.754 3.730
|
||||
3 - 1.619 341.625 20.094
|
||||
3 - 2.082 339.159 60.172
|
||||
3 - 1.860 185.482 75.454
|
||||
3 - 0.750 154.495 12.508
|
||||
4 - 0.978 162.323 7.229
|
||||
4 - 2.047 184.043 67.626
|
||||
4 - 2.188 307.875 64.028
|
||||
4 - 1.221 345.212 11.332
|
||||
5 - 0.971 164.257 6.581
|
||||
5 - 1.754 180.846 61.573
|
||||
5 - 1.967 311.116 52.498
|
||||
5 - 1.135 332.814 12.228
|
||||
6 - 0.977 343.378 19.633
|
||||
6 - 1.976 312.748 71.856
|
||||
6 - 1.841 268.319 76.492
|
||||
6 - 1.224 177.709 10.355
|
||||
6 - 1.993 181.417 55.679
|
||||
7 - 1.143 337.148 -1.906
|
||||
7 - 1.920 323.113 68.665
|
||||
7 - 1.773 163.757 53.608
|
||||
7 - 0.863 164.070 16.441
|
||||
8 - 2.252 321.630 -7.103
|
||||
8 - 2.853 309.732 47.422
|
||||
8 - 2.093 228.301 75.987
|
||||
9 - 2.688 50.554 -4.471
|
||||
9 - 9.368 56.283 -62.891
|
||||
9 - 2.153 39.249 -69.670
|
||||
9 - 3.451 48.224 16.436
|
||||
9 - 4.039 58.403 49.933
|
||||
9 - 1.194 357.297 -25.708
|
||||
9 - 8.187 111.750 -25.290 #Sur Barre en bois à gauche galerie
|
||||
|
||||
endcenterline
|
||||
endsurvey
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-JPH2 -title "JPH2"
|
||||
SP-JPH2-1
|
||||
endmap
|
||||
|
||||
#map MC-JPH -title "JPH"
|
||||
# SC-JPH-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey JPH2 -title "JPH2"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/JPH2.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Geophysicalskaya_07.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/JPH-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input JPH-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source JPH2-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "JPH2 plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={JPH2}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/JPH2-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "JPH2 coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre JPH2}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
export map -fmt xvi -layout xviexport -o Data/JPH2-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/JPH2-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-JPH2-plan@JPH2
|
||||
select MC-JPH2-coupe@JPH2
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/JPH2-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/JPH2-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/JPH2.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/JPH2 -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/JPH2.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/JPH2-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/JPH2.html
|
||||
+115
@@ -0,0 +1,115 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -695.67 445.28 1}
|
||||
{ -791.42 430.31 Promeszutochnaya_Entree_Nat}
|
||||
{ -550.31 354.72 2}
|
||||
{ -359.13 312.52 3}
|
||||
{ -271.89 239.76 4}
|
||||
{ -72.05 147.01 5}
|
||||
{ 67.01 190.31 6}
|
||||
{ 186.22 20.08 7}
|
||||
{ 310.63 -124.65 8}
|
||||
{ 410.47 -191.10 9}
|
||||
{ 538.19 -269.06 10}
|
||||
{ 672.99 -350.94 11}
|
||||
{ 735.98 -336.77 12}
|
||||
{ 787.17 -401.65 13}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -695.67 445.28 -791.42 430.31}
|
||||
{ -550.31 354.72 -695.67 445.28}
|
||||
{ -359.13 312.52 -550.31 354.72}
|
||||
{ -271.89 239.76 -359.13 312.52}
|
||||
{ -72.05 147.01 -271.89 239.76}
|
||||
{ 67.01 190.31 -72.05 147.01}
|
||||
{ 186.22 20.08 67.01 190.31}
|
||||
{ 310.63 -124.65 186.22 20.08}
|
||||
{ 410.47 -191.10 310.63 -124.65}
|
||||
{ 538.19 -269.06 410.47 -191.10}
|
||||
{ 672.99 -350.94 538.19 -269.06}
|
||||
{ 735.98 -336.77 672.99 -350.94}
|
||||
{ 787.17 -401.65 735.98 -336.77}
|
||||
{ -695.67 445.28 -684.65 482.91}
|
||||
{ -695.67 445.28 -674.72 469.21}
|
||||
{ -695.67 445.28 -716.14 380.08}
|
||||
{ -695.67 445.28 -728.43 350.16}
|
||||
{ -695.67 445.28 -721.97 349.53}
|
||||
{ -695.67 445.28 -647.95 340.87}
|
||||
{ -695.67 445.28 -589.53 404.02}
|
||||
{ -550.31 354.72 -559.76 330.47}
|
||||
{ -550.31 354.72 -559.13 350.00}
|
||||
{ -550.31 354.72 -549.84 375.83}
|
||||
{ -550.31 354.72 -531.57 386.85}
|
||||
{ -550.31 354.72 -458.19 357.56}
|
||||
{ -550.31 354.72 -376.61 312.05}
|
||||
{ -550.31 354.72 -413.31 278.50}
|
||||
{ -359.13 312.52 -388.11 268.11}
|
||||
{ -359.13 312.52 -393.94 279.61}
|
||||
{ -359.13 312.52 -371.26 313.31}
|
||||
{ -359.13 312.52 -364.65 308.43}
|
||||
{ -359.13 312.52 -308.43 271.89}
|
||||
{ -359.13 312.52 -328.90 243.39}
|
||||
{ -271.89 239.76 -267.32 244.80}
|
||||
{ -271.89 239.76 -265.12 248.74}
|
||||
{ -271.89 239.76 -286.85 232.99}
|
||||
{ -271.89 239.76 -286.85 227.80}
|
||||
{ -271.89 239.76 -292.20 215.20}
|
||||
{ -271.89 239.76 -290.16 215.98}
|
||||
{ -72.05 147.01 -69.69 182.91}
|
||||
{ -72.05 147.01 -77.09 174.72}
|
||||
{ -72.05 147.01 -82.28 141.18}
|
||||
{ -72.05 147.01 -84.65 118.19}
|
||||
{ -72.05 147.01 -76.61 123.39}
|
||||
{ 67.01 190.31 60.55 203.54}
|
||||
{ 67.01 190.31 63.54 177.24}
|
||||
{ 67.01 190.31 73.15 132.52}
|
||||
{ 67.01 190.31 57.72 127.32}
|
||||
{ 67.01 190.31 26.85 115.67}
|
||||
{ 67.01 190.31 80.39 126.22}
|
||||
{ 67.01 190.31 112.68 109.84}
|
||||
{ 67.01 190.31 104.17 201.34}
|
||||
{ 67.01 190.31 128.43 189.69}
|
||||
{ 67.01 190.31 138.98 155.83}
|
||||
{ 67.01 190.31 127.64 117.72}
|
||||
{ 67.01 190.31 132.36 149.69}
|
||||
{ 67.01 190.31 2.44 283.54}
|
||||
{ 186.22 20.08 205.28 38.82}
|
||||
{ 186.22 20.08 188.58 40.24}
|
||||
{ 186.22 20.08 175.83 12.20}
|
||||
{ 186.22 20.08 176.30 8.27}
|
||||
{ 186.22 20.08 181.18 15.04}
|
||||
{ 310.63 -124.65 327.17 -106.85}
|
||||
{ 310.63 -124.65 328.58 -99.45}
|
||||
{ 310.63 -124.65 310.47 -111.57}
|
||||
{ 310.63 -124.65 305.59 -121.18}
|
||||
{ 310.63 -124.65 294.25 -136.46}
|
||||
{ 310.63 -124.65 287.01 -138.03}
|
||||
{ 410.47 -191.10 420.24 -172.83}
|
||||
{ 410.47 -191.10 418.98 -164.17}
|
||||
{ 410.47 -191.10 414.25 -177.09}
|
||||
{ 410.47 -191.10 402.13 -199.29}
|
||||
{ 410.47 -191.10 403.39 -204.02}
|
||||
{ 410.47 -191.10 406.85 -200.71}
|
||||
{ 538.19 -269.06 543.86 -261.02}
|
||||
{ 538.19 -269.06 535.98 -261.02}
|
||||
{ 538.19 -269.06 522.13 -279.13}
|
||||
{ 538.19 -269.06 503.23 -300.39}
|
||||
{ 538.19 -269.06 501.65 -303.39}
|
||||
{ 672.99 -350.94 680.71 -323.39}
|
||||
{ 672.99 -350.94 689.21 -294.41}
|
||||
{ 672.99 -350.94 691.42 -341.81}
|
||||
{ 672.99 -350.94 678.66 -365.91}
|
||||
{ 672.99 -350.94 670.79 -358.35}
|
||||
{ 735.98 -336.77 732.52 -363.07}
|
||||
{ 735.98 -336.77 733.78 -340.87}
|
||||
{ 735.98 -336.77 736.93 -343.23}
|
||||
{ 735.98 -336.77 742.91 -322.13}
|
||||
{ 735.98 -336.77 748.11 -329.53}
|
||||
{ 787.17 -401.65 791.42 -399.29}
|
||||
{ 787.17 -401.65 776.77 -410.47}
|
||||
{ 787.17 -401.65 717.56 -482.91}
|
||||
{ 787.17 -401.65 774.72 -405.91}
|
||||
{ 787.17 -401.65 783.54 -482.13}
|
||||
{ 787.17 -401.65 567.17 -195.67}
|
||||
}
|
||||
set XVIgrid {-1011.89 -672.047 78.7402 0.0 0.0 78.7402 26 18}
|
||||
+126
@@ -0,0 +1,126 @@
|
||||
encoding utf-8
|
||||
|
||||
# Created at 2024.04.24 17:29:38 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
# Copyright (C) 2024 Jean-Paul Héreil
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey JPH3 -title "Entrée naturelle"
|
||||
|
||||
centerline
|
||||
|
||||
date 2024.04.24
|
||||
team "Jean-Paul Héreil"
|
||||
team "Jean-Marie Briffon"
|
||||
|
||||
cs UTM42
|
||||
# fix Promeszutochnaya_Entree_Nat 0270574 4169060 593 # gps alex
|
||||
fix Promeszutochnaya_Entree_Nat 0270578.6 4169063.9 605 # Moyenne pointages APo/JPH, altitude PhA, By Alex.
|
||||
station Promeszutochnaya_Entree_Nat "Promeszutochnaya ; Entrée naturelle" entrance air-draught
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
|
||||
|
||||
data normal from to tape compass clino
|
||||
|
||||
1 Promeszutochnaya_Entree_Nat 6.158 254.860 -2.490 #Porche entrée
|
||||
2 1 10.991 295.690 -8.366
|
||||
3 2 12.455 276.211 -3.034
|
||||
4 3 7.230 303.631 3.810
|
||||
5 4 13.999 288.636 -2.380
|
||||
6 5 9.752 246.489 -18.441
|
||||
7 6 13.271 318.788 -6.072
|
||||
8 7 12.137 313.055 -3.104
|
||||
9 8 7.622 297.451 1.053
|
||||
10 9 9.529 295.164 -4.863
|
||||
11 10 10.114 295.034 -7.925
|
||||
12 11 4.700 251.090 -29.210 #PTR B90
|
||||
13 12 5.355 315.547 -11.678
|
||||
|
||||
1 - 2.525 10.129 10.085
|
||||
1 - 4.307 35.030 62.012
|
||||
1 - 5.995 191.168 43.638
|
||||
1 - 6.643 192.772 15.914
|
||||
1 - 6.369 189.135 -7.778
|
||||
1 - 7.369 149.178 8.004
|
||||
1 - 7.324 105.035 8.806
|
||||
2 - 1.658 194.793 4.988
|
||||
2 - 1.487 235.256 64.962
|
||||
2 - 1.756 355.259 40.336
|
||||
2 - 2.371 24.126 6.306
|
||||
2 - 5.907 82.013 7.734
|
||||
2 - 11.413 97.603 5.548
|
||||
2 - 10.012 112.846 5.839
|
||||
3 - 3.371 206.873 -2.769
|
||||
3 - 3.312 220.320 23.242
|
||||
3 - 1.528 267.698 59.425
|
||||
3 - 0.826 227.208 -57.975
|
||||
3 - 4.173 122.540 8.660 #Plaque fer
|
||||
3 - 4.834 150.180 7.090 #Plaque fer
|
||||
4 - 0.437 35.024 7.679
|
||||
4 - 1.934 30.613 68.198
|
||||
4 - 2.279 239.447 62.842
|
||||
4 - 2.332 224.912 58.656
|
||||
4 - 2.235 213.387 25.428
|
||||
4 - 1.902 211.328 2.834
|
||||
5 - 2.316 357.599 9.476
|
||||
5 - 3.082 343.614 54.547
|
||||
5 - 2.724 233.580 74.092
|
||||
5 - 2.697 197.260 42.122
|
||||
5 - 1.580 184.631 13.991
|
||||
6 - 0.938 327.426 4.839
|
||||
6 - 1.896 188.800 62.913
|
||||
6 - 3.819 167.800 14.716
|
||||
6 - 4.140 182.142 -12.376
|
||||
6 - 5.494 202.066 -11.124
|
||||
6 - 4.162 161.988 -1.879
|
||||
6 - 5.895 144.270 4.890 #Mur béton
|
||||
6 - 2.470 67.396 5.537
|
||||
6 - 3.907 84.408 -3.472
|
||||
6 - 5.092 109.391 -6.334
|
||||
6 - 6.022 133.923 4.285
|
||||
6 - 4.889 115.686 -2.390
|
||||
6 - 7.243 319.032 -6.163
|
||||
7 - 1.701 39.199 -0.253
|
||||
7 - 2.139 0.467 52.833
|
||||
7 - 1.297 226.620 50.422
|
||||
7 - 1.116 213.690 29.301
|
||||
7 - 0.453 218.694 7.229
|
||||
8 - 1.541 36.683 -1.505
|
||||
8 - 2.282 29.295 30.696
|
||||
8 - 2.522 352.722 70.900
|
||||
8 - 1.543 297.680 75.597
|
||||
8 - 1.584 227.900 35.821
|
||||
8 - 1.785 234.223 14.277
|
||||
9 - 1.375 21.747 15.870
|
||||
9 - 3.116 11.014 54.893
|
||||
9 - 2.366 8.558 67.061
|
||||
9 - 1.933 219.760 67.571
|
||||
9 - 1.519 202.615 51.910
|
||||
9 - 0.662 195.139 9.514
|
||||
10 - 0.629 29.136 6.042
|
||||
10 - 1.895 338.198 73.900
|
||||
10 - 1.633 231.746 42.451
|
||||
10 - 3.107 221.830 16.232
|
||||
10 - 3.182 220.562 -0.928
|
||||
11 - 1.837 9.498 8.086
|
||||
11 - 5.007 9.827 41.715
|
||||
11 - 3.330 57.211 66.962
|
||||
11 - 1.726 152.809 53.817
|
||||
11 - 0.493 190.146 8.443
|
||||
12 - 1.687 181.263 4.482
|
||||
12 - 1.617 202.236 79.530
|
||||
12 - 5.420 165.740 85.655
|
||||
12 - 1.303 19.210 38.073
|
||||
12 - 0.937 52.800 16.589
|
||||
13 - 0.322 55.772 13.057
|
||||
13 - 0.884 223.264 13.282
|
||||
13 - 17.651 214.294 67.374
|
||||
13 - 1.465 244.863 55.168
|
||||
13 - 10.060 176.280 -59.410 #P10
|
||||
13 - 22.590 306.890 32.130 #H = 8m
|
||||
|
||||
endcenterline
|
||||
endsurvey
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-JPH3 -title "JPH3"
|
||||
SP-JPH3-1
|
||||
endmap
|
||||
|
||||
#map MC-JPH -title "JPH"
|
||||
# SC-JPH-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey JPH3 -title "JPH3"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/JPH3.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Geophysicalskaya_07.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/JPH-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input JPH-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source JPH3-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "JPH3 plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={JPH3}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/JPH3-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "JPH3 coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre JPH3}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
export map -fmt xvi -layout xviexport -o Data/JPH3-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/JPH3-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-JPH3-plan@JPH3
|
||||
select MC-JPH3-coupe@JPH3
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/JPH3-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/JPH3-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/JPH3.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/JPH3 -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/JPH3.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/JPH3-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/JPH3.html
|
||||
+393
@@ -0,0 +1,393 @@
|
||||
# 2024.04.24 created by TopoDroid v 6.2.32
|
||||
|
||||
# Copyright (C) 2024 Philippe Audra
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Promeszutochnaya_01 -title "Promeszutochnaya_01"
|
||||
|
||||
centerline
|
||||
date 2024.04.24
|
||||
team "Philippe Audra"
|
||||
team "Jo De-Waele"
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
# extend auto
|
||||
PTR_FR24_A98_0 . 33.31 85.6 4.3
|
||||
PTR_FR24_A98_0 . 21.06 63.3 5.0
|
||||
PTR_FR24_A98_0 . 14.36 225.3 -0.6
|
||||
PTR_FR24_A98_0 . 13.78 242.0 -1.9
|
||||
PTR_FR24_A98_0 . 17.87 288.0 4.1
|
||||
PTR_FR24_A98_0 . 2.91 205.3 73.9
|
||||
PTR_FR24_A98_0 . 0.65 258.8 -65.8
|
||||
extend left
|
||||
PTR_FR24_A98_0 1 10.80 185.2 -17.0
|
||||
# extend auto
|
||||
1 . 26.66 126.5 -8.5
|
||||
1 . 19.67 123.8 -7.6
|
||||
1 . 1.85 153.6 -16.3
|
||||
1 . 8.17 204.1 -17.0
|
||||
1 . 9.98 235.0 -10.4
|
||||
1 . 8.92 275.8 12.4
|
||||
1 . 18.10 298.7 8.6
|
||||
1 . 2.12 232.4 79.4
|
||||
1 . 1.36 221.4 -49.0
|
||||
extend left
|
||||
1 2 9.14 250.1 -1.9
|
||||
# extend auto
|
||||
2 . 2.79 200.1 -22.2
|
||||
2 . 6.37 132.0 -16.1
|
||||
2 . 3.99 303.6 5.7
|
||||
2 . 3.78 7.1 10.6
|
||||
2 . 2.61 34.0 51.8
|
||||
2 . 2.38 225.2 -71.7
|
||||
extend vertical
|
||||
2 3 11.01 262.4 -16.7
|
||||
# extend auto
|
||||
3 . 2.93 157.8 15.0
|
||||
3 . 4.55 338.0 3.3
|
||||
3 . 5.82 106.9 12.2
|
||||
3 . 8.19 279.0 1.1
|
||||
3 . 1.34 195.5 67.3
|
||||
3 . 1.94 127.2 -34.8
|
||||
extend vertical
|
||||
3 4 7.98 266.6 -2.0
|
||||
# extend auto
|
||||
4 . 7.95 11.4 9.6
|
||||
4 . 9.15 44.0 11.2
|
||||
4 . 9.21 330.8 -3.1
|
||||
4 . 24.50 184.3 -6.3
|
||||
4 . 18.38 160.0 -5.1
|
||||
4 . 9.10 116.1 2.3
|
||||
4 . 0.91 214.7 38.0
|
||||
4 . 3.25 281.8 -54.8
|
||||
extend ignore
|
||||
4 5 27.72 229.9 -12.5
|
||||
# extend auto
|
||||
5 . 18.74 174.2 6.3
|
||||
5 . 17.88 141.5 12.6
|
||||
5 . 21.44 108.1 6.8
|
||||
5 . 2.90 287.1 8.8
|
||||
5 . 6.72 351.2 1.1
|
||||
5 . 8.46 25.4 4.1
|
||||
5 . 2.05 234.4 82.9
|
||||
5 . 3.26 176.7 -49.3
|
||||
5 . 27.32 214.5 -11.5
|
||||
extend ignore
|
||||
5 A99 27.28 214.5 -11.3
|
||||
# extend auto
|
||||
5 . 27.29 214.5 -11.3
|
||||
A99 . 22.03 118.1 2.2
|
||||
A99 . 26.58 91.7 6.3
|
||||
A99 . 17.21 12.2 10.0
|
||||
A99 . 8.02 345.4 4.6
|
||||
A99 . 12.86 298.2 -14.7
|
||||
A99 . 3.09 142.3 55.7
|
||||
A99 . 1.76 165.3 -46.0
|
||||
extend left
|
||||
#A99 7 20.70 178.1 0.4
|
||||
A99 A97 28.45 240.2 -3.6
|
||||
# extend auto
|
||||
A97 . 0.92 311.3 8.9
|
||||
A97 . 1.27 132.7 23.0
|
||||
A97 . 2.12 249.0 72.1
|
||||
A97 . 0.42 150.4 -82.1
|
||||
extend left
|
||||
A97 A98 6.46 242.1 -33.3
|
||||
# extend auto
|
||||
A98 . 1.53 336.3 -7.1
|
||||
A98 . 0.42 133.7 0.1
|
||||
A98 . 2.96 293.8 79.6
|
||||
A98 . 1.70 342.0 -58.0
|
||||
extend right
|
||||
# ..
|
||||
A98 8 5.33 285.2 -37.4
|
||||
# extend auto
|
||||
8 . 4.25 161.4 -10.4
|
||||
8 . 9.78 152.5 -28.5
|
||||
8 . 6.90 141.4 -22.4
|
||||
8 . 3.16 129.0 -7.3
|
||||
8 . 1.70 83.2 -0.9
|
||||
8 . 4.23 83.8 65.5
|
||||
8 . 1.32 45.0 -57.0
|
||||
extend right
|
||||
8 9 4.18 9.6 -0.7
|
||||
# extend auto
|
||||
9 . 1.82 248.4 -13.6
|
||||
9 . 1.05 72.5 0.8
|
||||
9 . 0.61 258.5 56.7
|
||||
9 . 1.94 267.7 -50.5
|
||||
extend right
|
||||
9 10 6.68 289.0 -5.3
|
||||
# extend auto
|
||||
10 . 1.29 165.2 -19.7
|
||||
10 . 0.61 9.0 -4.5
|
||||
10 . 0.67 120.8 67.2
|
||||
10 . 0.95 184.2 -71.8
|
||||
10 . 1.34 135.5 -78.7
|
||||
extend ignore
|
||||
10 11 4.57 235.9 -14.8
|
||||
# extend auto
|
||||
10 . 4.57 235.8 -14.7
|
||||
11 . 3.41 323.7 -2.8
|
||||
11 . 2.26 45.7 -10.7
|
||||
11 . 1.16 121.8 5.2
|
||||
11 . 1.88 7.1 50.0
|
||||
11 . 1.70 54.8 -61.0
|
||||
11 . 7.04 18.1 -24.7
|
||||
extend ignore
|
||||
11 A91 10.55 19.4 -25.3
|
||||
# extend auto
|
||||
A91 . 2.60 347.6 -8.2
|
||||
A91 . 3.98 130.3 6.5
|
||||
A91 . 3.92 277.2 8.4
|
||||
A91 . 4.37 222.4 11.1
|
||||
A91 . 1.03 304.1 52.8
|
||||
A91 . 1.37 309.9 -39.6
|
||||
extend ignore
|
||||
A91 12 14.90 257.5 1.3
|
||||
# extend auto
|
||||
12 . 4.74 174.0 -3.9
|
||||
12 . 6.26 278.4 17.0
|
||||
12 . 4.10 50.4 -9.5
|
||||
12 . 3.12 108.3 -27.3
|
||||
12 . 2.27 205.9 68.7
|
||||
extend left
|
||||
12 13 6.93 252.0 13.5
|
||||
# extend auto
|
||||
13 . 6.66 65.8 3.9
|
||||
13 . 4.43 2.4 4.6
|
||||
13 . 5.52 326.5 0.3
|
||||
13 . 6.92 268.5 1.7
|
||||
13 . 6.37 242.8 2.9
|
||||
13 . 5.99 204.2 0.3
|
||||
13 . 5.65 166.0 4.2
|
||||
13 . 2.45 334.4 53.0
|
||||
13 . 0.83 13.2 -55.5
|
||||
extend vertical
|
||||
# . fluorite
|
||||
13 14 14.61 269.6 3.6
|
||||
# extend auto
|
||||
14 . 5.13 342.5 1.9
|
||||
14 . 4.36 197.1 -10.6
|
||||
14 . 4.62 99.5 4.4
|
||||
14 . 4.39 344.1 49.7
|
||||
14 . 0.56 29.0 -42.9
|
||||
extend right
|
||||
14 15 11.59 292.0 -15.8
|
||||
# extend auto
|
||||
15 . 4.55 17.1 -3.9
|
||||
15 . 9.60 205.3 -18.6
|
||||
15 . 10.38 166.5 -4.6
|
||||
15 . 9.63 56.0 1.3
|
||||
15 . 2.42 23.2 73.9
|
||||
15 . 6.80 275.9 -39.0
|
||||
extend right
|
||||
# zone de soutirage et d'entonnoir argileux humidité en noyage frais
|
||||
15 16 18.80 299.6 -15.7
|
||||
# extend auto
|
||||
16 . 6.44 51.8 11.7
|
||||
16 . 3.50 237.1 4.7
|
||||
16 . 2.97 45.1 77.1
|
||||
16 . 2.06 17.4 -25.9
|
||||
16 . 4.69 86.0 -20.4
|
||||
16 . 10.22 84.9 12.1
|
||||
16 . 5.39 282.1 1.5
|
||||
extend right
|
||||
16 17 16.31 341.4 6.4
|
||||
# extend auto
|
||||
17 . 0.24 71.8 9.4
|
||||
17 . 4.04 243.4 -5.5
|
||||
17 . 0.84 270.8 84.4
|
||||
17 . 1.70 259.7 -51.4
|
||||
extend right
|
||||
17 18 5.29 310.1 20.4
|
||||
# extend auto
|
||||
18 . 3.48 64.5 -0.8
|
||||
18 . 0.75 282.6 32.8
|
||||
18 . 3.68 333.3 71.6
|
||||
18 . 1.95 13.5 -32.8
|
||||
extend right
|
||||
18 19 11.29 349.3 -10.4
|
||||
# extend auto
|
||||
19 . 4.64 247.3 5.9
|
||||
19 . 0.29 53.2 41.3
|
||||
19 . 2.10 58.2 33.3
|
||||
19 . 0.84 293.5 67.8
|
||||
19 . 1.21 248.4 -49.2
|
||||
extend right
|
||||
19 20 8.79 356.5 27.4
|
||||
# extend auto
|
||||
20 . 2.87 291.4 -2.1
|
||||
20 . 0.61 117.5 9.7
|
||||
20 . 1.56 315.9 -55.5
|
||||
20 . 1.70 321.2 43.2
|
||||
extend right
|
||||
20 21 6.44 23.5 -1.9
|
||||
# extend auto
|
||||
21 . 1.25 109.7 -4.4
|
||||
21 . 1.37 285.5 5.6
|
||||
21 . 1.59 253.4 75.6
|
||||
21 . 1.70 252.5 -84.3
|
||||
extend right
|
||||
21 22 6.20 35.0 -41.2
|
||||
# extend auto
|
||||
22 . 1.72 306.4 43.6
|
||||
22 . 1.64 109.3 -11.6
|
||||
22 . 0.86 35.1 77.0
|
||||
22 . 0.58 103.7 -51.3
|
||||
extend right
|
||||
22 23 3.45 35.1 -13.3
|
||||
# extend auto
|
||||
23 . 1.96 237.0 27.3
|
||||
23 . 1.09 52.8 21.8
|
||||
23 . 1.92 13.8 64.5
|
||||
23 . 2.73 171.5 -50.2
|
||||
extend left
|
||||
23 24 4.27 256.1 57.0
|
||||
# extend auto
|
||||
24 . 1.25 269.5 7.6
|
||||
24 . 0.72 103.9 5.2
|
||||
24 . 0.59 244.9 55.4
|
||||
24 . 1.15 357.6 -79.4
|
||||
extend right
|
||||
24 25 2.00 38.3 -12.5
|
||||
# extend auto
|
||||
25 . 3.00 318.5 46.0
|
||||
25 . 1.76 78.6 18.0
|
||||
25 . 2.42 353.5 66.7
|
||||
25 . 0.60 48.7 -45.8
|
||||
extend right
|
||||
25 26 6.49 4.1 12.6
|
||||
# extend auto
|
||||
26 . 1.97 201.6 10.9
|
||||
26 . 3.78 24.4 5.7
|
||||
26 . 0.90 189.2 82.3
|
||||
26 . 4.46 141.3 -32.1
|
||||
extend vertical
|
||||
26 27 3.28 267.9 47.6
|
||||
# extend auto
|
||||
27 . 3.77 190.5 29.9
|
||||
27 . 2.21 14.2 42.4
|
||||
27 . 2.00 84.5 18.9
|
||||
27 . 2.08 105.2 75.1
|
||||
27 . 4.40 67.5 -42.9
|
||||
extend right
|
||||
27 28 5.04 45.6 4.6
|
||||
# extend auto
|
||||
28 . 0.90 290.6 9.9
|
||||
28 . 0.68 330.3 71.2
|
||||
28 . 0.43 115.4 20.6
|
||||
28 . 0.95 269.4 -31.6
|
||||
extend right
|
||||
28 29 6.57 8.8 -0.9
|
||||
29 A92 5.33 16.8 -13.5
|
||||
extend left
|
||||
A92 30 8.46 130.2 -0.3
|
||||
30 A93 5.19 100.7 6.8
|
||||
# extend auto
|
||||
A93 . 6.63 327.3 -7.8
|
||||
A93 . 6.50 351.3 -3.0
|
||||
A93 . 5.57 24.9 2.3
|
||||
A93 . 5.86 65.5 -2.8
|
||||
A93 . 8.96 105.8 -2.1
|
||||
A93 . 6.23 271.6 16.6
|
||||
A93 . 6.49 184.7 2.9
|
||||
A93 . 11.70 170.9 -0.9
|
||||
A93 . 4.43 222.2 10.1
|
||||
A93 . 3.98 166.8 70.2
|
||||
A93 . 1.44 186.2 -49.6
|
||||
extend left
|
||||
A93 32 17.88 162.8 1.4
|
||||
# extend auto
|
||||
32 . 1.64 70.8 -12.1
|
||||
32 . 0.94 71.5 33.2
|
||||
32 . 1.86 82.0 -42.0
|
||||
32 . 0.25 230.6 16.2
|
||||
32 . 5.20 143.6 -12.1
|
||||
extend ignore
|
||||
32 33 12.73 143.5 -12.2
|
||||
# extend auto
|
||||
33 . 2.22 65.1 5.1
|
||||
33 . 5.16 244.2 3.6
|
||||
33 . 0.67 114.0 69.1
|
||||
33 . 3.70 93.7 -35.6
|
||||
extend left
|
||||
# 34 c'est exactement le niveau d'eau
|
||||
33 34 20.34 173.5 -3.8
|
||||
# extend auto
|
||||
34 . 1.41 83.8 17.9
|
||||
34 . 4.03 136.5 4.9
|
||||
34 . 2.33 274.5 -4.4
|
||||
34 . 0.88 267.2 -69.0
|
||||
34 . 0.84 99.7 46.9
|
||||
extend left
|
||||
34 35 3.26 136.1 5.4
|
||||
# extend auto
|
||||
35 . 1.10 66.4 11.9
|
||||
35 . 0.83 226.9 27.0
|
||||
35 . 0.99 182.6 87.5
|
||||
35 . 0.83 357.1 -55.1
|
||||
extend left
|
||||
35 36 3.29 164.7 38.6
|
||||
# extend auto
|
||||
36 . 2.05 89.3 4.8
|
||||
36 . 1.39 235.5 17.1
|
||||
36 . 1.48 180.1 71.3
|
||||
36 . 2.76 84.5 -42.5
|
||||
extend left
|
||||
# . gros dôme de quel site quel site active
|
||||
36 37 3.49 170.8 2.4
|
||||
# extend auto
|
||||
37 . 1.40 97.2 1.5
|
||||
37 . 3.11 243.6 12.7
|
||||
37 . 4.57 149.5 54.8
|
||||
37 . 2.03 134.7 -65.8
|
||||
extend left
|
||||
# . câble métallique
|
||||
37 38 8.31 168.4 -25.4
|
||||
# extend auto
|
||||
38 . 4.15 253.8 -4.0
|
||||
38 . 4.17 218.6 66.0
|
||||
38 . 1.81 204.3 -58.2
|
||||
38 . 0.75 122.1 1.4
|
||||
extend left
|
||||
38 39 15.20 192.5 -7.7
|
||||
# extend auto
|
||||
39 . 5.36 82.0 -1.4
|
||||
39 . 7.30 39.4 -3.3
|
||||
39 . 10.43 357.9 0.5
|
||||
39 . 5.29 180.8 8.0
|
||||
39 . 10.09 223.8 17.0
|
||||
39 . 10.38 246.1 16.4
|
||||
39 . 4.01 162.6 77.1
|
||||
39 . 4.07 110.7 -26.2
|
||||
extend left
|
||||
# . niveau d'eau niveau d'eau à mettre au-dessus de 40
|
||||
39 40 8.83 120.7 4.7
|
||||
# extend auto
|
||||
40 . 5.93 188.1 6.8
|
||||
40 . 6.23 239.2 3.8
|
||||
40 . 4.89 114.9 -6.4
|
||||
40 . 7.02 58.1 -8.6
|
||||
40 . 5.10 12.6 -6.4
|
||||
40 . 4.10 346.7 1.2
|
||||
40 . 5.09 333.9 -0.5
|
||||
40 . 2.59 90.9 81.2
|
||||
40 . 9.14 116.1 -29.2
|
||||
40 . 3.29 59.2 -37.3
|
||||
extend right
|
||||
# 41 = bouclage au bivouac
|
||||
40 41 10.18 77.7 -19.9
|
||||
41 A91 12.05 78.3 0.6
|
||||
endcenterline
|
||||
|
||||
# input "promez...-1planp.th2"
|
||||
|
||||
# map m1planp -projection plan
|
||||
# promez...-1planp
|
||||
# endmap
|
||||
|
||||
endsurvey
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Philippe2 -title "Philippe2"
|
||||
SP-Promeszutochnaya_02
|
||||
endmap
|
||||
|
||||
#map MC-Philippe2 -title "Philippe2"
|
||||
# SC-Philippe2-1
|
||||
#endmap
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Philippe1 -title "Philippe1"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Philippe1.th
|
||||
|
||||
# Import du dessin en plan
|
||||
#input Data/Philippe2.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Philippe2-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
#input Philippe2-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
+321
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Philippe1-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Philippe1 plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Philippe1}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Philippe1-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Philippe1 coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Philippe1}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Philippe1-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Philippe1-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Philippe1-plan@Philippe1
|
||||
select MC-Philippe1-coupe@Philippe1
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Philippe1-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Philippe1-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Philippe1.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Philippe1 -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Philippe1.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Philippe1-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Philippe1.html
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2019 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
|
||||
layout Entrances_coords_CDa
|
||||
# Layout where we define the different variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
# We need one variable per entrance.
|
||||
|
||||
# This layout is called by the layout Coords_Header below
|
||||
|
||||
code tex-map
|
||||
\def\thjunk{ }
|
||||
\def\thlocationCDa{Geophysicalskaya -- Lat. : 37.673152 N ; Long. : 66.394767 E ; Alt. : 856 m}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
layout Coords_Header_CDa
|
||||
# Layout that set the presentation for the entrance coordinates.
|
||||
|
||||
copy Entrances_coords_CDa
|
||||
# it calls the layout above Entrances_coords where we defined the different
|
||||
# variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
|
||||
code tex-map
|
||||
\def\nostring{}
|
||||
\def\thsizexl{}
|
||||
\def\thsizel{}
|
||||
\def\thsizem{}
|
||||
\ifx\thsizexl\nostring\def\thsizexl{30}\else\fi
|
||||
\ifx\thsizel\nostring\def\thsizel{24}\else\fi
|
||||
\ifx\thsizem\nostring\def\thsizem{12}\else\fi
|
||||
|
||||
\ECoordinates={
|
||||
\edef\tmp{\thjunk} \ifx\tmp\empty \else
|
||||
{\size[\thsizem] \ss\thjunk\vss}
|
||||
\fi
|
||||
\edef\tmp{\thlocationCDa} \ifx\tmp\empty \else
|
||||
{\size[\thsizem]\hskip2cm \ss\thlocationCDa\vss} % The first one should be without hskip
|
||||
\fi
|
||||
}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
2024 05 06
|
||||
- Pas de dessin
|
||||
- A finaliser les coordonnées et l'altitude
|
||||
- Jean Paul va faire la "re-topo"
|
||||
+1
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Promezhutochnaya -title "Promezhutochnaya"
|
||||
MP-Entree@Entree
|
||||
break
|
||||
MP-Philippe2@Philippe2
|
||||
break
|
||||
MP-Escalade@Escalade
|
||||
break
|
||||
MP-PromeszutochnayaXR4@PromeszutochnayaXR4
|
||||
break
|
||||
MP-GeophysicayaXR6@GeophysicayaXR6
|
||||
break
|
||||
MP-Alex3@Alex3
|
||||
break
|
||||
MP-Alex5@Alex5
|
||||
break
|
||||
MP-Alex7@Alex7
|
||||
|
||||
endmap
|
||||
|
||||
#map MC-Promeszutochnaya -title "Promeszutochnaya"
|
||||
# SC-Promeszutochnaya-1
|
||||
#endmap
|
||||
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Promezhutochnaya -title "Promezhutochnaya"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
#input Data/Promeszutochnaya.th
|
||||
|
||||
input Data/Entree/Entree-tot.th
|
||||
|
||||
input Data/Philippe1/Philippe1-tot.th
|
||||
equate PTR_FR24_A98_0@Promeszutochnaya_01.Philippe1 PTR_FR24_A98_9@Promeszutochnaya.Entree
|
||||
# equate PTR_FR24_A09_2@Geophysicaya_02.Philippe2 PTR_FR24_A09_80@Geophysicaya_01_entree.Entree
|
||||
# join SP-Promeszutochnaya_03@Philippe2 SP-Promeszutochnaya_02@Entree
|
||||
|
||||
input Data/JPH/JPH-tot.th
|
||||
equate PTR_FR24_B35_9@JPH.JPH PTR_FR24_B35_29@Promeszutochnaya.Entree
|
||||
equate 0@JPH.JPH A99@Promeszutochnaya_01.Philippe1
|
||||
# join SP-Xav4-1@PromeszutochnayaXR4 SP-Promeszutochnaya_03@Philippe2
|
||||
|
||||
input Data/JPH2/JPH2-tot.th
|
||||
|
||||
input Data/JPH3/JPH3-tot.th
|
||||
|
||||
input Data/Alex/Alex-tot.th
|
||||
equate 9@JPH2.JPH2 00@Alex.Alex
|
||||
equate 13@JPH3.JPH3 6@Alex.Alex
|
||||
equate 4@JPH.JPH 30@Alex.Alex
|
||||
|
||||
# equate 2.2@Escalade.Escalade 5@PromeszutochnayaXR4.PromeszutochnayaXR4
|
||||
# join SP-Escalade-1@Escalade SP-Xav4-1@PromeszutochnayaXR4
|
||||
|
||||
# input Data/Xav6/GeophysicayaXR6-tot
|
||||
# equate B56@PromeszutochnayaXR4.PromeszutochnayaXR4 B56@GeophysicayaXR6.GeophysicayaXR6
|
||||
# equate B55@PromeszutochnayaXR4.PromeszutochnayaXR4 B55@GeophysicayaXR6.GeophysicayaXR6
|
||||
# equate B54@PromeszutochnayaXR4.PromeszutochnayaXR4 B54@GeophysicayaXR6.GeophysicayaXR6
|
||||
# join SP-Xav4-2@PromeszutochnayaXR4 SP-Xav6-1@GeophysicayaXR6 -count 4
|
||||
|
||||
# input Data/Alex3/Alex3-tot.th
|
||||
# equate PTR_FR24_B50_43@Geophyscaya_03.Alex3 B50@PromeszutochnayaXR4.PromeszutochnayaXR4
|
||||
# equate PTR_FR24_B59_00@Geophyscaya_03.Alex3 B59@PromeszutochnayaXR4.PromeszutochnayaXR4
|
||||
# join SP-Alex3-1@Alex3 SP-Xav4-1@PromeszutochnayaXR4
|
||||
# join SP-Alex3-1@Alex3 SP-Xav4-2@PromeszutochnayaXR4
|
||||
|
||||
# input Data/Alex5/Alex5-tot.th
|
||||
# equate PTR_FR24_B58_11@Geophyscaya_05.Alex5 B58@PromeszutochnayaXR4.PromeszutochnayaXR4
|
||||
# join SP-Alex5-1@Alex5 SP-Xav4-1@PromeszutochnayaXR4
|
||||
|
||||
# input Data/Alex7/Alex7-tot.th
|
||||
# equate PTR_FR24_A13_46@Geophyscaya_03.Alex3 PTR_FR24_A13_46@Promeszutochnaya_07.Alex7
|
||||
# join SP-Alex5-1@Alex5 SP-Alex7-1@Alex7
|
||||
|
||||
# Import des maps
|
||||
#input Promeszutochnaya-maps.th
|
||||
|
||||
endsurvey
|
||||
+324
@@ -0,0 +1,324 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Promezhutochnaya-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Promezhutochnaya plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koytendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
#debug station-names
|
||||
symbol-hide line survey
|
||||
|
||||
color map-fg altitude
|
||||
color-legend smooth
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Promezhutochnaya}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Promezhutochnaya-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Promezhutochnaya coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
#statistics explo off
|
||||
statistics topo-length off
|
||||
#statistics topo off
|
||||
#statistics carto off
|
||||
## Afficher un copyright
|
||||
statistics copyright 2
|
||||
#statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
#code tex-map
|
||||
# \cavelength={} %empty
|
||||
# \cavedepth={} %empty
|
||||
#endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Gouffre Promezhutochnaya}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Promezhutochnaya-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Promezhutochnaya-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Promezhutochnaya@Promezhutochnaya
|
||||
select MC-Promezhutochnaya@Promezhutochnaya
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Promezhutochnaya-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Promezhutochnaya-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Promezhutochnaya.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Promezhutochnaya -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Promezhutochnaya.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Promezhutochnaya-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Promezhutochnaya.html
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
|
After Width: | Height: | Size: 6.0 MiB |
BIN
Binary file not shown.
+63
@@ -0,0 +1,63 @@
|
||||
encoding utf-8
|
||||
# Created at 2024.04.24 17:30:41 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
survey 0tkm_81 \
|
||||
-title "Inter tunnel "
|
||||
|
||||
centerline
|
||||
team "JPH JMG"
|
||||
date 2024.04.24
|
||||
data normal from to tape compass clino
|
||||
|
||||
0 1 5.942 96.671 0.663
|
||||
2 1 6.372 245.710 -13.870 #Sur mur
|
||||
3 2 17.565 256.837 2.811
|
||||
4 3 19.659 253.339 -1.701
|
||||
5 4 20.814 252.894 -2.556
|
||||
6 5 17.476 254.581 -5.995
|
||||
7 6 15.187 254.566 -8.864
|
||||
8 7 12.212 252.610 -8.802
|
||||
9 8 2.228 155.394 -22.379
|
||||
|
||||
1 - 2.861 151.595 80.975
|
||||
1 - 0.902 151.013 1.071
|
||||
1 - 1.945 354.754 6.724
|
||||
1 - 2.978 354.869 44.692
|
||||
2 - 0.463 347.849 15.293
|
||||
2 - 0.657 348.267 51.691
|
||||
2 - 1.313 23.390 -67.813
|
||||
2 - 1.468 173.754 3.730
|
||||
3 - 1.619 341.625 20.094
|
||||
3 - 2.082 339.159 60.172
|
||||
3 - 1.860 185.482 75.454
|
||||
3 - 0.750 154.495 12.508
|
||||
4 - 0.978 162.323 7.229
|
||||
4 - 2.047 184.043 67.626
|
||||
4 - 2.188 307.875 64.028
|
||||
4 - 1.221 345.212 11.332
|
||||
5 - 0.971 164.257 6.581
|
||||
5 - 1.754 180.846 61.573
|
||||
5 - 1.967 311.116 52.498
|
||||
5 - 1.135 332.814 12.228
|
||||
6 - 0.977 343.378 19.633
|
||||
6 - 1.976 312.748 71.856
|
||||
6 - 1.841 268.319 76.492
|
||||
6 - 1.224 177.709 10.355
|
||||
6 - 1.993 181.417 55.679
|
||||
7 - 1.143 337.148 -1.906
|
||||
7 - 1.920 323.113 68.665
|
||||
7 - 1.773 163.757 53.608
|
||||
7 - 0.863 164.070 16.441
|
||||
8 - 2.252 321.630 -7.103
|
||||
8 - 2.853 309.732 47.422
|
||||
8 - 2.093 228.301 75.987
|
||||
9 - 2.688 50.554 -4.471
|
||||
9 - 9.368 56.283 -62.891
|
||||
9 - 2.153 39.249 -69.670
|
||||
9 - 3.451 48.224 16.436
|
||||
9 - 4.039 58.403 49.933
|
||||
9 - 1.194 357.297 -25.708
|
||||
9 - 8.187 111.750 -25.290 #Sur Barre en bois à gauche galerie
|
||||
|
||||
endcenterline
|
||||
endsurvey
|
||||
+305
@@ -0,0 +1,305 @@
|
||||
# 2024.04.24 created by TopoDroid v 5.1.40
|
||||
|
||||
survey Promeszutochnaya -title "Promeszutochnaya"
|
||||
|
||||
centerline
|
||||
date 2024.04.24
|
||||
|
||||
team "Jean-Philippe Grandcolas"
|
||||
team "Jean-Pierre Gruat"
|
||||
team "Alexandre Pont"
|
||||
|
||||
#cs long-lat
|
||||
#fix 00 66.394767 37.673152 856 # NOK
|
||||
|
||||
cs UTM42
|
||||
fix 00 0270733 4169400 620 # gps alex
|
||||
station 00_Promeszutochnaya_Tunnel "Promeszutochnaya Tunnel" entrance air-draught
|
||||
|
||||
# fix 00_00_Promeszutochnaya 0270574 4169060 593 # gps ale #
|
||||
# station 00_Promeszutochnaya "Promeszutochnaya Entrée naturelle" entrance air-draught
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
# extend auto
|
||||
00 . 0.89 198.7 -30.6
|
||||
00 . 2.38 49.0 -9.7
|
||||
00 . 2.27 164.9 78.1
|
||||
00 . 0.53 131.0 -78.0
|
||||
00 . 0.15 114.6 -3.4
|
||||
extend right
|
||||
00 1 8.76 116.5 -4.0
|
||||
# extend auto
|
||||
1 . 0.41 37.3 -6.9
|
||||
1 . 1.53 209.7 -2.9
|
||||
1 . 1.63 49.5 79.8
|
||||
1 . 0.44 178.3 -76.3
|
||||
extend right
|
||||
1 2 15.87 131.8 -4.1
|
||||
# extend auto
|
||||
2 . 1.97 46.5 -9.1
|
||||
2 . 1.08 100.2 74.1
|
||||
2 . 1.36 112.6 -82.2
|
||||
2 . 0.28 216.4 5.4
|
||||
extend right
|
||||
2 3 18.45 121.3 -14.8
|
||||
# extend auto
|
||||
3 . 2.07 14.3 1.7
|
||||
3 . 2.47 168.3 87.1
|
||||
3 . 1.47 178.2 -89.0
|
||||
3 . 0.41 193.5 1.2
|
||||
extend right
|
||||
3 4 26.76 84.8 -2.7
|
||||
# extend auto
|
||||
4 . 8.19 83.6 -7.4
|
||||
4 . 4.45 3.6 -1.6
|
||||
4 . 23.05 118.9 -3.8
|
||||
4 . 29.44 128.2 -6.4
|
||||
4 . 20.27 148.4 -6.1
|
||||
4 . 10.36 187.7 -2.3
|
||||
4 . 8.67 218.6 -0.8
|
||||
4 . 19.59 276.0 -2.9
|
||||
4 . 18.23 308.2 -6.3
|
||||
4 . 3.28 192.8 76.9
|
||||
4 . 5.31 355.4 -64.7
|
||||
extend right
|
||||
4 5 28.11 134.5 -10.1
|
||||
# extend auto
|
||||
5 . 7.24 257.3 5.6
|
||||
5 . 12.38 288.3 10.7
|
||||
5 . 15.22 341.5 7.9
|
||||
5 . 9.77 21.1 3.2
|
||||
5 . 8.50 51.2 3.5
|
||||
5 . 4.37 118.9 0.6
|
||||
5 . 11.08 169.9 3.3
|
||||
5 . 3.33 212.8 57.9
|
||||
5 . 13.62 292.5 70.9
|
||||
5 . 9.95 317.7 61.0
|
||||
5 . 13.50 328.5 26.8
|
||||
extend right
|
||||
5 6 29.25 169.0 -12.9
|
||||
# extend auto
|
||||
6 . 8.44 287.6 9.6
|
||||
6 . 11.68 222.6 -2.7
|
||||
6 . 17.10 194.9 1.9
|
||||
6 . 18.83 152.0 2.6
|
||||
6 . 8.49 99.8 2.3
|
||||
6 . 14.23 91.1 6.8
|
||||
6 . 13.28 61.1 4.1
|
||||
6 . 15.72 21.5 7.4
|
||||
6 . 3.35 102.4 72.9
|
||||
6 . 1.19 167.3 -80.7
|
||||
6 . 6.75 164.4 16.7
|
||||
6 . 11.38 358.0 30.5
|
||||
extend right
|
||||
6 7 19.98 162.9 11.0
|
||||
# extend auto
|
||||
7 . 5.93 69.5 5.0
|
||||
7 . 15.14 215.8 1.0
|
||||
7 . 26.92 154.2 4.3
|
||||
7 . 25.27 96.8 5.1
|
||||
7 . 32.46 117.1 4.5
|
||||
7 . 3.34 349.6 -2.1
|
||||
7 . 8.57 285.1 3.9
|
||||
7 . 2.38 86.4 80.7
|
||||
7 . 9.29 145.7 16.2
|
||||
7 . 1.33 72.2 -86.9
|
||||
extend right
|
||||
7 8 26.96 147.7 5.9
|
||||
# extend auto
|
||||
8 . 21.71 26.1 -0.2
|
||||
8 . 17.31 60.8 3.6
|
||||
8 . 11.57 194.4 -5.7
|
||||
8 . 9.52 236.3 -6.3
|
||||
8 . 20.22 270.3 -4.9
|
||||
8 . 3.77 95.7 -46.2
|
||||
8 . 0.31 136.1 87.2
|
||||
extend right
|
||||
# 9 ptr a98
|
||||
8 9 6.99 98.3 -14.9
|
||||
# extend auto
|
||||
9 . 17.25 24.7 6.0
|
||||
9 . 15.97 209.2 -6.9
|
||||
9 . 13.24 234.2 -1.5
|
||||
9 . 25.74 118.3 -1.2
|
||||
9 . 3.36 126.1 63.3
|
||||
9 . 1.91 33.8 -70.7
|
||||
extend right
|
||||
9 10 6.04 101.3 2.6
|
||||
# extend auto
|
||||
10 . 28.33 334.5 4.6
|
||||
10 . 16.58 354.7 5.5
|
||||
10 . 17.15 45.1 7.8
|
||||
10 . 23.02 137.8 -6.2
|
||||
10 . 0.17 182.2 -11.4
|
||||
10 . 17.14 252.4 -6.3
|
||||
10 . 1.89 54.4 85.3
|
||||
10 . 1.64 358.4 -77.8
|
||||
extend right
|
||||
10 11 18.86 111.9 -0.4
|
||||
# extend auto
|
||||
11 . 17.24 95.2 4.8
|
||||
11 . 12.37 24.6 14.3
|
||||
11 . 14.66 220.9 -8.5
|
||||
11 . 35.38 264.4 -2.4
|
||||
11 . 1.29 175.5 61.0
|
||||
11 . 1.54 164.1 -51.9
|
||||
extend right
|
||||
11 12 13.60 140.4 -17.3
|
||||
# extend auto
|
||||
12 . 12.83 47.0 11.8
|
||||
12 . 9.35 225.3 0.7
|
||||
12 . 18.80 278.2 6.6
|
||||
12 . 9.50 358.1 18.5
|
||||
12 . 20.15 112.0 -11.0
|
||||
12 . 1.57 39.8 67.2
|
||||
12 . 1.23 106.1 -80.6
|
||||
extend right
|
||||
12 13 21.36 129.8 -14.0
|
||||
# extend auto
|
||||
13 . 6.52 258.7 1.1
|
||||
13 . 8.55 94.4 25.7
|
||||
13 . 9.69 120.4 22.3
|
||||
13 . 6.72 161.2 8.9
|
||||
13 . 7.11 72.3 20.1
|
||||
13 . 1.16 182.8 78.0
|
||||
13 . 0.57 256.7 -68.3
|
||||
extend left
|
||||
13 14 4.83 216.2 -5.4
|
||||
# extend auto
|
||||
14 . 6.38 244.8 -2.2
|
||||
14 . 6.67 117.9 10.8
|
||||
14 . 1.54 219.1 74.1
|
||||
14 . 1.16 253.3 -51.1
|
||||
extend right
|
||||
14 15 10.06 154.5 1.1
|
||||
# extend auto
|
||||
15 . 21.04 94.0 10.0
|
||||
15 . 9.17 257.2 -8.3
|
||||
15 . 0.74 164.8 85.3
|
||||
15 . 0.55 313.0 -73.0
|
||||
extend right
|
||||
15 16 16.88 127.2 2.9
|
||||
# extend auto
|
||||
16 . 9.94 123.3 13.2
|
||||
16 . 17.06 278.8 -6.8
|
||||
16 . 12.66 226.7 -8.1
|
||||
16 . 1.06 252.4 79.3
|
||||
16 . 0.68 231.2 -77.3
|
||||
extend vertical
|
||||
16 17 9.60 180.2 -4.4
|
||||
# extend auto
|
||||
17 . 3.99 225.7 -2.0
|
||||
17 . 5.94 70.3 8.5
|
||||
17 . 4.67 126.3 2.5
|
||||
17 . 4.27 183.1 3.4
|
||||
17 . 0.86 180.8 80.2
|
||||
17 . 0.44 82.6 -62.8
|
||||
extend right
|
||||
17 18 3.33 137.6 4.1
|
||||
# extend auto
|
||||
18 . 2.03 244.3 -5.5
|
||||
18 . 3.03 62.4 5.6
|
||||
18 . 0.76 103.6 81.4
|
||||
18 . 0.37 249.5 -85.3
|
||||
extend right
|
||||
18 19 3.69 145.9 -6.9
|
||||
# extend auto
|
||||
19 . 4.60 89.8 13.2
|
||||
19 . 6.38 270.3 3.8
|
||||
19 . 8.03 158.5 4.5
|
||||
19 . 2.20 37.7 9.1
|
||||
19 . 1.10 167.1 86.8
|
||||
19 . 0.64 249.6 -76.6
|
||||
extend left
|
||||
19 20 9.59 192.8 -0.4
|
||||
# extend auto
|
||||
20 . 7.90 59.9 10.2
|
||||
20 . 5.71 207.9 4.3
|
||||
20 . 0.61 101.8 79.0
|
||||
20 . 0.49 189.7 -72.9
|
||||
extend right
|
||||
20 21 11.56 161.7 9.3
|
||||
# extend auto
|
||||
21 . 6.51 204.6 0.3
|
||||
21 . 12.00 265.7 1.7
|
||||
21 . 9.27 292.2 -1.8
|
||||
21 . 7.70 76.4 4.1
|
||||
21 . 1.10 303.1 79.5
|
||||
21 . 0.93 200.1 -81.3
|
||||
extend vertical
|
||||
21 22 6.01 171.3 -5.6
|
||||
# extend auto
|
||||
22 . 6.56 277.6 5.8
|
||||
22 . 0.55 213.5 25.1
|
||||
22 . 8.10 293.2 8.4
|
||||
22 . 8.39 344.9 5.8
|
||||
22 . 9.69 29.9 8.0
|
||||
22 . 0.82 304.6 65.1
|
||||
22 . 0.81 286.6 -78.2
|
||||
extend left
|
||||
22 23 6.55 278.4 5.7
|
||||
# extend auto
|
||||
23 . 2.78 312.4 4.5
|
||||
23 . 1.07 201.1 6.3
|
||||
23 . 1.86 52.4 -2.2
|
||||
23 . 0.97 140.1 5.2
|
||||
23 . 0.49 301.7 74.6
|
||||
23 . 1.09 13.2 -75.4
|
||||
extend left
|
||||
23 24 5.77 270.4 -5.7
|
||||
# extend auto
|
||||
24 . 0.58 357.2 9.9
|
||||
24 . 1.38 152.5 11.5
|
||||
24 . 0.58 260.8 74.6
|
||||
24 . 2.18 321.1 -59.9
|
||||
extend left
|
||||
24 25 5.87 275.6 -33.2
|
||||
# extend auto
|
||||
25 . 8.29 276.8 -13.4
|
||||
25 . 2.80 116.9 8.0
|
||||
25 . 3.86 22.4 12.0
|
||||
25 . 2.31 77.9 12.8
|
||||
25 . 0.96 11.8 80.6
|
||||
25 . 1.15 211.2 -71.4
|
||||
extend left
|
||||
25 26 11.70 207.5 -11.6
|
||||
# extend auto
|
||||
26 . 11.05 293.5 -11.7
|
||||
26 . 2.49 124.9 -5.0
|
||||
26 . 6.36 196.1 -2.7
|
||||
26 . 6.57 256.1 -8.1
|
||||
26 . 1.23 282.2 82.2
|
||||
26 . 1.79 308.3 -81.8
|
||||
extend left
|
||||
26 27 14.40 235.7 -9.8
|
||||
# extend auto
|
||||
27 . 4.54 358.0 -2.6
|
||||
27 . 5.20 180.7 10.8
|
||||
27 . 6.55 243.4 -0.7
|
||||
27 . 6.59 55.7 3.1
|
||||
27 . 0.96 235.9 72.0
|
||||
27 . 1.11 30.3 -67.3
|
||||
extend left
|
||||
27 28 6.98 262.9 -5.1
|
||||
# extend auto
|
||||
28 . 4.59 341.1 -13.8
|
||||
28 . 11.43 178.6 0.4
|
||||
28 . 8.94 24.8 -5.0
|
||||
28 . 7.58 249.7 -14.5
|
||||
28 . 0.99 305.7 81.4
|
||||
28 . 2.44 332.2 -75.2
|
||||
28 . 0.70 185.8 -74.6
|
||||
28 . 2.70 9.5 -76.2
|
||||
extend left
|
||||
# 29 ptr FR24 B35 -Arrêt plus de piles sur le disto !
|
||||
28 29 9.84 241.3 -19.6
|
||||
# extend auto
|
||||
29 . 2.74 143.5 23.3
|
||||
29 . 0.78 320.8 12.8
|
||||
endcenterline
|
||||
|
||||
|
||||
|
||||
endsurvey
|
||||
+110
@@ -0,0 +1,110 @@
|
||||
encoding utf-8
|
||||
# Created at 2024.04.24 17:29:38 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
survey 0tkm_80 \
|
||||
-title "Intermédiaire "
|
||||
|
||||
centerline
|
||||
team "JPH JPGr"
|
||||
date 2024.04.24
|
||||
data normal from to tape compass clino
|
||||
|
||||
1 0 6.158 254.860 -2.490 #Porche entrée
|
||||
2 1 10.991 295.690 -8.366
|
||||
3 2 12.455 276.211 -3.034
|
||||
4 3 7.230 303.631 3.810
|
||||
5 4 13.999 288.636 -2.380
|
||||
6 5 9.752 246.489 -18.441
|
||||
7 6 13.271 318.788 -6.072
|
||||
8 7 12.137 313.055 -3.104
|
||||
9 8 7.622 297.451 1.053
|
||||
10 9 9.529 295.164 -4.863
|
||||
11 10 10.114 295.034 -7.925
|
||||
12 11 4.700 251.090 -29.210 #PTR B90
|
||||
13 12 5.355 315.547 -11.678
|
||||
|
||||
1 - 2.525 10.129 10.085
|
||||
1 - 4.307 35.030 62.012
|
||||
1 - 5.995 191.168 43.638
|
||||
1 - 6.643 192.772 15.914
|
||||
1 - 6.369 189.135 -7.778
|
||||
1 - 7.369 149.178 8.004
|
||||
1 - 7.324 105.035 8.806
|
||||
2 - 1.658 194.793 4.988
|
||||
2 - 1.487 235.256 64.962
|
||||
2 - 1.756 355.259 40.336
|
||||
2 - 2.371 24.126 6.306
|
||||
2 - 5.907 82.013 7.734
|
||||
2 - 11.413 97.603 5.548
|
||||
2 - 10.012 112.846 5.839
|
||||
3 - 3.371 206.873 -2.769
|
||||
3 - 3.312 220.320 23.242
|
||||
3 - 1.528 267.698 59.425
|
||||
3 - 0.826 227.208 -57.975
|
||||
3 - 4.173 122.540 8.660 #Plaque fer
|
||||
3 - 4.834 150.180 7.090 #Plaque fer
|
||||
4 - 0.437 35.024 7.679
|
||||
4 - 1.934 30.613 68.198
|
||||
4 - 2.279 239.447 62.842
|
||||
4 - 2.332 224.912 58.656
|
||||
4 - 2.235 213.387 25.428
|
||||
4 - 1.902 211.328 2.834
|
||||
5 - 2.316 357.599 9.476
|
||||
5 - 3.082 343.614 54.547
|
||||
5 - 2.724 233.580 74.092
|
||||
5 - 2.697 197.260 42.122
|
||||
5 - 1.580 184.631 13.991
|
||||
6 - 0.938 327.426 4.839
|
||||
6 - 1.896 188.800 62.913
|
||||
6 - 3.819 167.800 14.716
|
||||
6 - 4.140 182.142 -12.376
|
||||
6 - 5.494 202.066 -11.124
|
||||
6 - 4.162 161.988 -1.879
|
||||
6 - 5.895 144.270 4.890 #Mur béton
|
||||
6 - 2.470 67.396 5.537
|
||||
6 - 3.907 84.408 -3.472
|
||||
6 - 5.092 109.391 -6.334
|
||||
6 - 6.022 133.923 4.285
|
||||
6 - 4.889 115.686 -2.390
|
||||
6 - 7.243 319.032 -6.163
|
||||
7 - 1.701 39.199 -0.253
|
||||
7 - 2.139 0.467 52.833
|
||||
7 - 1.297 226.620 50.422
|
||||
7 - 1.116 213.690 29.301
|
||||
7 - 0.453 218.694 7.229
|
||||
8 - 1.541 36.683 -1.505
|
||||
8 - 2.282 29.295 30.696
|
||||
8 - 2.522 352.722 70.900
|
||||
8 - 1.543 297.680 75.597
|
||||
8 - 1.584 227.900 35.821
|
||||
8 - 1.785 234.223 14.277
|
||||
9 - 1.375 21.747 15.870
|
||||
9 - 3.116 11.014 54.893
|
||||
9 - 2.366 8.558 67.061
|
||||
9 - 1.933 219.760 67.571
|
||||
9 - 1.519 202.615 51.910
|
||||
9 - 0.662 195.139 9.514
|
||||
10 - 0.629 29.136 6.042
|
||||
10 - 1.895 338.198 73.900
|
||||
10 - 1.633 231.746 42.451
|
||||
10 - 3.107 221.830 16.232
|
||||
10 - 3.182 220.562 -0.928
|
||||
11 - 1.837 9.498 8.086
|
||||
11 - 5.007 9.827 41.715
|
||||
11 - 3.330 57.211 66.962
|
||||
11 - 1.726 152.809 53.817
|
||||
11 - 0.493 190.146 8.443
|
||||
12 - 1.687 181.263 4.482
|
||||
12 - 1.617 202.236 79.530
|
||||
12 - 5.420 165.740 85.655
|
||||
12 - 1.303 19.210 38.073
|
||||
12 - 0.937 52.800 16.589
|
||||
13 - 0.322 55.772 13.057
|
||||
13 - 0.884 223.264 13.282
|
||||
13 - 17.651 214.294 67.374
|
||||
13 - 1.465 244.863 55.168
|
||||
13 - 10.060 176.280 -59.410 #P10
|
||||
13 - 22.590 306.890 32.130 #H = 8m
|
||||
|
||||
endcenterline
|
||||
endsurvey
|
||||
+83
@@ -0,0 +1,83 @@
|
||||
encoding utf-8
|
||||
# Created at 2024.04.24 17:32:06 by Qave ver. 3.035 rev. 3.0
|
||||
|
||||
survey 0tkm_82 \
|
||||
-title "Jonction "
|
||||
|
||||
centerline
|
||||
team "JPH Alex"
|
||||
date 2024.04.24
|
||||
data normal from to tape compass clino
|
||||
|
||||
0 1 14.499 159.950 -1.679
|
||||
1 2 7.621 139.629 -8.632
|
||||
2 3 30.987 157.478 -14.194
|
||||
3 4 10.440 187.460 3.310 #Cairn PTR B91
|
||||
4 5 13.373 134.844 -15.084
|
||||
5 6 21.190 128.031 -0.873
|
||||
6 7 24.836 80.621 3.303
|
||||
7 8 16.925 55.659 14.343
|
||||
8 9 1.926 31.492 7.513
|
||||
|
||||
0 - 13.187 205.247 -0.368
|
||||
0 - 19.324 115.598 6.520
|
||||
0 - 18.975 19.385 9.064
|
||||
0 - 10.014 339.164 -7.696
|
||||
0 - 2.833 120.498 70.241
|
||||
0 - 1.173 102.876 -59.442
|
||||
1 - 14.502 159.999 -1.675
|
||||
1 - 24.428 228.433 -0.961
|
||||
1 - 27.211 54.767 3.560
|
||||
1 - 23.645 152.540 -12.859
|
||||
1 - 23.615 335.737 -4.345
|
||||
1 - 3.866 275.515 54.992
|
||||
2 - 7.620 130.979 -3.587
|
||||
2 - 15.307 71.021 -9.322
|
||||
2 - 7.557 243.463 2.664
|
||||
2 - 38.382 203.253 -3.246
|
||||
2 - 20.146 151.699 -14.930
|
||||
2 - 23.141 45.126 2.065
|
||||
2 - 1.896 77.624 67.429
|
||||
2 - 1.187 198.896 -71.071
|
||||
2 - 30.983 157.522 -14.145
|
||||
2 - 30.984 157.522 -14.189
|
||||
3 - 26.809 251.724 9.196
|
||||
3 - 23.531 208.438 -1.516
|
||||
3 - 3.712 75.558 -12.717
|
||||
3 - 8.502 14.249 4.373
|
||||
3 - 1.358 204.933 51.625
|
||||
3 - 0.947 228.246 -88.077
|
||||
4 - 10.417 186.746 3.450
|
||||
4 - 22.010 215.381 -11.349
|
||||
4 - 36.029 277.213 11.673
|
||||
4 - 12.884 20.638 -2.010
|
||||
4 - 11.537 96.251 -12.305
|
||||
4 - 1.699 243.287 79.893
|
||||
4 - 1.622 110.308 -80.832
|
||||
5 - 6.719 58.661 4.356
|
||||
5 - 11.856 115.345 -0.472
|
||||
5 - 8.022 220.117 -3.708
|
||||
5 - 14.522 249.099 -2.477
|
||||
5 - 2.586 223.055 48.675
|
||||
5 - 1.219 241.617 -65.858
|
||||
6 - 21.174 129.496 -0.406
|
||||
6 - 4.177 204.884 0.698
|
||||
6 - 5.426 39.282 3.246
|
||||
6 - 11.884 74.927 2.016
|
||||
6 - 23.726 131.199 5.944
|
||||
6 - 3.500 158.967 67.297
|
||||
6 - 2.001 61.210 -52.938
|
||||
7 - 2.542 184.746 5.867
|
||||
7 - 1.821 14.584 2.186
|
||||
7 - 5.197 86.935 17.974
|
||||
7 - 8.230 225.313 15.211
|
||||
7 - 5.930 256.635 -1.071
|
||||
7 - 1.849 134.160 63.501
|
||||
7 - 1.018 358.099 -82.667
|
||||
8 - 9.334 148.019 8.591
|
||||
8 - 1.045 347.481 33.596
|
||||
8 - 1.283 135.049 3.944
|
||||
8 - 2.485 58.184 -44.659
|
||||
|
||||
endcenterline
|
||||
endsurvey
|
||||
+387
@@ -0,0 +1,387 @@
|
||||
# 2024.04.24 created by TopoDroid v 6.2.32
|
||||
|
||||
survey promez... -title "promez..."
|
||||
|
||||
centerline
|
||||
date 2024.04.24
|
||||
# team PhA
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
# extend auto
|
||||
0 . 33.31 85.6 4.3
|
||||
0 . 21.06 63.3 5.0
|
||||
0 . 14.36 225.3 -0.6
|
||||
0 . 13.78 242.0 -1.9
|
||||
0 . 17.87 288.0 4.1
|
||||
0 . 2.91 205.3 73.9
|
||||
0 . 0.65 258.8 -65.8
|
||||
extend left
|
||||
0 1 10.80 185.2 -17.0
|
||||
# extend auto
|
||||
1 . 26.66 126.5 -8.5
|
||||
1 . 19.67 123.8 -7.6
|
||||
1 . 1.85 153.6 -16.3
|
||||
1 . 8.17 204.1 -17.0
|
||||
1 . 9.98 235.0 -10.4
|
||||
1 . 8.92 275.8 12.4
|
||||
1 . 18.10 298.7 8.6
|
||||
1 . 2.12 232.4 79.4
|
||||
1 . 1.36 221.4 -49.0
|
||||
extend left
|
||||
1 2 9.14 250.1 -1.9
|
||||
# extend auto
|
||||
2 . 2.79 200.1 -22.2
|
||||
2 . 6.37 132.0 -16.1
|
||||
2 . 3.99 303.6 5.7
|
||||
2 . 3.78 7.1 10.6
|
||||
2 . 2.61 34.0 51.8
|
||||
2 . 2.38 225.2 -71.7
|
||||
extend vertical
|
||||
2 3 11.01 262.4 -16.7
|
||||
# extend auto
|
||||
3 . 2.93 157.8 15.0
|
||||
3 . 4.55 338.0 3.3
|
||||
3 . 5.82 106.9 12.2
|
||||
3 . 8.19 279.0 1.1
|
||||
3 . 1.34 195.5 67.3
|
||||
3 . 1.94 127.2 -34.8
|
||||
extend vertical
|
||||
3 4 7.98 266.6 -2.0
|
||||
# extend auto
|
||||
4 . 7.95 11.4 9.6
|
||||
4 . 9.15 44.0 11.2
|
||||
4 . 9.21 330.8 -3.1
|
||||
4 . 24.50 184.3 -6.3
|
||||
4 . 18.38 160.0 -5.1
|
||||
4 . 9.10 116.1 2.3
|
||||
4 . 0.91 214.7 38.0
|
||||
4 . 3.25 281.8 -54.8
|
||||
extend ignore
|
||||
4 5 27.72 229.9 -12.5
|
||||
# extend auto
|
||||
5 . 18.74 174.2 6.3
|
||||
5 . 17.88 141.5 12.6
|
||||
5 . 21.44 108.1 6.8
|
||||
5 . 2.90 287.1 8.8
|
||||
5 . 6.72 351.2 1.1
|
||||
5 . 8.46 25.4 4.1
|
||||
5 . 2.05 234.4 82.9
|
||||
5 . 3.26 176.7 -49.3
|
||||
5 . 27.32 214.5 -11.5
|
||||
extend ignore
|
||||
5 A99 27.28 214.5 -11.3
|
||||
# extend auto
|
||||
5 . 27.29 214.5 -11.3
|
||||
A99 . 22.03 118.1 2.2
|
||||
A99 . 26.58 91.7 6.3
|
||||
A99 . 17.21 12.2 10.0
|
||||
A99 . 8.02 345.4 4.6
|
||||
A99 . 12.86 298.2 -14.7
|
||||
A99 . 3.09 142.3 55.7
|
||||
A99 . 1.76 165.3 -46.0
|
||||
extend left
|
||||
A99 7 20.70 178.1 0.4
|
||||
A99 A97 28.45 240.2 -3.6
|
||||
# extend auto
|
||||
A97 . 0.92 311.3 8.9
|
||||
A97 . 1.27 132.7 23.0
|
||||
A97 . 2.12 249.0 72.1
|
||||
A97 . 0.42 150.4 -82.1
|
||||
extend left
|
||||
A97 A98 6.46 242.1 -33.3
|
||||
# extend auto
|
||||
A98 . 1.53 336.3 -7.1
|
||||
A98 . 0.42 133.7 0.1
|
||||
A98 . 2.96 293.8 79.6
|
||||
A98 . 1.70 342.0 -58.0
|
||||
extend right
|
||||
# ..
|
||||
A98 8 5.33 285.2 -37.4
|
||||
# extend auto
|
||||
8 . 4.25 161.4 -10.4
|
||||
8 . 9.78 152.5 -28.5
|
||||
8 . 6.90 141.4 -22.4
|
||||
8 . 3.16 129.0 -7.3
|
||||
8 . 1.70 83.2 -0.9
|
||||
8 . 4.23 83.8 65.5
|
||||
8 . 1.32 45.0 -57.0
|
||||
extend right
|
||||
8 9 4.18 9.6 -0.7
|
||||
# extend auto
|
||||
9 . 1.82 248.4 -13.6
|
||||
9 . 1.05 72.5 0.8
|
||||
9 . 0.61 258.5 56.7
|
||||
9 . 1.94 267.7 -50.5
|
||||
extend right
|
||||
9 10 6.68 289.0 -5.3
|
||||
# extend auto
|
||||
10 . 1.29 165.2 -19.7
|
||||
10 . 0.61 9.0 -4.5
|
||||
10 . 0.67 120.8 67.2
|
||||
10 . 0.95 184.2 -71.8
|
||||
10 . 1.34 135.5 -78.7
|
||||
extend ignore
|
||||
10 11 4.57 235.9 -14.8
|
||||
# extend auto
|
||||
10 . 4.57 235.8 -14.7
|
||||
11 . 3.41 323.7 -2.8
|
||||
11 . 2.26 45.7 -10.7
|
||||
11 . 1.16 121.8 5.2
|
||||
11 . 1.88 7.1 50.0
|
||||
11 . 1.70 54.8 -61.0
|
||||
11 . 7.04 18.1 -24.7
|
||||
extend ignore
|
||||
11 A91 10.55 19.4 -25.3
|
||||
# extend auto
|
||||
A91 . 2.60 347.6 -8.2
|
||||
A91 . 3.98 130.3 6.5
|
||||
A91 . 3.92 277.2 8.4
|
||||
A91 . 4.37 222.4 11.1
|
||||
A91 . 1.03 304.1 52.8
|
||||
A91 . 1.37 309.9 -39.6
|
||||
extend ignore
|
||||
A91 12 14.90 257.5 1.3
|
||||
# extend auto
|
||||
12 . 4.74 174.0 -3.9
|
||||
12 . 6.26 278.4 17.0
|
||||
12 . 4.10 50.4 -9.5
|
||||
12 . 3.12 108.3 -27.3
|
||||
12 . 2.27 205.9 68.7
|
||||
extend left
|
||||
12 13 6.93 252.0 13.5
|
||||
# extend auto
|
||||
13 . 6.66 65.8 3.9
|
||||
13 . 4.43 2.4 4.6
|
||||
13 . 5.52 326.5 0.3
|
||||
13 . 6.92 268.5 1.7
|
||||
13 . 6.37 242.8 2.9
|
||||
13 . 5.99 204.2 0.3
|
||||
13 . 5.65 166.0 4.2
|
||||
13 . 2.45 334.4 53.0
|
||||
13 . 0.83 13.2 -55.5
|
||||
extend vertical
|
||||
# . fluorite
|
||||
13 14 14.61 269.6 3.6
|
||||
# extend auto
|
||||
14 . 5.13 342.5 1.9
|
||||
14 . 4.36 197.1 -10.6
|
||||
14 . 4.62 99.5 4.4
|
||||
14 . 4.39 344.1 49.7
|
||||
14 . 0.56 29.0 -42.9
|
||||
extend right
|
||||
14 15 11.59 292.0 -15.8
|
||||
# extend auto
|
||||
15 . 4.55 17.1 -3.9
|
||||
15 . 9.60 205.3 -18.6
|
||||
15 . 10.38 166.5 -4.6
|
||||
15 . 9.63 56.0 1.3
|
||||
15 . 2.42 23.2 73.9
|
||||
15 . 6.80 275.9 -39.0
|
||||
extend right
|
||||
# zone de soutirage et d'entonnoir argileux humidité en noyage frais
|
||||
15 16 18.80 299.6 -15.7
|
||||
# extend auto
|
||||
16 . 6.44 51.8 11.7
|
||||
16 . 3.50 237.1 4.7
|
||||
16 . 2.97 45.1 77.1
|
||||
16 . 2.06 17.4 -25.9
|
||||
16 . 4.69 86.0 -20.4
|
||||
16 . 10.22 84.9 12.1
|
||||
16 . 5.39 282.1 1.5
|
||||
extend right
|
||||
16 17 16.31 341.4 6.4
|
||||
# extend auto
|
||||
17 . 0.24 71.8 9.4
|
||||
17 . 4.04 243.4 -5.5
|
||||
17 . 0.84 270.8 84.4
|
||||
17 . 1.70 259.7 -51.4
|
||||
extend right
|
||||
17 18 5.29 310.1 20.4
|
||||
# extend auto
|
||||
18 . 3.48 64.5 -0.8
|
||||
18 . 0.75 282.6 32.8
|
||||
18 . 3.68 333.3 71.6
|
||||
18 . 1.95 13.5 -32.8
|
||||
extend right
|
||||
18 19 11.29 349.3 -10.4
|
||||
# extend auto
|
||||
19 . 4.64 247.3 5.9
|
||||
19 . 0.29 53.2 41.3
|
||||
19 . 2.10 58.2 33.3
|
||||
19 . 0.84 293.5 67.8
|
||||
19 . 1.21 248.4 -49.2
|
||||
extend right
|
||||
19 20 8.79 356.5 27.4
|
||||
# extend auto
|
||||
20 . 2.87 291.4 -2.1
|
||||
20 . 0.61 117.5 9.7
|
||||
20 . 1.56 315.9 -55.5
|
||||
20 . 1.70 321.2 43.2
|
||||
extend right
|
||||
20 21 6.44 23.5 -1.9
|
||||
# extend auto
|
||||
21 . 1.25 109.7 -4.4
|
||||
21 . 1.37 285.5 5.6
|
||||
21 . 1.59 253.4 75.6
|
||||
21 . 1.70 252.5 -84.3
|
||||
extend right
|
||||
21 22 6.20 35.0 -41.2
|
||||
# extend auto
|
||||
22 . 1.72 306.4 43.6
|
||||
22 . 1.64 109.3 -11.6
|
||||
22 . 0.86 35.1 77.0
|
||||
22 . 0.58 103.7 -51.3
|
||||
extend right
|
||||
22 23 3.45 35.1 -13.3
|
||||
# extend auto
|
||||
23 . 1.96 237.0 27.3
|
||||
23 . 1.09 52.8 21.8
|
||||
23 . 1.92 13.8 64.5
|
||||
23 . 2.73 171.5 -50.2
|
||||
extend left
|
||||
23 24 4.27 256.1 57.0
|
||||
# extend auto
|
||||
24 . 1.25 269.5 7.6
|
||||
24 . 0.72 103.9 5.2
|
||||
24 . 0.59 244.9 55.4
|
||||
24 . 1.15 357.6 -79.4
|
||||
extend right
|
||||
24 25 2.00 38.3 -12.5
|
||||
# extend auto
|
||||
25 . 3.00 318.5 46.0
|
||||
25 . 1.76 78.6 18.0
|
||||
25 . 2.42 353.5 66.7
|
||||
25 . 0.60 48.7 -45.8
|
||||
extend right
|
||||
25 26 6.49 4.1 12.6
|
||||
# extend auto
|
||||
26 . 1.97 201.6 10.9
|
||||
26 . 3.78 24.4 5.7
|
||||
26 . 0.90 189.2 82.3
|
||||
26 . 4.46 141.3 -32.1
|
||||
extend vertical
|
||||
26 27 3.28 267.9 47.6
|
||||
# extend auto
|
||||
27 . 3.77 190.5 29.9
|
||||
27 . 2.21 14.2 42.4
|
||||
27 . 2.00 84.5 18.9
|
||||
27 . 2.08 105.2 75.1
|
||||
27 . 4.40 67.5 -42.9
|
||||
extend right
|
||||
27 28 5.04 45.6 4.6
|
||||
# extend auto
|
||||
28 . 0.90 290.6 9.9
|
||||
28 . 0.68 330.3 71.2
|
||||
28 . 0.43 115.4 20.6
|
||||
28 . 0.95 269.4 -31.6
|
||||
extend right
|
||||
28 29 6.57 8.8 -0.9
|
||||
29 A92 5.33 16.8 -13.5
|
||||
extend left
|
||||
A92 30 8.46 130.2 -0.3
|
||||
30 A93 5.19 100.7 6.8
|
||||
# extend auto
|
||||
A93 . 6.63 327.3 -7.8
|
||||
A93 . 6.50 351.3 -3.0
|
||||
A93 . 5.57 24.9 2.3
|
||||
A93 . 5.86 65.5 -2.8
|
||||
A93 . 8.96 105.8 -2.1
|
||||
A93 . 6.23 271.6 16.6
|
||||
A93 . 6.49 184.7 2.9
|
||||
A93 . 11.70 170.9 -0.9
|
||||
A93 . 4.43 222.2 10.1
|
||||
A93 . 3.98 166.8 70.2
|
||||
A93 . 1.44 186.2 -49.6
|
||||
extend left
|
||||
A93 32 17.88 162.8 1.4
|
||||
# extend auto
|
||||
32 . 1.64 70.8 -12.1
|
||||
32 . 0.94 71.5 33.2
|
||||
32 . 1.86 82.0 -42.0
|
||||
32 . 0.25 230.6 16.2
|
||||
32 . 5.20 143.6 -12.1
|
||||
extend ignore
|
||||
32 33 12.73 143.5 -12.2
|
||||
# extend auto
|
||||
33 . 2.22 65.1 5.1
|
||||
33 . 5.16 244.2 3.6
|
||||
33 . 0.67 114.0 69.1
|
||||
33 . 3.70 93.7 -35.6
|
||||
extend left
|
||||
# 34 c'est exactement le niveau d'eau
|
||||
33 34 20.34 173.5 -3.8
|
||||
# extend auto
|
||||
34 . 1.41 83.8 17.9
|
||||
34 . 4.03 136.5 4.9
|
||||
34 . 2.33 274.5 -4.4
|
||||
34 . 0.88 267.2 -69.0
|
||||
34 . 0.84 99.7 46.9
|
||||
extend left
|
||||
34 35 3.26 136.1 5.4
|
||||
# extend auto
|
||||
35 . 1.10 66.4 11.9
|
||||
35 . 0.83 226.9 27.0
|
||||
35 . 0.99 182.6 87.5
|
||||
35 . 0.83 357.1 -55.1
|
||||
extend left
|
||||
35 36 3.29 164.7 38.6
|
||||
# extend auto
|
||||
36 . 2.05 89.3 4.8
|
||||
36 . 1.39 235.5 17.1
|
||||
36 . 1.48 180.1 71.3
|
||||
36 . 2.76 84.5 -42.5
|
||||
extend left
|
||||
# . gros dôme de quel site quel site active
|
||||
36 37 3.49 170.8 2.4
|
||||
# extend auto
|
||||
37 . 1.40 97.2 1.5
|
||||
37 . 3.11 243.6 12.7
|
||||
37 . 4.57 149.5 54.8
|
||||
37 . 2.03 134.7 -65.8
|
||||
extend left
|
||||
# . câble métallique
|
||||
37 38 8.31 168.4 -25.4
|
||||
# extend auto
|
||||
38 . 4.15 253.8 -4.0
|
||||
38 . 4.17 218.6 66.0
|
||||
38 . 1.81 204.3 -58.2
|
||||
38 . 0.75 122.1 1.4
|
||||
extend left
|
||||
38 39 15.20 192.5 -7.7
|
||||
# extend auto
|
||||
39 . 5.36 82.0 -1.4
|
||||
39 . 7.30 39.4 -3.3
|
||||
39 . 10.43 357.9 0.5
|
||||
39 . 5.29 180.8 8.0
|
||||
39 . 10.09 223.8 17.0
|
||||
39 . 10.38 246.1 16.4
|
||||
39 . 4.01 162.6 77.1
|
||||
39 . 4.07 110.7 -26.2
|
||||
extend left
|
||||
# . niveau d'eau niveau d'eau à mettre au-dessus de 40
|
||||
39 40 8.83 120.7 4.7
|
||||
# extend auto
|
||||
40 . 5.93 188.1 6.8
|
||||
40 . 6.23 239.2 3.8
|
||||
40 . 4.89 114.9 -6.4
|
||||
40 . 7.02 58.1 -8.6
|
||||
40 . 5.10 12.6 -6.4
|
||||
40 . 4.10 346.7 1.2
|
||||
40 . 5.09 333.9 -0.5
|
||||
40 . 2.59 90.9 81.2
|
||||
40 . 9.14 116.1 -29.2
|
||||
40 . 3.29 59.2 -37.3
|
||||
extend right
|
||||
# 41 = bouclage au bivouac
|
||||
40 41 10.18 77.7 -19.9
|
||||
41 A91 12.05 78.3 0.6
|
||||
endcenterline
|
||||
|
||||
# input "promez...-1planp.th2"
|
||||
|
||||
# map m1planp -projection plan
|
||||
# promez...-1planp
|
||||
# endmap
|
||||
|
||||
endsurvey
|
||||
+436
@@ -0,0 +1,436 @@
|
||||
# 2024.04.25 created by TopoDroid v 5.1.40
|
||||
|
||||
survey Promeszutochnaya_04 -title "Promeszutochnaya 04"
|
||||
|
||||
centerline
|
||||
date 2024.04.25
|
||||
|
||||
team "Philippe Audra"
|
||||
team "Jo De-Waele"
|
||||
team "Alexandre Pont"
|
||||
|
||||
units length meters
|
||||
units compass clino degrees
|
||||
data normal from to length compass clino
|
||||
# extend auto
|
||||
00 . 3.07 33.8 -3.4
|
||||
00 . 3.93 87.4 1.0
|
||||
00 . 8.23 114.4 -0.9
|
||||
00 . 4.36 355.3 0.8
|
||||
00 . 2.30 137.2 -1.3
|
||||
00 . 3.15 186.2 0.5
|
||||
00 . 3.68 211.1 -1.0
|
||||
00 . 3.48 242.4 -2.8
|
||||
00 . 1.78 35.0 82.3
|
||||
00 . 1.50 289.6 -70.9
|
||||
00 . 10.67 33.0 -72.7
|
||||
extend right
|
||||
00 1 9.44 116.0 -3.4
|
||||
# extend auto
|
||||
1 . 2.61 252.6 -3.6
|
||||
1 . 9.32 297.6 -4.6
|
||||
1 . 18.03 312.4 -2.0
|
||||
1 . 8.38 316.4 -1.7
|
||||
1 . 3.36 146.8 25.9
|
||||
1 . 4.43 177.0 23.5
|
||||
1 . 3.49 275.9 74.0
|
||||
1 . 1.65 241.5 -88.6
|
||||
extend left
|
||||
1 2 8.87 310.6 -42.2
|
||||
# extend auto
|
||||
2 . 1.67 38.7 -6.1
|
||||
2 . 8.17 341.8 77.6
|
||||
2 . 1.42 43.4 -79.8
|
||||
extend left
|
||||
2 3 15.94 326.3 -41.7
|
||||
# extend auto
|
||||
3 . 1.62 52.4 -2.6
|
||||
3 . 2.77 241.6 0.1
|
||||
3 . 11.07 263.5 85.7
|
||||
3 . 0.90 37.3 -52.1
|
||||
extend left
|
||||
3 4 20.16 327.0 -23.6
|
||||
# extend auto
|
||||
4 . 2.46 58.5 -5.0
|
||||
4 . 2.32 50.8 68.9
|
||||
4 . 1.18 69.8 -54.5
|
||||
extend right
|
||||
4 5 2.38 20.6 -17.3
|
||||
# extend auto
|
||||
5 . 1.45 240.9 17.7
|
||||
5 . 0.44 58.0 21.4
|
||||
5 . 4.30 262.8 72.7
|
||||
5 . 1.16 286.9 -64.9
|
||||
extend left
|
||||
5 6 11.26 324.8 -13.1 # 6: Papier blanc en façe
|
||||
5 7 1.98 330.7 -4.4
|
||||
# extend auto
|
||||
7 . 1.11 245.1 -11.2
|
||||
7 . 5.06 259.4 70.7
|
||||
7 . 0.25 54.4 -0.8
|
||||
7 . 1.47 192.2 -75.5
|
||||
7 . 2.39 290.8 -84.6
|
||||
extend left
|
||||
# 8 bas p10
|
||||
7 8 11.78 296.2 -51.4
|
||||
# extend auto
|
||||
8 . 2.24 47.8 -0.3
|
||||
8 . 0.31 207.6 8.7
|
||||
8 . 1.68 92.0 -57.5
|
||||
8 . 10.23 81.6 70.7
|
||||
8 . 4.65 100.7 -14.0
|
||||
8 . 3.62 132.2 -23.8
|
||||
8 . 2.65 339.3 -2.9
|
||||
8 . 6.07 322.4 -5.1
|
||||
8 . 3.23 313.3 -10.9
|
||||
extend right
|
||||
8 9 12.01 129.0 -20.7
|
||||
# extend auto
|
||||
9 . 4.64 20.9 4.9
|
||||
9 . 1.68 221.5 -1.8
|
||||
9 . 0.86 236.4 -63.3
|
||||
9 . 1.95 174.9 76.2
|
||||
9 . 6.07 3.4 1.3
|
||||
9 . 5.79 294.4 6.0
|
||||
extend right
|
||||
# ca aspirant
|
||||
9 10 2.56 152.4 14.6
|
||||
# extend auto
|
||||
10 . 1.12 50.6 -4.4
|
||||
10 . 2.16 99.8 -52.0
|
||||
10 . 2.65 87.0 77.4
|
||||
10 . 0.22 217.3 -1.0
|
||||
extend right
|
||||
10 11 7.43 116.4 -30.8
|
||||
# extend auto
|
||||
11 . 1.53 112.5 -0.5
|
||||
11 . 2.75 317.1 8.3
|
||||
11 . 14.24 174.7 86.5
|
||||
11 . 1.30 83.4 -72.5
|
||||
extend left
|
||||
# 12 bas puits
|
||||
11 12 26.49 57.0 -38.2
|
||||
# extend auto
|
||||
12 . 1.74 8.2 5.6
|
||||
12 . 2.53 182.8 6.8
|
||||
12 . 1.34 129.7 -41.1
|
||||
12 . 15.67 167.8 75.5
|
||||
extend right
|
||||
12 13 16.29 114.1 27.9
|
||||
# extend auto
|
||||
13 . 3.53 28.5 -1.4
|
||||
13 . 6.87 207.1 35.9
|
||||
13 . 2.82 197.7 30.7
|
||||
13 . 8.97 161.5 73.3
|
||||
13 . 1.42 79.1 -70.1
|
||||
13 . 11.29 310.6 -36.7
|
||||
13 . 9.22 308.4 -12.3
|
||||
13 . 10.74 261.4 8.1
|
||||
extend right
|
||||
# 14 pt russe 25
|
||||
13 14 21.44 74.0 7.8
|
||||
# extend auto
|
||||
14 . 1.98 353.9 40.4
|
||||
14 . 12.61 161.7 0.3
|
||||
14 . 3.62 268.1 7.9
|
||||
14 . 4.99 231.7 -2.5
|
||||
14 . 2.52 92.5 -35.7
|
||||
14 . 1.98 90.2 86.0
|
||||
extend right
|
||||
# 15 ptr fr24 a22
|
||||
14 15 14.09 112.4 -17.7
|
||||
# extend auto
|
||||
15 . 12.67 62.7 18.5
|
||||
15 . 13.03 85.3 18.9
|
||||
15 . 17.70 108.6 14.5
|
||||
15 . 11.68 7.6 11.4
|
||||
15 . 9.28 333.4 5.1
|
||||
15 . 8.56 304.2 11.4
|
||||
15 . 14.43 243.5 24.8
|
||||
15 . 8.51 219.0 25.6
|
||||
15 . 7.47 21.3 81.9
|
||||
15 . 3.35 36.7 -35.4
|
||||
extend left
|
||||
15 16 21.34 339.3 -2.9
|
||||
# extend auto
|
||||
16 . 3.97 274.9 -1.2
|
||||
16 . 8.80 68.2 23.7
|
||||
16 . 3.11 42.9 71.6
|
||||
16 . 7.44 323.1 5.6
|
||||
16 . 16.85 324.6 6.7
|
||||
16 . 16.46 23.3 16.8
|
||||
16 . 9.66 127.7 12.7
|
||||
16 . 11.48 167.8 7.1
|
||||
16 . 4.85 325.5 -45.8
|
||||
extend vertical
|
||||
16 17 27.18 352.4 9.7
|
||||
# extend auto
|
||||
17 . 11.52 1.6 -2.4
|
||||
17 . 8.38 301.6 -6.2
|
||||
17 . 8.18 247.1 -12.4
|
||||
17 . 11.30 97.1 4.0
|
||||
17 . 12.60 136.7 -0.6
|
||||
17 . 1.35 109.4 68.3
|
||||
17 . 1.86 276.0 -63.5
|
||||
extend right
|
||||
17 18 12.33 91.4 3.9
|
||||
# extend auto
|
||||
18 . 2.05 129.2 2.4
|
||||
18 . 9.26 31.6 -1.0
|
||||
18 . 14.38 324.8 -1.5
|
||||
18 . 14.73 269.8 -2.9
|
||||
18 . 1.99 14.0 77.7
|
||||
18 . 3.61 319.9 -59.5
|
||||
extend right
|
||||
18 19 9.26 25.1 -6.6
|
||||
# extend auto
|
||||
19 . 3.95 17.6 -5.8
|
||||
19 . 6.19 329.1 17.6
|
||||
19 . 8.83 289.1 16.6
|
||||
19 . 4.79 114.1 -3.3
|
||||
19 . 3.60 156.1 -7.5
|
||||
19 . 3.79 186.5 -3.5
|
||||
19 . 1.61 139.7 67.9
|
||||
19 . 3.21 181.6 -38.5
|
||||
extend right
|
||||
19 20 11.82 103.2 -10.2
|
||||
# extend auto
|
||||
20 . 0.71 97.7 14.9
|
||||
20 . 1.84 13.7 6.3
|
||||
20 . 4.46 313.0 -2.6
|
||||
20 . 3.15 250.7 -2.1
|
||||
20 . 0.99 211.3 -4.3
|
||||
20 . 1.62 329.9 -60.6
|
||||
20 . 1.42 17.5 73.1
|
||||
extend right
|
||||
20 21 5.00 18.5 -12.4
|
||||
# extend auto
|
||||
21 . 3.83 291.7 1.4
|
||||
21 . 4.46 73.4 3.5
|
||||
21 . 8.19 19.4 5.0
|
||||
21 . 9.57 356.5 3.4
|
||||
21 . 1.83 9.5 17.5
|
||||
21 . 1.87 6.0 -24.8
|
||||
extend right
|
||||
21 22 8.60 10.2 3.8
|
||||
# extend auto
|
||||
22 . 2.19 130.7 15.5
|
||||
22 . 2.06 320.5 13.2
|
||||
22 . 3.60 266.4 -3.4
|
||||
22 . 4.86 176.7 3.7
|
||||
22 . 5.26 125.7 22.6
|
||||
22 . 1.34 78.3 64.9
|
||||
22 . 0.36 12.0 -39.5
|
||||
extend right
|
||||
22 23 5.46 18.4 0.2
|
||||
# extend auto
|
||||
23 . 5.33 274.1 -9.1
|
||||
23 . 5.28 52.1 13.2
|
||||
23 . 8.76 306.2 -9.6
|
||||
23 . 7.48 321.8 -8.6
|
||||
23 . 0.96 317.6 35.0
|
||||
23 . 0.96 35.6 -36.0
|
||||
extend left
|
||||
23 24 2.98 342.4 -1.6
|
||||
# extend auto
|
||||
24 . 5.99 293.6 -14.2
|
||||
24 . 5.40 79.9 25.0
|
||||
24 . 1.13 66.4 59.1
|
||||
24 . 1.77 350.3 -24.4
|
||||
24 . 8.24 350.4 -7.4
|
||||
24 . 12.00 44.2 13.1
|
||||
extend right
|
||||
24 25 14.88 16.1 1.5
|
||||
# extend auto
|
||||
25 . 3.53 299.5 -13.4
|
||||
25 . 6.91 93.9 31.1
|
||||
25 . 12.14 5.2 0.0
|
||||
25 . 1.64 55.2 36.2
|
||||
25 . 1.86 339.1 -41.8
|
||||
25 . 7.84 211.2 2.0
|
||||
extend right
|
||||
25 26 21.07 34.5 4.6
|
||||
# extend auto
|
||||
26 . 6.39 306.2 -20.4
|
||||
26 . 9.16 119.9 4.1
|
||||
26 . 5.17 7.4 -5.1
|
||||
26 . 3.03 276.1 -10.6
|
||||
26 . 0.92 347.1 54.3
|
||||
26 . 1.83 357.9 -25.8
|
||||
extend right
|
||||
26 27 22.22 24.1 4.0
|
||||
# extend auto
|
||||
27 . 4.73 277.1 -7.3
|
||||
27 . 17.00 101.8 21.8
|
||||
27 . 14.85 339.4 6.0
|
||||
27 . 5.13 243.0 -10.6
|
||||
27 . 6.62 152.7 5.1
|
||||
27 . 1.89 281.7 58.2
|
||||
27 . 2.15 301.6 -24.4
|
||||
extend ignore
|
||||
27 28 30.48 342.3 6.6
|
||||
# extend auto
|
||||
28 . 39.69 342.2 6.6
|
||||
28 . 30.48 342.3 6.6
|
||||
28 . 4.80 241.9 -22.8
|
||||
28 . 8.14 49.8 10.6
|
||||
28 . 2.67 357.9 3.0
|
||||
28 . 0.61 328.3 -0.4
|
||||
28 . 9.77 5.0 5.0
|
||||
28 . 5.88 187.6 -13.0
|
||||
28 . 12.02 77.5 14.3
|
||||
28 . 0.61 336.4 -61.6
|
||||
28 . 0.65 269.5 -63.1
|
||||
28 . 2.78 349.5 80.0
|
||||
extend left
|
||||
28 29 22.84 316.1 -1.7
|
||||
# extend auto
|
||||
29 . 10.05 208.6 -11.1
|
||||
29 . 3.16 30.7 3.4
|
||||
29 . 9.83 335.8 6.6
|
||||
29 . 16.17 256.9 -2.3
|
||||
29 . 10.14 180.7 -3.8
|
||||
29 . 4.25 97.4 -3.5
|
||||
29 . 2.69 325.0 76.8
|
||||
29 . 4.30 246.0 -29.3
|
||||
extend left
|
||||
|
||||
29 30 19.77 304.8 11.0 # 30 jonctin ptr b91
|
||||
extend right
|
||||
# vers aval
|
||||
15 31 12.06 153.9 7.8
|
||||
# extend auto
|
||||
31 . 7.99 170.2 19.9
|
||||
31 . 6.99 137.2 3.4
|
||||
31 . 14.53 83.3 2.7
|
||||
31 . 11.78 61.6 8.3
|
||||
31 . 14.61 22.9 7.9
|
||||
31 . 7.12 48.9 60.5
|
||||
31 . 2.69 55.3 -35.7
|
||||
extend right
|
||||
31 32 26.87 107.7 -2.9
|
||||
# extend auto
|
||||
32 . 16.56 200.9 4.3
|
||||
32 . 16.22 246.6 -0.7
|
||||
32 . 26.21 167.1 -0.8
|
||||
32 . 25.66 76.7 7.4
|
||||
32 . 12.58 35.5 11.5
|
||||
32 . 10.51 327.4 18.3
|
||||
32 . 0.65 40.6 -59.5
|
||||
32 . 5.54 86.5 74.9
|
||||
extend right
|
||||
32 33 26.90 114.9 6.2
|
||||
# extend auto
|
||||
33 . 17.81 96.9 4.0
|
||||
33 . 13.28 53.5 9.7
|
||||
33 . 15.55 11.4 8.9
|
||||
33 . 29.58 181.7 -4.7
|
||||
33 . 29.18 221.0 -5.0
|
||||
33 . 26.39 253.7 -4.3
|
||||
33 . 3.68 182.7 71.1
|
||||
33 . 2.63 133.5 -32.9
|
||||
extend right
|
||||
33 34 22.36 154.9 -1.5
|
||||
# extend auto
|
||||
34 . 7.93 245.8 -8.3
|
||||
34 . 10.44 84.7 3.0
|
||||
34 . 20.58 20.7 6.5
|
||||
34 . 29.78 275.0 -3.9
|
||||
34 . 2.49 230.8 61.0
|
||||
34 . 2.29 175.1 -42.7
|
||||
extend right
|
||||
34 35 28.97 157.1 -8.4
|
||||
# extend auto
|
||||
35 . 23.18 222.9 -16.9
|
||||
35 . 24.05 261.7 -11.4
|
||||
35 . 26.58 287.2 -5.0
|
||||
35 . 12.02 115.3 -0.8
|
||||
35 . 0.43 73.0 4.7
|
||||
35 . 20.07 11.9 9.8
|
||||
35 . 1.77 268.0 84.4
|
||||
35 . 9.46 233.9 -23.0
|
||||
extend right
|
||||
35 36 18.17 149.7 -7.0
|
||||
# extend auto
|
||||
36 . 12.91 91.5 -4.8
|
||||
36 . 4.34 61.6 14.9
|
||||
36 . 32.12 293.6 -3.1
|
||||
36 . 23.81 271.1 -7.9
|
||||
36 . 2.89 277.7 50.1
|
||||
36 . 1.24 331.1 -68.8
|
||||
extend right
|
||||
36 37 10.36 145.6 -20.5
|
||||
# extend auto
|
||||
37 . 3.65 107.7 14.3
|
||||
37 . 3.65 252.0 -12.5
|
||||
37 . 7.20 253.8 -9.3
|
||||
37 . 1.11 166.1 79.9
|
||||
37 . 1.17 182.0 -61.6
|
||||
extend left
|
||||
37 38 5.20 192.0 -23.3
|
||||
# extend auto
|
||||
38 . 2.80 196.5 -8.3
|
||||
38 . 5.87 64.5 15.0
|
||||
38 . 4.73 42.4 17.8
|
||||
38 . 7.74 127.3 5.4
|
||||
38 . 4.89 233.3 -11.2
|
||||
38 . 0.94 187.1 70.4
|
||||
38 . 0.67 160.0 -32.9
|
||||
extend right
|
||||
38 39 15.07 106.6 5.8
|
||||
# extend auto
|
||||
39 . 9.86 205.2 -3.3
|
||||
39 . 4.31 239.6 -7.3
|
||||
39 . 0.52 33.3 -9.2
|
||||
39 . 1.85 182.6 28.4
|
||||
39 . 0.71 206.1 -41.8
|
||||
extend right
|
||||
39 40 21.54 137.5 7.0
|
||||
# extend auto
|
||||
40 . 3.15 202.5 -24.0
|
||||
40 . 6.01 29.9 -16.1
|
||||
40 . 11.98 78.9 -10.8
|
||||
40 . 9.15 138.1 -18.8
|
||||
40 . 8.90 264.7 -14.7
|
||||
40 . 8.28 322.4 -12.5
|
||||
40 . 1.54 322.9 50.1
|
||||
40 . 2.27 277.3 -82.8
|
||||
extend right
|
||||
40 41 17.48 111.9 -17.5
|
||||
# extend auto
|
||||
41 . 0.78 24.9 16.6
|
||||
41 . 2.53 177.8 -4.9
|
||||
41 . 0.63 180.4 28.5
|
||||
41 . 0.72 139.9 82.4
|
||||
41 . 0.27 27.1 -29.0
|
||||
extend right
|
||||
41 42 12.08 111.6 1.2
|
||||
# extend auto
|
||||
42 . 1.60 206.2 -7.0
|
||||
42 . 3.54 161.5 -14.7
|
||||
42 . 4.68 123.6 -10.2
|
||||
42 . 0.61 3.6 12.8
|
||||
42 . 2.72 316.3 10.4
|
||||
42 . 0.95 188.6 52.5
|
||||
42 . 1.33 185.2 -46.4
|
||||
extend right
|
||||
42 43 11.47 141.1 -11.9
|
||||
# extend auto
|
||||
43 . 4.60 51.7 28.3
|
||||
43 . 1.41 204.6 -4.6
|
||||
43 . 3.48 355.6 26.3
|
||||
43 . 1.82 154.8 74.2
|
||||
43 . 1.88 190.0 -24.8
|
||||
extend right
|
||||
# arrêt bas
|
||||
43 44 6.58 152.3 -8.5
|
||||
# extend auto
|
||||
44 . 0.48 222.0 -5.7
|
||||
44 . 0.53 39.1 2.5
|
||||
44 . 0.31 313.2 77.2
|
||||
44 . 0.35 351.1 -83.2
|
||||
endcenterline
|
||||
|
||||
|
||||
|
||||
endsurvey
|
||||
@@ -0,0 +1,3 @@
|
||||
[Data_Export]
|
||||
id_cavite = 11
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Gap-Gotan -title "Gap-Gotan"
|
||||
MP-Gap-Gotan@Entree
|
||||
#break
|
||||
#MP-Philippe2@Philippe2
|
||||
#break
|
||||
#MP-Tush-YurruckXR4@Tush-YurruckXR4
|
||||
#break
|
||||
#MP-GeophysicayaXR6@GeophysicayaXR6
|
||||
|
||||
endmap
|
||||
|
||||
#map MC-Tush-Yurruck -title "Tush-Yurruck"
|
||||
# SC-Tush-Yurruck-1
|
||||
#endmap
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Gap-Gotan -title "Gap-Gotan"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Gap-Gotan/Gap-Gotan-tot.th
|
||||
|
||||
input Data/Promezhutochnaya/Promezhutochnaya-tot.th
|
||||
|
||||
#input Data/Philippe-01/Philippe-01-tot.th
|
||||
#equate PTR_FR24_A21_12@Cap_Coutun.Cupp-Coutun-Entree PTR_FR24_A21_00@Cup_Coutun_01.Philippe-01-tot
|
||||
# join SP-Tush-Yurruck_03@Philippe2 SP-Tush-Yurruck_02@Entree
|
||||
|
||||
#input Data/Alex2/Alex2-tot.th
|
||||
#equate PTR_FR24_B18_00@Tush-Yurruck_02.Alex2 B18@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
#equate PTR_FR24_B19_13@Tush-Yurruck_02.Alex2 B19@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
#equate PTR_FR24_A62_3@Tush-Yurruck_02.Alex2 PTR_FR24_A62_3@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
|
||||
#input Data/Alex3/Alex3-tot.th
|
||||
#equate PTR_FR24_B13_00@Tush-Yurruck_03.Alex3 B13@Tush_YurruckXR1.Tush_YurruckXR1
|
||||
|
||||
# join SP-Xav4-2@Tush-YurruckXR4 SP-Xav6-1@GeophysicayaXR6 -count 4
|
||||
|
||||
#input Data/Alex3/Alex3-tot.th
|
||||
# equate PTR_FR24_B50_43@Geophyscaya_03.Alex3 B50@Tush-YurruckXR4.Tush-YurruckXR4
|
||||
# equate PTR_FR24_B59_43@Geophyscaya_03.Alex3 B59@Tush-YurruckXR4.Tush-YurruckXR4
|
||||
|
||||
#input Data/Alex5/Alex5-tot.th
|
||||
# equate PTR_FR24_B58_11@Geophyscaya_05.Alex5 B58@Tush-YurruckXR4.Tush-YurruckXR4
|
||||
|
||||
#input Data/Alex7/Alex7-tot.th
|
||||
# equate PTR_FR24_A13_46@Geophyscaya_03.Alex3 PTR_FR24_A13_46@Tush-Yurruck_07.Alex7
|
||||
|
||||
|
||||
# Import des maps
|
||||
#input Gap-Gotan-maps.th
|
||||
|
||||
endsurvey
|
||||
@@ -0,0 +1,329 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Gap-Gotan-tot.th
|
||||
source Data/DEM-GapGotan.th
|
||||
|
||||
# Add Coordinates
|
||||
input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Gap-Gotan plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koytendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
color map-fg altitude
|
||||
color-legend smooth
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Gap-Gotan}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Gap-Gotan-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Gap-Gotan coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
#statistics explo off
|
||||
statistics topo-length off
|
||||
#statistics topo off
|
||||
#statistics carto off
|
||||
## Afficher un copyright
|
||||
statistics copyright 2
|
||||
#statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
#code tex-map
|
||||
# \cavelength={} %empty
|
||||
# \cavedepth={} %empty
|
||||
#endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Gouffre Gap-Gotan}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2024}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
#export map -fmt xvi -layout xviexport -o Data/Gap-Gotan-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Gap-Gotan-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
#select MP-Gap-Gotan@Gap-Gotan
|
||||
#select MC-Gap-Gotan@Gap-Gotan
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
# export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Gap-Gotan-coupe.pdf
|
||||
# export map -proj plan -fmt pdf -o Outputs/Gap-Gotan-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Gap-Gotan.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Gap-Gotan -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Gap-Gotan.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Gap-Gotan-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Gap-Gotan.html
|
||||
|
||||
|
||||
# Ajout automatique by script pyThtoBF.py pour export
|
||||
export database -fmt sql -o Outputs/database_export_db.sql
|
||||
@@ -0,0 +1,53 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2019 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
|
||||
layout Entrances_coords_CDa
|
||||
# Layout where we define the different variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
# We need one variable per entrance.
|
||||
|
||||
# This layout is called by the layout Coords_Header below
|
||||
|
||||
code tex-map
|
||||
\def\thjunk{ }
|
||||
\def\thlocationCDa{Geophysicalskaya -- Lat. : 37.673152 N ; Long. : 66.394767 E ; Alt. : 856 m}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
layout Coords_Header_CDa
|
||||
# Layout that set the presentation for the entrance coordinates.
|
||||
|
||||
copy Entrances_coords_CDa
|
||||
# it calls the layout above Entrances_coords where we defined the different
|
||||
# variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
|
||||
code tex-map
|
||||
\def\nostring{}
|
||||
\def\thsizexl{}
|
||||
\def\thsizel{}
|
||||
\def\thsizem{}
|
||||
\ifx\thsizexl\nostring\def\thsizexl{30}\else\fi
|
||||
\ifx\thsizel\nostring\def\thsizel{24}\else\fi
|
||||
\ifx\thsizem\nostring\def\thsizem{12}\else\fi
|
||||
|
||||
\ECoordinates={
|
||||
\edef\tmp{\thjunk} \ifx\tmp\empty \else
|
||||
{\size[\thsizem] \ss\thjunk\vss}
|
||||
\fi
|
||||
\edef\tmp{\thlocationCDa} \ifx\tmp\empty \else
|
||||
{\size[\thsizem]\hskip2cm \ss\thlocationCDa\vss} % The first one should be without hskip
|
||||
\fi
|
||||
}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
2024 05 06
|
||||
- Pas de dessin
|
||||
- A finaliser les coordonnées et l'altitude
|
||||
- Jean Paul va faire la "re-topo"
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
+17
@@ -0,0 +1,17 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Geophysicalskaya -title "Geophysicalskaya"
|
||||
SP-Geophysicalskaya_01_entree
|
||||
SP-Geophysicalskaya_01
|
||||
SP-Geophysicalskaya_02
|
||||
SP-Geophysicalskaya_03
|
||||
endmap
|
||||
|
||||
#map MC-Geophysicalskaya -title "Geophysicalskaya"
|
||||
# SC-Geophysicalskaya-1
|
||||
#endmap
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Geophysicalskaya -title "Geophysicalskaya"
|
||||
# Pour importer les différentes données de différents fichiers topos
|
||||
|
||||
input Data/Geophysicalskaya_01_entree.th
|
||||
|
||||
input Data/Geophysicalskaya_02.th
|
||||
equate PTR_FR24_A02_24@Geophysicaya_02 PTR_FR24_A02_24@Geophysicaya_01_entree
|
||||
equate PTR_FR24_A09_2@Geophysicaya_02 PTR_FR24_A09_80@Geophysicaya_01_entree
|
||||
|
||||
|
||||
input Data/Geophysicalskaya_01_entree.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Geophysicalskaya-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
input Geophysicalskaya-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Alex3 -title "Alex3"
|
||||
SP-Alex3-1
|
||||
endmap
|
||||
|
||||
#map MC-Alex3 -title "Alex3"
|
||||
# SC-Alex3-1
|
||||
#endmap
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Alex3 -title "Alex3"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Geophysicalskaya_03.th
|
||||
|
||||
# Import du dessin en plan
|
||||
input Data/Geophysicalskaya_03.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Alex3-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
input Alex3-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Alex3-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex3 plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Alex3}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Alex3-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex3 coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Alex3}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
export map -fmt xvi -layout xviexport -o Data/Alex3-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Alex3-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Alex3-plan@Alex3
|
||||
select MC-Alex3-coupe@Alex3
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
# export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Alex3-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Alex3-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Alex3.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Alex3 -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
# export map -proj plan -fmt kml -o Outputs/Alex3.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Alex3-model.kml -enable all
|
||||
# export cave-list -location on -o Outputs/Alex3.html
|
||||
@@ -0,0 +1,282 @@
|
||||
set XVIgrids {5.0 m}
|
||||
set XVIstations {
|
||||
{ -1510.00 958.98 PTR_FR24_B59_00}
|
||||
{ -1430.47 567.95 12}
|
||||
{ -1133.31 499.29 13}
|
||||
{ -744.02 536.77 14}
|
||||
{ -592.36 331.10 15}
|
||||
{ -446.85 -111.26 16}
|
||||
{ -556.61 -196.61 17}
|
||||
{ -700.39 -215.51 18}
|
||||
{ -887.80 -178.98 PTR_FR24_A19_19}
|
||||
{ -1135.35 -41.18 20}
|
||||
{ -1156.30 154.57 21}
|
||||
{ -1195.83 -201.65 22}
|
||||
{ -1398.35 -193.94 23}
|
||||
{ -1276.77 -112.68 24}
|
||||
{ -1311.10 -40.08 25}
|
||||
{ -1382.13 112.83 26}
|
||||
{ -1449.53 118.35 27}
|
||||
{ -1504.49 248.74 28}
|
||||
{ -1635.35 325.59 PTR_FR24_A11_29}
|
||||
{ -804.17 -290.94 30}
|
||||
{ -897.72 -481.81 31}
|
||||
{ -753.62 -687.48 32}
|
||||
{ -672.20 -747.17 33}
|
||||
{ -598.03 -753.62 34}
|
||||
{ -399.76 -695.04 35}
|
||||
{ -252.68 -772.36 PTR_FR24_A12_36}
|
||||
{ -212.99 -514.88 37}
|
||||
{ -239.61 -330.63 38}
|
||||
{ 2.44 -519.13 39}
|
||||
{ 145.43 -292.68 40}
|
||||
{ 324.17 -165.75 41}
|
||||
{ 730.31 -177.87 42}
|
||||
{ 919.13 -221.50 PTR_FR24_B50_43}
|
||||
{ 1227.17 -381.81 44}
|
||||
{ 1394.57 -497.72 45}
|
||||
{ 1725.91 -543.07 PTR_FR24_A13_46}
|
||||
}
|
||||
set XVIshots {
|
||||
{ -1510.00 958.98 -1353.31 957.87}
|
||||
{ -1510.00 958.98 -1325.59 1099.45}
|
||||
{ -1510.00 958.98 -1559.13 813.94}
|
||||
{ -1510.00 958.98 -1730.16 824.65}
|
||||
{ -1510.00 958.98 -1593.94 998.50}
|
||||
{ -1510.00 958.98 -1510.16 957.40}
|
||||
{ -1510.00 958.98 -1514.57 954.09}
|
||||
{ -1510.00 958.98 -1430.47 567.95}
|
||||
{ -1430.47 567.95 -1463.23 518.19}
|
||||
{ -1430.47 567.95 -1296.46 414.88}
|
||||
{ -1430.47 567.95 -1239.61 897.24}
|
||||
{ -1430.47 567.95 -1272.52 831.73}
|
||||
{ -1430.47 567.95 -1215.04 791.10}
|
||||
{ -1430.47 567.95 -1383.39 607.64}
|
||||
{ -1430.47 567.95 -1416.77 570.31}
|
||||
{ -1430.47 567.95 -1133.31 499.29}
|
||||
{ -1133.31 499.29 -1134.88 508.43}
|
||||
{ -1133.31 499.29 -994.88 666.69}
|
||||
{ -1133.31 499.29 -1063.39 361.97}
|
||||
{ -1133.31 499.29 -1162.76 456.93}
|
||||
{ -1133.31 499.29 -1251.26 451.42}
|
||||
{ -1133.31 499.29 -1108.90 501.50}
|
||||
{ -1133.31 499.29 -1132.05 492.36}
|
||||
{ -1133.31 499.29 -744.02 536.77}
|
||||
{ -744.02 536.77 -741.18 567.17}
|
||||
{ -744.02 536.77 -715.67 337.40}
|
||||
{ -744.02 536.77 -619.76 311.73}
|
||||
{ -744.02 536.77 -900.71 261.97}
|
||||
{ -744.02 536.77 -995.20 354.25}
|
||||
{ -744.02 536.77 -807.32 564.02}
|
||||
{ -744.02 536.77 -724.02 463.54}
|
||||
{ -744.02 536.77 -741.97 533.78}
|
||||
{ -744.02 536.77 -592.36 331.10}
|
||||
{ -592.36 331.10 -442.60 375.83}
|
||||
{ -592.36 331.10 -587.64 337.87}
|
||||
{ -592.36 331.10 -610.94 293.31}
|
||||
{ -592.36 331.10 -681.81 334.57}
|
||||
{ -592.36 331.10 -534.09 348.58}
|
||||
{ -592.36 331.10 -552.99 333.78}
|
||||
{ -592.36 331.10 -446.85 -111.26}
|
||||
{ -446.85 -111.26 -332.20 9.06}
|
||||
{ -446.85 -111.26 -241.97 -55.67}
|
||||
{ -446.85 -111.26 -322.28 -25.28}
|
||||
{ -446.85 -111.26 -564.02 -44.17}
|
||||
{ -446.85 -111.26 -593.15 29.37}
|
||||
{ -446.85 -111.26 -323.23 -97.72}
|
||||
{ -446.85 -111.26 -451.42 -120.39}
|
||||
{ -446.85 -111.26 -556.61 -196.61}
|
||||
{ -556.61 -196.61 -600.87 -83.23}
|
||||
{ -556.61 -196.61 -701.81 -112.52}
|
||||
{ -556.61 -196.61 -399.61 -432.20}
|
||||
{ -556.61 -196.61 -604.02 -358.50}
|
||||
{ -556.61 -196.61 -522.28 -154.88}
|
||||
{ -556.61 -196.61 -555.51 -196.46}
|
||||
{ -556.61 -196.61 -700.39 -215.51}
|
||||
{ -700.39 -215.51 -695.67 -77.87}
|
||||
{ -700.39 -215.51 -813.78 -85.59}
|
||||
{ -700.39 -215.51 -712.68 -237.24}
|
||||
{ -700.39 -215.51 -700.24 -214.88}
|
||||
{ -700.39 -215.51 -887.80 -178.98}
|
||||
{ -887.80 -178.98 -890.94 -102.28}
|
||||
{ -887.80 -178.98 -1035.51 -400.55}
|
||||
{ -887.80 -178.98 -710.47 -381.50}
|
||||
{ -887.80 -178.98 -941.34 -199.45}
|
||||
{ -887.80 -178.98 -896.77 -175.98}
|
||||
{ -887.80 -178.98 -1135.35 -41.18}
|
||||
{ -1135.35 -41.18 -1156.30 154.57}
|
||||
{ -1135.35 -41.18 -930.31 -3.23}
|
||||
{ -1135.35 -41.18 -1023.70 51.26}
|
||||
{ -1135.35 -41.18 -1097.40 83.70}
|
||||
{ -1135.35 -41.18 -1191.73 111.26}
|
||||
{ -1135.35 -41.18 -1150.16 -38.19}
|
||||
{ -1135.35 -41.18 -1138.50 -30.16}
|
||||
{ -1135.35 -41.18 -1134.72 -41.97}
|
||||
{ -887.80 -178.98 -1195.83 -201.65}
|
||||
{ -1195.83 -201.65 -1283.86 -277.72}
|
||||
{ -1195.83 -201.65 -1395.98 -209.06}
|
||||
{ -1195.83 -201.65 -1347.48 -124.80}
|
||||
{ -1195.83 -201.65 -1215.83 -94.41}
|
||||
{ -1195.83 -201.65 -1074.57 50.47}
|
||||
{ -1195.83 -201.65 -1219.45 -167.64}
|
||||
{ -1195.83 -201.65 -1198.19 -199.29}
|
||||
{ -1195.83 -201.65 -1398.35 -193.94}
|
||||
{ -1195.83 -201.65 -1276.77 -112.68}
|
||||
{ -1276.77 -112.68 -1346.22 -131.10}
|
||||
{ -1276.77 -112.68 -1399.61 -210.31}
|
||||
{ -1276.77 -112.68 -1283.54 10.63}
|
||||
{ -1276.77 -112.68 -1202.76 -37.56}
|
||||
{ -1276.77 -112.68 -1298.66 -151.57}
|
||||
{ -1276.77 -112.68 -1276.77 -110.94}
|
||||
{ -1276.77 -112.68 -1311.10 -40.08}
|
||||
{ -1311.10 -40.08 -1356.14 -77.40}
|
||||
{ -1311.10 -40.08 -1368.58 -29.53}
|
||||
{ -1311.10 -40.08 -1310.00 -1.50}
|
||||
{ -1311.10 -40.08 -1257.40 15.67}
|
||||
{ -1311.10 -40.08 -1312.99 -32.99}
|
||||
{ -1311.10 -40.08 -1312.83 -35.83}
|
||||
{ -1311.10 -40.08 -1382.13 112.83}
|
||||
{ -1382.13 112.83 -1416.93 47.32}
|
||||
{ -1382.13 112.83 -1379.92 117.72}
|
||||
{ -1382.13 112.83 -1381.02 116.61}
|
||||
{ -1382.13 112.83 -1381.50 112.99}
|
||||
{ -1382.13 112.83 -1449.53 118.35}
|
||||
{ -1449.53 118.35 -1547.17 77.24}
|
||||
{ -1449.53 118.35 -1570.94 146.38}
|
||||
{ -1449.53 118.35 -1395.04 131.10}
|
||||
{ -1449.53 118.35 -1422.60 195.20}
|
||||
{ -1449.53 118.35 -1446.06 121.18}
|
||||
{ -1449.53 118.35 -1439.29 111.26}
|
||||
{ -1449.53 118.35 -1504.49 248.74}
|
||||
{ -1504.49 248.74 -1492.68 258.35}
|
||||
{ -1504.49 248.74 -1581.50 181.97}
|
||||
{ -1504.49 248.74 -1547.64 118.03}
|
||||
{ -1504.49 248.74 -1508.43 251.89}
|
||||
{ -1504.49 248.74 -1508.43 241.34}
|
||||
{ -1504.49 248.74 -1635.35 325.59}
|
||||
{ -1635.35 325.59 -1655.67 300.87}
|
||||
{ -1635.35 325.59 -1622.76 338.35}
|
||||
{ -1635.35 325.59 -1658.50 351.10}
|
||||
{ -1635.35 325.59 -1623.86 334.72}
|
||||
{ -1635.35 325.59 -1634.72 332.05}
|
||||
{ -887.80 -178.98 -804.17 -290.94}
|
||||
{ -804.17 -290.94 -1053.62 -597.87}
|
||||
{ -804.17 -290.94 -1152.99 -320.24}
|
||||
{ -804.17 -290.94 -951.10 -96.77}
|
||||
{ -804.17 -290.94 -816.93 -280.08}
|
||||
{ -804.17 -290.94 -807.64 -299.76}
|
||||
{ -804.17 -290.94 -897.72 -481.81}
|
||||
{ -897.72 -481.81 -1048.58 -606.22}
|
||||
{ -897.72 -481.81 -913.46 -612.52}
|
||||
{ -897.72 -481.81 -669.21 -476.61}
|
||||
{ -897.72 -481.81 -710.16 -387.48}
|
||||
{ -897.72 -481.81 -901.50 -505.43}
|
||||
{ -897.72 -481.81 -896.14 -484.96}
|
||||
{ -897.72 -481.81 -753.62 -687.48}
|
||||
{ -753.62 -687.48 -652.83 -634.25}
|
||||
{ -753.62 -687.48 -843.54 -744.80}
|
||||
{ -753.62 -687.48 -901.34 -690.63}
|
||||
{ -753.62 -687.48 -781.02 -707.17}
|
||||
{ -753.62 -687.48 -754.41 -690.94}
|
||||
{ -753.62 -687.48 -672.20 -747.17}
|
||||
{ -672.20 -747.17 -641.97 -725.12}
|
||||
{ -672.20 -747.17 -705.12 -827.32}
|
||||
{ -672.20 -747.17 -670.00 -750.79}
|
||||
{ -672.20 -747.17 -672.20 -747.95}
|
||||
{ -672.20 -747.17 -598.03 -753.62}
|
||||
{ -598.03 -753.62 -624.80 -732.68}
|
||||
{ -598.03 -753.62 -555.51 -791.42}
|
||||
{ -598.03 -753.62 -596.93 -766.54}
|
||||
{ -598.03 -753.62 -597.09 -754.41}
|
||||
{ -598.03 -753.62 -399.76 -695.04}
|
||||
{ -399.76 -695.04 -345.12 -512.68}
|
||||
{ -399.76 -695.04 -445.43 -828.27}
|
||||
{ -399.76 -695.04 -385.91 -713.31}
|
||||
{ -399.76 -695.04 -400.87 -696.93}
|
||||
{ -399.76 -695.04 -252.68 -772.36}
|
||||
{ -252.68 -772.36 -349.21 -600.08}
|
||||
{ -252.68 -772.36 -130.16 -1075.20}
|
||||
{ -252.68 -772.36 -245.12 -1099.45}
|
||||
{ -252.68 -772.36 -455.35 -583.39}
|
||||
{ -252.68 -772.36 -245.91 -759.45}
|
||||
{ -252.68 -772.36 -250.94 -772.20}
|
||||
{ -252.68 -772.36 -212.99 -514.88}
|
||||
{ -212.99 -514.88 -480.71 -605.12}
|
||||
{ -212.99 -514.88 -59.61 -208.74}
|
||||
{ -212.99 -514.88 212.83 -304.49}
|
||||
{ -212.99 -514.88 -203.54 -428.90}
|
||||
{ -212.99 -514.88 -216.77 -515.67}
|
||||
{ -212.99 -514.88 -239.61 -330.63}
|
||||
{ -239.61 -330.63 -292.36 -527.32}
|
||||
{ -239.61 -330.63 -538.66 -447.80}
|
||||
{ -239.61 -330.63 -332.83 -16.14}
|
||||
{ -239.61 -330.63 -177.72 -114.41}
|
||||
{ -239.61 -330.63 -20.87 -234.57}
|
||||
{ -239.61 -330.63 -252.20 -326.54}
|
||||
{ -239.61 -330.63 -241.18 -319.13}
|
||||
{ -239.61 -330.63 -446.85 -111.26}
|
||||
{ -252.68 -772.36 2.44 -519.13}
|
||||
{ 2.44 -519.13 -105.59 -243.86}
|
||||
{ 2.44 -519.13 28.74 -245.91}
|
||||
{ 2.44 -519.13 123.23 -187.17}
|
||||
{ 2.44 -519.13 163.70 -439.76}
|
||||
{ 2.44 -519.13 244.80 -525.12}
|
||||
{ 2.44 -519.13 299.29 -753.62}
|
||||
{ 2.44 -519.13 365.75 -919.76}
|
||||
{ 2.44 -519.13 32.68 -519.92}
|
||||
{ 2.44 -519.13 11.26 -510.47}
|
||||
{ 2.44 -519.13 145.43 -292.68}
|
||||
{ 145.43 -292.68 107.01 -201.34}
|
||||
{ 145.43 -292.68 -21.81 -218.66}
|
||||
{ 145.43 -292.68 211.10 18.50}
|
||||
{ 145.43 -292.68 351.73 -253.78}
|
||||
{ 145.43 -292.68 252.99 -331.89}
|
||||
{ 145.43 -292.68 180.24 -418.03}
|
||||
{ 145.43 -292.68 146.06 -293.31}
|
||||
{ 145.43 -292.68 148.74 -279.45}
|
||||
{ 145.43 -292.68 324.17 -165.75}
|
||||
{ 324.17 -165.75 269.06 -13.62}
|
||||
{ 324.17 -165.75 171.73 -60.71}
|
||||
{ 324.17 -165.75 384.02 5.28}
|
||||
{ 324.17 -165.75 498.82 -128.11}
|
||||
{ 324.17 -165.75 350.94 -202.13}
|
||||
{ 324.17 -165.75 297.87 -282.44}
|
||||
{ 324.17 -165.75 325.28 -165.59}
|
||||
{ 324.17 -165.75 330.47 -164.80}
|
||||
{ 324.17 -165.75 730.31 -177.87}
|
||||
{ 730.31 -177.87 627.48 -89.06}
|
||||
{ 730.31 -177.87 656.93 -21.34}
|
||||
{ 730.31 -177.87 759.92 -47.32}
|
||||
{ 730.31 -177.87 813.94 -274.72}
|
||||
{ 730.31 -177.87 702.60 -318.82}
|
||||
{ 730.31 -177.87 731.42 -179.92}
|
||||
{ 730.31 -177.87 732.68 -179.76}
|
||||
{ 730.31 -177.87 919.13 -221.50}
|
||||
{ 919.13 -221.50 1006.22 -62.60}
|
||||
{ 919.13 -221.50 1017.72 -391.57}
|
||||
{ 919.13 -221.50 849.21 -375.51}
|
||||
{ 919.13 -221.50 774.41 -38.03}
|
||||
{ 919.13 -221.50 919.13 -220.39}
|
||||
{ 919.13 -221.50 921.97 -213.15}
|
||||
{ 919.13 -221.50 1227.17 -381.81}
|
||||
{ 1227.17 -381.81 1235.20 -324.17}
|
||||
{ 1227.17 -381.81 1266.38 -58.35}
|
||||
{ 1227.17 -381.81 1159.29 -507.17}
|
||||
{ 1227.17 -381.81 1206.38 -556.61}
|
||||
{ 1227.17 -381.81 1048.58 -397.72}
|
||||
{ 1227.17 -381.81 1229.37 -385.28}
|
||||
{ 1227.17 -381.81 1216.30 -378.50}
|
||||
{ 1227.17 -381.81 1394.57 -497.72}
|
||||
{ 1394.57 -497.72 1600.71 -175.51}
|
||||
{ 1394.57 -497.72 1495.04 -630.00}
|
||||
{ 1394.57 -497.72 1332.52 -699.61}
|
||||
{ 1394.57 -497.72 1395.83 -499.13}
|
||||
{ 1394.57 -497.72 1400.87 -502.28}
|
||||
{ 1394.57 -497.72 1725.91 -543.07}
|
||||
{ 1725.91 -543.07 1654.88 -232.99}
|
||||
{ 1725.91 -543.07 1685.59 -677.24}
|
||||
{ 1725.91 -543.07 1505.43 -629.06}
|
||||
{ 1725.91 -543.07 1725.75 -540.24}
|
||||
{ 1725.91 -543.07 1730.16 -545.12}
|
||||
}
|
||||
set XVIgrid {-2218.66 -1560.71 78.7402 0.0 0.0 78.7402 56 40}
|
||||
+337
@@ -0,0 +1,337 @@
|
||||
# 2024.04.15 created by TopoDroid v 5.1.40
|
||||
|
||||
# Copyright (C) 2024 Alexandre Pont
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Geophyscaya_03 -title "Geophyscaya 03"
|
||||
|
||||
centerline
|
||||
date 2024.04.15
|
||||
|
||||
team "Alexandre Pont"
|
||||
team "Lionnel Barriquand"
|
||||
team "Jo De-Waele"
|
||||
|
||||
# a suprimer depart fr24 b59
|
||||
# 000 01 0.94 152.9 24.9
|
||||
# extend auto
|
||||
PTR_FR24_B59_00 . 10.15 90.4 11.4
|
||||
PTR_FR24_B59_00 . 14.98 52.7 10.8
|
||||
PTR_FR24_B59_00 . 9.80 198.7 7.4
|
||||
PTR_FR24_B59_00 . 16.41 238.6 3.5
|
||||
PTR_FR24_B59_00 . 5.91 295.2 4.3
|
||||
PTR_FR24_B59_00 . 0.66 186.4 -81.1
|
||||
PTR_FR24_B59_00 . 5.49 223.5 85.6
|
||||
extend right
|
||||
PTR_FR24_B59_00 12 25.43 168.5 4.8
|
||||
# extend auto
|
||||
12 . 3.81 213.4 6.7
|
||||
12 . 13.09 138.8 9.3
|
||||
12 . 24.38 30.1 7.5
|
||||
12 . 19.64 30.9 6.1
|
||||
12 . 19.86 44.0 7.4
|
||||
12 . 4.30 49.8 -24.5
|
||||
12 . 3.88 80.0 76.9
|
||||
extend right
|
||||
12 13 19.42 103.0 -4.4
|
||||
# extend auto
|
||||
13 . 0.61 350.0 17.0
|
||||
13 . 14.03 39.6 10.6
|
||||
13 . 9.84 153.0 6.0
|
||||
13 . 4.65 214.8 45.2
|
||||
13 . 8.46 247.9 17.2
|
||||
13 . 2.83 85.0 -56.7
|
||||
13 . 4.46 169.7 84.2
|
||||
extend right
|
||||
13 14 24.87 84.5 2.9
|
||||
# extend auto
|
||||
14 . 1.96 5.4 9.8
|
||||
14 . 12.98 171.9 9.9
|
||||
14 . 16.42 151.1 6.1
|
||||
14 . 20.16 209.7 4.7
|
||||
14 . 19.72 234.0 1.2
|
||||
14 . 4.38 293.3 -1.5
|
||||
14 . 4.99 164.8 -15.0
|
||||
14 . 2.27 147.2 84.1
|
||||
extend right
|
||||
14 15 16.23 143.6 1.3
|
||||
# extend auto
|
||||
15 . 10.02 73.4 8.2
|
||||
15 . 0.53 34.7 7.9
|
||||
15 . 2.72 206.2 10.1
|
||||
15 . 5.83 272.2 13.0
|
||||
15 . 4.06 73.3 -18.1
|
||||
15 . 4.67 86.1 57.5
|
||||
extend right
|
||||
|
||||
15 16 29.59 161.8 1.8 # 16 pt topo russe 16 aussi
|
||||
# extend auto
|
||||
16 . 10.56 43.6 0.2
|
||||
16 . 13.49 74.8 -1.2
|
||||
16 . 9.62 55.4 -2.1
|
||||
16 . 8.58 299.8 1.8
|
||||
16 . 12.89 313.9 -0.2
|
||||
16 . 8.23 83.7 -16.4
|
||||
16 . 3.60 206.7 79.7
|
||||
extend left
|
||||
16 17 9.09 232.4 14.0
|
||||
# extend auto
|
||||
17 . 7.81 338.7 -8.4
|
||||
17 . 10.71 300.1 -5.7
|
||||
17 . 17.98 146.3 0.7
|
||||
17 . 10.71 196.3 -0.8
|
||||
17 . 4.42 39.4 -38.9
|
||||
17 . 0.88 80.0 85.3
|
||||
extend left
|
||||
17 18 9.37 262.8 -10.3
|
||||
# extend auto
|
||||
18 . 8.78 2.0 -5.2
|
||||
18 . 11.63 318.9 -19.8
|
||||
18 . 2.67 209.3 -53.5
|
||||
18 . 0.66 25.0 86.5
|
||||
extend left
|
||||
|
||||
18 PTR_FR24_A19_19 12.72 281.3 -17.2 # 19 ptr fr24 a19
|
||||
# extend auto
|
||||
PTR_FR24_A19_19 . 4.90 357.6 5.4
|
||||
PTR_FR24_A19_19 . 17.01 213.7 -6.2
|
||||
PTR_FR24_A19_19 . 17.43 138.8 11.4
|
||||
PTR_FR24_A19_19 . 4.80 249.1 -40.7
|
||||
PTR_FR24_A19_19 . 3.94 289.0 81.1
|
||||
extend left
|
||||
|
||||
PTR_FR24_A19_19 20 18.91 299.1 -17.9 # 20 pt russe 168
|
||||
extend vertical
|
||||
20 21 12.95 353.9 -15.1
|
||||
# extend auto
|
||||
20 . 13.26 79.5 3.0
|
||||
20 . 9.57 50.4 -15.8
|
||||
20 . 8.86 16.9 -20.6
|
||||
20 . 10.71 339.7 -15.5
|
||||
20 . 0.96 281.6 3.1
|
||||
20 . 3.04 344.3 -76.2
|
||||
20 . 1.56 138.0 87.8
|
||||
extend left
|
||||
|
||||
PTR_FR24_A19_19 22 19.93 265.8 -10.2 # 22 pt russe 141
|
||||
# extend auto
|
||||
22 . 7.46 229.2 -8.1
|
||||
22 . 13.70 267.9 -21.8
|
||||
22 . 11.80 296.9 -23.8
|
||||
22 . 7.05 349.4 -10.6
|
||||
22 . 18.00 25.7 -9.3
|
||||
22 . 4.18 325.2 -51.0
|
||||
22 . 1.43 314.0 81.4
|
||||
extend left
|
||||
22 23 14.21 272.2 -25.1
|
||||
22 24 8.15 317.7 -20.3
|
||||
# extend auto
|
||||
24 . 4.68 255.1 -13.2
|
||||
24 . 10.40 231.5 -16.8
|
||||
24 . 8.39 356.9 20.8
|
||||
24 . 8.13 44.6 34.5
|
||||
24 . 3.48 209.2 -35.4
|
||||
24 . 1.24 0.7 84.9
|
||||
extend left
|
||||
24 25 5.11 334.7 3.4
|
||||
# extend auto
|
||||
25 . 3.85 230.2 -15.2
|
||||
25 . 3.91 280.3 -18.7
|
||||
25 . 2.53 1.8 14.6
|
||||
25 . 6.03 44.0 35.3
|
||||
25 . 1.05 345.9 -63.8
|
||||
25 . 1.73 339.0 80.4
|
||||
extend left
|
||||
25 26 11.14 335.1 -16.1
|
||||
# extend auto
|
||||
26 . 5.12 208.0 23.0
|
||||
26 . 0.34 24.9 -6.7
|
||||
26 . 2.67 15.6 -84.6
|
||||
26 . 2.35 76.3 89.0
|
||||
extend left
|
||||
26 27 4.89 274.6 -28.5
|
||||
# extend auto
|
||||
27 . 6.72 247.2 -2.0
|
||||
27 . 7.93 283.0 -4.1
|
||||
27 . 3.57 76.8 3.9
|
||||
27 . 5.18 19.3 -1.3
|
||||
27 . 1.78 51.1 -80.6
|
||||
27 . 3.92 124.4 78.3
|
||||
extend left
|
||||
27 28 9.30 337.2 -15.0
|
||||
# extend auto
|
||||
28 . 0.96 50.6 1.4
|
||||
28 . 6.48 229.1 -0.8
|
||||
28 . 9.30 198.3 19.9
|
||||
28 . 1.62 309.0 -78.5
|
||||
28 . 3.64 208.5 81.6
|
||||
extend left
|
||||
|
||||
28 PTR_FR24_A11_29 10.33 300.4 -21.0 # 29 pt fr24 a11
|
||||
# extend auto
|
||||
PTR_FR24_A11_29 . 2.03 219.2 2.2
|
||||
PTR_FR24_A11_29 . 1.14 44.8 -0.8
|
||||
PTR_FR24_A11_29 . 2.19 317.8 2.5
|
||||
PTR_FR24_A11_29 . 1.12 51.8 -33.3
|
||||
PTR_FR24_A11_29 . 1.98 5.8 77.8
|
||||
extend right
|
||||
PTR_FR24_A19_19 30 8.96 143.2 9.1
|
||||
# extend auto
|
||||
30 . 25.42 219.1 -9.0
|
||||
30 . 22.71 265.2 -11.9
|
||||
30 . 15.57 322.9 -6.8
|
||||
30 . 2.12 310.8 -59.8
|
||||
30 . 2.53 201.7 76.3
|
||||
extend left
|
||||
30 31 13.75 206.4 -11.1
|
||||
# extend auto
|
||||
31 . 12.54 230.5 -8.1
|
||||
31 . 8.39 186.9 -4.7
|
||||
31 . 15.14 88.7 16.5
|
||||
31 . 14.00 63.3 17.8
|
||||
31 . 2.87 189.0 -57.9
|
||||
31 . 1.69 152.4 82.4
|
||||
extend right
|
||||
31 32 16.08 144.9 8.3
|
||||
# extend auto
|
||||
32 . 7.46 62.1 14.0
|
||||
32 . 6.95 237.5 -13.1
|
||||
32 . 9.73 268.8 -15.3
|
||||
32 . 2.69 234.4 -37.1
|
||||
32 . 1.37 192.7 80.7
|
||||
extend right
|
||||
32 33 6.79 126.1 19.9
|
||||
# extend auto
|
||||
33 . 2.40 54.0 7.7
|
||||
33 . 5.52 202.3 -4.1
|
||||
33 . 1.06 148.7 -75.3
|
||||
33 . 0.58 180.2 84.5
|
||||
extend right
|
||||
33 34 5.08 94.8 21.7
|
||||
# extend auto
|
||||
34 . 2.16 308.0 1.8
|
||||
34 . 3.66 131.7 9.3
|
||||
34 . 1.01 175.0 -35.0
|
||||
34 . 0.64 131.8 83.4
|
||||
extend right
|
||||
34 35 13.55 73.2 14.8
|
||||
# extend auto
|
||||
35 . 12.10 16.7 1.9
|
||||
35 . 8.95 198.9 3.1
|
||||
35 . 2.03 142.9 -44.3
|
||||
35 . 1.03 212.2 82.3
|
||||
extend right
|
||||
|
||||
35 PTR_FR24_A12_36 10.60 117.5 6.4 # 36 ptr a12
|
||||
# extend auto
|
||||
PTR_FR24_A12_36 . 12.60 330.7 -5.5
|
||||
PTR_FR24_A12_36 . 20.87 158.0 6.3
|
||||
PTR_FR24_A12_36 . 20.78 178.7 0.5
|
||||
PTR_FR24_A12_36 . 17.70 313.0 -6.1
|
||||
PTR_FR24_A12_36 . 1.50 27.3 -52.3
|
||||
PTR_FR24_A12_36 . 1.84 83.7 86.8
|
||||
extend vertical
|
||||
PTR_FR24_A12_36 37 16.63 8.5 -5.0
|
||||
# extend auto
|
||||
37 . 17.97 251.4 3.4
|
||||
37 . 22.18 26.6 -11.3
|
||||
37 . 31.43 63.7 -16.3
|
||||
37 . 7.31 6.3 -41.3
|
||||
37 . 1.91 258.1 82.8
|
||||
extend vertical
|
||||
37 38 12.54 351.7 -18.8
|
||||
# extend auto
|
||||
38 . 13.69 195.0 19.2
|
||||
38 . 20.58 248.6 7.6
|
||||
38 . 20.84 343.5 -1.6
|
||||
38 . 14.28 16.0 -0.7
|
||||
38 . 15.19 66.3 -3.1
|
||||
38 . 1.96 288.2 -64.6
|
||||
38 . 5.12 352.3 81.7
|
||||
extend left
|
||||
38 16 19.18 316.8 0.1
|
||||
extend right
|
||||
PTR_FR24_A12_36 39 23.23 45.2 -10.8
|
||||
# extend auto
|
||||
39 . 19.19 338.6 -11.9
|
||||
39 . 18.04 5.5 -15.0
|
||||
39 . 23.00 20.0 -12.7
|
||||
39 . 11.77 63.8 -14.0
|
||||
39 . 15.61 91.4 -9.4
|
||||
39 . 24.05 128.3 -2.7
|
||||
39 . 34.35 137.8 1.1
|
||||
39 . 2.97 91.4 -49.7
|
||||
39 . 4.82 45.4 80.6
|
||||
extend right
|
||||
39 40 18.01 32.3 -19.2
|
||||
# extend auto
|
||||
40 . 6.41 337.2 10.6
|
||||
40 . 11.99 293.9 14.3
|
||||
40 . 20.23 11.9 -3.1
|
||||
40 . 13.33 79.3 -0.4
|
||||
40 . 7.30 110.0 5.7
|
||||
40 . 8.60 164.5 16.3
|
||||
40 . 0.46 129.7 -83.5
|
||||
40 . 4.74 13.4 79.4
|
||||
extend right
|
||||
40 41 13.92 54.6 -1.8
|
||||
# extend auto
|
||||
41 . 10.31 340.1 -4.4
|
||||
41 . 11.76 304.6 -2.1
|
||||
41 . 11.54 19.3 -3.8
|
||||
41 . 11.40 77.8 -5.3
|
||||
41 . 2.87 143.6 -1.8
|
||||
41 . 7.61 192.7 4.4
|
||||
41 . 0.29 79.7 -74.6
|
||||
41 . 2.55 81.1 80.8
|
||||
extend right
|
||||
41 42 25.85 91.7 -3.5
|
||||
# extend auto
|
||||
42 . 8.65 310.8 4.3
|
||||
42 . 11.01 334.9 4.4
|
||||
42 . 8.57 12.8 7.4
|
||||
42 . 8.13 139.2 1.7
|
||||
42 . 9.13 191.1 2.0
|
||||
42 . 0.43 149.9 -70.1
|
||||
42 . 3.09 127.7 86.3
|
||||
extend right
|
||||
|
||||
42 PTR_FR24_B50_43 12.34 103.0 3.8 # fr b50
|
||||
# extend auto
|
||||
PTR_FR24_B50_43 . 11.52 28.7 3.1
|
||||
PTR_FR24_B50_43 . 12.49 149.9 1.7
|
||||
PTR_FR24_B50_43 . 10.75 204.4 -1.9
|
||||
PTR_FR24_B50_43 . 14.84 321.7 0.6
|
||||
PTR_FR24_B50_43 . 0.44 355.2 -80.3
|
||||
PTR_FR24_B50_43 . 3.04 18.2 79.4
|
||||
extend right
|
||||
PTR_FR24_B50_43 44 22.20 117.5 6.6
|
||||
# extend auto
|
||||
44 . 3.70 7.9 1.1
|
||||
44 . 20.70 6.9 1.9
|
||||
44 . 9.07 208.5 -3.7
|
||||
44 . 11.19 186.8 -2.7
|
||||
44 . 11.39 264.9 -0.7
|
||||
44 . 0.74 149.1 -69.5
|
||||
44 . 3.54 287.0 78.2
|
||||
extend right
|
||||
44 45 12.93 124.7 -0.0
|
||||
# extend auto
|
||||
45 . 24.30 32.6 1.6
|
||||
45 . 10.55 142.8 -1.5
|
||||
45 . 13.43 197.1 -2.8
|
||||
45 . 0.39 138.9 -72.7
|
||||
45 . 2.11 126.3 76.6
|
||||
extend right
|
||||
|
||||
45 PTR_FR24_A13_46 21.26 97.8 3.1 # pt russe 22 ptr a13 fin topo
|
||||
# extend auto
|
||||
PTR_FR24_A13_46 . 20.20 347.1 0.5
|
||||
PTR_FR24_A13_46 . 8.91 196.7 3.6
|
||||
PTR_FR24_A13_46 . 15.03 248.7 -0.8
|
||||
PTR_FR24_A13_46 . 0.81 356.8 -76.5
|
||||
PTR_FR24_A13_46 . 2.20 115.2 82.0
|
||||
endcenterline
|
||||
|
||||
endsurvey
|
||||
+458
@@ -0,0 +1,458 @@
|
||||
encoding utf-8
|
||||
##XTHERION## xth_me_area_adjust -128.0 -128.0 4458.711 3198.8678
|
||||
##XTHERION## xth_me_area_zoom_to 50
|
||||
##XTHERION## xth_me_image_insert {708.6599999999999 1 1.0} {2519.69 PTR_FR24_B59_00} Alex3-map.xvi 0 {}
|
||||
|
||||
|
||||
|
||||
scrap SP-Alex3-1 -station-names "" "@Geophyscaya_03" -author 2024 "Alexandre Pont" -copyright 2024 "licence CCby-nc-sa : http://creativecommons.org/licenses/by-nc-sa/4.0/" -scale [0 0 1600 0 0.0 0.0 40.64 0.0 m]
|
||||
|
||||
point 606.0 2328.0 crystal
|
||||
|
||||
point 3944.5699999999997 1017.64 station -name PTR_FR24_A13_46
|
||||
|
||||
point 3613.2299999999996 1062.99 station -name 45
|
||||
|
||||
point 3445.83 1178.9 station -name 44
|
||||
|
||||
point 3137.79 1339.21 station -name PTR_FR24_B50_43
|
||||
|
||||
point 2948.97 1382.8400000000001 station -name 42
|
||||
|
||||
point 2542.83 1394.96 station -name 41
|
||||
|
||||
point 2364.0899999999997 1268.03 station -name 40
|
||||
|
||||
point 1979.0499999999997 1230.08 station -name 38
|
||||
|
||||
point 2221.1 1041.58 station -name 39
|
||||
|
||||
point 2005.6699999999998 1045.83 station -name 37
|
||||
|
||||
point 1965.9799999999998 788.35 station -name PTR_FR24_A12_36
|
||||
|
||||
point 1818.8999999999999 865.6700000000001 station -name 35
|
||||
|
||||
point 1620.6299999999999 807.09 station -name 34
|
||||
|
||||
point 1546.4599999999998 813.5400000000001 station -name 33
|
||||
|
||||
point 1465.04 873.23 station -name 32
|
||||
|
||||
point 583.31 1886.3 station -name PTR_FR24_A11_29
|
||||
|
||||
point 714.1699999999998 1809.45 station -name 28
|
||||
|
||||
point 769.1299999999999 1679.06 station -name 27
|
||||
|
||||
point 836.5299999999997 1673.54 station -name 26
|
||||
|
||||
point 907.56 1520.63 station -name 25
|
||||
|
||||
point 941.8899999999999 1448.03 station -name 24
|
||||
|
||||
point 820.31 1366.77 station -name 23
|
||||
|
||||
point 1022.8299999999999 1359.06 station -name 22
|
||||
|
||||
point 1320.9399999999998 1078.9 station -name 31
|
||||
|
||||
point 1414.4899999999998 1269.77 station -name 30
|
||||
|
||||
point 1062.36 1715.28 station -name 21
|
||||
|
||||
point 1083.31 1519.53 station -name 20
|
||||
|
||||
point 1330.86 1381.73 station -name PTR_FR24_A19_19
|
||||
|
||||
point 1518.27 1345.2 station -name 18
|
||||
|
||||
point 1662.0499999999997 1364.1 station -name 17
|
||||
|
||||
point 1771.81 1449.45 station -name 16
|
||||
|
||||
point 1626.2999999999997 1891.81 station -name 15
|
||||
|
||||
point 1474.6399999999999 2097.48 station -name 14
|
||||
|
||||
point 1085.35 2060.0 station -name 13
|
||||
|
||||
point 788.1899999999998 2128.66 station -name 12
|
||||
|
||||
point 708.6599999999999 2519.69 station -name PTR_FR24_B59_00
|
||||
|
||||
point 2330.0 1256.0 gypsum
|
||||
|
||||
point 2440.0 1334.0 gypsum
|
||||
|
||||
point 1136.0 2200.0 gypsum
|
||||
|
||||
point 1320.0 2140.0 gypsum
|
||||
|
||||
point 910.0 1406.0 gypsum
|
||||
|
||||
point 690.0 1726.0 gypsum
|
||||
|
||||
point 632.0 1800.0 gypsum
|
||||
|
||||
point 736.0 1776.0 gypsum
|
||||
|
||||
line rock-border -close on
|
||||
854.0 2272.0
|
||||
878.0 2206.0
|
||||
918.0 2234.0
|
||||
900.0 2264.0
|
||||
854.0 2272.0
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
1136.0 2164.0
|
||||
1084.0 2160.0
|
||||
1100.0 2124.0
|
||||
1132.0 2124.0
|
||||
1136.0 2164.0
|
||||
endline
|
||||
|
||||
point 764.0 1646.0 gypsum
|
||||
|
||||
point 896.0 1596.0 gypsum
|
||||
|
||||
line pit
|
||||
1036.0 1486.0
|
||||
1036.0 1486.0 1107.0 1486.0 1178.0 1486.0
|
||||
1358.53 1486.0 1402.0 1494.0 1448.0 1524.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line arrow
|
||||
1632.0 1318.0
|
||||
1550.0 1316.0
|
||||
endline
|
||||
|
||||
line border -reverse on
|
||||
1578.0 1532.0
|
||||
1600.0 1324.0
|
||||
1600.0 1324.0 1608.0 1290.0 1598.0 1162.0
|
||||
endline
|
||||
|
||||
line wall -reverse on
|
||||
3300.0 1800.0
|
||||
3300.0 1800.0 3295.66 1506.0 3496.0 1506.0
|
||||
3540.74 1506.0 3640.0 1536.0 3668.0 1676.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall -reverse on
|
||||
886.0 2680.0
|
||||
910.0 2598.0 914.0 2574.0 952.0 2510.0
|
||||
990.0 2446.0 978.0 2482.0 996.0 2370.0
|
||||
1013.27 2262.56 1128.0 2274.0 1186.0 2240.0
|
||||
1244.0 2206.0 1388.0 2148.0 1444.0 2140.0
|
||||
1500.0 2132.0 1520.0 2126.0 1586.0 2070.0
|
||||
1652.0 2014.0 1748.0 2012.0 1764.0 1946.0
|
||||
1780.0 1880.0 1832.0 1734.0 1852.0 1672.0
|
||||
1872.0 1610.0 1862.0 1574.0 1894.0 1544.0
|
||||
1926.0 1514.0 1986.0 1450.0 2058.0 1440.0
|
||||
2130.0 1430.0 2150.0 1390.0 2260.0 1438.0
|
||||
altitude .
|
||||
2370.0 1486.0 2392.0 1570.0 2426.0 1578.0
|
||||
2460.0 1586.0 2500.0 1594.0 2594.0 1578.0
|
||||
2688.0 1562.0 2724.07 1547.07 2792.0 1550.0
|
||||
3024.0 1560.0 3038.0 1554.0 3036.0 1804.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall
|
||||
1172.0 932.0
|
||||
1172.0 932.0 1238.0 938.0 1270.0 932.0
|
||||
1302.0 926.0 1306.0 924.0 1310.0 894.0
|
||||
1314.0 864.0 1292.0 854.0 1338.0 828.0
|
||||
1384.0 802.0 1424.0 764.0 1472.0 738.0
|
||||
1520.0 712.0 1546.0 732.0 1620.0 724.0
|
||||
1694.0 716.0 1742.0 742.0 1776.0 720.0
|
||||
1810.0 698.0 1818.0 706.0 1844.0 644.0
|
||||
1870.0 582.0 1860.7 529.3 1900.0 490.0
|
||||
1932.0 458.0 1926.0 446.0 2032.0 462.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
area clay
|
||||
l60-1966-1834
|
||||
endarea
|
||||
|
||||
line rock-border -close on
|
||||
1688.0 1646.0
|
||||
1660.0 1648.0
|
||||
1686.0 1606.0
|
||||
1720.0 1600.0
|
||||
1688.0 1646.0
|
||||
endline
|
||||
|
||||
area clay
|
||||
l60-1966-1834
|
||||
endarea
|
||||
|
||||
line label -id l60-1966-1834 -close on
|
||||
1410.0 2268.0
|
||||
1174.0 2314.0
|
||||
926.0 2190.0
|
||||
766.0 2008.0
|
||||
766.0 2008.0 870.0 1948.0 884.0 1942.0
|
||||
898.0 1936.0 1458.0 1722.0 1458.0 1722.0
|
||||
smooth off
|
||||
1590.0 1614.0
|
||||
1958.0 1510.0
|
||||
1958.0 1510.0 2000.0 1580.0 2002.0 1624.0
|
||||
2004.0 1668.0 1976.0 1822.0 1968.0 1834.0
|
||||
1960.0 1846.0 1716.0 2136.0 1716.0 2136.0
|
||||
smooth off
|
||||
1514.0 2222.0
|
||||
1410.0 2268.0
|
||||
endline
|
||||
|
||||
point 1224.0 1570.0 gypsum
|
||||
|
||||
point 1150.0 1610.0 gypsum
|
||||
|
||||
point 1062.0 1668.0 gypsum
|
||||
|
||||
point 1072.0 1618.0 gypsum
|
||||
|
||||
point 1276.0 962.0 gypsum
|
||||
|
||||
point 1198.0 1002.0 gypsum
|
||||
|
||||
point 1204.0 1108.0 gypsum
|
||||
|
||||
point 934.0 1344.0 gypsum
|
||||
|
||||
point 2320.0 1176.0 gypsum
|
||||
|
||||
point 2380.0 1122.0 gypsum
|
||||
|
||||
point 2428.0 1234.0 gypsum
|
||||
|
||||
point 2646.0 1326.0 gypsum
|
||||
|
||||
point 2516.0 1328.0 gypsum
|
||||
|
||||
point 1248.0 2112.0 gypsum
|
||||
|
||||
point 1090.0 2254.0 gypsum
|
||||
|
||||
point 1242.0 2162.0 gypsum
|
||||
|
||||
point 622.0 1870.0 helictite
|
||||
|
||||
point 1088.0 1578.0 helictite
|
||||
|
||||
point 2550.0 666.0 helictite
|
||||
|
||||
point 1948.0 518.0 helictite
|
||||
|
||||
point 2470.0 1284.0 helictite
|
||||
|
||||
line rock-edge -close on
|
||||
1770.0 1478.0
|
||||
1750.0 1478.0 1726.0 1456.0 1726.0 1456.0
|
||||
smooth off
|
||||
1726.0 1456.0 1730.0 1404.0 1746.0 1408.0
|
||||
1762.0 1412.0 1796.0 1426.0 1796.0 1426.0
|
||||
smooth off
|
||||
1798.0 1472.0
|
||||
1798.0 1472.0 1790.0 1478.0 1770.0 1478.0
|
||||
endline
|
||||
|
||||
point 1780.0 1056.0 blocks
|
||||
|
||||
point 1794.0 1392.0 blocks
|
||||
|
||||
point 1908.0 1166.0 blocks
|
||||
|
||||
point 2434.0 956.0 blocks
|
||||
|
||||
point 2442.0 668.0 blocks
|
||||
|
||||
point 2094.0 570.0 blocks
|
||||
|
||||
point 1912.0 682.0 blocks
|
||||
|
||||
point 1538.0 766.0 blocks
|
||||
|
||||
point 1472.0 984.0 blocks
|
||||
|
||||
point 1290.0 1212.0 blocks
|
||||
|
||||
line rock-edge -close on
|
||||
1414.0 1326.0
|
||||
1382.0 1300.0
|
||||
1428.0 1246.0
|
||||
1450.0 1284.0
|
||||
1414.0 1326.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
1230.0 1482.0
|
||||
1216.0 1448.0
|
||||
1260.0 1442.0
|
||||
1276.0 1472.0
|
||||
1230.0 1482.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
1068.0 1388.0
|
||||
1006.0 1384.0
|
||||
1006.0 1384.0 1000.0 1320.0 1022.0 1326.0
|
||||
1044.0 1332.0 1076.0 1346.0 1076.0 1346.0
|
||||
smooth off
|
||||
1068.0 1388.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
1778.0 802.0
|
||||
1782.0 752.0
|
||||
1814.0 776.0
|
||||
1778.0 802.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
2220.0 1088.0
|
||||
2190.0 1028.0
|
||||
2252.0 1018.0
|
||||
2284.0 1088.0
|
||||
2254.0 1076.0
|
||||
2220.0 1088.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
2244.0 846.0
|
||||
2220.0 776.0
|
||||
2272.0 776.0
|
||||
2278.0 820.0
|
||||
2244.0 846.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
1936.0 1072.0
|
||||
1908.0 1026.0
|
||||
1934.0 1006.0
|
||||
1956.0 1026.0
|
||||
1936.0 1072.0
|
||||
endline
|
||||
|
||||
line rock-edge -close on
|
||||
1814.0 1296.0
|
||||
1764.0 1290.0
|
||||
1802.0 1232.0
|
||||
1840.0 1252.0
|
||||
1814.0 1296.0
|
||||
endline
|
||||
|
||||
line wall -subtype presumed
|
||||
2032.0 462.0
|
||||
2150.0 514.0 2244.0 484.0 2304.0 510.0
|
||||
2403.51 553.12 2418.0 546.0 2508.0 570.0
|
||||
2598.0 594.0 2565.55 576.27 2598.0 652.0
|
||||
2604.0 666.0 2634.0 724.0 2600.0 802.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall
|
||||
2600.0 802.0
|
||||
2566.0 880.0 2548.0 884.0 2512.0 962.0
|
||||
2476.0 1040.0 2422.0 1054.0 2434.0 1108.0
|
||||
2446.0 1162.0 2472.0 1248.0 2516.0 1270.0
|
||||
2636.69 1330.35 3124.0 1204.0 3322.0 1100.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
point 2730.0 1296.0 gypsum
|
||||
|
||||
point 3360.0 1146.0 gypsum
|
||||
|
||||
point 3202.0 1212.0 gypsum
|
||||
|
||||
point 2942.0 1534.0 gypsum
|
||||
|
||||
line wall
|
||||
1508.0 1492.0
|
||||
1492.5 1493.0 1466.53 1478.88 1419.0 1478.0
|
||||
1392.0 1477.5 1294.5 1432.5 1289.5 1560.5
|
||||
1288.73 1580.14 1168.0 1627.5 1144.0 1639.5
|
||||
1120.0 1651.5 1101.83 1682.06 1092.0 1690.0
|
||||
1079.0 1700.5 1076.5 1728.5 1054.5 1718.5
|
||||
1032.5 1708.5 1026.5 1709.5 1019.0 1666.0
|
||||
1010.59 1617.24 1051.5 1533.5 1067.5 1521.5
|
||||
1083.5 1509.5 1078.82 1476.67 1060.0 1466.0
|
||||
1045.0 1457.5 1028.5 1448.5 1005.5 1466.5
|
||||
980.83 1485.81 1038.44 1507.15 1015.0 1521.0
|
||||
938.0 1566.5 968.5 1622.5 940.5 1631.5
|
||||
771.16 1685.93 858.0 1706.5 832.0 1730.5
|
||||
806.0 1754.5 762.5 1791.5 726.5 1821.5
|
||||
690.5 1851.5 668.0 1884.0 638.0 1898.0
|
||||
608.0 1912.0 569.16 1918.01 560.0 1914.0
|
||||
552.0 1910.5 548.17 1903.37 554.0 1882.0
|
||||
altitude .
|
||||
561.5 1854.5 551.5 1864.5 583.5 1814.5
|
||||
615.5 1764.5 648.5 1764.5 636.0 1672.0
|
||||
629.03 1620.45 741.5 1624.5 785.5 1612.5
|
||||
829.5 1600.5 822.5 1590.5 840.5 1550.5
|
||||
858.5 1510.5 860.0 1510.0 850.0 1470.0
|
||||
840.0 1430.0 842.0 1410.0 854.0 1402.0
|
||||
866.0 1394.0 898.0 1388.0 852.0 1384.0
|
||||
806.0 1380.0 810.5 1367.5 811.5 1366.0
|
||||
817.22 1357.42 812.0 1345.0 857.0 1328.5
|
||||
871.69 1323.11 915.74 1287.82 932.0 1282.5
|
||||
984.0 1265.5 1022.0 1298.0 1052.0 1260.0
|
||||
1082.0 1222.0 1166.0 1216.0 1174.0 1174.0
|
||||
1182.0 1132.0 1162.0 1084.0 1162.0 1036.0
|
||||
1162.0 988.0 1128.0 944.0 1172.0 932.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
1012.0 2256.0
|
||||
988.0 2220.0
|
||||
1012.0 2176.0
|
||||
1012.0 2256.0
|
||||
endline
|
||||
|
||||
line rock-border -close on
|
||||
908.0 2416.0
|
||||
844.0 2372.0
|
||||
904.0 2292.0
|
||||
964.0 2332.0
|
||||
908.0 2416.0
|
||||
endline
|
||||
|
||||
line wall
|
||||
456.0 2410.0
|
||||
456.0 2410.0 520.0 2332.0 564.0 2270.0
|
||||
608.0 2208.0 660.0 2148.0 708.0 2112.0
|
||||
756.0 2076.0 802.0 2020.0 872.0 1994.0
|
||||
942.0 1968.0 1026.0 1968.0 1112.0 1938.0
|
||||
1198.0 1908.0 1233.0 1906.0 1277.0 1852.0
|
||||
1321.0 1798.0 1416.0 1806.0 1472.0 1768.0
|
||||
1528.0 1730.0 1574.37 1686.54 1596.0 1638.0
|
||||
1616.5 1592.0 1675.5 1534.5 1637.5 1500.5
|
||||
1599.5 1466.5 1552.0 1488.0 1508.0 1492.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall -close on -reverse on -outline in
|
||||
1632.0 1192.0
|
||||
1626.0 1196.0 1570.0 1228.0 1546.0 1212.0
|
||||
1522.0 1196.0 1520.0 1204.0 1532.0 1154.0
|
||||
1544.0 1104.0 1552.0 1126.0 1552.0 1050.0
|
||||
1552.0 974.0 1563.45 968.77 1567.5 930.5
|
||||
1572.0 888.0 1560.0 838.0 1588.0 838.0
|
||||
1616.0 838.0 1704.0 834.0 1728.0 868.0
|
||||
1752.0 902.0 1766.0 912.0 1742.0 952.0
|
||||
1718.0 992.0 1708.26 1033.61 1690.5 1065.0
|
||||
1669.0 1103.0 1668.0 1138.0 1660.0 1158.0
|
||||
1652.99 1175.53 1638.0 1188.0 1632.0 1192.0
|
||||
endline
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
+134
@@ -0,0 +1,134 @@
|
||||
encoding utf-8
|
||||
##XTHERION## xth_me_area_adjust -128.0 -128.0 4458.711 3198.8678
|
||||
##XTHERION## xth_me_area_zoom_to 25
|
||||
##XTHERION## xth_me_image_insert {708.6600000000001 1 1.0} {2519.69 PTR_FR24_B59} Alex3-map.xvi 0 {}
|
||||
|
||||
|
||||
|
||||
scrap SP-Alex3-1 -station-names "" "@Geophyscaya_03" -author 2024 "Alexandre Pont" -copyright 2024 "licence CCby-nc-sa : http://creativecommons.org/licenses/by-nc-sa/4.0/" -scale [0 0 1600 0 0.0 0.0 40.64 0.0 m]
|
||||
|
||||
point 3945.51 1015.4400000000002 station -name PTR_FR24_A13_46
|
||||
|
||||
line wall -reverse on -subtype invisible
|
||||
3920.0 1342.0
|
||||
4048.0 1140.0
|
||||
3996.0 874.0
|
||||
endline
|
||||
|
||||
line wall -reverse on -subtype invisible
|
||||
3014.0 1590.0
|
||||
3290.0 1556.0
|
||||
endline
|
||||
|
||||
line wall -reverse on -subtype invisible
|
||||
473.0 2387.0
|
||||
624.0 2608.0
|
||||
886.0 2673.0
|
||||
endline
|
||||
|
||||
point 3138.7400000000002 1337.0100000000002 station -name PTR_FR24_B50_43
|
||||
|
||||
point 1966.93 786.1500000000001 station -name PTR_FR24_A12_36
|
||||
|
||||
point 708.6600000000001 2519.69 station -name PTR_FR24_B59
|
||||
|
||||
line wall -outline in
|
||||
886.0 2673.0
|
||||
886.0 2673.0 1000.0 2516.0 1032.0 2456.0
|
||||
1064.0 2396.0 1096.0 2360.0 1156.0 2300.0
|
||||
1216.0 2240.0 1296.0 2216.0 1376.0 2172.0
|
||||
1456.0 2128.0 1516.0 2136.0 1588.0 2072.0
|
||||
1660.0 2008.0 1744.0 2032.0 1780.0 1944.0
|
||||
1816.0 1856.0 1820.0 1732.0 1860.0 1660.0
|
||||
1900.0 1588.0 1944.0 1540.0 2012.0 1484.0
|
||||
2080.0 1428.0 2188.0 1436.0 2264.0 1460.0
|
||||
2340.0 1484.0 2344.0 1576.0 2424.0 1580.0
|
||||
2504.0 1584.0 2668.0 1644.0 2792.0 1616.0
|
||||
2916.0 1588.0 3014.0 1590.0 3014.0 1590.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall -reverse on -outline in
|
||||
3290.0 1556.0
|
||||
3405.0 1551.0 3334.0 1540.0 3470.0 1510.0
|
||||
3606.0 1480.0 3536.0 1496.0 3686.0 1428.0
|
||||
3836.0 1360.0 3890.0 1356.0 3920.0 1342.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall
|
||||
endline
|
||||
|
||||
line wall -close on -reverse on -outline in
|
||||
1636.0 1176.0
|
||||
1606.0 1198.0 1594.0 1246.0 1558.0 1222.0
|
||||
1522.0 1198.0 1498.0 1200.0 1516.0 1164.0
|
||||
1534.0 1128.0 1516.0 1092.0 1540.0 1050.0
|
||||
1564.0 1008.0 1524.0 960.0 1564.0 928.0
|
||||
1604.0 896.0 1592.0 878.0 1646.0 868.0
|
||||
1700.0 858.0 1754.0 872.0 1756.0 898.0
|
||||
1758.0 924.0 1742.0 924.0 1746.0 982.0
|
||||
1750.0 1040.0 1756.0 1064.0 1722.0 1092.0
|
||||
1688.0 1120.0 1686.0 1142.0 1666.0 1156.0
|
||||
1646.0 1170.0 1666.0 1154.0 1636.0 1176.0
|
||||
endline
|
||||
|
||||
line wall -subtype invisible
|
||||
473.0 2387.0
|
||||
473.0 2387.0 600.0 2252.0 716.0 2132.0
|
||||
832.0 2012.0 756.0 2000.0 940.0 1964.0
|
||||
1124.0 1928.0 1240.0 1948.0 1296.0 1864.0
|
||||
1352.0 1780.0 1436.0 1776.0 1512.0 1696.0
|
||||
1588.0 1616.0 1640.0 1688.0 1620.0 1592.0
|
||||
1600.0 1496.0 1608.0 1480.0 1544.0 1480.0
|
||||
1480.0 1480.0 1452.0 1436.0 1368.0 1496.0
|
||||
1284.0 1556.0 1268.0 1596.0 1204.0 1644.0
|
||||
1140.0 1692.0 1096.0 1756.0 1064.0 1756.0
|
||||
1032.0 1756.0 964.0 1756.0 984.0 1712.0
|
||||
1004.0 1668.0 1024.0 1604.0 1032.0 1568.0
|
||||
1040.0 1532.0 1088.0 1476.0 1048.0 1476.0
|
||||
1008.0 1476.0 996.0 1488.0 968.0 1536.0
|
||||
940.0 1584.0 888.0 1644.0 864.0 1688.0
|
||||
840.0 1732.0 776.0 1824.0 736.0 1852.0
|
||||
696.0 1880.0 640.0 1912.0 596.0 1916.0
|
||||
552.0 1920.0 480.0 1924.0 520.0 1872.0
|
||||
560.0 1820.0 544.0 1804.0 608.0 1720.0
|
||||
672.0 1636.0 660.0 1644.0 752.0 1588.0
|
||||
844.0 1532.0 868.0 1544.0 860.0 1488.0
|
||||
852.0 1432.0 840.0 1440.0 816.0 1400.0
|
||||
792.0 1360.0 736.0 1344.0 816.0 1300.0
|
||||
896.0 1256.0 1004.0 1228.0 1076.0 1192.0
|
||||
1148.0 1156.0 1168.0 1132.0 1168.0 1056.0
|
||||
1168.0 980.0 1144.0 964.0 1208.0 900.0
|
||||
1272.0 836.0 1304.0 808.0 1376.0 776.0
|
||||
1448.0 744.0 1520.0 756.0 1600.0 708.0
|
||||
1680.0 660.0 1736.0 640.0 1820.0 564.0
|
||||
1904.0 488.0 1856.0 456.0 1988.0 464.0
|
||||
2120.0 472.0 2036.0 532.0 2264.0 528.0
|
||||
2492.0 524.0 2560.0 472.0 2584.0 564.0
|
||||
2608.0 656.0 2600.0 668.0 2548.0 756.0
|
||||
2496.0 844.0 2498.0 896.0 2498.0 896.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
line wall
|
||||
2498.0 896.0
|
||||
2476.0 966.0 2464.0 976.0 2454.0 1080.0
|
||||
2444.0 1184.0 2476.0 1246.0 2520.0 1258.0
|
||||
2564.0 1270.0 2550.0 1326.0 2580.0 1342.0
|
||||
2610.0 1358.0 2706.0 1370.0 2742.0 1344.0
|
||||
2778.0 1318.0 2814.0 1262.0 2874.0 1252.0
|
||||
2934.0 1242.0 2966.0 1222.0 3026.0 1200.0
|
||||
3086.0 1178.0 3164.0 1142.0 3224.0 1112.0
|
||||
3284.0 1082.0 3266.0 1076.0 3346.0 1036.0
|
||||
3426.0 996.0 3464.0 964.0 3498.0 920.0
|
||||
3532.0 876.0 3510.0 836.0 3574.0 838.0
|
||||
3638.0 840.0 3620.0 918.0 3692.0 924.0
|
||||
3764.0 930.0 3758.0 908.0 3842.0 894.0
|
||||
3926.0 880.0 3990.0 872.0 3996.0 874.0
|
||||
smooth off
|
||||
endline
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Place des fichiers exportés par Therion
|
||||
@@ -0,0 +1,14 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
map MP-Alex5 -title "Alex5"
|
||||
SP-Alex5-1
|
||||
endmap
|
||||
|
||||
#map MC-Alex5 -title "Alex5"
|
||||
# SC-Alex5-1
|
||||
#endmap
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2023 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
survey Alex5 -title "Alex5"
|
||||
# Pour importer les différentes données de différents fichiers topos :
|
||||
input Data/Geophysicalskaya_05.th
|
||||
|
||||
# Import du dessin en plan
|
||||
input Data/Geophysicalskaya_05.th2
|
||||
|
||||
# Import du dessin en coupe
|
||||
#input Data/Alex5-coupe.th2
|
||||
|
||||
# Import des maps
|
||||
input Alex5-maps.th
|
||||
|
||||
endsurvey
|
||||
|
||||
@@ -0,0 +1,321 @@
|
||||
encoding utf-8
|
||||
|
||||
# Copyright (C) 2024 Xavier Robert <xavier.robert***@***ird.fr>
|
||||
# This work is under the Creative Commons Attribution-ShareAlike-NonCommecial License:
|
||||
# <http://creativecommons.org/licenses/by-nc-sa/4.0/>
|
||||
|
||||
# INTRO
|
||||
|
||||
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
|
||||
# sera donc pas lue lors de la compilation.
|
||||
|
||||
# Dans ce fichier on met les specifications generales, à savoir
|
||||
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
|
||||
# donner aux topos imprimees (layout) et ce que l'on
|
||||
# veut comme resultat : map, ou atlas ou 3D ou donnees en format SQL
|
||||
|
||||
# Alors, on peut fractioner ce fichier en trois parts:
|
||||
# - source, pour specifier les fichiers ou sont les données topo/dessin
|
||||
# - layout, pour specifier la composition du document à imprimer
|
||||
# - export: map, atlas, etc
|
||||
|
||||
|
||||
# 1-SOURCES
|
||||
# La ligne source specifie le fichier ou sont les donnees topo
|
||||
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
|
||||
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
|
||||
# les donnees du dessin, comme ça, ce fichier thconfig appellera
|
||||
# "jb.th" et a leur tour, "jb.th" appellera
|
||||
# "jb-dessin.th2")
|
||||
source Alex5-tot.th
|
||||
|
||||
# Add Coordinates
|
||||
#input legendes/entrances_coordinates.th
|
||||
|
||||
# Add config file
|
||||
input ../../../../../../config.thc
|
||||
|
||||
# 2-LAYOUT
|
||||
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
|
||||
# ou imprimer des explications des symboles
|
||||
|
||||
# Debut de la definition du Layout "xviexport"
|
||||
layout xviexport
|
||||
#cs UTM32
|
||||
# echelle à laquelle on veut dessiner la topo
|
||||
scale 1 250
|
||||
#scale 1 1000
|
||||
# taille de la grille
|
||||
grid-size 5 5 5 m
|
||||
# mettre la grille en arrière plan
|
||||
grid bottom
|
||||
endlayout
|
||||
# fin de la définition du layout "xviexport"
|
||||
|
||||
#debut de la definition du layout "my_layout"
|
||||
layout my_layout
|
||||
# Rajout des coordonnées de l'entrée
|
||||
copy Coords_Header_CDa
|
||||
# Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
copy headerl
|
||||
copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
cs EPSG:2154
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
surface bottom
|
||||
surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex5 plan - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 0 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg off
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 15 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
map-comment "Koyendag, Turménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics topo-length off
|
||||
# Afficher un copyright
|
||||
statistics copyright 2
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
code tex-map
|
||||
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
% It will be empty if there are multiple maps selected for any one projection
|
||||
% AND there are multiple source surveys identified in the thconfig file
|
||||
% ie Therion can not infer a unique title from the input data given.
|
||||
% This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
\edef\temp{\the\cavename} % cavename from Therion
|
||||
\edef\nostring{} % empty string
|
||||
\ifx\temp\nostring % test if cavename is empty
|
||||
% if empty reassign cavename to describe selected maps as a group
|
||||
\cavename={Alex5}
|
||||
\else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
\fi
|
||||
\newtoks\club \club={Koytendag 2023}
|
||||
%\newtoks\synth \synth={Xavier Robert}
|
||||
endcode
|
||||
|
||||
## add extended-elev on the same pdf
|
||||
#map-image 90 110 nw Outputs/Alex5-coupe.pdf
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
#debut de la definition du layout "layout-coupe"
|
||||
layout layout-coupe
|
||||
## Rajout des coordonnées de l'entrée
|
||||
#copy Coords_Header_CDa
|
||||
## Call the config settings (Layout config inside the config.thc file)
|
||||
copy drawingconfig
|
||||
#copy header_coupe
|
||||
#copy langue-fr
|
||||
|
||||
# Définition du système de projection du plan
|
||||
#cs UTM32
|
||||
|
||||
# La ligne base-scale specifie l'échelle auquel nous avons dessiné nos croquis.
|
||||
# Par defaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
|
||||
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
|
||||
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
|
||||
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
|
||||
# des caractères et des traits.
|
||||
base-scale 1 1000
|
||||
|
||||
# Maitenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
|
||||
# La combination entre scale et base-scale controlle l'épaisseur des lignes, rotation, etc, convenable
|
||||
# pour faire l'ampliation-réduction entre dessin et le resultat de l'imprimante
|
||||
# C'est tres important s'assurer que la configuration de l'imprimante ne specifie pas l'option "Fit in page"
|
||||
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
|
||||
scale 1 1000
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 100 m
|
||||
|
||||
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
|
||||
#grid bottom
|
||||
grid off
|
||||
# Une ligne pour specifier que la grille est 1000x1000x1000 m
|
||||
# (Trois dimensions, oui, ça sert pour la coupe aussi)
|
||||
#grid-size 250 250 250 m
|
||||
|
||||
# la topo est transparente (on peut voir les galeries sousjacentes)
|
||||
# C'est on par défaut, donc, pas vraiment besoin de specifier
|
||||
transparency on
|
||||
# Couleur de la topographie
|
||||
color map-fg [100 100 80]
|
||||
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
|
||||
opacity 75
|
||||
|
||||
#surface bottom
|
||||
#surface-opacity 100
|
||||
|
||||
# Auteur
|
||||
doc-author "Xavier Robert"
|
||||
# Titule
|
||||
doc-title "Alex5 coupe développée - 1:1000"
|
||||
|
||||
# Maitenant on spécifie la position de la manchette, dont l'interieur est ocuppé par le titule, auteurs, etc.
|
||||
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
|
||||
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
|
||||
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
|
||||
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
|
||||
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
|
||||
# ou une autre combination...
|
||||
map-header 0 120 nw
|
||||
# arrière plan de la manchette
|
||||
map-header-bg on
|
||||
# Légende pour expliciter les symboles. "on" imprimera seulement la legende des symboles dessinés
|
||||
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
|
||||
# "legend off" = pas de legende
|
||||
legend off
|
||||
# Par défaut, la légende est de 14 cm de largeur
|
||||
legend-width 10 cm
|
||||
# Un commentaire à ajounter au titule, on pourrait indiquer ici la mairie où est placée la cavité
|
||||
# dont le nom est probablement le titule de la topo.
|
||||
#map-comment "Koytendag, Turkménistan"
|
||||
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
|
||||
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topogrpahes.
|
||||
statistics explo-length off
|
||||
statistics explo off
|
||||
statistics topo-length off
|
||||
statistics topo off
|
||||
statistics carto off
|
||||
## Afficher un copyright
|
||||
#statistics copyright 2
|
||||
statistics copyright off
|
||||
|
||||
# To suppress the displaY of cave length/depth in map header
|
||||
code tex-map
|
||||
\cavelength={} %empty
|
||||
\cavedepth={} %empty
|
||||
endcode
|
||||
|
||||
# Dessin ou pas du cheminement topo
|
||||
#symbol-hide point station
|
||||
#debug scrap-names
|
||||
debug station-names
|
||||
#symbol-hide line survey
|
||||
|
||||
layers on
|
||||
|
||||
# Modification du Titre de la topo
|
||||
#code tex-map
|
||||
# % Output map title as determined by Therion is stored in cavename, défini par la une Map.
|
||||
# % It will be empty if there are multiple maps selected for any one projection
|
||||
# % AND there are multiple source surveys identified in the thconfig file
|
||||
# % ie Therion can not infer a unique title from the input data given.
|
||||
# % This code allows you to define an output map title {cavename} if it happens to be empty
|
||||
# \edef\temp{\the\cavename} % cavename from Therion
|
||||
# \edef\nostring{} % empty string
|
||||
# \ifx\temp\nostring % test if cavename is empty
|
||||
# % if empty reassign cavename to describe selected maps as a group
|
||||
# \cavename={Gouffre Alex5}
|
||||
# \else % if not empty keep the value set by therion, or assign an override cavename here
|
||||
# \fi
|
||||
# \newtoks\club \club={Koytendag 2023}
|
||||
# %\newtoks\synth \synth={Xavier Robert}
|
||||
#endcode
|
||||
|
||||
endlayout
|
||||
# Fin de la definition du Layout "normal"
|
||||
|
||||
layout layout-kml
|
||||
# Définition du système de projection du plan
|
||||
cs EPSG:2154
|
||||
# Couleur de la topographie
|
||||
# Rouge-Orange = 255,69,0 -->
|
||||
# Orange = 255,165,0 -->
|
||||
# Orange Sombre = 255,140,0 -->
|
||||
# Bleu --> 0, 0 255
|
||||
color map-fg [0 0 100]
|
||||
endlayout
|
||||
|
||||
# 3-EXPORT
|
||||
|
||||
# Export des xvi pour le dessin si besoin
|
||||
export map -fmt xvi -layout xviexport -o Data/Alex5-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/Alex5-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
select MP-Alex5-plan@Alex5
|
||||
select MC-Alex5-coupe@Alex5
|
||||
|
||||
# Export des fichiers pdf, plan et coupe.
|
||||
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
|
||||
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/Alex5-coupe.pdf
|
||||
export map -proj plan -fmt pdf -o Outputs/Alex5-plan.pdf -layout my_layout
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/Alex5.lox
|
||||
|
||||
# Export des fichiers ESRI
|
||||
# export map -proj plan -fmt esri -o Outputs/Alex5 -layout my_layout
|
||||
|
||||
# Export des fichiers kml
|
||||
export map -proj plan -fmt kml -o Outputs/Alex5.kml -layout layout-kml
|
||||
export model -fmt kml -o Outputs/Alex5-model.kml -enable all
|
||||
export cave-list -location on -o Outputs/Alex5.html
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user