Migrated from GitHub
Browse files- .gitattributes +5 -0
- data/1_Y2O3.ipynb +497 -0
- data/2_DSMO.ipynb +0 -0
- data/3_LiCoO2.ipynb +0 -0
- data/LICENSE +201 -0
- data/README.md +104 -0
- data/YOUR_MATERIAL.ipynb +274 -0
- data/data/DSMO/DSMO_init.gpx +3 -0
- data/data/DSMO/INST_XRY.PRM +10 -0
- data/data/DSMO/dsmo-raw.cif +501 -0
- data/data/DSMO/dsmo.cif +44 -0
- data/data/DSMO/dsmo.csv +5501 -0
- data/data/DSMO/dsmo.gpx +3 -0
- data/data/LiCoO2/COD/1533825.cif +96 -0
- data/data/LiCoO2/COD/1550397.cif +113 -0
- data/data/LiCoO2/COD/4505482.cif +384 -0
- data/data/LiCoO2/LiCoO2_init.gpx +3 -0
- data/data/LiCoO2/Powder-data-Bruker/LiCoO2.RAW +0 -0
- data/data/LiCoO2/Powder-data-Bruker/LiCoO2.UXD +520 -0
- data/data/LiCoO2/Powder-data-Bruker/LiCoO2.dat +502 -0
- data/data/README.md +20 -0
- data/data/Y2O3/INST_XRY.PRM +10 -0
- data/data/Y2O3/Y2O3.cif +131 -0
- data/data/Y2O3/Y2O3.csv +0 -0
- data/data/Y2O3/Y2O3.gpx +3 -0
- data/data/Y2O3/Y2O3_init.gpx +3 -0
- data/docker/Dockerfile +20 -0
- data/run.sh +4 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data/data/DSMO/DSMO_init.gpx filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data/data/DSMO/dsmo.gpx filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
data/data/LiCoO2/LiCoO2_init.gpx filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
data/data/Y2O3/Y2O3.gpx filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
data/data/Y2O3/Y2O3_init.gpx filter=lfs diff=lfs merge=lfs -text
|
data/1_Y2O3.ipynb
ADDED
|
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"metadata": {},
|
| 6 |
+
"source": [
|
| 7 |
+
"# BBO-Rietveld Y2O3\n",
|
| 8 |
+
"\n",
|
| 9 |
+
"In this notebook, you can see how to automate Rietveld refinement with black-box optimization. \n",
|
| 10 |
+
"Run the following cells to run the optimization.\n",
|
| 11 |
+
"\n",
|
| 12 |
+
"## Documentations\n",
|
| 13 |
+
"- [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/)\n",
|
| 14 |
+
"- [GSASIIscriptable: Scripting Interface](https://gsas-ii.readthedocs.io/en/latest/GSASIIscriptable.html)\n",
|
| 15 |
+
"- [Optuna](https://optuna.readthedocs.io/en/stable/)\n"
|
| 16 |
+
]
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"cell_type": "code",
|
| 20 |
+
"execution_count": null,
|
| 21 |
+
"metadata": {},
|
| 22 |
+
"outputs": [],
|
| 23 |
+
"source": [
|
| 24 |
+
"# import packages\n",
|
| 25 |
+
"%matplotlib inline\n",
|
| 26 |
+
"\n",
|
| 27 |
+
"import os\n",
|
| 28 |
+
"import sys\n",
|
| 29 |
+
"from multiprocessing import Process, Queue\n",
|
| 30 |
+
"import pandas as pd\n",
|
| 31 |
+
"import optuna\n",
|
| 32 |
+
"import matplotlib.pyplot as plt\n",
|
| 33 |
+
"from matplotlib.gridspec import GridSpec\n",
|
| 34 |
+
"from dataclasses import dataclass\n",
|
| 35 |
+
"sys.path.append('/root/g2full/GSASII/')"
|
| 36 |
+
]
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"cell_type": "code",
|
| 40 |
+
"execution_count": 3,
|
| 41 |
+
"metadata": {},
|
| 42 |
+
"outputs": [],
|
| 43 |
+
"source": [
|
| 44 |
+
"# Configurations\n",
|
| 45 |
+
"RANDOM_SEED = 1024\n",
|
| 46 |
+
"STUDY_NAME = 'Y2O3'\n",
|
| 47 |
+
"DATA_DIR = 'data/' + STUDY_NAME\n",
|
| 48 |
+
"# all output files include GSAS project file (*.gpx) will be saved in WORK_DIR\n",
|
| 49 |
+
"WORK_DIR = 'work/' + STUDY_NAME"
|
| 50 |
+
]
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"cell_type": "code",
|
| 54 |
+
"execution_count": 4,
|
| 55 |
+
"metadata": {},
|
| 56 |
+
"outputs": [],
|
| 57 |
+
"source": [
|
| 58 |
+
"# make directories\n",
|
| 59 |
+
"! rm -f $WORK_DIR/$STUDY_NAME*\n",
|
| 60 |
+
"! mkdir -p $WORK_DIR"
|
| 61 |
+
]
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"cell_type": "code",
|
| 65 |
+
"execution_count": 5,
|
| 66 |
+
"metadata": {},
|
| 67 |
+
"outputs": [],
|
| 68 |
+
"source": [
|
| 69 |
+
"@dataclass\n",
|
| 70 |
+
"class ProjectConfig:\n",
|
| 71 |
+
" work_dir: str\n",
|
| 72 |
+
" random_seed: int\n",
|
| 73 |
+
" data_dir: str\n",
|
| 74 |
+
" cif_file: str\n",
|
| 75 |
+
" csv_file: str\n",
|
| 76 |
+
" prm_file: str"
|
| 77 |
+
]
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"cell_type": "code",
|
| 81 |
+
"execution_count": 6,
|
| 82 |
+
"metadata": {},
|
| 83 |
+
"outputs": [],
|
| 84 |
+
"source": [
|
| 85 |
+
"class Project:\n",
|
| 86 |
+
" def __init__(self, config: ProjectConfig, trial_number: int):\n",
|
| 87 |
+
" import GSASIIscriptable as G2sc\n",
|
| 88 |
+
" self.gpx = G2sc.G2Project(newgpx=os.path.join(\n",
|
| 89 |
+
" config.work_dir, f'project_seed{config.random_seed}_trial_{trial_number}.gpx'))\n",
|
| 90 |
+
"\n",
|
| 91 |
+
" self.hist1 = self.gpx.add_powder_histogram(\n",
|
| 92 |
+
" os.path.join(config.data_dir, config.csv_file), os.path.join(config.data_dir, config.prm_file))\n",
|
| 93 |
+
" \n",
|
| 94 |
+
" self.phase0 = self.gpx.add_phase(os.path.join(config.data_dir, config.cif_file),\n",
|
| 95 |
+
" phasename=config.cif_file.split(\".cif\")[0],\n",
|
| 96 |
+
" histograms=[self.hist1])\n",
|
| 97 |
+
" \n",
|
| 98 |
+
" self.hist1.data['Instrument Parameters'][0]['I(L2)/I(L1)'] = [0.5, 0.5, 0]\n",
|
| 99 |
+
"\n",
|
| 100 |
+
" # Set to use iso\n",
|
| 101 |
+
" for val in self.phase0.data['Atoms']:\n",
|
| 102 |
+
" val[9] = 'I'\n",
|
| 103 |
+
"\n",
|
| 104 |
+
" def refine_and_calc_Rwp(self, param_dict):\n",
|
| 105 |
+
" self.gpx.do_refinements([param_dict])\n",
|
| 106 |
+
" for hist in self.gpx.histograms():\n",
|
| 107 |
+
" _, Rwp = hist.name, hist.get_wR()\n",
|
| 108 |
+
" return Rwp"
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"cell_type": "code",
|
| 113 |
+
"execution_count": 7,
|
| 114 |
+
"metadata": {},
|
| 115 |
+
"outputs": [],
|
| 116 |
+
"source": [
|
| 117 |
+
"# Example usage:\n",
|
| 118 |
+
"config = ProjectConfig(\n",
|
| 119 |
+
" work_dir=WORK_DIR,\n",
|
| 120 |
+
" random_seed=RANDOM_SEED,\n",
|
| 121 |
+
" data_dir=DATA_DIR,\n",
|
| 122 |
+
" cif_file='Y2O3.cif',\n",
|
| 123 |
+
" csv_file='Y2O3.csv',\n",
|
| 124 |
+
" prm_file='INST_XRY.PRM'\n",
|
| 125 |
+
")"
|
| 126 |
+
]
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"cell_type": "markdown",
|
| 130 |
+
"metadata": {},
|
| 131 |
+
"source": [
|
| 132 |
+
"In the objective function, first, configurations for the following parameters are sampled.\n",
|
| 133 |
+
"Then, the crystal structure is refined by GSAS-II.\n",
|
| 134 |
+
"Finally, the calculated Rwp is returned.\n",
|
| 135 |
+
"\n",
|
| 136 |
+
"| Parameter | Parameter type | Search space |\n",
|
| 137 |
+
"|-------------------------------------------|------------------|-------------------------------------------------------------------------------------------------------------------|\n",
|
| 138 |
+
"| initial 2theta bound refinement | categorical | {True, False} |\n",
|
| 139 |
+
"| initial 2theta lower bound (deg.) | real | [15, 130] |\n",
|
| 140 |
+
"| initial 2theta upper bound (deg.) | real/conditional | [l + 20, 150] (l is the initial 2theta lower bound) |\n",
|
| 141 |
+
"| background function | categorical | {Chebyshev, cosine, Q^2 power series, Q^-2 power series, linear interpolate, inverse interpolate, log interpolate} |\n",
|
| 142 |
+
"| degree of background function | initegral | [1, 15] |\n",
|
| 143 |
+
"| instrument zero position refinement | categorical | {True, False} |\n",
|
| 144 |
+
"| sample shift X refinement | categorical | {True, False} |\n",
|
| 145 |
+
"| sample shift Y refinement | categorical | {True, False} |\n",
|
| 146 |
+
"| scale factor refinement | categorical | {True, False} |\n",
|
| 147 |
+
"| peak shape refinement (Gaussian: U, V, W) | categorical | {True, False} |\n",
|
| 148 |
+
"| peak shape refinement (Lorentzian: X, Y) | categorical | {True, False} |\n",
|
| 149 |
+
"| peak shape refinement (SH/L) | categorical | {True, False} |"
|
| 150 |
+
]
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"cell_type": "code",
|
| 154 |
+
"execution_count": 9,
|
| 155 |
+
"metadata": {},
|
| 156 |
+
"outputs": [],
|
| 157 |
+
"source": [
|
| 158 |
+
"def objective(trial, config):\n",
|
| 159 |
+
" \"\"\"\n",
|
| 160 |
+
" objective function for Optuna.\n",
|
| 161 |
+
" \n",
|
| 162 |
+
" You can apply black-box optimization for other data analysis \n",
|
| 163 |
+
" by modifying this function for that task.\n",
|
| 164 |
+
" \n",
|
| 165 |
+
" Parameters\n",
|
| 166 |
+
" ----------\n",
|
| 167 |
+
" trial : optuna.trial object\n",
|
| 168 |
+
"\n",
|
| 169 |
+
" Returns\n",
|
| 170 |
+
" -------\n",
|
| 171 |
+
" Rwp : float\n",
|
| 172 |
+
" \n",
|
| 173 |
+
" \"\"\"\n",
|
| 174 |
+
" \n",
|
| 175 |
+
" ### define search space ###\n",
|
| 176 |
+
" # Limits (acute angle)\n",
|
| 177 |
+
" limits_lb = trial.suggest_float('Limits lower bound', 15, 130)\n",
|
| 178 |
+
" limits_ub = trial.suggest_float('Limits upper bound', limits_lb + 20, 150)\n",
|
| 179 |
+
" limits_refine = trial.suggest_categorical('limits refine', [True, False])\n",
|
| 180 |
+
" refdict0 = {'set': {'Limits': [limits_lb, limits_ub]}, 'refine': limits_refine}\n",
|
| 181 |
+
"\n",
|
| 182 |
+
" # Background\n",
|
| 183 |
+
" background_type = trial.suggest_categorical(\n",
|
| 184 |
+
" 'Background type', ['chebyschev',\n",
|
| 185 |
+
" 'cosine',\n",
|
| 186 |
+
" 'Q^2 power series',\n",
|
| 187 |
+
" 'Q^-2 power series',\n",
|
| 188 |
+
" 'lin interpolate',\n",
|
| 189 |
+
" 'inv interpolate',\n",
|
| 190 |
+
" 'log interpolate'])\n",
|
| 191 |
+
" no_coeffs = trial.suggest_int('Number of coefficients', 1, 15) # [1, 15]\n",
|
| 192 |
+
" background_refine = trial.suggest_categorical('Background refine', [True, False])\n",
|
| 193 |
+
" refdict0bg_h = {\n",
|
| 194 |
+
" 'set': {\n",
|
| 195 |
+
" 'Background': {\n",
|
| 196 |
+
" 'type': background_type,\n",
|
| 197 |
+
" 'no. coeffs': no_coeffs,\n",
|
| 198 |
+
" 'refine': background_refine\n",
|
| 199 |
+
" }\n",
|
| 200 |
+
" }\n",
|
| 201 |
+
" }\n",
|
| 202 |
+
"\n",
|
| 203 |
+
" # Instrument parameters\n",
|
| 204 |
+
" instrument_parameters1_refine = []\n",
|
| 205 |
+
" for p in ['Zero']:\n",
|
| 206 |
+
" if trial.suggest_categorical('Instrument_parameters refine %s' % (p), [True, False]):\n",
|
| 207 |
+
" instrument_parameters1_refine.append(p)\n",
|
| 208 |
+
" refdict1_h = {'set': {'Cell': True, 'Instrument Parameters': instrument_parameters1_refine}}\n",
|
| 209 |
+
"\n",
|
| 210 |
+
" sample_parameters1_refine =[]\n",
|
| 211 |
+
" for p in ['DisplaceX', 'DisplaceY', 'Scale']:\n",
|
| 212 |
+
" if trial.suggest_categorical('Sample_parameters refine %s' % (p), [True, False]):\n",
|
| 213 |
+
" sample_parameters1_refine.append(p)\n",
|
| 214 |
+
" refdict1_h2 = {\"set\": {'Sample Parameters':sample_parameters1_refine }}\n",
|
| 215 |
+
"\n",
|
| 216 |
+
" instrument_parameters2_refine = []\n",
|
| 217 |
+
" for p in ['U', 'V', 'W', 'X', 'Y', 'SH/L']:\n",
|
| 218 |
+
" if trial.suggest_categorical('Peakshape_parameters refine %s' % (p), [True, False]):\n",
|
| 219 |
+
" instrument_parameters2_refine.append(p)\n",
|
| 220 |
+
" refdict2_h = {'set': {'Instrument Parameters': instrument_parameters2_refine}}\n",
|
| 221 |
+
"\n",
|
| 222 |
+
" refdict3_h = {'set': {'Atoms': {'all': 'XU'}}}\n",
|
| 223 |
+
"\n",
|
| 224 |
+
" # Limits (wide angle)\n",
|
| 225 |
+
" refdict_fin_h = {'set': {'Limits': [15, 150]}, 'refine': True}\n",
|
| 226 |
+
"\n",
|
| 227 |
+
" # Evaluate\n",
|
| 228 |
+
" refine_params_list = [refdict0,\n",
|
| 229 |
+
" refdict0bg_h,\n",
|
| 230 |
+
" refdict1_h,\n",
|
| 231 |
+
" refdict1_h2,\n",
|
| 232 |
+
" refdict2_h,\n",
|
| 233 |
+
" refdict3_h,\n",
|
| 234 |
+
" refdict_fin_h]\n",
|
| 235 |
+
" \n",
|
| 236 |
+
" def evaluate(config, trial_number, refine_params_list):\n",
|
| 237 |
+
" ERROR_PENALTY = 1e9 \n",
|
| 238 |
+
" try:\n",
|
| 239 |
+
" print(config)\n",
|
| 240 |
+
" print(trial_number)\n",
|
| 241 |
+
" print(refine_params_list)\n",
|
| 242 |
+
" # todo: ここを実装(trial_number)を渡す\n",
|
| 243 |
+
" project = Project(config, trial_number)\n",
|
| 244 |
+
" for params in refine_params_list:\n",
|
| 245 |
+
" Rwp = project.refine_and_calc_Rwp(params) \n",
|
| 246 |
+
" # validate Uiso >= 0\n",
|
| 247 |
+
" phase_Y2O3 = project.gpx.phases()[0]\n",
|
| 248 |
+
" u_iso_list = [atom.uiso for atom in phase_Y2O3.atoms()]\n",
|
| 249 |
+
" if min(u_iso_list) < 0:\n",
|
| 250 |
+
" # Uiso < 0\n",
|
| 251 |
+
" Rwp = ERROR_PENALTY\n",
|
| 252 |
+
" return Rwp\n",
|
| 253 |
+
" \n",
|
| 254 |
+
" except Exception as e:\n",
|
| 255 |
+
" # Refinement failed\n",
|
| 256 |
+
" print(e, file=sys.stderr)\n",
|
| 257 |
+
" return ERROR_PENALTY\n",
|
| 258 |
+
" \n",
|
| 259 |
+
" Rwp = evaluate(config, trial.number, refine_params_list)\n",
|
| 260 |
+
" \n",
|
| 261 |
+
" return Rwp"
|
| 262 |
+
]
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"cell_type": "code",
|
| 266 |
+
"execution_count": 11,
|
| 267 |
+
"metadata": {},
|
| 268 |
+
"outputs": [
|
| 269 |
+
{
|
| 270 |
+
"name": "stderr",
|
| 271 |
+
"output_type": "stream",
|
| 272 |
+
"text": [
|
| 273 |
+
"[I 2024-04-03 12:39:27,443] Using an existing study with name 'Y2O3_seed1024' instead of creating a new one.\n"
|
| 274 |
+
]
|
| 275 |
+
}
|
| 276 |
+
],
|
| 277 |
+
"source": [
|
| 278 |
+
"# Create Optuna study\n",
|
| 279 |
+
"\n",
|
| 280 |
+
"study = optuna.create_study(study_name=STUDY_NAME + '_seed%s' % (RANDOM_SEED),\n",
|
| 281 |
+
" storage=f\"sqlite:///{config.work_dir}/history_sqlite.db\", \n",
|
| 282 |
+
" load_if_exists=True,\n",
|
| 283 |
+
" sampler=optuna.samplers.TPESampler(n_startup_trials=20, seed=RANDOM_SEED))"
|
| 284 |
+
]
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"cell_type": "markdown",
|
| 288 |
+
"metadata": {},
|
| 289 |
+
"source": [
|
| 290 |
+
"Run 200 refinements to find the best configuration. It may take abount an hour to complete."
|
| 291 |
+
]
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"cell_type": "code",
|
| 295 |
+
"execution_count": null,
|
| 296 |
+
"metadata": {
|
| 297 |
+
"scrolled": true
|
| 298 |
+
},
|
| 299 |
+
"outputs": [],
|
| 300 |
+
"source": [
|
| 301 |
+
"# Optimize\n",
|
| 302 |
+
"study.optimize(func=lambda trial: objective(trial, config), n_trials=100)"
|
| 303 |
+
]
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"cell_type": "code",
|
| 307 |
+
"execution_count": null,
|
| 308 |
+
"metadata": {},
|
| 309 |
+
"outputs": [],
|
| 310 |
+
"source": [
|
| 311 |
+
"# Results\n",
|
| 312 |
+
"df = study.trials_dataframe()\n",
|
| 313 |
+
"df.columns = [''.join(col).replace('params', '').strip() for col in df.columns.values]\n",
|
| 314 |
+
"df.rename(columns={'value':'Rwp', 'number':'trial'}, inplace=True)\n",
|
| 315 |
+
"df.sort_values('Rwp')"
|
| 316 |
+
]
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"cell_type": "code",
|
| 320 |
+
"execution_count": 30,
|
| 321 |
+
"metadata": {},
|
| 322 |
+
"outputs": [
|
| 323 |
+
{
|
| 324 |
+
"data": {
|
| 325 |
+
"text/plain": [
|
| 326 |
+
"{'Limits lower bound': 91.81741956486644,\n",
|
| 327 |
+
" 'Limits upper bound': 124.16688310979242,\n",
|
| 328 |
+
" 'limits refine': False,\n",
|
| 329 |
+
" 'Background type': 'log interpolate',\n",
|
| 330 |
+
" 'Number of coefficients': 14,\n",
|
| 331 |
+
" 'Background refine': True,\n",
|
| 332 |
+
" 'Instrument_parameters refine Zero': True,\n",
|
| 333 |
+
" 'Sample_parameters refine DisplaceX': True,\n",
|
| 334 |
+
" 'Sample_parameters refine DisplaceY': True,\n",
|
| 335 |
+
" 'Sample_parameters refine Scale': False,\n",
|
| 336 |
+
" 'Peakshape_parameters refine U': False,\n",
|
| 337 |
+
" 'Peakshape_parameters refine V': False,\n",
|
| 338 |
+
" 'Peakshape_parameters refine W': True,\n",
|
| 339 |
+
" 'Peakshape_parameters refine X': True,\n",
|
| 340 |
+
" 'Peakshape_parameters refine Y': True,\n",
|
| 341 |
+
" 'Peakshape_parameters refine SH/L': False}"
|
| 342 |
+
]
|
| 343 |
+
},
|
| 344 |
+
"execution_count": 30,
|
| 345 |
+
"metadata": {},
|
| 346 |
+
"output_type": "execute_result"
|
| 347 |
+
}
|
| 348 |
+
],
|
| 349 |
+
"source": [
|
| 350 |
+
"# Best configuration\n",
|
| 351 |
+
"study.best_params"
|
| 352 |
+
]
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"cell_type": "code",
|
| 356 |
+
"execution_count": 31,
|
| 357 |
+
"metadata": {},
|
| 358 |
+
"outputs": [
|
| 359 |
+
{
|
| 360 |
+
"data": {
|
| 361 |
+
"text/plain": [
|
| 362 |
+
"7.946615605079828"
|
| 363 |
+
]
|
| 364 |
+
},
|
| 365 |
+
"execution_count": 31,
|
| 366 |
+
"metadata": {},
|
| 367 |
+
"output_type": "execute_result"
|
| 368 |
+
}
|
| 369 |
+
],
|
| 370 |
+
"source": [
|
| 371 |
+
"# Best Rwp\n",
|
| 372 |
+
"study.best_value"
|
| 373 |
+
]
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"cell_type": "code",
|
| 377 |
+
"execution_count": 32,
|
| 378 |
+
"metadata": {},
|
| 379 |
+
"outputs": [
|
| 380 |
+
{
|
| 381 |
+
"data": {
|
| 382 |
+
"image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAG2CAYAAACDLKdOAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8g+/7EAAAACXBIWXMAAA9hAAAPYQGoP6dpAAAt1ElEQVR4nO3deXxU9b3/8fdkkkxCQnZNiJAQEWULiwKKYAVFES1IFxWLNMjvoVVRpCgqvUUULrJUuSClWr1VWqu4XIWL3oJaFCgu7CFR2Q2CQKAISUgCIZn5/v7QjMaENbN+83o+HvOQOXPmO5/hg+TN93zPOQ5jjBEAAIAlIoJdAAAAgC8RbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVUIq3KxYsUKDBg1SZmamHA6HFi5cWG+fTZs2afDgwUpMTFRcXJx69OihXbt2Bb5YAAAQkkIq3FRUVKhLly6aO3dug6/v2LFDffr0Ubt27bRs2TIVFBRowoQJiomJCXClAAAgVDlC9caZDodDCxYs0JAhQ7zbhg4dqqioKL300kvBKwwAAIS0yGAXcLo8Ho/+7//+Tw899JAGDBigDRs2KCcnR+PHj68TgH6sqqpKVVVVdcY5dOiQUlNT5XA4AlA5AABoLGOMjhw5oszMTEVEnOLAkwlRksyCBQu8z/ft22ckmWbNmpmZM2eaDRs2mKlTpxqHw2GWLVt2wnEmTpxoJPHgwYMHDx48LHjs3r37lBkibA5L7d27V+edd55uvfVWvfLKK979Bg8erLi4OM2fP7/BcX48c1NaWqqsrCzt3LlTCQkJPq3Z7Xbr888/V8eOHeV0On06NnyDHoU+ehTa6E/os7VHZWVlat26tUpKSpSYmHjSfcPmsFRaWpoiIyPVoUOHOtvbt2+vlStXnvB9LpdLLper3vbk5GS/hJv4+HglJydb9QfKJvQo9NGj0EZ/Qp+tPar9LqezpCSkzpY6mejoaPXo0UNbtmyps33r1q3Kzs4OUlUAACDUhNTMTXl5ubZv3+59XlRUpPz8fKWkpCgrK0vjxo3TLbfcop/85Cfq16+flixZorffflvLli0LXtEAACCkhFS4Wbt2rfr16+d9PnbsWElSXl6e5s2bp5/97Gd69tlnNXXqVI0ePVoXXXSR3nzzTfXp0ydYJQMAgBATUuGmb9++OtX65pEjR2rkyJEBqggAAISbsFlzAwAAcDoINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWCblws2LFCg0aNEiZmZlyOBxauHDhCfe966675HA4NGvWrIDVBwAAQlvIhZuKigp16dJFc+fOPel+CxYs0KeffqrMzMwAVQYAAMJBZLAL+LGBAwdq4MCBJ91nz549uu+++/Tuu+/qhhtuCFBlAAAgHIRcuDkVj8ej4cOHa9y4cerYseMp96+qqlJVVZX3eVlZmSTJ7XbL7Xb7tLba8Xw9LnyHHoU+ehTa6E/os7VHZ/J9wi7cTJ8+XZGRkRo9evRp7T916lQ9/vjj9bYXFBQoPj7e1+VJkgoLC/0yLnyHHoU+ehTa6E/os61H5eXlp71vWIWbdevWafbs2Vq/fr0cDsdpvWf8+PEaO3as93lZWZlatWqlzp07KyEhwaf1ud1uFRYWKjc3V06n06djwzfoUeijR6GN/oQ+W3tUe+TldIRVuPnXv/6lAwcOKCsry7vN7XbrgQce0KxZs7Rz585673G5XHK5XPW2O51OvzXdn2PDN+hR6KNHoY3+hD7benQm3yWsws3w4cPVv3//OtsGDBig4cOH6/bbbw9SVQAAIJSEXLgpLy/X9u3bvc+LioqUn5+vlJQUZWVlKTU1tc7+UVFRysjI0EUXXRToUgEAQAgKuXCzdu1a9evXz/u8dr1MXl6e5s2bF6SqAABAuAi5cNO3b18ZY057/4bW2QAAgKYr5K5QDAAA0BiEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrhFy4WbFihQYNGqTMzEw5HA4tXLjQ+1p1dbUefvhh5ebmKi4uTpmZmfr1r3+tvXv3Bq9gAAAQUkIu3FRUVKhLly6aO3duvdcqKyu1fv16TZgwQevXr9dbb72lLVu2aPDgwUGoFAAAhKLIYBfwYwMHDtTAgQMbfC0xMVHvv/9+nW1//OMf1bNnT+3atUtZWVmBKBEAAISwkAs3Z6q0tFQOh0NJSUkNvl5VVaWqqirv87KyMkmS2+2W2+32aS214/l6XPgOPQp99Ci00Z/QZ2uPzuT7hHW4OXbsmB5++GHdeuutSkhIaHCfqVOn6vHHH6+3vaCgQPHx8X6pq7Cw0C/jwnfoUeijR6GN/oQ+23pUXl5+2vs6jDHGj7U0isPh0IIFCzRkyJB6r1VXV+sXv/iFvv76ay1btuyE4aahmZtWrVrp0KFDJ3zP2XK73SosLFRubq6cTqdPx4Zv0KPQR49CG/0Jfbb2qKysTCkpKSotLT3lz++wnLmprq7WzTffrK+++koffPDBSb+ky+WSy+Wqt93pdPqt6f4cG75Bj0IfPQpt9Cf02dajM/kuYRduaoPNtm3b9OGHHyo1NTXYJQEAgBAScuGmvLxc27dv9z4vKipSfn6+UlJS1KJFC/3yl7/U+vXr9c4778jtdqu4uFiSlJKSoujo6GCVDQAAQkTIhZu1a9eqX79+3udjx46VJOXl5emxxx7TokWLJEldu3at874PP/xQffv2DVSZAAAgRIVcuOnbt69OtsY5hNc/AwCAEBByVygGAABoDMINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKtEBrsAW+w+VKnfvVWgsiNHlLBhjeRwBLukM9a1VZIeuPaiYJcBAECjEG585Gi1W//a/s23T/Z/E9xiztK/th3ULy9pqezUuGCXAgDAWSPc+Eh6QoyeuqmzvvrqK2VnZysiIrxmbp56b6u+PnxUXx6sINwAAMIa4cZHEmOjNKRrpvJ1QF27ZsrpdAa7pDOy5LNifX34qHYerJA4MgUACGMsKIYkqXXat7M1Ow9WBLkSAAAah3ADSVLOd4eiir6pDHIlAAA0TqMPS61fv15PPvmkSkpKlJubq7vuuks5OTm+qA0BxMwNAMAWjZ65ueWWW/TTn/5UU6ZM0YUXXqif//zneu+993xRGwIo57tw8/XhSh2v8QS5GgAAzl6jZ26Sk5P1q1/9SpLUrVs3DRkyRFdddZWuvfbaRheHwDm3uUvNop2qPO7W7sOVanNOfLBLAgDgrDR65qZNmzZ66qmnZIyRJCUlJTV2SASBw+HwngLOoSkAQDhrdLipqqrSM888o6ysLF133XXq1KmT+vfvrz179viiPgRQTlozSVIR4QYAEMYafVjqrbfekiRVVFSosLBQBQUFKigo0K233qq9e/dq+/btjS4SgdG6dubmG8INACB8NTrcXHHFFbrzzjt1880367LLLtNll13mi7oQBN+fMcXp4ACA8NXow1Kvvfaadu/erT59+mjs2LHaunWrL+pCENSeMcVhKQBAOGt0uMnMzNT48eO1ZMkSdejQwXu2FMJP7WGpvaVHdazaHeRqAAA4O40+LJWQkKB27drpggsuUHx8vK6//nolJCT4ojYEWFp8tOJdkSqvqtHuQ5Vqm9482CUBAHDGGh1uXn75Zb3wwgtyOBwaPny4rrjiCl/UhSBwOBxqndZMn+0pU9HBCsINACAsNfqw1KBBg7RgwQJNmTJFixcv1tVXX61nnnnGF7UhCGqvdfMV95gCAISpRs/cXHfddaqoqFBFRYXcbrc8Ho/mzJmju+++2xf1IcC+v4Emi4oBAOGp0eFm7ty5SkxMVGJioqKionxRE4KIG2gCAMLdGR2W+uqrr/Tee++puLjYu61NmzZKS0tTVFSU9u7d6/MCEVi1Vykm3AAAwtVph5v58+frggsu0HXXXafzzz9fL730kiRp165dmjZtmnr27KmsrCy/FYrA+P508GOcDg4ACEunHW4mT56s++67T4WFhbrmmmt09913a8KECWrTpo3mzZunHj166I033vBnrQiAlLhoNY/59mgli4oBAOHotNfc7NixQ/fff7+ys7M1d+5cZWVl6aOPPlJBQYHat2/vzxoRQA6HQzlpcSr4ulRFByt0UQangwMAwstpz9xUV1crNjZWktSyZUvFxMToySefJNhYiBtoAgDC2RktKH7llVe0efNmSZLT6VRycrJfikJwccYUACCcnXa4ueKKKzRx4kR17NhRaWlpOnbsmGbPnq3XX39dX3zxhWpqavxZJwKo9owpbqAJAAhHp73mZvny5ZKkbdu2ad26dVq/fr3Wr1+vv/3tbyopKVF0dLQuvPBCFRQU+K1YBAaHpQAA4eyML+LXtm1btW3bVkOHDvVuKyoq0tq1a7VhwwafFofgyPnusNT+sipVHq9Rs+hGX+sRAICA8clPrZycHOXk5Oimm27yxXAIsqRm0UpqFqWSymrtPFipDpnc5R0AED4afeNM2IlDUwCAcEW4QYNqD02xqBgAEG4IN2iQd+aGcAMACDOEGzSode0NNDksBQAIM4QbNOj7w1LcXwoAEF4IN2hQ7VWKD5ZX6cix6iBXAwDA6eMCJmhQQkyUUuOi9U3FcT3/ryKd29x1VuPknpeoLq2SfFscAAAnQbjBCZ1/Tpy+qTiup5duO+sxYqIitO731yjOxR81AEBg8BMHJzRuQDv99eOdqvF4zur9H2w+oGPVHv37SBXhBgAQMPzEwQn1zElRz5yUs35/72kfaE/JUR2uPK7WivNhZQAAnBgLiuE3Sc2iJEklR1mQDAAIHMIN/Ca5WbQkqaTyeJArAQA0JYQb+E3idzM3hyuYuQEABA7hBn6TzGEpAEAQEG7gN0mxHJYCAAQe4QZ+411QXMnMDQAgcAg38JvaBcWHmbkBAAQQ4QZ+UztzU8qaGwBAABFu4DdJzNwAAIIg5MLNihUrNGjQIGVmZsrhcGjhwoV1XjfG6NFHH1WLFi0UGxur/v37a9u2s7/3EfzHu+aGU8EBAAEUcuGmoqJCXbp00dy5cxt8fcaMGXr66af17LPPatWqVYqLi9OAAQN07NixAFeKU6ldc3OkqkbV7rO7PxUAAGcq5O4tNXDgQA0cOLDB14wxmjVrln7/+9/rxhtvlCT97W9/U3p6uhYuXKihQ4cGslScQkLM93+8So9WKy3eFcRqAABNRciFm5MpKipScXGx+vfv792WmJioSy+9VJ988kmD4aaqqkpVVVXe52VlZZIkt9stt9vt0/pqx/P1uOHKoW8DTtmxGh0qP6bk2OD/caNHoY8ehTb6E/ps7dGZfJ/g/7Q5A8XFxZKk9PT0OtvT09O9r/3Y1KlT9fjjj9fbXlBQoPj4eN8XKamwsNAv44ajZk6jMklrNn6hI2nRwS7Hix6FPnoU2uhP6LOtR+Xl5ae9b1iFm7Mxfvx4jR071vu8rKxMrVq1UufOnZWQkODTz3K73SosLFRubq6cTqdPxw5X5378iYorSpV2Xmt1bX9usMuhR2GAHoU2+hP6bO1R7ZGX0xFW4SYjI0OStH//frVo0cK7ff/+/eratWuD73G5XHK56q/1cDqdfmu6P8cON8lx387WlB2rCanfE3oU+uhRaKM/oc+2Hp3Jdwm5s6VOJicnRxkZGVq6dKl3W1lZmVatWqVevXoFsTKcCLdgAAAEWsjN3JSXl2v79u3e50VFRcrPz1dKSoqysrI0ZswY/ed//qfatm2rnJwcTZgwQZmZmRoyZEjwisYJ1Z4OXnKUC/kBAAIj5MLN2rVr1a9fP+/z2vUyeXl5mjdvnh566CFVVFTozjvvVElJifr06aMlS5YoJiYmWCXjJGpnbg4zcwMACJCQCzd9+/aVMeaErzscDk2aNEmTJk0KYFU4W0mx391finADAAiQsFpzg/BTu6CY+0sBAAKFcAO/SozlsBQAILAIN/Cr2gXFpczcAAAChHADv2JBMQAg0Ag38Kuk72Zujla7dazarvucAABCE+EGfpUQEylnhEPSt3cGBwDA3wg38CuHw/GDRcWsuwEA+B/hBn7HLRgAAIFEuIHf1V7Ir4SZGwBAABBu4Hfe+0sxcwMACADCDfyu9owpTgcHAAQC4QZ+9/2aGw5LAQD8j3ADv0tmQTEAIIAIN/C7xGbcPBMAEDiEG/idd+aGi/gBAAKAcAO/S4qtPVuKmRsAgP8RbuB3XMQPABBIhBv4XXLc99e5McYEuRoAgO0IN/C72isUH3d7VHmcO4MDAPyLcAO/axbtVLTz2z9qLCoGAPgb4QZ+53A4lPjdupvDFSwqBgD4F+EGAVF7OngpMzcAAD8j3CAgkriQHwAgQAg3CIjaRcXcPBMA4G+EGwRE8nczN6XM3AAA/Ixwg4CovZAfMzcAAH8j3CAgatfccJViAIC/EW4QEN6bZ3JYCgDgZ4QbBEQSdwYHAAQI4QYBwangAIBAIdwgILgzOAAgUAg3CIhk74Li4/J4uDM4AMB/CDcIiMTvLuLnMdKRqpogVwMAsBnhBgERE+VUbJRTklTKoSkAgB8RbhAwyd4L+bGoGADgP4QbBEwiZ0wBAAKAcIOAqZ25KeVaNwAAPyLcIGC895eqYOYGAOA/hBsEjPf+UszcAAD8iHCDgEnmQn4AgAAg3CBgkmK/v5AfAAD+QrhBwHjX3DBzAwDwI8INAiapGTM3AAD/I9wgYLxrblhQDADwI8INAoZTwQEAgUC4QcDUHpYqO1YjN3cGBwD4CeEGAZP03Z3BJa5SDADwH8INAibSGaHmrkhJ3F8KAOA/kcEuAE1LUlyUjlTVaMOuEh097g7457vdbn15uFqRe0rldDr9+lmJsVE6LylWEREOv34OAKAuwg0CKrlZtHYfOqoH39gY3EL++UlAPiYmKkLnp8XrgnO/fWQmxerHWcfhkGKjIhXncqpZdKTiXZFqFu2Us4FQlJEQQ1gCgFMg3CCgftUzS9+Ub5fHBGdBsZFUffy4oqKj5c+IYIz0TUWVjlV79MW+Mn2xr8wn43bMTNArd1ymxB+sXwIA1EW4QUAN7ZmloT2zgvb5brdb+fn56tq1q98PS9W4Pdp9+Ki2HyjX9gPl2vHvcu0vO1ZvP48xOnrcrcrjblUcr1Fl1bf//fEJZTVujz7fW6YHXs/Xc8O7M4MDACdAuAH8JNIZoZy0OOWkxemaDumNHq/g6xL98tlP9M9NB/TM8h0a1e8CH1QJAPbhbCkgTHRumaTJN3aUJD353hat2PrvIFcEAKGJcAOEkVt6ZGloj1YyRhr96gbtPlQZ7JIAIOQQboAw89jgjurcMlElldW65+X1OlYd+FPqASCUseYGCDMxUU79adjFGjRnpQr3lGrs6/ka2KmFmsdEKiE2SgkxUYp3RdY75fyEHFKEwyGHvvuvQ4p3RSrSyb99AIQnwg0QhlomN9PTt3ZT3gur9Y/CYv2jsNin46cnuPT8r7urc8skn44LAIHAP82AMHVF23P0p2GX6JoO6bo0J0UdWiSoZXKsEmIi5YxwKMKh03o4Gpjh2V9Wpdv+e5UKvi4J+PcCgMZi5gYIY9d1ytB1nTJ8MpYxRh4jlVfV6P/NW6O1Xx3WsP9epb//v0vVpVWSTz4DAAKBmRsAkiSHwyFnhEOJsVGaN7KnerRO1pFjNbrtL6u0cXdJsMsDgNNGuAFQT7wrUi/eXjfg5BNwAIQJwg2ABsW7IjXv9p7q2TpFR47VaPh/r9LHOw4GuywAOKWwCzdut1sTJkxQTk6OYmNj1aZNG02ePFkmSDdiBGwW54rUi7f3UM+cFB2pqtHwv6zWCyuL+P8NQEgLu3Azffp0PfPMM/rjH/+oTZs2afr06ZoxY4bmzJkT7NIAK8W5IvW3kT31s27nye0xmvTOFxr7+kYuHgggZIXd2VIff/yxbrzxRt1www2SpNatW2v+/PlavXp1kCsD7BUT5dTMm7so97xETfnHJi3YsEdb9x/Rn4dfopbJzYJdHgDUEXbh5vLLL9dzzz2nrVu36sILL9TGjRu1cuVKzZw5s8H9q6qqVFVV5X1eVlYm6dvDW263b//lWTuer8eF79CjxsnrlaUL0+M0en6+Pt9bpkFzVuqa9umKjXaqWbRTsVFONXM5FRVx9pPCHuPR3j2VKji6UxGO78dJjY/WBefGKzulmaIjw27S2Rr8PxT6bO3RmXwfhwmzg+cej0e/+93vNGPGDDmdTrndbk2ZMkXjx49vcP/HHntMjz/+eL3ty5YtU3x8vL/LBaz070q3Znx0WF+W1AT8syMcUka8Uy2bRyqtmVOREVJkhMP7X6dDDV+ZMMRESIpySi6nQ9E/eIRB6cApxUQ6dFFqtE/HLC8vV9++fVVaWqqEhIST7ht24ebVV1/VuHHj9Ic//EEdO3ZUfn6+xowZo5kzZyovL6/e/g3N3LRq1UqHDh065W/OmXK73SosLFRubq6cTqdPx4Zv0CPfOVbt1jsF+3TgSJUqj7tVedyto8fdqqyukdtz9n+tGGNUWlqqxMREOb77Se8x0r6SY9rx73JVHLfrX6OAjS5Mj9fi0X18OmZZWZlSUlJOK9yE3WGpcePG6ZFHHtHQoUMlSbm5ufrqq680derUBsONy+WSy+Wqt93pdPrth5s/x4Zv0KPGi3M6dUvPbJ+P63a7lZ+fr65du9brkTFGxWXHtP1AubbtL9fB8irVeIyq3R5Vuz2qcRtVu8Pj32seY1RV820gPFbt0dFqt6pqPGFxJtrRo0cVGxsb7DJwEsHuUevUOJ//HXsm44VduKmsrFTEj47nO51OeTyeIFUEIFAcDodaJMaqRWKsrmh7TrDLaZJOFj4RGuhRGIabQYMGacqUKcrKylLHjh21YcMGzZw5UyNHjgx2aQAAIASEXbiZM2eOJkyYoHvuuUcHDhxQZmamfvOb3+jRRx8NdmkAACAEhF24ad68uWbNmqVZs2YFuxQAABCCuFgEAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABgFcINAACwCuEGAABYhXADAACsQrgBAABWIdwAAACrEG4AAIBVCDcAAMAqhBsAAGAVwg0AALAK4QYAAFiFcAMAAKxCuAEAAFYh3AAAAKsQbgAAgFUINwAAwCphGW727Nmj2267TampqYqNjVVubq7Wrl0b7LIAAEAIiAx2AWfq8OHD6t27t/r166fFixfrnHPO0bZt25ScnBzs0gAAQAgIu3Azffp0tWrVSi+++KJ3W05OThArAgAAoSTsws2iRYs0YMAA3XTTTVq+fLnOO+883XPPPbrjjjsa3L+qqkpVVVXe56WlpZK+nQFyu90+rc3tdqu8vFyHDx+W0+n06djwDXoU+uhRaKM/oc/WHpWVlUmSjDGn3tmEGZfLZVwulxk/frxZv369+fOf/2xiYmLMvHnzGtx/4sSJRhIPHjx48ODBw4LH7t27T5kVHMacTgQKHdHR0erevbs+/vhj77bRo0drzZo1+uSTT+rt/+OZG4/Ho0OHDik1NVUOh8OntZWVlalVq1bavXu3EhISfDo2fIMehT56FNroT+iztUfGGB05ckSZmZmKiDj5+VBhd1iqRYsW6tChQ51t7du315tvvtng/i6XSy6Xq862pKQkf5UnSUpISLDqD5SN6FHoo0ehjf6EPht7lJiYeFr7hd2p4L1799aWLVvqbNu6dauys7ODVBEAAAglYRdufvvb3+rTTz/VE088oe3bt+uVV17Rc889p1GjRgW7NAAAEALCLtz06NFDCxYs0Pz589WpUydNnjxZs2bN0rBhw4JdmlwulyZOnFjvMBhCBz0KffQotNGf0EePpLBbUAwAAHAyYTdzAwAAcDKEGwAAYBXCDQAAsArhBgAAWIVw4yNz585V69atFRMTo0svvVSrV68OdklN1tSpU9WjRw81b95c5557roYMGVLv2kjHjh3TqFGjlJqaqvj4eP3iF7/Q/v37g1Qxpk2bJofDoTFjxni30aPg27Nnj2677TalpqYqNjZWubm5Wrt2rfd1Y4weffRRtWjRQrGxserfv7+2bdsWxIqbFrfbrQkTJignJ0exsbFq06aNJk+eXOfeS022R76651NT9uqrr5ro6GjzwgsvmM8//9zccccdJikpyezfvz/YpTVJAwYMMC+++KL57LPPTH5+vrn++utNVlaWKS8v9+5z1113mVatWpmlS5eatWvXmssuu8xcfvnlQay66Vq9erVp3bq16dy5s7n//vu92+lRcB06dMhkZ2ebESNGmFWrVpkvv/zSvPvuu2b79u3efaZNm2YSExPNwoULzcaNG83gwYNNTk6OOXr0aBArbzqmTJliUlNTzTvvvGOKiorMG2+8YeLj483s2bO9+zTVHhFufKBnz55m1KhR3udut9tkZmaaqVOnBrEq1Dpw4ICRZJYvX26MMaakpMRERUWZN954w7vPpk2bjCTzySefBKvMJunIkSOmbdu25v333zdXXnmlN9zQo+B7+OGHTZ8+fU74usfjMRkZGeYPf/iDd1tJSYlxuVxm/vz5gSixybvhhhvMyJEj62z7+c9/boYNG2aMado94rBUIx0/flzr1q1T//79vdsiIiLUv3//Bm/kicArLS2VJKWkpEiS1q1bp+rq6jo9a9eunbKysuhZgI0aNUo33HBDnV5I9CgULFq0SN27d9dNN92kc889V926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atOyZUszffp0Y4wxkydPNtdee22dz969e7eR5L2r8ZVXXmm6det2yu+bmZlppkyZUmdbjx49zD333ON93qVLFzNx4sSTjvPjO5cbY8yHH35oJJmFCxfW2d7Q790Pud1u07x5c/P22297t0kyCxYsMMYYc99995mrrrrKeDyek9YEoD5mboAmbvr06frrX/+qTZs2nfUYHTt2VETE93+dpKenKzc31/vc6XQqNTVVBw4cqPO+Xr16eX8dGRmp7t27e+vYuHGjPvzwQ8XHx3sf7dq1k/Tt+phal1xyyUlrKysr0969e9W7d+8623v37t2o7/xj3bt3P+nr+/fv1x133KG2bdsqMTFRCQkJKi8v165duxrcf8SIEcrPz9dFF12k0aNH67333vNZrYDtIoNdAIDg+slPfqIBAwZo/PjxGjFiRJ3XIiIiZIyps626urreGFFRUXWeOxyOBrd5PJ7Trqu8vFyDBg3S9OnT673WokUL76/j4uJOe0x/OlUdeXl5+uabbzR79mxlZ2fL5XKpV69eJ1wEffHFF6uoqEiLFy/WP//5T918883q37+//ud//scf5QNWYeYGgKZNm6a3335bn3zySZ3t55xzjoqLi+sEHF9em+bTTz/1/rqmpkbr1q1T+/btJX37w/3zzz9X69atdcEFF9R5nEmgSUhIUGZmpj766KM62z/66CN16NDhjOqNjo6W2+0+o/f88PNGjx6t66+/Xh07dpTL5aqzOLohCQkJuuWWW/T888/rtdde05tvvqlDhw6d1ecDTQnhBoByc3M1bNgwPf3003W29+3bV//+9781Y8YM7dixQ3PnztXixYt99rlz587VggULtHnzZo0aNUqHDx/WyJEjJUmjRo3SoUOHdOutt2rNmjXasWOH3n33Xd1+++1nHDDGjRun6dOn67XXXtOWLVv0yCOPKD8/X/fff/8ZjdO6dWutWrVKO3fu1MGDB89oJqpt27Z66aWXtGnTJq1atUrDhg1TbGzsCfefOXOm5s+fr82bN2vr1q164403lJGRoaSkpDOqGWiKCDcAJEmTJk2q98O6ffv2+tOf/qS5c+eqS5cuWr16dYNnEp2tadOmadq0aerSpYtWrlypRYsWKS0tTZK8sy1ut1vXXnutcnNzNWbMGCUlJdVZ33M6Ro8erbFjx+qBBx5Qbm6ulixZokWLFqlt27ZnNM6DDz4op9OpDh066JxzzjnhepmG/OUvf9Hhw4d18cUXa/jw4Ro9erTOPffcE+7fvHlzzZgxQ927d1ePHj20c+dO/eMf/zjj7w40RQ7z4wPqAAAAYYx/AgAAAKsQbgAAgFUINwAAwCqEGwAAYBXCDQAAsArhBgAAWIVwAwAArEK4AQAAViHcAAAAqxBuAACAVQg3AADAKoQbAABglf8Poh/vg6wGJjsAAAAASUVORK5CYII=",
|
| 383 |
+
"text/plain": [
|
| 384 |
+
"<Figure size 640x480 with 1 Axes>"
|
| 385 |
+
]
|
| 386 |
+
},
|
| 387 |
+
"metadata": {},
|
| 388 |
+
"output_type": "display_data"
|
| 389 |
+
}
|
| 390 |
+
],
|
| 391 |
+
"source": [
|
| 392 |
+
"# Rwp plot\n",
|
| 393 |
+
"def rwp_plot():\n",
|
| 394 |
+
" minvalues = [df.iloc[0]['Rwp']]\n",
|
| 395 |
+
" for i in range(1, df.shape[0]):\n",
|
| 396 |
+
" minvalues.append(min(minvalues[-1], df.iloc[i]['Rwp']))\n",
|
| 397 |
+
" minvalues = pd.DataFrame(minvalues)\n",
|
| 398 |
+
" \n",
|
| 399 |
+
" minvalues.plot(legend=None)\n",
|
| 400 |
+
" plt.ylim([6, 16])\n",
|
| 401 |
+
" plt.grid(color='#cccccc')\n",
|
| 402 |
+
" plt.ylabel('$R_{wp}$')\n",
|
| 403 |
+
" plt.xlabel('Number of trials')\n",
|
| 404 |
+
" plt.show()\n",
|
| 405 |
+
" \n",
|
| 406 |
+
"rwp_plot()"
|
| 407 |
+
]
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"cell_type": "code",
|
| 411 |
+
"execution_count": 37,
|
| 412 |
+
"metadata": {},
|
| 413 |
+
"outputs": [
|
| 414 |
+
{
|
| 415 |
+
"data": {
|
| 416 |
+
"image/png": "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",
|
| 417 |
+
"text/plain": [
|
| 418 |
+
"<Figure size 640x480 with 2 Axes>"
|
| 419 |
+
]
|
| 420 |
+
},
|
| 421 |
+
"metadata": {},
|
| 422 |
+
"output_type": "display_data"
|
| 423 |
+
}
|
| 424 |
+
],
|
| 425 |
+
"source": [
|
| 426 |
+
"# Rietveld plot\n",
|
| 427 |
+
"def rietveld_plot():\n",
|
| 428 |
+
" import GSASIIscriptable as G2sc\n",
|
| 429 |
+
"\n",
|
| 430 |
+
" gpx = G2sc.G2Project(\n",
|
| 431 |
+
" f'{WORK_DIR}/project_seed{RANDOM_SEED}_trial_{study.best_trial.number}.gpx')\n",
|
| 432 |
+
"\n",
|
| 433 |
+
" hist1 = gpx.histograms()[0]\n",
|
| 434 |
+
" phase0 = gpx.phases()[0]\n",
|
| 435 |
+
"\n",
|
| 436 |
+
" hist = hist1\n",
|
| 437 |
+
" i = 5\n",
|
| 438 |
+
" two_theta = hist.getdata(\"X\")[::i]\n",
|
| 439 |
+
" Yobs = hist.getdata(\"Yobs\")[::i]\n",
|
| 440 |
+
" Ycalc = hist.getdata(\"Ycalc\")[::i]\n",
|
| 441 |
+
" bg = hist.getdata(\"Background\")[::i]\n",
|
| 442 |
+
" residual = hist.getdata(\"Residual\")[::i]\n",
|
| 443 |
+
"\n",
|
| 444 |
+
" fig = plt.figure()\n",
|
| 445 |
+
" gs = GridSpec(5, 1, figure=fig)\n",
|
| 446 |
+
" ax1 = fig.add_subplot(gs[:4, :])\n",
|
| 447 |
+
" ax2 = fig.add_subplot(gs[4, :])\n",
|
| 448 |
+
" fig.subplots_adjust(hspace=0)\n",
|
| 449 |
+
" ax1.grid(color='#cccccc')\n",
|
| 450 |
+
"\n",
|
| 451 |
+
" ax1.scatter(two_theta, Yobs, marker='P', lw=0.0001, c='Black', label='XRD (Obs)')\n",
|
| 452 |
+
" ax1.plot(two_theta, Ycalc, label='XRD (Calc)')\n",
|
| 453 |
+
" ax1.plot(two_theta, bg, color='red', label='Background (Calc)')\n",
|
| 454 |
+
" ax1.set_ylabel('Intensity')\n",
|
| 455 |
+
" ax1.legend()\n",
|
| 456 |
+
" ax2.plot(two_theta, residual, color='blue')\n",
|
| 457 |
+
" plt.setp(ax1.get_xticklabels(), visible=False);\n",
|
| 458 |
+
" ax2.set_ylim(-6600, 6600)\n",
|
| 459 |
+
" plt.xlabel(r'$2\\theta$ (deg.)')\n",
|
| 460 |
+
" ax2.set_ylabel('Residual')\n",
|
| 461 |
+
" ax1.set_xlim(15, 150)\n",
|
| 462 |
+
" ax2.set_xlim(15, 150)\n",
|
| 463 |
+
" plt.show()\n",
|
| 464 |
+
" \n",
|
| 465 |
+
"rietveld_plot()"
|
| 466 |
+
]
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"cell_type": "code",
|
| 470 |
+
"execution_count": null,
|
| 471 |
+
"metadata": {},
|
| 472 |
+
"outputs": [],
|
| 473 |
+
"source": []
|
| 474 |
+
}
|
| 475 |
+
],
|
| 476 |
+
"metadata": {
|
| 477 |
+
"kernelspec": {
|
| 478 |
+
"display_name": "Python 3 (ipykernel)",
|
| 479 |
+
"language": "python",
|
| 480 |
+
"name": "python3"
|
| 481 |
+
},
|
| 482 |
+
"language_info": {
|
| 483 |
+
"codemirror_mode": {
|
| 484 |
+
"name": "ipython",
|
| 485 |
+
"version": 3
|
| 486 |
+
},
|
| 487 |
+
"file_extension": ".py",
|
| 488 |
+
"mimetype": "text/x-python",
|
| 489 |
+
"name": "python",
|
| 490 |
+
"nbconvert_exporter": "python",
|
| 491 |
+
"pygments_lexer": "ipython3",
|
| 492 |
+
"version": "3.10.14"
|
| 493 |
+
}
|
| 494 |
+
},
|
| 495 |
+
"nbformat": 4,
|
| 496 |
+
"nbformat_minor": 4
|
| 497 |
+
}
|
data/2_DSMO.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/3_LiCoO2.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
data/README.md
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# BBO-Rietveld
|
| 2 |
+
Implementation of BBO-Rietveld, automated crystal structure analysis method based on blackbox optimisation.
|
| 3 |
+

|
| 4 |
+
|
| 5 |
+
## Citation
|
| 6 |
+
Ozaki, Y., Suzuki, Y., Hawai, T., Saito, K., Onishi, M., and Ono, K.
|
| 7 |
+
Automated crystal structure analysis based on blackbox optimisation.
|
| 8 |
+
<i>npj Computational Materials</i> <b>6</b>, 75 (2020).
|
| 9 |
+
[https://doi.org/10.1038/s41524-020-0330-9](https://doi.org/10.1038/s41524-020-0330-9)
|
| 10 |
+
|
| 11 |
+
## Requirements
|
| 12 |
+
|
| 13 |
+
- [Docker](https://www.docker.com/)
|
| 14 |
+
- If you are new to Docker, please setup Docker Desktop for your computer first.
|
| 15 |
+
- Here are the documents for Windows and Mac:
|
| 16 |
+
- https://docs.docker.com/docker-for-windows/
|
| 17 |
+
- https://docs.docker.com/docker-for-mac/
|
| 18 |
+
- We have verified our software works on macOS(10.14) and Ubuntu(18.04). We recommend macOS or Ubuntu to run this software, but it should work on any computer that Docker running.
|
| 19 |
+
|
| 20 |
+
## Usage
|
| 21 |
+
__Note: We suppose you are using macOS or Ubuntu and can run docker command without `sudo` permissions. If you are using Windows, we strongly recommend using WSL2 terminal instead of Command prompt or Windows PowerShell with regard to compatibility.__
|
| 22 |
+
|
| 23 |
+
1. First, clone this repository to your computer.
|
| 24 |
+
|
| 25 |
+
2. Pull bbo-rietveld docker image on terminal.
|
| 26 |
+
```sh
|
| 27 |
+
docker pull resnant/bbo-rietveld:v1.1
|
| 28 |
+
```
|
| 29 |
+
|
| 30 |
+
If needed, you can build bbo-rietveld docker image from `Dockerfile` on your computer.
|
| 31 |
+
```sh
|
| 32 |
+
# Please make sure run following command in this directory
|
| 33 |
+
docker build ./docker -t bbo-rietveld
|
| 34 |
+
```
|
| 35 |
+
In recent versions of GSAS, conda may not be able to resolve the dependencies and GSAS installation may fail.
|
| 36 |
+
https://subversion.xray.aps.anl.gov/trac/pyGSAS/wiki/InstallConda
|
| 37 |
+
|
| 38 |
+
<!-- For more information on how to use Docker image -->
|
| 39 |
+
To use your own docker image, you need to specify your docker image in `run.sh`. Please refer to [run.sh](https://github.com/quantumbeam/BBO-Rietveld/blob/8d4533dc1c436f227205e225fc4bb0c3f6402edf/run.sh#L4).
|
| 40 |
+
|
| 41 |
+
3. Run bbo-rietveld container.
|
| 42 |
+
```sh
|
| 43 |
+
./run.sh
|
| 44 |
+
```
|
| 45 |
+
or
|
| 46 |
+
```bash
|
| 47 |
+
docker run --rm -it -p 8888:8888 -v $PWD:/workspace bbo-rietveld:v1 bash
|
| 48 |
+
jupyter lab --allow-root --ip 0.0.0.0
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
4. Open http://127.0.0.1:8888/?token={TOKEN} in your browser, and you can see a window of JupyterLab. The token will be displayed on your terminal like this:
|
| 52 |
+
```
|
| 53 |
+
...
|
| 54 |
+
|
| 55 |
+
[I 11:23:41.325 LabApp] The Jupyter Notebook is running at:
|
| 56 |
+
[I 11:23:41.325 LabApp] http://900cc3c9314c:8888/?token=126c79b021d40344592d5b066225b32474487cb69f711ffe
|
| 57 |
+
[I 11:23:41.325 LabApp] or http://127.0.0.1:8888/?token=126c79b021d40344592d5b066225b32474487cb69f711ffe
|
| 58 |
+
|
| 59 |
+
...
|
| 60 |
+
```
|
| 61 |
+
In this case, you should open `http://127.0.0.1:8888/?token=126c79b021d40344592d5b066225b32474487cb69f711ffe`.
|
| 62 |
+
|
| 63 |
+
5. Then, open `1_Y2O3.ipynb` or other notebooks on JupyterLab and run notebook cells.
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
## For expert users
|
| 67 |
+
If you are already familiar with Python, you can open notebooks (*.ipynb files) directly in your environment and run it.
|
| 68 |
+
It requires following packages:
|
| 69 |
+
- [GSAS](https://gsas-ii.readthedocs.io/en/latest/GSASIIscriptable.html)
|
| 70 |
+
- [Optuna](https://optuna.readthedocs.io/en/stable/)(newer than 3.5)
|
| 71 |
+
- Jupyter Lab or Jupyter Notebook
|
| 72 |
+
- Pandas
|
| 73 |
+
- matplotlib
|
| 74 |
+
|
| 75 |
+
In the notebook, you should set `DATA_DIR` and `WORK_DIR` appropriately for your directory.
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
## Trouble shooting
|
| 79 |
+
If you have any problems or questions, please open an issue on GitHub or contact Yuta Suzuki (resnant [at] outlook.jp) by email.
|
| 80 |
+
_Whenever possible, please ask your question via an issue rather than an email._ This will help others who encounter similar problems.
|
| 81 |
+
|
| 82 |
+
### FAQ
|
| 83 |
+
- If port `8888` occupied by other services, following error occurs when you start `run.sh`:
|
| 84 |
+
|
| 85 |
+
```Error starting userland proxy: listen tcp 0.0.0.0:8888: bind: address already in use.```
|
| 86 |
+
|
| 87 |
+
- Please open `run.sh` with a texteditor and modify port binding setting to other port, `18888`, for example:
|
| 88 |
+
```
|
| 89 |
+
docker run --rm -v ${SCRIPT_DIR}/:/bbo_rietveld -p 18888:8888 -it bbo-rietveld
|
| 90 |
+
```
|
| 91 |
+
- Then, Open `http://127.0.0.1:18888/?token={TOKEN}` in your browser to open Jupyter Notebook.
|
| 92 |
+
|
| 93 |
+
- If you encounter `Unable to find image 'resnant/bbo-rietveld:v1.0' locally` error when you run `run.sh`:
|
| 94 |
+
- Please run `docker image list` on your terminal and make sure that there is `resnant/bbo-rietveld` on REPOSITORY like following.
|
| 95 |
+
```sh
|
| 96 |
+
resnant@cosmos:~$ docker image list
|
| 97 |
+
REPOSITORY TAG IMAGE ID CREATED SIZE
|
| 98 |
+
resnant/bbo-rietveld v1.1 ab342a0ba172 1 months ago 5.24GB
|
| 99 |
+
```
|
| 100 |
+
|
| 101 |
+
## Licence
|
| 102 |
+
This software is distributed under Apache 2.0 licence for research and education purposes. If you want to use this code for a commercial purpose, please contact the corresponding author.
|
| 103 |
+
|
| 104 |
+
The diffraction and crystal structure dataset in `data/` directory is distributed under its original licences. See [README of the dataset](data/README.md) for details.
|
data/YOUR_MATERIAL.ipynb
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": null,
|
| 6 |
+
"metadata": {},
|
| 7 |
+
"outputs": [],
|
| 8 |
+
"source": [
|
| 9 |
+
"# import packages\n",
|
| 10 |
+
"%matplotlib inline\n",
|
| 11 |
+
"\n",
|
| 12 |
+
"import os\n",
|
| 13 |
+
"import sys\n",
|
| 14 |
+
"from multiprocessing import Process, Queue\n",
|
| 15 |
+
"import pandas as pd\n",
|
| 16 |
+
"import optuna\n",
|
| 17 |
+
"import matplotlib.pyplot as plt\n",
|
| 18 |
+
"from matplotlib.gridspec import GridSpec\n",
|
| 19 |
+
"\n",
|
| 20 |
+
"sys.path.append('/opt/conda/GSASII/')"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"cell_type": "code",
|
| 25 |
+
"execution_count": null,
|
| 26 |
+
"metadata": {},
|
| 27 |
+
"outputs": [],
|
| 28 |
+
"source": [
|
| 29 |
+
"# Configurations\n",
|
| 30 |
+
"\n",
|
| 31 |
+
"### Change here ###\n",
|
| 32 |
+
"STUDY_NAME = 'YOUR_MATERIAL'\n",
|
| 33 |
+
"RANDOM_SEED = 1024\n",
|
| 34 |
+
"\n",
|
| 35 |
+
"DATA_DIR = '/bbo_rietveld/data/' + STUDY_NAME\n",
|
| 36 |
+
"# all output files include GSAS project file (*.gpx) will be saved in WORK_DIR\n",
|
| 37 |
+
"WORK_DIR = '/bbo_rietveld/work/' + STUDY_NAME"
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"cell_type": "code",
|
| 42 |
+
"execution_count": null,
|
| 43 |
+
"metadata": {},
|
| 44 |
+
"outputs": [],
|
| 45 |
+
"source": [
|
| 46 |
+
"# make directories\n",
|
| 47 |
+
"! rm -f $WORK_DIR/$STUDY_NAME*\n",
|
| 48 |
+
"! mkdir -p $WORK_DIR"
|
| 49 |
+
]
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"cell_type": "code",
|
| 53 |
+
"execution_count": null,
|
| 54 |
+
"metadata": {},
|
| 55 |
+
"outputs": [],
|
| 56 |
+
"source": [
|
| 57 |
+
"class ProjectBBO:\n",
|
| 58 |
+
" def __init__(self, trial_number):\n",
|
| 59 |
+
" import GSASIIscriptable as G2sc\n",
|
| 60 |
+
" import shutil\n",
|
| 61 |
+
" \n",
|
| 62 |
+
" # Create a project with a default project name\n",
|
| 63 |
+
" ### Change here ###\n",
|
| 64 |
+
" shutil.copyfile(DATA_DIR+'/'+'YOUR_PROJECT_FILE.gpx', \n",
|
| 65 |
+
" WORK_DIR+'/'+'BBO_seed{0}_trial_{1}.gpx'.format(RANDOM_SEED, trial_number))\n",
|
| 66 |
+
" \n",
|
| 67 |
+
" self.gpx = G2sc.G2Project(gpxfile=os.path.join(WORK_DIR, 'BBO_seed{0}_trial_{1}.gpx'.format(RANDOM_SEED, trial_number)))\n",
|
| 68 |
+
"\n",
|
| 69 |
+
" # Add two histograms to the project\n",
|
| 70 |
+
" self.hist1 = self.gpx.histograms()[0]\n",
|
| 71 |
+
" self.phase0 = self.gpx.phases()[0]\n",
|
| 72 |
+
" self.hist1.data['Instrument Parameters'][0]['I(L2)/I(L1)'] = [0.5, 0.5, 0]\n",
|
| 73 |
+
"\n",
|
| 74 |
+
" # Set to use iso\n",
|
| 75 |
+
" for val in self.phase0.data['Atoms']:\n",
|
| 76 |
+
" val[9] = 'I'\n",
|
| 77 |
+
"\n",
|
| 78 |
+
" def refine_and_calc_Rwp(self, param_dict):\n",
|
| 79 |
+
" self.gpx.do_refinements([param_dict])\n",
|
| 80 |
+
" for hist in self.gpx.histograms():\n",
|
| 81 |
+
" _, Rwp = hist.name, hist.get_wR()\n",
|
| 82 |
+
" return Rwp"
|
| 83 |
+
]
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"cell_type": "code",
|
| 87 |
+
"execution_count": null,
|
| 88 |
+
"metadata": {},
|
| 89 |
+
"outputs": [],
|
| 90 |
+
"source": [
|
| 91 |
+
"def objective(trial):\n",
|
| 92 |
+
" \"\"\"\n",
|
| 93 |
+
" \n",
|
| 94 |
+
" Parameters\n",
|
| 95 |
+
" ----------\n",
|
| 96 |
+
" trial : optuna.trial object\n",
|
| 97 |
+
"\n",
|
| 98 |
+
" Returns\n",
|
| 99 |
+
" -------\n",
|
| 100 |
+
" Rwp : float\n",
|
| 101 |
+
" \n",
|
| 102 |
+
" \"\"\"\n",
|
| 103 |
+
" \n",
|
| 104 |
+
" # Here, you should define search space and perform the refinement.\n",
|
| 105 |
+
" # Please see other notebook.\n",
|
| 106 |
+
" # Copy and paste from other notebook and some modifications would be enough.\n",
|
| 107 |
+
" \n",
|
| 108 |
+
" return Rwp"
|
| 109 |
+
]
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"cell_type": "code",
|
| 113 |
+
"execution_count": null,
|
| 114 |
+
"metadata": {},
|
| 115 |
+
"outputs": [],
|
| 116 |
+
"source": [
|
| 117 |
+
"# Create Optuna study\n",
|
| 118 |
+
"study = optuna.create_study(study_name=STUDY_NAME + '_seed%s' % (RANDOM_SEED),\n",
|
| 119 |
+
" sampler=optuna.samplers.TPESampler(n_startup_trials=20, seed=RANDOM_SEED))"
|
| 120 |
+
]
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"cell_type": "markdown",
|
| 124 |
+
"metadata": {},
|
| 125 |
+
"source": [
|
| 126 |
+
"Run 200 refinements to find the best configuration. It may take abount an hour to complete."
|
| 127 |
+
]
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"cell_type": "code",
|
| 131 |
+
"execution_count": null,
|
| 132 |
+
"metadata": {},
|
| 133 |
+
"outputs": [],
|
| 134 |
+
"source": [
|
| 135 |
+
"# Optimize\n",
|
| 136 |
+
"study.optimize(objective, n_trials=200, n_jobs=1)"
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"cell_type": "code",
|
| 141 |
+
"execution_count": null,
|
| 142 |
+
"metadata": {},
|
| 143 |
+
"outputs": [],
|
| 144 |
+
"source": [
|
| 145 |
+
"# Results\n",
|
| 146 |
+
"df = study.trials_dataframe()\n",
|
| 147 |
+
"df.columns = [' '.join(col).replace('params', '').strip() for col in df.columns.values]\n",
|
| 148 |
+
"df.rename(columns={'value':'Rwp', 'number':'trial'}, inplace=True)\n",
|
| 149 |
+
"df.drop(columns=['state', 'system_attrs _number'], inplace=True)\n",
|
| 150 |
+
"df.sort_values('Rwp')"
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"cell_type": "code",
|
| 155 |
+
"execution_count": null,
|
| 156 |
+
"metadata": {},
|
| 157 |
+
"outputs": [],
|
| 158 |
+
"source": [
|
| 159 |
+
"# Best configuration\n",
|
| 160 |
+
"study.best_params"
|
| 161 |
+
]
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"cell_type": "code",
|
| 165 |
+
"execution_count": null,
|
| 166 |
+
"metadata": {},
|
| 167 |
+
"outputs": [],
|
| 168 |
+
"source": [
|
| 169 |
+
"# Best Rwp\n",
|
| 170 |
+
"study.best_value"
|
| 171 |
+
]
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"cell_type": "code",
|
| 175 |
+
"execution_count": null,
|
| 176 |
+
"metadata": {},
|
| 177 |
+
"outputs": [],
|
| 178 |
+
"source": [
|
| 179 |
+
"# Rwp plot\n",
|
| 180 |
+
"def rwp_plot():\n",
|
| 181 |
+
" minvalues = [df.iloc[0]['Rwp']]\n",
|
| 182 |
+
" for i in range(1, df.shape[0]):\n",
|
| 183 |
+
" minvalues.append(min(minvalues[-1], df.iloc[i]['Rwp']))\n",
|
| 184 |
+
" minvalues = pd.DataFrame(minvalues)\n",
|
| 185 |
+
" \n",
|
| 186 |
+
" minvalues.plot(legend=None)\n",
|
| 187 |
+
"# plt.ylim([6, 16])\n",
|
| 188 |
+
" plt.grid(color='#cccccc')\n",
|
| 189 |
+
" plt.ylabel('$R_{wp}$')\n",
|
| 190 |
+
" plt.xlabel('Number of trials')\n",
|
| 191 |
+
" plt.show()\n",
|
| 192 |
+
" \n",
|
| 193 |
+
"rwp_plot()"
|
| 194 |
+
]
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"cell_type": "code",
|
| 198 |
+
"execution_count": null,
|
| 199 |
+
"metadata": {},
|
| 200 |
+
"outputs": [],
|
| 201 |
+
"source": [
|
| 202 |
+
"# Rietveld plot\n",
|
| 203 |
+
"def rietveld_plot():\n",
|
| 204 |
+
" import GSASIIscriptable as G2sc\n",
|
| 205 |
+
"\n",
|
| 206 |
+
" gpx = G2sc.G2Project(\n",
|
| 207 |
+
" '%s/%s_seed%s_trial_%s.gpx' % (WORK_DIR, STUDY_NAME, RANDOM_SEED, study.best_trial.number))\n",
|
| 208 |
+
"\n",
|
| 209 |
+
" hist1 = gpx.histograms()[0]\n",
|
| 210 |
+
" phase0 = gpx.phases()[0]\n",
|
| 211 |
+
"\n",
|
| 212 |
+
" hist = hist1\n",
|
| 213 |
+
" i = 5\n",
|
| 214 |
+
" two_theta = hist.getdata(\"X\")[::i]\n",
|
| 215 |
+
" Yobs = hist.getdata(\"Yobs\")[::i]\n",
|
| 216 |
+
" Ycalc = hist.getdata(\"Ycalc\")[::i]\n",
|
| 217 |
+
" bg = hist.getdata(\"Background\")[::i]\n",
|
| 218 |
+
" residual = hist.getdata(\"Residual\")[::i]\n",
|
| 219 |
+
"\n",
|
| 220 |
+
" fig = plt.figure()\n",
|
| 221 |
+
" gs = GridSpec(5, 1, figure=fig)\n",
|
| 222 |
+
" ax1 = fig.add_subplot(gs[:4, :])\n",
|
| 223 |
+
" ax2 = fig.add_subplot(gs[4, :])\n",
|
| 224 |
+
" fig.subplots_adjust(hspace=0)\n",
|
| 225 |
+
" ax1.grid(color='#cccccc')\n",
|
| 226 |
+
"\n",
|
| 227 |
+
" ax1.scatter(two_theta, Yobs, marker='P', lw=0.0001, c='Black', label='XRD (Obs)')\n",
|
| 228 |
+
" ax1.plot(two_theta, Ycalc, label='XRD (Calc)')\n",
|
| 229 |
+
" ax1.plot(two_theta, bg, color='red', label='Background (Calc)')\n",
|
| 230 |
+
" ax1.set_ylabel('Intensity')\n",
|
| 231 |
+
" ax1.legend()\n",
|
| 232 |
+
" ax2.plot(two_theta, residual, color='blue')\n",
|
| 233 |
+
" plt.setp(ax1.get_xticklabels(), visible=False);\n",
|
| 234 |
+
" # ax2.set_ylim(-6600, 6600)\n",
|
| 235 |
+
" plt.xlabel(r'$2\\theta$ (deg.)')\n",
|
| 236 |
+
" ax2.set_ylabel('Residual')\n",
|
| 237 |
+
" # change 2theta range according to your data\n",
|
| 238 |
+
" ax1.set_xlim(15, 150)\n",
|
| 239 |
+
" ax2.set_xlim(15, 150)\n",
|
| 240 |
+
" plt.show()\n",
|
| 241 |
+
" \n",
|
| 242 |
+
"rietveld_plot()"
|
| 243 |
+
]
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"cell_type": "code",
|
| 247 |
+
"execution_count": null,
|
| 248 |
+
"metadata": {},
|
| 249 |
+
"outputs": [],
|
| 250 |
+
"source": []
|
| 251 |
+
}
|
| 252 |
+
],
|
| 253 |
+
"metadata": {
|
| 254 |
+
"kernelspec": {
|
| 255 |
+
"display_name": "Python 3",
|
| 256 |
+
"language": "python",
|
| 257 |
+
"name": "python3"
|
| 258 |
+
},
|
| 259 |
+
"language_info": {
|
| 260 |
+
"codemirror_mode": {
|
| 261 |
+
"name": "ipython",
|
| 262 |
+
"version": 3
|
| 263 |
+
},
|
| 264 |
+
"file_extension": ".py",
|
| 265 |
+
"mimetype": "text/x-python",
|
| 266 |
+
"name": "python",
|
| 267 |
+
"nbconvert_exporter": "python",
|
| 268 |
+
"pygments_lexer": "ipython3",
|
| 269 |
+
"version": "3.7.4"
|
| 270 |
+
}
|
| 271 |
+
},
|
| 272 |
+
"nbformat": 4,
|
| 273 |
+
"nbformat_minor": 4
|
| 274 |
+
}
|
data/data/DSMO/DSMO_init.gpx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b82823a27dee925e327e2dc5b82d1ea254a95a8e219366fa7061c3eccbfd9660
|
| 3 |
+
size 312853
|
data/data/DSMO/INST_XRY.PRM
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
123456789012345678901234567890123456789012345678901234567890
|
| 2 |
+
INS BANK 1
|
| 3 |
+
INS HTYPE PXCR
|
| 4 |
+
INS 1 IRAD 3
|
| 5 |
+
INS 1 ICONS 1.540500 1.544300 0.0 0 0.7 0 0.5
|
| 6 |
+
INS 1I HEAD DUMMY INCIDENT SPECTRUM FOR X-RAY DIFFRACTOMETER
|
| 7 |
+
INS 1I ITYP 0 0.0000 180.0000 1
|
| 8 |
+
INS 1PRCF1 3 8 0.01
|
| 9 |
+
INS 1PRCF11 2.000000E+00 -2.000000E+00 5.000000E+00 0.100000E+00
|
| 10 |
+
INS 1PRCF12 0.000000E+00 0.000000E+00 0.100000E-01 0.100000E-01
|
data/data/DSMO/dsmo-raw.cif
ADDED
|
@@ -0,0 +1,501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
##############################################################################
|
| 2 |
+
### FullProf-generated CIF output file (version: May 2011) ###
|
| 3 |
+
### Template of CIF submission form for structure report ###
|
| 4 |
+
##############################################################################
|
| 5 |
+
|
| 6 |
+
# This file has been generated using FullProf.2k taking one example of
|
| 7 |
+
# structure report provided by Acta Cryst. It is given as a 'template' with
|
| 8 |
+
# filled structural items. Many other items are left unfilled and it is the
|
| 9 |
+
# responsibility of the user to properly fill or suppress them. In principle
|
| 10 |
+
# all question marks '?' should be replaced by the appropriate text or
|
| 11 |
+
# numerical value depending on the kind of CIF item.
|
| 12 |
+
# See the document: cif_core.dic (URL: http://www.iucr.org) for details.
|
| 13 |
+
|
| 14 |
+
# Please notify any error or suggestion to:
|
| 15 |
+
# Juan Rodriguez-Carvajal (jrc@ill.eu)
|
| 16 |
+
# Improvements will be progressively added as needed.
|
| 17 |
+
|
| 18 |
+
#=============================================================================
|
| 19 |
+
data_global
|
| 20 |
+
#=============================================================================
|
| 21 |
+
|
| 22 |
+
# PROCESSING SUMMARY (IUCr Office Use Only)
|
| 23 |
+
|
| 24 |
+
_journal_data_validation_number ?
|
| 25 |
+
|
| 26 |
+
_journal_date_recd_electronic ?
|
| 27 |
+
_journal_date_to_coeditor ?
|
| 28 |
+
_journal_date_from_coeditor ?
|
| 29 |
+
_journal_date_accepted ?
|
| 30 |
+
_journal_date_printers_first ?
|
| 31 |
+
_journal_date_printers_final ?
|
| 32 |
+
_journal_date_proofs_out ?
|
| 33 |
+
_journal_date_proofs_in ?
|
| 34 |
+
_journal_coeditor_name ?
|
| 35 |
+
_journal_coeditor_code ?
|
| 36 |
+
_journal_coeditor_notes
|
| 37 |
+
; ?
|
| 38 |
+
;
|
| 39 |
+
_journal_techeditor_code ?
|
| 40 |
+
_journal_techeditor_notes
|
| 41 |
+
; ?
|
| 42 |
+
;
|
| 43 |
+
_journal_coden_ASTM ?
|
| 44 |
+
_journal_name_full ?
|
| 45 |
+
_journal_year ?
|
| 46 |
+
_journal_volume ?
|
| 47 |
+
_journal_issue ?
|
| 48 |
+
_journal_page_first ?
|
| 49 |
+
_journal_page_last ?
|
| 50 |
+
_journal_paper_category ?
|
| 51 |
+
_journal_suppl_publ_number ?
|
| 52 |
+
_journal_suppl_publ_pages ?
|
| 53 |
+
|
| 54 |
+
#=============================================================================
|
| 55 |
+
|
| 56 |
+
# 1. SUBMISSION DETAILS
|
| 57 |
+
|
| 58 |
+
_publ_contact_author_name ? # Name of author for correspondence
|
| 59 |
+
_publ_contact_author_address # Address of author for correspondence
|
| 60 |
+
; ?
|
| 61 |
+
;
|
| 62 |
+
_publ_contact_author_email ?
|
| 63 |
+
_publ_contact_author_fax ?
|
| 64 |
+
_publ_contact_author_phone ?
|
| 65 |
+
|
| 66 |
+
_publ_contact_letter
|
| 67 |
+
; ?
|
| 68 |
+
;
|
| 69 |
+
|
| 70 |
+
_publ_requested_journal ?
|
| 71 |
+
_publ_requested_coeditor_name ?
|
| 72 |
+
_publ_requested_category ? # Acta C: one of CI/CM/CO/FI/FM/FO
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
# Definition of non standard CIF items (Reliability indices used in FULLPROF)
|
| 76 |
+
|
| 77 |
+
loop_
|
| 78 |
+
_publ_manuscript_incl_extra_item
|
| 79 |
+
_publ_manuscript_incl_extra_info
|
| 80 |
+
_publ_manuscript_incl_extra_defn
|
| 81 |
+
# Name Explanation Standard?
|
| 82 |
+
# ------ ----------- ---------
|
| 83 |
+
'_pd_proc_ls_prof_cR_factor' 'Prof. R-factor CORRECTED for background' no
|
| 84 |
+
'_pd_proc_ls_prof_cwR_factor' 'wProf.R-factor CORRECTED for background' no
|
| 85 |
+
'_pd_proc_ls_prof_cwR_expected' 'wProf.Expected CORRECTED for background' no
|
| 86 |
+
'_pd_proc_ls_prof_chi2' 'Chi-square for all considered points' no
|
| 87 |
+
'_pd_proc_ls_prof_echi2' 'Chi-2 for points with Bragg contribution' no
|
| 88 |
+
#=============================================================================
|
| 89 |
+
|
| 90 |
+
# 3. TITLE AND AUTHOR LIST
|
| 91 |
+
|
| 92 |
+
_publ_section_title
|
| 93 |
+
; ' A single-crystal infrared spectroscopic and X-ray diffraction study of'
|
| 94 |
+
;
|
| 95 |
+
_publ_section_title_footnote
|
| 96 |
+
;
|
| 97 |
+
;
|
| 98 |
+
|
| 99 |
+
# The loop structure below should contain the names and addresses of all
|
| 100 |
+
# authors, in the required order of publication. Repeat as necessary.
|
| 101 |
+
|
| 102 |
+
loop_
|
| 103 |
+
_publ_author_name
|
| 104 |
+
_publ_author_footnote
|
| 105 |
+
_publ_author_address
|
| 106 |
+
? #<--'Last name, first name'
|
| 107 |
+
; ?
|
| 108 |
+
;
|
| 109 |
+
; ?
|
| 110 |
+
;
|
| 111 |
+
|
| 112 |
+
#=============================================================================
|
| 113 |
+
|
| 114 |
+
# 4. TEXT
|
| 115 |
+
|
| 116 |
+
_publ_section_synopsis
|
| 117 |
+
; ?
|
| 118 |
+
;
|
| 119 |
+
_publ_section_abstract
|
| 120 |
+
; ?
|
| 121 |
+
;
|
| 122 |
+
_publ_section_comment
|
| 123 |
+
; ?
|
| 124 |
+
;
|
| 125 |
+
_publ_section_exptl_prep # Details of the preparation of the sample(s)
|
| 126 |
+
# should be given here.
|
| 127 |
+
; ?
|
| 128 |
+
;
|
| 129 |
+
_publ_section_exptl_refinement
|
| 130 |
+
; ?
|
| 131 |
+
;
|
| 132 |
+
_publ_section_references
|
| 133 |
+
; ?
|
| 134 |
+
;
|
| 135 |
+
_publ_section_figure_captions
|
| 136 |
+
; ?
|
| 137 |
+
;
|
| 138 |
+
_publ_section_acknowledgements
|
| 139 |
+
; ?
|
| 140 |
+
;
|
| 141 |
+
|
| 142 |
+
#=============================================================================
|
| 143 |
+
|
| 144 |
+
#=============================================================================
|
| 145 |
+
# If more than one structure is reported, the remaining sections should be
|
| 146 |
+
# completed per structure. For each data set, replace the '?' in the
|
| 147 |
+
# data_? line below by a unique identifier.
|
| 148 |
+
|
| 149 |
+
data_ A single-crystal infrared spe
|
| 150 |
+
|
| 151 |
+
#=============================================================================
|
| 152 |
+
|
| 153 |
+
# 5. CHEMICAL DATA
|
| 154 |
+
|
| 155 |
+
_chemical_name_systematic
|
| 156 |
+
; ?
|
| 157 |
+
;
|
| 158 |
+
_chemical_name_common ?
|
| 159 |
+
_chemical_formula_moiety ?
|
| 160 |
+
_chemical_formula_structural ?
|
| 161 |
+
_chemical_formula_analytical ?
|
| 162 |
+
_chemical_formula_iupac ?
|
| 163 |
+
_chemical_formula_sum ?
|
| 164 |
+
_chemical_formula_weight ?
|
| 165 |
+
_chemical_melting_point ?
|
| 166 |
+
_chemical_compound_source ? # for minerals and
|
| 167 |
+
# natural products
|
| 168 |
+
|
| 169 |
+
loop_
|
| 170 |
+
_atom_type_symbol
|
| 171 |
+
_atom_type_scat_Cromer_Mann_a1
|
| 172 |
+
_atom_type_scat_Cromer_Mann_b1
|
| 173 |
+
_atom_type_scat_Cromer_Mann_a2
|
| 174 |
+
_atom_type_scat_Cromer_Mann_b2
|
| 175 |
+
_atom_type_scat_Cromer_Mann_a3
|
| 176 |
+
_atom_type_scat_Cromer_Mann_b3
|
| 177 |
+
_atom_type_scat_Cromer_Mann_a4
|
| 178 |
+
_atom_type_scat_Cromer_Mann_b4
|
| 179 |
+
_atom_type_scat_Cromer_Mann_c
|
| 180 |
+
_atom_type_scat_dispersion_real
|
| 181 |
+
_atom_type_scat_dispersion_imag
|
| 182 |
+
_atom_type_scat_source
|
| 183 |
+
mn 11.28190 5.34090 7.35730 0.34320 3.01930 17.86740
|
| 184 |
+
2.24410 83.75430 1.08960 -0.56800 2.80800
|
| 185 |
+
International_Tables_for_Crystallography_Vol.C(1991)_Tables_6.1.1.4_and_6.1.1.5
|
| 186 |
+
dy 26.50700 2.18020 17.63830 0.20217 14.55960 12.18990
|
| 187 |
+
2.96577 111.87400 4.29728 -10.42300 9.74800
|
| 188 |
+
International_Tables_for_Crystallography_Vol.C(1991)_Tables_6.1.1.4_and_6.1.1.5
|
| 189 |
+
sr 17.56630 1.55640 9.81840 14.09880 5.42200 0.16640
|
| 190 |
+
2.66940 132.37601 2.50640 -0.46500 1.82000
|
| 191 |
+
International_Tables_for_Crystallography_Vol.C(1991)_Tables_6.1.1.4_and_6.1.1.5
|
| 192 |
+
o 3.04850 13.27710 2.28680 5.70110 1.54630 0.32390
|
| 193 |
+
0.86700 32.90890 0.25080 0.04700 0.03200
|
| 194 |
+
International_Tables_for_Crystallography_Vol.C(1991)_Tables_6.1.1.4_and_6.1.1.5
|
| 195 |
+
|
| 196 |
+
#=============================================================================
|
| 197 |
+
|
| 198 |
+
# 6. POWDER SPECIMEN AND CRYSTAL DATA
|
| 199 |
+
|
| 200 |
+
_symmetry_cell_setting Orthorhombic
|
| 201 |
+
_symmetry_space_group_name_H-M 'P b n m'
|
| 202 |
+
_symmetry_space_group_name_Hall '-P 2c 2ab'
|
| 203 |
+
|
| 204 |
+
loop_
|
| 205 |
+
_symmetry_equiv_pos_as_xyz #<--must include 'x,y,z'
|
| 206 |
+
'x,y,z'
|
| 207 |
+
'x+1/2,-y+1/2,-z'
|
| 208 |
+
'-x+1/2,y+1/2,-z+1/2'
|
| 209 |
+
'-x,-y,z+1/2'
|
| 210 |
+
'-x,-y,-z'
|
| 211 |
+
'-x+1/2,y+1/2,z'
|
| 212 |
+
'x+1/2,-y+1/2,z+1/2'
|
| 213 |
+
'x,y,-z+1/2'
|
| 214 |
+
|
| 215 |
+
_cell_length_a 5.40201
|
| 216 |
+
_cell_length_b 5.41494
|
| 217 |
+
_cell_length_c 7.62832
|
| 218 |
+
_cell_angle_alpha 90.00000
|
| 219 |
+
_cell_angle_beta 90.00000
|
| 220 |
+
_cell_angle_gamma 90.00000
|
| 221 |
+
_cell_volume 223.14005
|
| 222 |
+
_cell_formula_units_Z ?
|
| 223 |
+
_cell_measurement_temperature ?
|
| 224 |
+
_cell_special_details
|
| 225 |
+
; ?
|
| 226 |
+
;
|
| 227 |
+
# The next three fields give the specimen dimensions in mm. The equatorial
|
| 228 |
+
# plane contains the incident and diffracted beam.
|
| 229 |
+
|
| 230 |
+
_pd_spec_size_axial ? # perpendicular to
|
| 231 |
+
# equatorial plane
|
| 232 |
+
_pd_spec_size_equat ? # parallel to
|
| 233 |
+
# scattering vector
|
| 234 |
+
# in transmission
|
| 235 |
+
_pd_spec_size_thick ? # parallel to
|
| 236 |
+
# scattering vector
|
| 237 |
+
# in reflection
|
| 238 |
+
|
| 239 |
+
# The next five fields are character fields that describe the specimen.
|
| 240 |
+
|
| 241 |
+
_pd_spec_mounting # This field should be
|
| 242 |
+
# used to give details of the
|
| 243 |
+
# container.
|
| 244 |
+
; ?
|
| 245 |
+
;
|
| 246 |
+
_pd_spec_mount_mode ? # options are 'reflection'
|
| 247 |
+
# or 'transmission'
|
| 248 |
+
_pd_spec_shape ? # options are 'cylinder'
|
| 249 |
+
# 'flat_sheet' or 'irregular'
|
| 250 |
+
_pd_char_particle_morphology ?
|
| 251 |
+
_pd_char_colour ? # use ICDD colour descriptions
|
| 252 |
+
|
| 253 |
+
# The following three fields describe the preparation of the specimen.
|
| 254 |
+
# The cooling rate is in K/min. The pressure at which the sample was
|
| 255 |
+
# prepared is in kPa. The temperature of preparation is in K.
|
| 256 |
+
|
| 257 |
+
_pd_prep_cool_rate ?
|
| 258 |
+
_pd_prep_pressure ?
|
| 259 |
+
_pd_prep_temperature ?
|
| 260 |
+
|
| 261 |
+
# The next four fields are normally only needed for transmission experiments.
|
| 262 |
+
|
| 263 |
+
_exptl_absorpt_coefficient_mu ?
|
| 264 |
+
_exptl_absorpt_correction_type ?
|
| 265 |
+
_exptl_absorpt_process_details ?
|
| 266 |
+
_exptl_absorpt_correction_T_min ?
|
| 267 |
+
_exptl_absorpt_correction_T_max ?
|
| 268 |
+
|
| 269 |
+
#=============================================================================
|
| 270 |
+
|
| 271 |
+
# 7. EXPERIMENTAL DATA
|
| 272 |
+
|
| 273 |
+
_exptl_special_details
|
| 274 |
+
; ?
|
| 275 |
+
;
|
| 276 |
+
|
| 277 |
+
# The following item is used to identify the equipment used to record
|
| 278 |
+
# the powder pattern when the diffractogram was measured at a laboratory
|
| 279 |
+
# other than the authors' home institution, e.g. when neutron or synchrotron
|
| 280 |
+
# radiation is used.
|
| 281 |
+
|
| 282 |
+
_pd_instr_location
|
| 283 |
+
; ?
|
| 284 |
+
;
|
| 285 |
+
_pd_calibration_special_details # description of the method used
|
| 286 |
+
# to calibrate the instrument
|
| 287 |
+
; ?
|
| 288 |
+
;
|
| 289 |
+
|
| 290 |
+
_diffrn_ambient_temperature ?
|
| 291 |
+
_diffrn_source ? # Put here: 'rotating-anode X-ray tube' or similar
|
| 292 |
+
_diffrn_radiation_type 'X-ray'
|
| 293 |
+
_diffrn_source_target ? # Put here the chemical symbol of the anode
|
| 294 |
+
|
| 295 |
+
_diffrn_radiation_monochromator ?
|
| 296 |
+
_diffrn_measurement_device_type ?
|
| 297 |
+
_diffrn_measurement_method ?
|
| 298 |
+
_diffrn_detector_area_resol_mean ? # Not in version 2.0.1
|
| 299 |
+
_diffrn_detector ?
|
| 300 |
+
_diffrn_detector_type ? # make or model of detector
|
| 301 |
+
_pd_meas_scan_method ? # options are 'step', 'cont',
|
| 302 |
+
# 'tof', 'fixed' or
|
| 303 |
+
# 'disp' (= dispersive)
|
| 304 |
+
_pd_meas_special_details
|
| 305 |
+
; ?
|
| 306 |
+
;
|
| 307 |
+
|
| 308 |
+
# The following four items give details of the measured (not processed)
|
| 309 |
+
# powder pattern. Angles are in degrees.
|
| 310 |
+
|
| 311 |
+
_pd_meas_number_of_points 5495
|
| 312 |
+
_pd_meas_2theta_range_min 10.12000
|
| 313 |
+
_pd_meas_2theta_range_max 120.00000
|
| 314 |
+
_pd_meas_2theta_range_inc 0.020006
|
| 315 |
+
|
| 316 |
+
#=============================================================================
|
| 317 |
+
|
| 318 |
+
# 8. REFINEMENT DATA
|
| 319 |
+
|
| 320 |
+
_refine_special_details
|
| 321 |
+
; ?
|
| 322 |
+
;
|
| 323 |
+
|
| 324 |
+
# Use the next field to give any special details about the fitting of the
|
| 325 |
+
# powder pattern.
|
| 326 |
+
|
| 327 |
+
_pd_proc_ls_special_details
|
| 328 |
+
; ?
|
| 329 |
+
;
|
| 330 |
+
|
| 331 |
+
# The next three items are given as text.
|
| 332 |
+
|
| 333 |
+
_pd_proc_ls_profile_function ?
|
| 334 |
+
_pd_proc_ls_background_function ?
|
| 335 |
+
_pd_proc_ls_pref_orient_corr
|
| 336 |
+
; ?
|
| 337 |
+
;
|
| 338 |
+
|
| 339 |
+
# The following profile R-factors are NOT CORRECTED for background
|
| 340 |
+
# The sum is extended to all non-excluded points.
|
| 341 |
+
# These are the current CIF standard
|
| 342 |
+
|
| 343 |
+
_pd_proc_ls_prof_R_factor 6.8453
|
| 344 |
+
_pd_proc_ls_prof_wR_factor 9.7298
|
| 345 |
+
_pd_proc_ls_prof_wR_expected 5.2718
|
| 346 |
+
|
| 347 |
+
# The following profile R-factors are CORRECTED for background
|
| 348 |
+
# The sum is extended to all non-excluded points.
|
| 349 |
+
# These items are not in the current CIF standard, but are defined above
|
| 350 |
+
|
| 351 |
+
_pd_proc_ls_prof_cR_factor 10.1463
|
| 352 |
+
_pd_proc_ls_prof_cwR_factor 12.5354
|
| 353 |
+
_pd_proc_ls_prof_cwR_expected 6.7919
|
| 354 |
+
|
| 355 |
+
# The following items are not in the CIF standard, but are defined above
|
| 356 |
+
|
| 357 |
+
_pd_proc_ls_prof_chi2 3.4064
|
| 358 |
+
_pd_proc_ls_prof_echi2 3.6503
|
| 359 |
+
|
| 360 |
+
# Items related to LS refinement
|
| 361 |
+
|
| 362 |
+
_refine_ls_R_I_factor 3.7639
|
| 363 |
+
_refine_ls_number_reflns 383
|
| 364 |
+
_refine_ls_number_parameters 19
|
| 365 |
+
_refine_ls_number_restraints 0
|
| 366 |
+
|
| 367 |
+
# The following four items apply to angular dispersive measurements.
|
| 368 |
+
# 2theta minimum, maximum and increment (in degrees) are for the
|
| 369 |
+
# intensities used in the refinement.
|
| 370 |
+
|
| 371 |
+
_pd_proc_2theta_range_min 10.1565
|
| 372 |
+
_pd_proc_2theta_range_max 120.0365
|
| 373 |
+
_pd_proc_2theta_range_inc 0.020006
|
| 374 |
+
_pd_proc_wavelength 1.540560
|
| 375 |
+
|
| 376 |
+
_pd_block_diffractogram_id ? # The id used for the block containing
|
| 377 |
+
# the powder pattern profile (section 11)
|
| 378 |
+
|
| 379 |
+
# Give appropriate details in the next two text fields.
|
| 380 |
+
|
| 381 |
+
_pd_proc_info_excluded_regions ?
|
| 382 |
+
_pd_proc_info_data_reduction ?
|
| 383 |
+
|
| 384 |
+
# The following items are used to identify the programs used.
|
| 385 |
+
|
| 386 |
+
_computing_data_collection ?
|
| 387 |
+
_computing_structure_solution ?
|
| 388 |
+
_computing_structure_refinement FULLPROF
|
| 389 |
+
_computing_molecular_graphics ?
|
| 390 |
+
_computing_publication_material ?
|
| 391 |
+
|
| 392 |
+
#=============================================================================
|
| 393 |
+
|
| 394 |
+
# 9. ATOMIC COORDINATES AND DISPLACEMENT PARAMETERS
|
| 395 |
+
|
| 396 |
+
loop_
|
| 397 |
+
_atom_site_label
|
| 398 |
+
_atom_site_fract_x
|
| 399 |
+
_atom_site_fract_y
|
| 400 |
+
_atom_site_fract_z
|
| 401 |
+
_atom_site_U_iso_or_equiv
|
| 402 |
+
_atom_site_occupancy
|
| 403 |
+
_atom_site_adp_type # Not in version 2.0.1
|
| 404 |
+
_atom_site_type_symbol
|
| 405 |
+
Mn1 0.00000 0.50000 0.00000 0.00148 1.00000 Uani Mn
|
| 406 |
+
Dy1 -0.0027(6) 0.02575(15) 0.25000 0.00916 0.49043 Uani Dy
|
| 407 |
+
Sr1 -0.0027(6) 0.02575(15) 0.25000 0.00446 0.49043 Uani Sr
|
| 408 |
+
O1 0.543(6) -0.0129(19) 0.25000 0.10572 1.00006 Uani O
|
| 409 |
+
O2 0.2677(18) 0.2774(17) 0.0351(9) 0.00546 1.06274 Uani O
|
| 410 |
+
|
| 411 |
+
loop_
|
| 412 |
+
_atom_site_aniso_label
|
| 413 |
+
_atom_site_aniso_U_11
|
| 414 |
+
_atom_site_aniso_U_22
|
| 415 |
+
_atom_site_aniso_U_33
|
| 416 |
+
_atom_site_aniso_U_12
|
| 417 |
+
_atom_site_aniso_U_13
|
| 418 |
+
_atom_site_aniso_U_23
|
| 419 |
+
_atom_site_aniso_type_symbol
|
| 420 |
+
Mn1 -0.00200 -0.00076 0.00719 -0.00529 -0.00159 0.00115 Mn
|
| 421 |
+
Dy1 0.00686 0.01866 0.00198 0.01226 0.00000 0.00000 Dy
|
| 422 |
+
Sr1 0.00251 -0.00233 0.01321 0.00353 0.00021 0.00000 Sr
|
| 423 |
+
O1 0.21605 0.08627 0.01483 -0.10071 0.00000 0.00000 O
|
| 424 |
+
O2 -0.00438 0.02460 -0.00383 0.00317 0.01111 -0.00435 O
|
| 425 |
+
|
| 426 |
+
# Note: if the displacement parameters were refined anisotropically
|
| 427 |
+
# the U matrices should be given as for single-crystal studies.
|
| 428 |
+
|
| 429 |
+
#=============================================================================
|
| 430 |
+
|
| 431 |
+
# 10. DISTANCES AND ANGLES / MOLECULAR GEOMETRY
|
| 432 |
+
|
| 433 |
+
_geom_special_details ?
|
| 434 |
+
|
| 435 |
+
loop_
|
| 436 |
+
_geom_bond_atom_site_label_1
|
| 437 |
+
_geom_bond_atom_site_label_2
|
| 438 |
+
_geom_bond_site_symmetry_1
|
| 439 |
+
_geom_bond_site_symmetry_2
|
| 440 |
+
_geom_bond_distance
|
| 441 |
+
_geom_bond_publ_flag
|
| 442 |
+
? ? ? ? ? ?
|
| 443 |
+
|
| 444 |
+
loop_
|
| 445 |
+
_geom_contact_atom_site_label_1
|
| 446 |
+
_geom_contact_atom_site_label_2
|
| 447 |
+
_geom_contact_distance
|
| 448 |
+
_geom_contact_site_symmetry_1
|
| 449 |
+
_geom_contact_site_symmetry_2
|
| 450 |
+
_geom_contact_publ_flag
|
| 451 |
+
? ? ? ? ? ?
|
| 452 |
+
|
| 453 |
+
loop_
|
| 454 |
+
_geom_angle_atom_site_label_1
|
| 455 |
+
_geom_angle_atom_site_label_2
|
| 456 |
+
_geom_angle_atom_site_label_3
|
| 457 |
+
_geom_angle_site_symmetry_1
|
| 458 |
+
_geom_angle_site_symmetry_2
|
| 459 |
+
_geom_angle_site_symmetry_3
|
| 460 |
+
_geom_angle
|
| 461 |
+
_geom_angle_publ_flag
|
| 462 |
+
? ? ? ? ? ? ? ?
|
| 463 |
+
|
| 464 |
+
loop_
|
| 465 |
+
_geom_torsion_atom_site_label_1
|
| 466 |
+
_geom_torsion_atom_site_label_2
|
| 467 |
+
_geom_torsion_atom_site_label_3
|
| 468 |
+
_geom_torsion_atom_site_label_4
|
| 469 |
+
_geom_torsion_site_symmetry_1
|
| 470 |
+
_geom_torsion_site_symmetry_2
|
| 471 |
+
_geom_torsion_site_symmetry_3
|
| 472 |
+
_geom_torsion_site_symmetry_4
|
| 473 |
+
_geom_torsion
|
| 474 |
+
_geom_torsion_publ_flag
|
| 475 |
+
? ? ? ? ? ? ? ? ? ?
|
| 476 |
+
|
| 477 |
+
loop_
|
| 478 |
+
_geom_hbond_atom_site_label_D
|
| 479 |
+
_geom_hbond_atom_site_label_H
|
| 480 |
+
_geom_hbond_atom_site_label_A
|
| 481 |
+
_geom_hbond_site_symmetry_D
|
| 482 |
+
_geom_hbond_site_symmetry_H
|
| 483 |
+
_geom_hbond_site_symmetry_A
|
| 484 |
+
_geom_hbond_distance_DH
|
| 485 |
+
_geom_hbond_distance_HA
|
| 486 |
+
_geom_hbond_distance_DA
|
| 487 |
+
_geom_hbond_angle_DHA
|
| 488 |
+
_geom_hbond_publ_flag
|
| 489 |
+
? ? ? ? ? ? ? ? ? ? ?
|
| 490 |
+
|
| 491 |
+
#=============================================================================
|
| 492 |
+
|
| 493 |
+
#=============================================================================
|
| 494 |
+
# Additional structures (last six sections and associated data_? identifiers)
|
| 495 |
+
# may be added at this point.
|
| 496 |
+
#=============================================================================
|
| 497 |
+
|
| 498 |
+
# The following lines are used to test the character set of files sent by
|
| 499 |
+
# network email or other means. They are not part of the CIF data set.
|
| 500 |
+
# abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
| 501 |
+
# !@#$%^&*()_+{}:"~<>?|\-=[];'`,./
|
data/data/DSMO/dsmo.cif
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#======================================================================
|
| 2 |
+
|
| 3 |
+
# CRYSTAL DATA
|
| 4 |
+
|
| 5 |
+
#----------------------------------------------------------------------
|
| 6 |
+
|
| 7 |
+
data_VESTA_phase_1
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
_chemical_name_common 'A single-crystal infrared spe'
|
| 11 |
+
_cell_length_a 5.40201
|
| 12 |
+
_cell_length_b 5.41494
|
| 13 |
+
_cell_length_c 7.62832
|
| 14 |
+
_cell_angle_alpha 90
|
| 15 |
+
_cell_angle_beta 90
|
| 16 |
+
_cell_angle_gamma 90
|
| 17 |
+
_space_group_name_H-M_alt 'P b n m'
|
| 18 |
+
_space_group_IT_number 62
|
| 19 |
+
|
| 20 |
+
loop_
|
| 21 |
+
_space_group_symop_operation_xyz
|
| 22 |
+
'x, y, z'
|
| 23 |
+
'-x, -y, -z'
|
| 24 |
+
'x+1/2, -y+1/2, -z'
|
| 25 |
+
'-x+1/2, y+1/2, z'
|
| 26 |
+
'-x, -y, z+1/2'
|
| 27 |
+
'x, y, -z+1/2'
|
| 28 |
+
'-x+1/2, y+1/2, -z+1/2'
|
| 29 |
+
'x+1/2, -y+1/2, z+1/2'
|
| 30 |
+
|
| 31 |
+
loop_
|
| 32 |
+
_atom_site_label
|
| 33 |
+
_atom_site_occupancy
|
| 34 |
+
_atom_site_fract_x
|
| 35 |
+
_atom_site_fract_y
|
| 36 |
+
_atom_site_fract_z
|
| 37 |
+
_atom_site_adp_type
|
| 38 |
+
_atom_site_U_iso_or_equiv
|
| 39 |
+
_atom_site_type_symbol
|
| 40 |
+
Mn1 1.0 0.000000 0.500000 0.000000 Uiso 0.001477 Mn
|
| 41 |
+
Dy1 0.5 -0.0027(7) 0.02575(16) 0.250000 Uiso 0.009167 Dy
|
| 42 |
+
Sr1 0.5 -0.0027(7) 0.02575(16) 0.250000 Uiso 0.004463 Sr
|
| 43 |
+
O1 1.0 0.543(6) -0.013(2) 0.250000 Uiso 0.105717 O
|
| 44 |
+
O2 1.0 0.2677(18) 0.2774(17) 0.0351(9) Uiso 0.005463 O
|
data/data/DSMO/dsmo.csv
ADDED
|
@@ -0,0 +1,5501 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
10 421
|
| 2 |
+
10.02 473
|
| 3 |
+
10.04 415
|
| 4 |
+
10.06 463
|
| 5 |
+
10.08 398
|
| 6 |
+
10.1 387
|
| 7 |
+
10.12 424
|
| 8 |
+
10.14 422
|
| 9 |
+
10.16 434
|
| 10 |
+
10.18 421
|
| 11 |
+
10.2 443
|
| 12 |
+
10.22 406
|
| 13 |
+
10.24 395
|
| 14 |
+
10.26 415
|
| 15 |
+
10.28 430
|
| 16 |
+
10.3 410
|
| 17 |
+
10.32 405
|
| 18 |
+
10.34 407
|
| 19 |
+
10.36 395
|
| 20 |
+
10.38 406
|
| 21 |
+
10.4 416
|
| 22 |
+
10.42 438
|
| 23 |
+
10.44 405
|
| 24 |
+
10.46 395
|
| 25 |
+
10.48 384
|
| 26 |
+
10.5 392
|
| 27 |
+
10.52 402
|
| 28 |
+
10.54 403
|
| 29 |
+
10.56 428
|
| 30 |
+
10.58 401
|
| 31 |
+
10.6 356
|
| 32 |
+
10.62 400
|
| 33 |
+
10.64 370
|
| 34 |
+
10.66 432
|
| 35 |
+
10.68 413
|
| 36 |
+
10.7 450
|
| 37 |
+
10.72 374
|
| 38 |
+
10.74 418
|
| 39 |
+
10.76 414
|
| 40 |
+
10.78 406
|
| 41 |
+
10.8 396
|
| 42 |
+
10.82 398
|
| 43 |
+
10.84 389
|
| 44 |
+
10.86 438
|
| 45 |
+
10.88 385
|
| 46 |
+
10.9 416
|
| 47 |
+
10.92 457
|
| 48 |
+
10.94 417
|
| 49 |
+
10.96 404
|
| 50 |
+
10.98 389
|
| 51 |
+
11 381
|
| 52 |
+
11.02 381
|
| 53 |
+
11.04 437
|
| 54 |
+
11.06 424
|
| 55 |
+
11.08 421
|
| 56 |
+
11.1 401
|
| 57 |
+
11.12 334
|
| 58 |
+
11.14 401
|
| 59 |
+
11.16 392
|
| 60 |
+
11.18 389
|
| 61 |
+
11.2 369
|
| 62 |
+
11.22 360
|
| 63 |
+
11.24 387
|
| 64 |
+
11.26 397
|
| 65 |
+
11.28 375
|
| 66 |
+
11.3 375
|
| 67 |
+
11.32 407
|
| 68 |
+
11.34 411
|
| 69 |
+
11.36 350
|
| 70 |
+
11.38 395
|
| 71 |
+
11.4 361
|
| 72 |
+
11.42 367
|
| 73 |
+
11.44 373
|
| 74 |
+
11.46 401
|
| 75 |
+
11.48 405
|
| 76 |
+
11.5 384
|
| 77 |
+
11.52 376
|
| 78 |
+
11.54 392
|
| 79 |
+
11.56 375
|
| 80 |
+
11.58 364
|
| 81 |
+
11.6 339
|
| 82 |
+
11.62 396
|
| 83 |
+
11.64 330
|
| 84 |
+
11.66 342
|
| 85 |
+
11.68 396
|
| 86 |
+
11.7 354
|
| 87 |
+
11.72 333
|
| 88 |
+
11.74 345
|
| 89 |
+
11.76 370
|
| 90 |
+
11.78 374
|
| 91 |
+
11.8 368
|
| 92 |
+
11.82 334
|
| 93 |
+
11.84 374
|
| 94 |
+
11.86 351
|
| 95 |
+
11.88 346
|
| 96 |
+
11.9 395
|
| 97 |
+
11.92 352
|
| 98 |
+
11.94 357
|
| 99 |
+
11.96 331
|
| 100 |
+
11.98 366
|
| 101 |
+
12 346
|
| 102 |
+
12.02 368
|
| 103 |
+
12.04 383
|
| 104 |
+
12.06 354
|
| 105 |
+
12.08 343
|
| 106 |
+
12.1 339
|
| 107 |
+
12.12 336
|
| 108 |
+
12.14 348
|
| 109 |
+
12.16 346
|
| 110 |
+
12.18 381
|
| 111 |
+
12.2 355
|
| 112 |
+
12.22 353
|
| 113 |
+
12.24 383
|
| 114 |
+
12.26 360
|
| 115 |
+
12.28 380
|
| 116 |
+
12.3 365
|
| 117 |
+
12.32 343
|
| 118 |
+
12.34 323
|
| 119 |
+
12.36 359
|
| 120 |
+
12.38 319
|
| 121 |
+
12.4 343
|
| 122 |
+
12.42 335
|
| 123 |
+
12.44 379
|
| 124 |
+
12.46 354
|
| 125 |
+
12.48 356
|
| 126 |
+
12.5 337
|
| 127 |
+
12.52 342
|
| 128 |
+
12.54 313
|
| 129 |
+
12.56 341
|
| 130 |
+
12.58 352
|
| 131 |
+
12.6 316
|
| 132 |
+
12.62 325
|
| 133 |
+
12.64 321
|
| 134 |
+
12.66 319
|
| 135 |
+
12.68 340
|
| 136 |
+
12.7 334
|
| 137 |
+
12.72 301
|
| 138 |
+
12.74 337
|
| 139 |
+
12.76 331
|
| 140 |
+
12.78 332
|
| 141 |
+
12.8 358
|
| 142 |
+
12.82 325
|
| 143 |
+
12.84 325
|
| 144 |
+
12.86 369
|
| 145 |
+
12.88 328
|
| 146 |
+
12.9 359
|
| 147 |
+
12.92 368
|
| 148 |
+
12.94 321
|
| 149 |
+
12.96 312
|
| 150 |
+
12.98 346
|
| 151 |
+
13 326
|
| 152 |
+
13.02 333
|
| 153 |
+
13.04 337
|
| 154 |
+
13.06 319
|
| 155 |
+
13.08 322
|
| 156 |
+
13.1 316
|
| 157 |
+
13.12 341
|
| 158 |
+
13.14 337
|
| 159 |
+
13.16 331
|
| 160 |
+
13.18 325
|
| 161 |
+
13.2 320
|
| 162 |
+
13.22 308
|
| 163 |
+
13.24 294
|
| 164 |
+
13.26 326
|
| 165 |
+
13.28 304
|
| 166 |
+
13.3 300
|
| 167 |
+
13.32 309
|
| 168 |
+
13.34 334
|
| 169 |
+
13.36 299
|
| 170 |
+
13.38 282
|
| 171 |
+
13.4 296
|
| 172 |
+
13.42 287
|
| 173 |
+
13.44 292
|
| 174 |
+
13.46 282
|
| 175 |
+
13.48 326
|
| 176 |
+
13.5 332
|
| 177 |
+
13.52 279
|
| 178 |
+
13.54 300
|
| 179 |
+
13.56 279
|
| 180 |
+
13.58 303
|
| 181 |
+
13.6 293
|
| 182 |
+
13.62 302
|
| 183 |
+
13.64 296
|
| 184 |
+
13.66 299
|
| 185 |
+
13.68 316
|
| 186 |
+
13.7 304
|
| 187 |
+
13.72 335
|
| 188 |
+
13.74 311
|
| 189 |
+
13.76 294
|
| 190 |
+
13.78 303
|
| 191 |
+
13.8 294
|
| 192 |
+
13.82 295
|
| 193 |
+
13.84 293
|
| 194 |
+
13.86 285
|
| 195 |
+
13.88 301
|
| 196 |
+
13.9 311
|
| 197 |
+
13.92 310
|
| 198 |
+
13.94 346
|
| 199 |
+
13.96 259
|
| 200 |
+
13.98 296
|
| 201 |
+
14 300
|
| 202 |
+
14.02 280
|
| 203 |
+
14.04 285
|
| 204 |
+
14.06 322
|
| 205 |
+
14.08 283
|
| 206 |
+
14.1 299
|
| 207 |
+
14.12 304
|
| 208 |
+
14.14 302
|
| 209 |
+
14.16 292
|
| 210 |
+
14.18 269
|
| 211 |
+
14.2 279
|
| 212 |
+
14.22 309
|
| 213 |
+
14.24 298
|
| 214 |
+
14.26 316
|
| 215 |
+
14.28 291
|
| 216 |
+
14.3 314
|
| 217 |
+
14.32 291
|
| 218 |
+
14.34 269
|
| 219 |
+
14.36 299
|
| 220 |
+
14.38 286
|
| 221 |
+
14.4 270
|
| 222 |
+
14.42 314
|
| 223 |
+
14.44 284
|
| 224 |
+
14.46 311
|
| 225 |
+
14.48 287
|
| 226 |
+
14.5 289
|
| 227 |
+
14.52 266
|
| 228 |
+
14.54 293
|
| 229 |
+
14.56 305
|
| 230 |
+
14.58 283
|
| 231 |
+
14.6 256
|
| 232 |
+
14.62 286
|
| 233 |
+
14.64 291
|
| 234 |
+
14.66 271
|
| 235 |
+
14.68 290
|
| 236 |
+
14.7 295
|
| 237 |
+
14.72 294
|
| 238 |
+
14.74 276
|
| 239 |
+
14.76 299
|
| 240 |
+
14.78 262
|
| 241 |
+
14.8 275
|
| 242 |
+
14.82 288
|
| 243 |
+
14.84 296
|
| 244 |
+
14.86 268
|
| 245 |
+
14.88 294
|
| 246 |
+
14.9 266
|
| 247 |
+
14.92 307
|
| 248 |
+
14.94 268
|
| 249 |
+
14.96 263
|
| 250 |
+
14.98 290
|
| 251 |
+
15 277
|
| 252 |
+
15.02 305
|
| 253 |
+
15.04 303
|
| 254 |
+
15.06 265
|
| 255 |
+
15.08 318
|
| 256 |
+
15.1 295
|
| 257 |
+
15.12 271
|
| 258 |
+
15.14 291
|
| 259 |
+
15.16 281
|
| 260 |
+
15.18 270
|
| 261 |
+
15.2 269
|
| 262 |
+
15.22 284
|
| 263 |
+
15.24 267
|
| 264 |
+
15.26 247
|
| 265 |
+
15.28 301
|
| 266 |
+
15.3 273
|
| 267 |
+
15.32 270
|
| 268 |
+
15.34 248
|
| 269 |
+
15.36 318
|
| 270 |
+
15.38 244
|
| 271 |
+
15.4 259
|
| 272 |
+
15.42 272
|
| 273 |
+
15.44 277
|
| 274 |
+
15.46 243
|
| 275 |
+
15.48 298
|
| 276 |
+
15.5 263
|
| 277 |
+
15.52 250
|
| 278 |
+
15.54 281
|
| 279 |
+
15.56 277
|
| 280 |
+
15.58 286
|
| 281 |
+
15.6 244
|
| 282 |
+
15.62 275
|
| 283 |
+
15.64 277
|
| 284 |
+
15.66 290
|
| 285 |
+
15.68 253
|
| 286 |
+
15.7 308
|
| 287 |
+
15.72 272
|
| 288 |
+
15.74 273
|
| 289 |
+
15.76 253
|
| 290 |
+
15.78 256
|
| 291 |
+
15.8 251
|
| 292 |
+
15.82 252
|
| 293 |
+
15.84 272
|
| 294 |
+
15.86 274
|
| 295 |
+
15.88 284
|
| 296 |
+
15.9 270
|
| 297 |
+
15.92 249
|
| 298 |
+
15.94 267
|
| 299 |
+
15.96 289
|
| 300 |
+
15.98 276
|
| 301 |
+
16 280
|
| 302 |
+
16.02 254
|
| 303 |
+
16.04 293
|
| 304 |
+
16.06 272
|
| 305 |
+
16.08 258
|
| 306 |
+
16.1 294
|
| 307 |
+
16.12 268
|
| 308 |
+
16.14 258
|
| 309 |
+
16.16 273
|
| 310 |
+
16.18 251
|
| 311 |
+
16.2 241
|
| 312 |
+
16.22 239
|
| 313 |
+
16.24 297
|
| 314 |
+
16.26 282
|
| 315 |
+
16.28 255
|
| 316 |
+
16.3 246
|
| 317 |
+
16.32 266
|
| 318 |
+
16.34 260
|
| 319 |
+
16.36 280
|
| 320 |
+
16.38 303
|
| 321 |
+
16.4 279
|
| 322 |
+
16.42 244
|
| 323 |
+
16.44 297
|
| 324 |
+
16.46 264
|
| 325 |
+
16.48 290
|
| 326 |
+
16.5 287
|
| 327 |
+
16.52 234
|
| 328 |
+
16.54 290
|
| 329 |
+
16.56 250
|
| 330 |
+
16.58 276
|
| 331 |
+
16.6 272
|
| 332 |
+
16.62 249
|
| 333 |
+
16.64 249
|
| 334 |
+
16.66 279
|
| 335 |
+
16.68 281
|
| 336 |
+
16.7 269
|
| 337 |
+
16.72 275
|
| 338 |
+
16.74 282
|
| 339 |
+
16.76 289
|
| 340 |
+
16.78 262
|
| 341 |
+
16.8 255
|
| 342 |
+
16.82 237
|
| 343 |
+
16.84 246
|
| 344 |
+
16.86 267
|
| 345 |
+
16.88 289
|
| 346 |
+
16.9 262
|
| 347 |
+
16.92 294
|
| 348 |
+
16.94 286
|
| 349 |
+
16.96 274
|
| 350 |
+
16.98 263
|
| 351 |
+
17 236
|
| 352 |
+
17.02 240
|
| 353 |
+
17.04 288
|
| 354 |
+
17.06 263
|
| 355 |
+
17.08 292
|
| 356 |
+
17.1 268
|
| 357 |
+
17.12 248
|
| 358 |
+
17.14 266
|
| 359 |
+
17.16 224
|
| 360 |
+
17.18 272
|
| 361 |
+
17.2 250
|
| 362 |
+
17.22 218
|
| 363 |
+
17.24 277
|
| 364 |
+
17.26 261
|
| 365 |
+
17.28 230
|
| 366 |
+
17.3 240
|
| 367 |
+
17.32 245
|
| 368 |
+
17.34 239
|
| 369 |
+
17.36 253
|
| 370 |
+
17.38 241
|
| 371 |
+
17.4 268
|
| 372 |
+
17.42 254
|
| 373 |
+
17.44 229
|
| 374 |
+
17.46 253
|
| 375 |
+
17.48 258
|
| 376 |
+
17.5 227
|
| 377 |
+
17.52 239
|
| 378 |
+
17.54 260
|
| 379 |
+
17.56 232
|
| 380 |
+
17.58 252
|
| 381 |
+
17.6 263
|
| 382 |
+
17.62 279
|
| 383 |
+
17.64 243
|
| 384 |
+
17.66 239
|
| 385 |
+
17.68 259
|
| 386 |
+
17.7 253
|
| 387 |
+
17.72 248
|
| 388 |
+
17.74 239
|
| 389 |
+
17.76 261
|
| 390 |
+
17.78 252
|
| 391 |
+
17.8 242
|
| 392 |
+
17.82 256
|
| 393 |
+
17.84 269
|
| 394 |
+
17.86 267
|
| 395 |
+
17.88 249
|
| 396 |
+
17.9 264
|
| 397 |
+
17.92 239
|
| 398 |
+
17.94 235
|
| 399 |
+
17.96 248
|
| 400 |
+
17.98 263
|
| 401 |
+
18 259
|
| 402 |
+
18.02 245
|
| 403 |
+
18.04 258
|
| 404 |
+
18.06 233
|
| 405 |
+
18.08 238
|
| 406 |
+
18.1 233
|
| 407 |
+
18.12 216
|
| 408 |
+
18.14 234
|
| 409 |
+
18.16 241
|
| 410 |
+
18.18 243
|
| 411 |
+
18.2 200
|
| 412 |
+
18.22 212
|
| 413 |
+
18.24 241
|
| 414 |
+
18.26 244
|
| 415 |
+
18.28 234
|
| 416 |
+
18.3 231
|
| 417 |
+
18.32 208
|
| 418 |
+
18.34 221
|
| 419 |
+
18.36 208
|
| 420 |
+
18.38 257
|
| 421 |
+
18.4 217
|
| 422 |
+
18.42 226
|
| 423 |
+
18.44 248
|
| 424 |
+
18.46 230
|
| 425 |
+
18.48 213
|
| 426 |
+
18.5 227
|
| 427 |
+
18.52 243
|
| 428 |
+
18.54 218
|
| 429 |
+
18.56 254
|
| 430 |
+
18.58 236
|
| 431 |
+
18.6 221
|
| 432 |
+
18.62 247
|
| 433 |
+
18.64 249
|
| 434 |
+
18.66 221
|
| 435 |
+
18.68 219
|
| 436 |
+
18.7 233
|
| 437 |
+
18.72 228
|
| 438 |
+
18.74 248
|
| 439 |
+
18.76 236
|
| 440 |
+
18.78 244
|
| 441 |
+
18.8 232
|
| 442 |
+
18.82 223
|
| 443 |
+
18.84 226
|
| 444 |
+
18.86 232
|
| 445 |
+
18.88 240
|
| 446 |
+
18.9 223
|
| 447 |
+
18.92 262
|
| 448 |
+
18.94 231
|
| 449 |
+
18.96 211
|
| 450 |
+
18.98 191
|
| 451 |
+
19 207
|
| 452 |
+
19.02 235
|
| 453 |
+
19.04 243
|
| 454 |
+
19.06 198
|
| 455 |
+
19.08 191
|
| 456 |
+
19.1 232
|
| 457 |
+
19.12 218
|
| 458 |
+
19.14 234
|
| 459 |
+
19.16 215
|
| 460 |
+
19.18 217
|
| 461 |
+
19.2 248
|
| 462 |
+
19.22 222
|
| 463 |
+
19.24 218
|
| 464 |
+
19.26 249
|
| 465 |
+
19.28 191
|
| 466 |
+
19.3 240
|
| 467 |
+
19.32 205
|
| 468 |
+
19.34 220
|
| 469 |
+
19.36 219
|
| 470 |
+
19.38 224
|
| 471 |
+
19.4 202
|
| 472 |
+
19.42 198
|
| 473 |
+
19.44 241
|
| 474 |
+
19.46 183
|
| 475 |
+
19.48 223
|
| 476 |
+
19.5 244
|
| 477 |
+
19.52 245
|
| 478 |
+
19.54 219
|
| 479 |
+
19.56 213
|
| 480 |
+
19.58 211
|
| 481 |
+
19.6 219
|
| 482 |
+
19.62 217
|
| 483 |
+
19.64 238
|
| 484 |
+
19.66 222
|
| 485 |
+
19.68 222
|
| 486 |
+
19.7 196
|
| 487 |
+
19.72 203
|
| 488 |
+
19.74 222
|
| 489 |
+
19.76 210
|
| 490 |
+
19.78 212
|
| 491 |
+
19.8 245
|
| 492 |
+
19.82 219
|
| 493 |
+
19.84 230
|
| 494 |
+
19.86 205
|
| 495 |
+
19.88 219
|
| 496 |
+
19.9 212
|
| 497 |
+
19.92 225
|
| 498 |
+
19.94 203
|
| 499 |
+
19.96 191
|
| 500 |
+
19.98 248
|
| 501 |
+
20 190
|
| 502 |
+
20.02 215
|
| 503 |
+
20.04 221
|
| 504 |
+
20.06 204
|
| 505 |
+
20.08 248
|
| 506 |
+
20.1 220
|
| 507 |
+
20.12 219
|
| 508 |
+
20.14 247
|
| 509 |
+
20.16 240
|
| 510 |
+
20.18 215
|
| 511 |
+
20.2 227
|
| 512 |
+
20.22 240
|
| 513 |
+
20.24 203
|
| 514 |
+
20.26 204
|
| 515 |
+
20.28 223
|
| 516 |
+
20.3 224
|
| 517 |
+
20.32 199
|
| 518 |
+
20.34 213
|
| 519 |
+
20.36 203
|
| 520 |
+
20.38 216
|
| 521 |
+
20.4 205
|
| 522 |
+
20.42 202
|
| 523 |
+
20.44 192
|
| 524 |
+
20.46 203
|
| 525 |
+
20.48 221
|
| 526 |
+
20.5 225
|
| 527 |
+
20.52 224
|
| 528 |
+
20.54 211
|
| 529 |
+
20.56 192
|
| 530 |
+
20.58 214
|
| 531 |
+
20.6 201
|
| 532 |
+
20.62 211
|
| 533 |
+
20.64 207
|
| 534 |
+
20.66 215
|
| 535 |
+
20.68 189
|
| 536 |
+
20.7 203
|
| 537 |
+
20.72 199
|
| 538 |
+
20.74 196
|
| 539 |
+
20.76 187
|
| 540 |
+
20.78 205
|
| 541 |
+
20.8 195
|
| 542 |
+
20.82 204
|
| 543 |
+
20.84 211
|
| 544 |
+
20.86 211
|
| 545 |
+
20.88 174
|
| 546 |
+
20.9 191
|
| 547 |
+
20.92 197
|
| 548 |
+
20.94 195
|
| 549 |
+
20.96 205
|
| 550 |
+
20.98 215
|
| 551 |
+
21 217
|
| 552 |
+
21.02 223
|
| 553 |
+
21.04 201
|
| 554 |
+
21.06 202
|
| 555 |
+
21.08 181
|
| 556 |
+
21.1 228
|
| 557 |
+
21.12 202
|
| 558 |
+
21.14 172
|
| 559 |
+
21.16 190
|
| 560 |
+
21.18 168
|
| 561 |
+
21.2 203
|
| 562 |
+
21.22 194
|
| 563 |
+
21.24 205
|
| 564 |
+
21.26 199
|
| 565 |
+
21.28 183
|
| 566 |
+
21.3 209
|
| 567 |
+
21.32 177
|
| 568 |
+
21.34 192
|
| 569 |
+
21.36 188
|
| 570 |
+
21.38 186
|
| 571 |
+
21.4 183
|
| 572 |
+
21.42 199
|
| 573 |
+
21.44 222
|
| 574 |
+
21.46 191
|
| 575 |
+
21.48 180
|
| 576 |
+
21.5 186
|
| 577 |
+
21.52 206
|
| 578 |
+
21.54 190
|
| 579 |
+
21.56 184
|
| 580 |
+
21.58 180
|
| 581 |
+
21.6 191
|
| 582 |
+
21.62 190
|
| 583 |
+
21.64 186
|
| 584 |
+
21.66 202
|
| 585 |
+
21.68 177
|
| 586 |
+
21.7 192
|
| 587 |
+
21.72 201
|
| 588 |
+
21.74 188
|
| 589 |
+
21.76 175
|
| 590 |
+
21.78 191
|
| 591 |
+
21.8 185
|
| 592 |
+
21.82 198
|
| 593 |
+
21.84 196
|
| 594 |
+
21.86 206
|
| 595 |
+
21.88 209
|
| 596 |
+
21.9 190
|
| 597 |
+
21.92 186
|
| 598 |
+
21.94 190
|
| 599 |
+
21.96 217
|
| 600 |
+
21.98 173
|
| 601 |
+
22 209
|
| 602 |
+
22.02 195
|
| 603 |
+
22.04 193
|
| 604 |
+
22.06 182
|
| 605 |
+
22.08 179
|
| 606 |
+
22.1 189
|
| 607 |
+
22.12 188
|
| 608 |
+
22.14 206
|
| 609 |
+
22.16 178
|
| 610 |
+
22.18 175
|
| 611 |
+
22.2 199
|
| 612 |
+
22.22 191
|
| 613 |
+
22.24 199
|
| 614 |
+
22.26 185
|
| 615 |
+
22.28 195
|
| 616 |
+
22.3 233
|
| 617 |
+
22.32 208
|
| 618 |
+
22.34 219
|
| 619 |
+
22.36 177
|
| 620 |
+
22.38 199
|
| 621 |
+
22.4 180
|
| 622 |
+
22.42 167
|
| 623 |
+
22.44 174
|
| 624 |
+
22.46 201
|
| 625 |
+
22.48 189
|
| 626 |
+
22.5 188
|
| 627 |
+
22.52 210
|
| 628 |
+
22.54 181
|
| 629 |
+
22.56 203
|
| 630 |
+
22.58 203
|
| 631 |
+
22.6 184
|
| 632 |
+
22.62 195
|
| 633 |
+
22.64 216
|
| 634 |
+
22.66 216
|
| 635 |
+
22.68 208
|
| 636 |
+
22.7 201
|
| 637 |
+
22.72 222
|
| 638 |
+
22.74 228
|
| 639 |
+
22.76 197
|
| 640 |
+
22.78 218
|
| 641 |
+
22.8 267
|
| 642 |
+
22.82 233
|
| 643 |
+
22.84 257
|
| 644 |
+
22.86 277
|
| 645 |
+
22.88 285
|
| 646 |
+
22.9 290
|
| 647 |
+
22.92 336
|
| 648 |
+
22.94 316
|
| 649 |
+
22.96 367
|
| 650 |
+
22.98 380
|
| 651 |
+
23 404
|
| 652 |
+
23.02 481
|
| 653 |
+
23.04 504
|
| 654 |
+
23.06 652
|
| 655 |
+
23.08 728
|
| 656 |
+
23.1 849
|
| 657 |
+
23.12 1007
|
| 658 |
+
23.14 1288
|
| 659 |
+
23.16 1438
|
| 660 |
+
23.18 1705
|
| 661 |
+
23.2 1920
|
| 662 |
+
23.22 2204
|
| 663 |
+
23.24 2238
|
| 664 |
+
23.26 2223
|
| 665 |
+
23.28 2088
|
| 666 |
+
23.3 1964
|
| 667 |
+
23.32 1577
|
| 668 |
+
23.34 1329
|
| 669 |
+
23.36 1032
|
| 670 |
+
23.38 830
|
| 671 |
+
23.4 668
|
| 672 |
+
23.42 512
|
| 673 |
+
23.44 418
|
| 674 |
+
23.46 355
|
| 675 |
+
23.48 321
|
| 676 |
+
23.5 298
|
| 677 |
+
23.52 239
|
| 678 |
+
23.54 250
|
| 679 |
+
23.56 252
|
| 680 |
+
23.58 238
|
| 681 |
+
23.6 228
|
| 682 |
+
23.62 225
|
| 683 |
+
23.64 220
|
| 684 |
+
23.66 229
|
| 685 |
+
23.68 197
|
| 686 |
+
23.7 224
|
| 687 |
+
23.72 207
|
| 688 |
+
23.74 196
|
| 689 |
+
23.76 205
|
| 690 |
+
23.78 191
|
| 691 |
+
23.8 186
|
| 692 |
+
23.82 190
|
| 693 |
+
23.84 196
|
| 694 |
+
23.86 182
|
| 695 |
+
23.88 172
|
| 696 |
+
23.9 172
|
| 697 |
+
23.92 193
|
| 698 |
+
23.94 212
|
| 699 |
+
23.96 157
|
| 700 |
+
23.98 183
|
| 701 |
+
24 159
|
| 702 |
+
24.02 168
|
| 703 |
+
24.04 169
|
| 704 |
+
24.06 163
|
| 705 |
+
24.08 180
|
| 706 |
+
24.1 174
|
| 707 |
+
24.12 188
|
| 708 |
+
24.14 186
|
| 709 |
+
24.16 204
|
| 710 |
+
24.18 169
|
| 711 |
+
24.2 191
|
| 712 |
+
24.22 173
|
| 713 |
+
24.24 199
|
| 714 |
+
24.26 189
|
| 715 |
+
24.28 159
|
| 716 |
+
24.3 154
|
| 717 |
+
24.32 150
|
| 718 |
+
24.34 171
|
| 719 |
+
24.36 176
|
| 720 |
+
24.38 152
|
| 721 |
+
24.4 173
|
| 722 |
+
24.42 168
|
| 723 |
+
24.44 179
|
| 724 |
+
24.46 180
|
| 725 |
+
24.48 166
|
| 726 |
+
24.5 172
|
| 727 |
+
24.52 176
|
| 728 |
+
24.54 188
|
| 729 |
+
24.56 171
|
| 730 |
+
24.58 170
|
| 731 |
+
24.6 177
|
| 732 |
+
24.62 173
|
| 733 |
+
24.64 178
|
| 734 |
+
24.66 157
|
| 735 |
+
24.68 190
|
| 736 |
+
24.7 166
|
| 737 |
+
24.72 182
|
| 738 |
+
24.74 167
|
| 739 |
+
24.76 175
|
| 740 |
+
24.78 163
|
| 741 |
+
24.8 142
|
| 742 |
+
24.82 188
|
| 743 |
+
24.84 174
|
| 744 |
+
24.86 181
|
| 745 |
+
24.88 160
|
| 746 |
+
24.9 194
|
| 747 |
+
24.92 181
|
| 748 |
+
24.94 156
|
| 749 |
+
24.96 166
|
| 750 |
+
24.98 192
|
| 751 |
+
25 164
|
| 752 |
+
25.02 179
|
| 753 |
+
25.04 192
|
| 754 |
+
25.06 166
|
| 755 |
+
25.08 175
|
| 756 |
+
25.1 161
|
| 757 |
+
25.12 149
|
| 758 |
+
25.14 179
|
| 759 |
+
25.16 200
|
| 760 |
+
25.18 177
|
| 761 |
+
25.2 144
|
| 762 |
+
25.22 168
|
| 763 |
+
25.24 163
|
| 764 |
+
25.26 173
|
| 765 |
+
25.28 159
|
| 766 |
+
25.3 196
|
| 767 |
+
25.32 165
|
| 768 |
+
25.34 193
|
| 769 |
+
25.36 185
|
| 770 |
+
25.38 204
|
| 771 |
+
25.4 207
|
| 772 |
+
25.42 185
|
| 773 |
+
25.44 204
|
| 774 |
+
25.46 205
|
| 775 |
+
25.48 208
|
| 776 |
+
25.5 185
|
| 777 |
+
25.52 204
|
| 778 |
+
25.54 187
|
| 779 |
+
25.56 185
|
| 780 |
+
25.58 208
|
| 781 |
+
25.6 206
|
| 782 |
+
25.62 227
|
| 783 |
+
25.64 255
|
| 784 |
+
25.66 217
|
| 785 |
+
25.68 237
|
| 786 |
+
25.7 247
|
| 787 |
+
25.72 270
|
| 788 |
+
25.74 265
|
| 789 |
+
25.76 299
|
| 790 |
+
25.78 304
|
| 791 |
+
25.8 302
|
| 792 |
+
25.82 352
|
| 793 |
+
25.84 340
|
| 794 |
+
25.86 383
|
| 795 |
+
25.88 368
|
| 796 |
+
25.9 475
|
| 797 |
+
25.92 470
|
| 798 |
+
25.94 491
|
| 799 |
+
25.96 465
|
| 800 |
+
25.98 507
|
| 801 |
+
26 527
|
| 802 |
+
26.02 525
|
| 803 |
+
26.04 483
|
| 804 |
+
26.06 533
|
| 805 |
+
26.08 498
|
| 806 |
+
26.1 523
|
| 807 |
+
26.12 428
|
| 808 |
+
26.14 476
|
| 809 |
+
26.16 428
|
| 810 |
+
26.18 398
|
| 811 |
+
26.2 343
|
| 812 |
+
26.22 344
|
| 813 |
+
26.24 301
|
| 814 |
+
26.26 287
|
| 815 |
+
26.28 255
|
| 816 |
+
26.3 307
|
| 817 |
+
26.32 223
|
| 818 |
+
26.34 224
|
| 819 |
+
26.36 238
|
| 820 |
+
26.38 253
|
| 821 |
+
26.4 213
|
| 822 |
+
26.42 177
|
| 823 |
+
26.44 183
|
| 824 |
+
26.46 195
|
| 825 |
+
26.48 192
|
| 826 |
+
26.5 172
|
| 827 |
+
26.52 188
|
| 828 |
+
26.54 201
|
| 829 |
+
26.56 174
|
| 830 |
+
26.58 165
|
| 831 |
+
26.6 194
|
| 832 |
+
26.62 163
|
| 833 |
+
26.64 185
|
| 834 |
+
26.66 155
|
| 835 |
+
26.68 186
|
| 836 |
+
26.7 166
|
| 837 |
+
26.72 169
|
| 838 |
+
26.74 167
|
| 839 |
+
26.76 188
|
| 840 |
+
26.78 188
|
| 841 |
+
26.8 161
|
| 842 |
+
26.82 178
|
| 843 |
+
26.84 155
|
| 844 |
+
26.86 134
|
| 845 |
+
26.88 143
|
| 846 |
+
26.9 166
|
| 847 |
+
26.92 160
|
| 848 |
+
26.94 170
|
| 849 |
+
26.96 169
|
| 850 |
+
26.98 160
|
| 851 |
+
27 165
|
| 852 |
+
27.02 171
|
| 853 |
+
27.04 163
|
| 854 |
+
27.06 164
|
| 855 |
+
27.08 165
|
| 856 |
+
27.1 155
|
| 857 |
+
27.12 185
|
| 858 |
+
27.14 146
|
| 859 |
+
27.16 147
|
| 860 |
+
27.18 162
|
| 861 |
+
27.2 152
|
| 862 |
+
27.22 137
|
| 863 |
+
27.24 163
|
| 864 |
+
27.26 172
|
| 865 |
+
27.28 140
|
| 866 |
+
27.3 160
|
| 867 |
+
27.32 126
|
| 868 |
+
27.34 156
|
| 869 |
+
27.36 162
|
| 870 |
+
27.38 144
|
| 871 |
+
27.4 144
|
| 872 |
+
27.42 168
|
| 873 |
+
27.44 141
|
| 874 |
+
27.46 140
|
| 875 |
+
27.48 161
|
| 876 |
+
27.5 169
|
| 877 |
+
27.52 170
|
| 878 |
+
27.54 148
|
| 879 |
+
27.56 153
|
| 880 |
+
27.58 152
|
| 881 |
+
27.6 158
|
| 882 |
+
27.62 119
|
| 883 |
+
27.64 148
|
| 884 |
+
27.66 139
|
| 885 |
+
27.68 148
|
| 886 |
+
27.7 150
|
| 887 |
+
27.72 146
|
| 888 |
+
27.74 142
|
| 889 |
+
27.76 134
|
| 890 |
+
27.78 168
|
| 891 |
+
27.8 163
|
| 892 |
+
27.82 152
|
| 893 |
+
27.84 152
|
| 894 |
+
27.86 154
|
| 895 |
+
27.88 169
|
| 896 |
+
27.9 157
|
| 897 |
+
27.92 163
|
| 898 |
+
27.94 155
|
| 899 |
+
27.96 160
|
| 900 |
+
27.98 161
|
| 901 |
+
28 158
|
| 902 |
+
28.02 127
|
| 903 |
+
28.04 140
|
| 904 |
+
28.06 157
|
| 905 |
+
28.08 127
|
| 906 |
+
28.1 149
|
| 907 |
+
28.12 144
|
| 908 |
+
28.14 153
|
| 909 |
+
28.16 147
|
| 910 |
+
28.18 179
|
| 911 |
+
28.2 158
|
| 912 |
+
28.22 167
|
| 913 |
+
28.24 157
|
| 914 |
+
28.26 145
|
| 915 |
+
28.28 149
|
| 916 |
+
28.3 162
|
| 917 |
+
28.32 166
|
| 918 |
+
28.34 157
|
| 919 |
+
28.36 157
|
| 920 |
+
28.38 162
|
| 921 |
+
28.4 129
|
| 922 |
+
28.42 129
|
| 923 |
+
28.44 142
|
| 924 |
+
28.46 163
|
| 925 |
+
28.48 163
|
| 926 |
+
28.5 136
|
| 927 |
+
28.52 152
|
| 928 |
+
28.54 151
|
| 929 |
+
28.56 142
|
| 930 |
+
28.58 176
|
| 931 |
+
28.6 180
|
| 932 |
+
28.62 136
|
| 933 |
+
28.64 161
|
| 934 |
+
28.66 171
|
| 935 |
+
28.68 153
|
| 936 |
+
28.7 144
|
| 937 |
+
28.72 142
|
| 938 |
+
28.74 143
|
| 939 |
+
28.76 147
|
| 940 |
+
28.78 159
|
| 941 |
+
28.8 158
|
| 942 |
+
28.82 144
|
| 943 |
+
28.84 136
|
| 944 |
+
28.86 151
|
| 945 |
+
28.88 138
|
| 946 |
+
28.9 159
|
| 947 |
+
28.92 145
|
| 948 |
+
28.94 157
|
| 949 |
+
28.96 147
|
| 950 |
+
28.98 172
|
| 951 |
+
29 136
|
| 952 |
+
29.02 156
|
| 953 |
+
29.04 167
|
| 954 |
+
29.06 149
|
| 955 |
+
29.08 137
|
| 956 |
+
29.1 136
|
| 957 |
+
29.12 145
|
| 958 |
+
29.14 151
|
| 959 |
+
29.16 136
|
| 960 |
+
29.18 145
|
| 961 |
+
29.2 151
|
| 962 |
+
29.22 140
|
| 963 |
+
29.24 131
|
| 964 |
+
29.26 137
|
| 965 |
+
29.28 155
|
| 966 |
+
29.3 135
|
| 967 |
+
29.32 161
|
| 968 |
+
29.34 141
|
| 969 |
+
29.36 153
|
| 970 |
+
29.38 165
|
| 971 |
+
29.4 156
|
| 972 |
+
29.42 154
|
| 973 |
+
29.44 166
|
| 974 |
+
29.46 167
|
| 975 |
+
29.48 147
|
| 976 |
+
29.5 162
|
| 977 |
+
29.52 162
|
| 978 |
+
29.54 148
|
| 979 |
+
29.56 150
|
| 980 |
+
29.58 145
|
| 981 |
+
29.6 159
|
| 982 |
+
29.62 139
|
| 983 |
+
29.64 122
|
| 984 |
+
29.66 150
|
| 985 |
+
29.68 153
|
| 986 |
+
29.7 157
|
| 987 |
+
29.72 135
|
| 988 |
+
29.74 121
|
| 989 |
+
29.76 148
|
| 990 |
+
29.78 149
|
| 991 |
+
29.8 165
|
| 992 |
+
29.82 144
|
| 993 |
+
29.84 159
|
| 994 |
+
29.86 141
|
| 995 |
+
29.88 139
|
| 996 |
+
29.9 149
|
| 997 |
+
29.92 151
|
| 998 |
+
29.94 139
|
| 999 |
+
29.96 159
|
| 1000 |
+
29.98 143
|
| 1001 |
+
30 153
|
| 1002 |
+
30.02 159
|
| 1003 |
+
30.04 146
|
| 1004 |
+
30.06 149
|
| 1005 |
+
30.08 157
|
| 1006 |
+
30.1 154
|
| 1007 |
+
30.12 166
|
| 1008 |
+
30.14 145
|
| 1009 |
+
30.16 159
|
| 1010 |
+
30.18 156
|
| 1011 |
+
30.2 160
|
| 1012 |
+
30.22 161
|
| 1013 |
+
30.24 150
|
| 1014 |
+
30.26 152
|
| 1015 |
+
30.28 154
|
| 1016 |
+
30.3 131
|
| 1017 |
+
30.32 146
|
| 1018 |
+
30.34 167
|
| 1019 |
+
30.36 143
|
| 1020 |
+
30.38 164
|
| 1021 |
+
30.4 159
|
| 1022 |
+
30.42 175
|
| 1023 |
+
30.44 165
|
| 1024 |
+
30.46 134
|
| 1025 |
+
30.48 151
|
| 1026 |
+
30.5 137
|
| 1027 |
+
30.52 150
|
| 1028 |
+
30.54 164
|
| 1029 |
+
30.56 152
|
| 1030 |
+
30.58 140
|
| 1031 |
+
30.6 145
|
| 1032 |
+
30.62 135
|
| 1033 |
+
30.64 136
|
| 1034 |
+
30.66 131
|
| 1035 |
+
30.68 141
|
| 1036 |
+
30.7 146
|
| 1037 |
+
30.72 159
|
| 1038 |
+
30.74 169
|
| 1039 |
+
30.76 144
|
| 1040 |
+
30.78 129
|
| 1041 |
+
30.8 166
|
| 1042 |
+
30.82 163
|
| 1043 |
+
30.84 161
|
| 1044 |
+
30.86 149
|
| 1045 |
+
30.88 138
|
| 1046 |
+
30.9 149
|
| 1047 |
+
30.92 147
|
| 1048 |
+
30.94 164
|
| 1049 |
+
30.96 192
|
| 1050 |
+
30.98 149
|
| 1051 |
+
31 139
|
| 1052 |
+
31.02 149
|
| 1053 |
+
31.04 150
|
| 1054 |
+
31.06 133
|
| 1055 |
+
31.08 139
|
| 1056 |
+
31.1 143
|
| 1057 |
+
31.12 150
|
| 1058 |
+
31.14 163
|
| 1059 |
+
31.16 142
|
| 1060 |
+
31.18 146
|
| 1061 |
+
31.2 139
|
| 1062 |
+
31.22 133
|
| 1063 |
+
31.24 159
|
| 1064 |
+
31.26 153
|
| 1065 |
+
31.28 138
|
| 1066 |
+
31.3 143
|
| 1067 |
+
31.32 148
|
| 1068 |
+
31.34 138
|
| 1069 |
+
31.36 141
|
| 1070 |
+
31.38 163
|
| 1071 |
+
31.4 135
|
| 1072 |
+
31.42 154
|
| 1073 |
+
31.44 147
|
| 1074 |
+
31.46 140
|
| 1075 |
+
31.48 148
|
| 1076 |
+
31.5 155
|
| 1077 |
+
31.52 171
|
| 1078 |
+
31.54 142
|
| 1079 |
+
31.56 152
|
| 1080 |
+
31.58 141
|
| 1081 |
+
31.6 150
|
| 1082 |
+
31.62 136
|
| 1083 |
+
31.64 131
|
| 1084 |
+
31.66 144
|
| 1085 |
+
31.68 131
|
| 1086 |
+
31.7 154
|
| 1087 |
+
31.72 149
|
| 1088 |
+
31.74 175
|
| 1089 |
+
31.76 138
|
| 1090 |
+
31.78 166
|
| 1091 |
+
31.8 165
|
| 1092 |
+
31.82 164
|
| 1093 |
+
31.84 165
|
| 1094 |
+
31.86 136
|
| 1095 |
+
31.88 170
|
| 1096 |
+
31.9 181
|
| 1097 |
+
31.92 192
|
| 1098 |
+
31.94 157
|
| 1099 |
+
31.96 171
|
| 1100 |
+
31.98 154
|
| 1101 |
+
32 174
|
| 1102 |
+
32.02 194
|
| 1103 |
+
32.04 197
|
| 1104 |
+
32.06 217
|
| 1105 |
+
32.08 195
|
| 1106 |
+
32.1 189
|
| 1107 |
+
32.12 235
|
| 1108 |
+
32.14 208
|
| 1109 |
+
32.16 237
|
| 1110 |
+
32.18 228
|
| 1111 |
+
32.2 234
|
| 1112 |
+
32.22 249
|
| 1113 |
+
32.24 279
|
| 1114 |
+
32.26 257
|
| 1115 |
+
32.28 275
|
| 1116 |
+
32.3 272
|
| 1117 |
+
32.32 265
|
| 1118 |
+
32.34 277
|
| 1119 |
+
32.36 285
|
| 1120 |
+
32.38 311
|
| 1121 |
+
32.4 309
|
| 1122 |
+
32.42 311
|
| 1123 |
+
32.44 323
|
| 1124 |
+
32.46 338
|
| 1125 |
+
32.48 398
|
| 1126 |
+
32.5 372
|
| 1127 |
+
32.52 383
|
| 1128 |
+
32.54 441
|
| 1129 |
+
32.56 427
|
| 1130 |
+
32.58 493
|
| 1131 |
+
32.6 553
|
| 1132 |
+
32.62 595
|
| 1133 |
+
32.64 617
|
| 1134 |
+
32.66 729
|
| 1135 |
+
32.68 776
|
| 1136 |
+
32.7 868
|
| 1137 |
+
32.72 914
|
| 1138 |
+
32.74 1064
|
| 1139 |
+
32.76 1212
|
| 1140 |
+
32.78 1346
|
| 1141 |
+
32.8 1561
|
| 1142 |
+
32.82 1788
|
| 1143 |
+
32.84 2162
|
| 1144 |
+
32.86 2509
|
| 1145 |
+
32.88 3134
|
| 1146 |
+
32.9 3646
|
| 1147 |
+
32.92 4452
|
| 1148 |
+
32.94 5602
|
| 1149 |
+
32.96 6947
|
| 1150 |
+
32.98 8409
|
| 1151 |
+
33 10733
|
| 1152 |
+
33.02 13739
|
| 1153 |
+
33.04 17055
|
| 1154 |
+
33.06 21038
|
| 1155 |
+
33.08 24380
|
| 1156 |
+
33.1 27491
|
| 1157 |
+
33.12 28818
|
| 1158 |
+
33.14 29322
|
| 1159 |
+
33.16 27476
|
| 1160 |
+
33.18 24416
|
| 1161 |
+
33.2 20947
|
| 1162 |
+
33.22 17555
|
| 1163 |
+
33.24 14144
|
| 1164 |
+
33.26 11150
|
| 1165 |
+
33.28 8098
|
| 1166 |
+
33.3 5852
|
| 1167 |
+
33.32 4239
|
| 1168 |
+
33.34 3020
|
| 1169 |
+
33.36 2349
|
| 1170 |
+
33.38 1892
|
| 1171 |
+
33.4 1630
|
| 1172 |
+
33.42 1345
|
| 1173 |
+
33.44 1191
|
| 1174 |
+
33.46 1047
|
| 1175 |
+
33.48 928
|
| 1176 |
+
33.5 828
|
| 1177 |
+
33.52 738
|
| 1178 |
+
33.54 653
|
| 1179 |
+
33.56 619
|
| 1180 |
+
33.58 539
|
| 1181 |
+
33.6 487
|
| 1182 |
+
33.62 444
|
| 1183 |
+
33.64 451
|
| 1184 |
+
33.66 431
|
| 1185 |
+
33.68 397
|
| 1186 |
+
33.7 398
|
| 1187 |
+
33.72 297
|
| 1188 |
+
33.74 332
|
| 1189 |
+
33.76 309
|
| 1190 |
+
33.78 312
|
| 1191 |
+
33.8 255
|
| 1192 |
+
33.82 262
|
| 1193 |
+
33.84 251
|
| 1194 |
+
33.86 255
|
| 1195 |
+
33.88 240
|
| 1196 |
+
33.9 221
|
| 1197 |
+
33.92 203
|
| 1198 |
+
33.94 217
|
| 1199 |
+
33.96 234
|
| 1200 |
+
33.98 240
|
| 1201 |
+
34 198
|
| 1202 |
+
34.02 227
|
| 1203 |
+
34.04 186
|
| 1204 |
+
34.06 191
|
| 1205 |
+
34.08 196
|
| 1206 |
+
34.1 176
|
| 1207 |
+
34.12 180
|
| 1208 |
+
34.14 155
|
| 1209 |
+
34.16 156
|
| 1210 |
+
34.18 175
|
| 1211 |
+
34.2 169
|
| 1212 |
+
34.22 176
|
| 1213 |
+
34.24 162
|
| 1214 |
+
34.26 167
|
| 1215 |
+
34.28 169
|
| 1216 |
+
34.3 159
|
| 1217 |
+
34.32 146
|
| 1218 |
+
34.34 153
|
| 1219 |
+
34.36 150
|
| 1220 |
+
34.38 164
|
| 1221 |
+
34.4 163
|
| 1222 |
+
34.42 176
|
| 1223 |
+
34.44 144
|
| 1224 |
+
34.46 138
|
| 1225 |
+
34.48 178
|
| 1226 |
+
34.5 159
|
| 1227 |
+
34.52 148
|
| 1228 |
+
34.54 148
|
| 1229 |
+
34.56 174
|
| 1230 |
+
34.58 164
|
| 1231 |
+
34.6 161
|
| 1232 |
+
34.62 136
|
| 1233 |
+
34.64 146
|
| 1234 |
+
34.66 152
|
| 1235 |
+
34.68 177
|
| 1236 |
+
34.7 162
|
| 1237 |
+
34.72 170
|
| 1238 |
+
34.74 159
|
| 1239 |
+
34.76 185
|
| 1240 |
+
34.78 180
|
| 1241 |
+
34.8 195
|
| 1242 |
+
34.82 201
|
| 1243 |
+
34.84 218
|
| 1244 |
+
34.86 212
|
| 1245 |
+
34.88 206
|
| 1246 |
+
34.9 234
|
| 1247 |
+
34.92 263
|
| 1248 |
+
34.94 232
|
| 1249 |
+
34.96 254
|
| 1250 |
+
34.98 275
|
| 1251 |
+
35 320
|
| 1252 |
+
35.02 295
|
| 1253 |
+
35.04 392
|
| 1254 |
+
35.06 370
|
| 1255 |
+
35.08 363
|
| 1256 |
+
35.1 379
|
| 1257 |
+
35.12 378
|
| 1258 |
+
35.14 398
|
| 1259 |
+
35.16 352
|
| 1260 |
+
35.18 361
|
| 1261 |
+
35.2 316
|
| 1262 |
+
35.22 325
|
| 1263 |
+
35.24 292
|
| 1264 |
+
35.26 311
|
| 1265 |
+
35.28 278
|
| 1266 |
+
35.3 245
|
| 1267 |
+
35.32 238
|
| 1268 |
+
35.34 226
|
| 1269 |
+
35.36 213
|
| 1270 |
+
35.38 192
|
| 1271 |
+
35.4 170
|
| 1272 |
+
35.42 156
|
| 1273 |
+
35.44 158
|
| 1274 |
+
35.46 149
|
| 1275 |
+
35.48 156
|
| 1276 |
+
35.5 129
|
| 1277 |
+
35.52 139
|
| 1278 |
+
35.54 143
|
| 1279 |
+
35.56 132
|
| 1280 |
+
35.58 128
|
| 1281 |
+
35.6 121
|
| 1282 |
+
35.62 136
|
| 1283 |
+
35.64 111
|
| 1284 |
+
35.66 115
|
| 1285 |
+
35.68 136
|
| 1286 |
+
35.7 126
|
| 1287 |
+
35.72 122
|
| 1288 |
+
35.74 138
|
| 1289 |
+
35.76 111
|
| 1290 |
+
35.78 115
|
| 1291 |
+
35.8 119
|
| 1292 |
+
35.82 92
|
| 1293 |
+
35.84 108
|
| 1294 |
+
35.86 115
|
| 1295 |
+
35.88 113
|
| 1296 |
+
35.9 121
|
| 1297 |
+
35.92 109
|
| 1298 |
+
35.94 124
|
| 1299 |
+
35.96 117
|
| 1300 |
+
35.98 115
|
| 1301 |
+
36 130
|
| 1302 |
+
36.02 121
|
| 1303 |
+
36.04 107
|
| 1304 |
+
36.06 126
|
| 1305 |
+
36.08 95
|
| 1306 |
+
36.1 116
|
| 1307 |
+
36.12 127
|
| 1308 |
+
36.14 109
|
| 1309 |
+
36.16 108
|
| 1310 |
+
36.18 108
|
| 1311 |
+
36.2 107
|
| 1312 |
+
36.22 111
|
| 1313 |
+
36.24 108
|
| 1314 |
+
36.26 110
|
| 1315 |
+
36.28 116
|
| 1316 |
+
36.3 127
|
| 1317 |
+
36.32 127
|
| 1318 |
+
36.34 116
|
| 1319 |
+
36.36 105
|
| 1320 |
+
36.38 109
|
| 1321 |
+
36.4 103
|
| 1322 |
+
36.42 108
|
| 1323 |
+
36.44 120
|
| 1324 |
+
36.46 87
|
| 1325 |
+
36.48 103
|
| 1326 |
+
36.5 103
|
| 1327 |
+
36.52 121
|
| 1328 |
+
36.54 106
|
| 1329 |
+
36.56 126
|
| 1330 |
+
36.58 107
|
| 1331 |
+
36.6 107
|
| 1332 |
+
36.62 126
|
| 1333 |
+
36.64 93
|
| 1334 |
+
36.66 94
|
| 1335 |
+
36.68 103
|
| 1336 |
+
36.7 89
|
| 1337 |
+
36.72 108
|
| 1338 |
+
36.74 124
|
| 1339 |
+
36.76 123
|
| 1340 |
+
36.78 97
|
| 1341 |
+
36.8 118
|
| 1342 |
+
36.82 106
|
| 1343 |
+
36.84 106
|
| 1344 |
+
36.86 122
|
| 1345 |
+
36.88 104
|
| 1346 |
+
36.9 106
|
| 1347 |
+
36.92 101
|
| 1348 |
+
36.94 124
|
| 1349 |
+
36.96 127
|
| 1350 |
+
36.98 116
|
| 1351 |
+
37 131
|
| 1352 |
+
37.02 128
|
| 1353 |
+
37.04 124
|
| 1354 |
+
37.06 147
|
| 1355 |
+
37.08 122
|
| 1356 |
+
37.1 134
|
| 1357 |
+
37.12 150
|
| 1358 |
+
37.14 141
|
| 1359 |
+
37.16 146
|
| 1360 |
+
37.18 134
|
| 1361 |
+
37.2 149
|
| 1362 |
+
37.22 124
|
| 1363 |
+
37.24 120
|
| 1364 |
+
37.26 120
|
| 1365 |
+
37.28 131
|
| 1366 |
+
37.3 120
|
| 1367 |
+
37.32 118
|
| 1368 |
+
37.34 100
|
| 1369 |
+
37.36 102
|
| 1370 |
+
37.38 118
|
| 1371 |
+
37.4 127
|
| 1372 |
+
37.42 115
|
| 1373 |
+
37.44 113
|
| 1374 |
+
37.46 95
|
| 1375 |
+
37.48 110
|
| 1376 |
+
37.5 102
|
| 1377 |
+
37.52 102
|
| 1378 |
+
37.54 102
|
| 1379 |
+
37.56 98
|
| 1380 |
+
37.58 110
|
| 1381 |
+
37.6 109
|
| 1382 |
+
37.62 120
|
| 1383 |
+
37.64 104
|
| 1384 |
+
37.66 104
|
| 1385 |
+
37.68 105
|
| 1386 |
+
37.7 84
|
| 1387 |
+
37.72 74
|
| 1388 |
+
37.74 113
|
| 1389 |
+
37.76 102
|
| 1390 |
+
37.78 109
|
| 1391 |
+
37.8 107
|
| 1392 |
+
37.82 108
|
| 1393 |
+
37.84 120
|
| 1394 |
+
37.86 93
|
| 1395 |
+
37.88 105
|
| 1396 |
+
37.9 86
|
| 1397 |
+
37.92 108
|
| 1398 |
+
37.94 120
|
| 1399 |
+
37.96 96
|
| 1400 |
+
37.98 108
|
| 1401 |
+
38 108
|
| 1402 |
+
38.02 95
|
| 1403 |
+
38.04 93
|
| 1404 |
+
38.06 95
|
| 1405 |
+
38.08 91
|
| 1406 |
+
38.1 98
|
| 1407 |
+
38.12 88
|
| 1408 |
+
38.14 88
|
| 1409 |
+
38.16 87
|
| 1410 |
+
38.18 99
|
| 1411 |
+
38.2 95
|
| 1412 |
+
38.22 113
|
| 1413 |
+
38.24 106
|
| 1414 |
+
38.26 103
|
| 1415 |
+
38.28 95
|
| 1416 |
+
38.3 94
|
| 1417 |
+
38.32 94
|
| 1418 |
+
38.34 94
|
| 1419 |
+
38.36 97
|
| 1420 |
+
38.38 84
|
| 1421 |
+
38.4 111
|
| 1422 |
+
38.42 102
|
| 1423 |
+
38.44 125
|
| 1424 |
+
38.46 96
|
| 1425 |
+
38.48 100
|
| 1426 |
+
38.5 111
|
| 1427 |
+
38.52 92
|
| 1428 |
+
38.54 86
|
| 1429 |
+
38.56 102
|
| 1430 |
+
38.58 100
|
| 1431 |
+
38.6 82
|
| 1432 |
+
38.62 113
|
| 1433 |
+
38.64 120
|
| 1434 |
+
38.66 99
|
| 1435 |
+
38.68 112
|
| 1436 |
+
38.7 95
|
| 1437 |
+
38.72 121
|
| 1438 |
+
38.74 112
|
| 1439 |
+
38.76 114
|
| 1440 |
+
38.78 118
|
| 1441 |
+
38.8 131
|
| 1442 |
+
38.82 132
|
| 1443 |
+
38.84 155
|
| 1444 |
+
38.86 157
|
| 1445 |
+
38.88 171
|
| 1446 |
+
38.9 204
|
| 1447 |
+
38.92 247
|
| 1448 |
+
38.94 279
|
| 1449 |
+
38.96 255
|
| 1450 |
+
38.98 329
|
| 1451 |
+
39 342
|
| 1452 |
+
39.02 354
|
| 1453 |
+
39.04 413
|
| 1454 |
+
39.06 401
|
| 1455 |
+
39.08 432
|
| 1456 |
+
39.1 388
|
| 1457 |
+
39.12 371
|
| 1458 |
+
39.14 370
|
| 1459 |
+
39.16 378
|
| 1460 |
+
39.18 311
|
| 1461 |
+
39.2 271
|
| 1462 |
+
39.22 240
|
| 1463 |
+
39.24 203
|
| 1464 |
+
39.26 198
|
| 1465 |
+
39.28 179
|
| 1466 |
+
39.3 157
|
| 1467 |
+
39.32 156
|
| 1468 |
+
39.34 148
|
| 1469 |
+
39.36 139
|
| 1470 |
+
39.38 136
|
| 1471 |
+
39.4 122
|
| 1472 |
+
39.42 117
|
| 1473 |
+
39.44 107
|
| 1474 |
+
39.46 141
|
| 1475 |
+
39.48 111
|
| 1476 |
+
39.5 99
|
| 1477 |
+
39.52 100
|
| 1478 |
+
39.54 118
|
| 1479 |
+
39.56 115
|
| 1480 |
+
39.58 130
|
| 1481 |
+
39.6 114
|
| 1482 |
+
39.62 109
|
| 1483 |
+
39.64 112
|
| 1484 |
+
39.66 99
|
| 1485 |
+
39.68 114
|
| 1486 |
+
39.7 111
|
| 1487 |
+
39.72 109
|
| 1488 |
+
39.74 96
|
| 1489 |
+
39.76 91
|
| 1490 |
+
39.78 107
|
| 1491 |
+
39.8 106
|
| 1492 |
+
39.82 134
|
| 1493 |
+
39.84 114
|
| 1494 |
+
39.86 121
|
| 1495 |
+
39.88 119
|
| 1496 |
+
39.9 114
|
| 1497 |
+
39.92 126
|
| 1498 |
+
39.94 123
|
| 1499 |
+
39.96 118
|
| 1500 |
+
39.98 116
|
| 1501 |
+
40 137
|
| 1502 |
+
40.02 116
|
| 1503 |
+
40.04 116
|
| 1504 |
+
40.06 122
|
| 1505 |
+
40.08 137
|
| 1506 |
+
40.1 138
|
| 1507 |
+
40.12 129
|
| 1508 |
+
40.14 123
|
| 1509 |
+
40.16 131
|
| 1510 |
+
40.18 127
|
| 1511 |
+
40.2 132
|
| 1512 |
+
40.22 127
|
| 1513 |
+
40.24 115
|
| 1514 |
+
40.26 141
|
| 1515 |
+
40.28 164
|
| 1516 |
+
40.3 124
|
| 1517 |
+
40.32 155
|
| 1518 |
+
40.34 128
|
| 1519 |
+
40.36 152
|
| 1520 |
+
40.38 138
|
| 1521 |
+
40.4 171
|
| 1522 |
+
40.42 168
|
| 1523 |
+
40.44 178
|
| 1524 |
+
40.46 197
|
| 1525 |
+
40.48 245
|
| 1526 |
+
40.5 234
|
| 1527 |
+
40.52 240
|
| 1528 |
+
40.54 301
|
| 1529 |
+
40.56 312
|
| 1530 |
+
40.58 349
|
| 1531 |
+
40.6 381
|
| 1532 |
+
40.62 487
|
| 1533 |
+
40.64 546
|
| 1534 |
+
40.66 647
|
| 1535 |
+
40.68 793
|
| 1536 |
+
40.7 1047
|
| 1537 |
+
40.72 1239
|
| 1538 |
+
40.74 1662
|
| 1539 |
+
40.76 2062
|
| 1540 |
+
40.78 2525
|
| 1541 |
+
40.8 2964
|
| 1542 |
+
40.82 3448
|
| 1543 |
+
40.84 3886
|
| 1544 |
+
40.86 3987
|
| 1545 |
+
40.88 3906
|
| 1546 |
+
40.9 3841
|
| 1547 |
+
40.92 3428
|
| 1548 |
+
40.94 3079
|
| 1549 |
+
40.96 2700
|
| 1550 |
+
40.98 2562
|
| 1551 |
+
41 2043
|
| 1552 |
+
41.02 1620
|
| 1553 |
+
41.04 1296
|
| 1554 |
+
41.06 1049
|
| 1555 |
+
41.08 812
|
| 1556 |
+
41.1 632
|
| 1557 |
+
41.12 478
|
| 1558 |
+
41.14 418
|
| 1559 |
+
41.16 330
|
| 1560 |
+
41.18 322
|
| 1561 |
+
41.2 274
|
| 1562 |
+
41.22 223
|
| 1563 |
+
41.24 210
|
| 1564 |
+
41.26 235
|
| 1565 |
+
41.28 189
|
| 1566 |
+
41.3 204
|
| 1567 |
+
41.32 168
|
| 1568 |
+
41.34 152
|
| 1569 |
+
41.36 149
|
| 1570 |
+
41.38 165
|
| 1571 |
+
41.4 162
|
| 1572 |
+
41.42 143
|
| 1573 |
+
41.44 138
|
| 1574 |
+
41.46 138
|
| 1575 |
+
41.48 163
|
| 1576 |
+
41.5 130
|
| 1577 |
+
41.52 148
|
| 1578 |
+
41.54 144
|
| 1579 |
+
41.56 127
|
| 1580 |
+
41.58 114
|
| 1581 |
+
41.6 125
|
| 1582 |
+
41.62 141
|
| 1583 |
+
41.64 129
|
| 1584 |
+
41.66 137
|
| 1585 |
+
41.68 122
|
| 1586 |
+
41.7 117
|
| 1587 |
+
41.72 109
|
| 1588 |
+
41.74 137
|
| 1589 |
+
41.76 110
|
| 1590 |
+
41.78 93
|
| 1591 |
+
41.8 128
|
| 1592 |
+
41.82 120
|
| 1593 |
+
41.84 125
|
| 1594 |
+
41.86 94
|
| 1595 |
+
41.88 105
|
| 1596 |
+
41.9 120
|
| 1597 |
+
41.92 111
|
| 1598 |
+
41.94 115
|
| 1599 |
+
41.96 110
|
| 1600 |
+
41.98 117
|
| 1601 |
+
42 134
|
| 1602 |
+
42.02 107
|
| 1603 |
+
42.04 113
|
| 1604 |
+
42.06 104
|
| 1605 |
+
42.08 102
|
| 1606 |
+
42.1 122
|
| 1607 |
+
42.12 127
|
| 1608 |
+
42.14 125
|
| 1609 |
+
42.16 131
|
| 1610 |
+
42.18 127
|
| 1611 |
+
42.2 131
|
| 1612 |
+
42.22 140
|
| 1613 |
+
42.24 124
|
| 1614 |
+
42.26 148
|
| 1615 |
+
42.28 138
|
| 1616 |
+
42.3 132
|
| 1617 |
+
42.32 144
|
| 1618 |
+
42.34 138
|
| 1619 |
+
42.36 147
|
| 1620 |
+
42.38 153
|
| 1621 |
+
42.4 155
|
| 1622 |
+
42.42 187
|
| 1623 |
+
42.44 162
|
| 1624 |
+
42.46 166
|
| 1625 |
+
42.48 208
|
| 1626 |
+
42.5 187
|
| 1627 |
+
42.52 203
|
| 1628 |
+
42.54 195
|
| 1629 |
+
42.56 214
|
| 1630 |
+
42.58 225
|
| 1631 |
+
42.6 233
|
| 1632 |
+
42.62 232
|
| 1633 |
+
42.64 246
|
| 1634 |
+
42.66 241
|
| 1635 |
+
42.68 207
|
| 1636 |
+
42.7 213
|
| 1637 |
+
42.72 212
|
| 1638 |
+
42.74 223
|
| 1639 |
+
42.76 212
|
| 1640 |
+
42.78 198
|
| 1641 |
+
42.8 207
|
| 1642 |
+
42.82 212
|
| 1643 |
+
42.84 182
|
| 1644 |
+
42.86 180
|
| 1645 |
+
42.88 172
|
| 1646 |
+
42.9 180
|
| 1647 |
+
42.92 159
|
| 1648 |
+
42.94 174
|
| 1649 |
+
42.96 174
|
| 1650 |
+
42.98 148
|
| 1651 |
+
43 145
|
| 1652 |
+
43.02 117
|
| 1653 |
+
43.04 127
|
| 1654 |
+
43.06 135
|
| 1655 |
+
43.08 121
|
| 1656 |
+
43.1 142
|
| 1657 |
+
43.12 141
|
| 1658 |
+
43.14 114
|
| 1659 |
+
43.16 142
|
| 1660 |
+
43.18 127
|
| 1661 |
+
43.2 116
|
| 1662 |
+
43.22 96
|
| 1663 |
+
43.24 118
|
| 1664 |
+
43.26 118
|
| 1665 |
+
43.28 126
|
| 1666 |
+
43.3 109
|
| 1667 |
+
43.32 127
|
| 1668 |
+
43.34 121
|
| 1669 |
+
43.36 127
|
| 1670 |
+
43.38 112
|
| 1671 |
+
43.4 119
|
| 1672 |
+
43.42 117
|
| 1673 |
+
43.44 120
|
| 1674 |
+
43.46 137
|
| 1675 |
+
43.48 125
|
| 1676 |
+
43.5 115
|
| 1677 |
+
43.52 115
|
| 1678 |
+
43.54 138
|
| 1679 |
+
43.56 110
|
| 1680 |
+
43.58 124
|
| 1681 |
+
43.6 113
|
| 1682 |
+
43.62 118
|
| 1683 |
+
43.64 119
|
| 1684 |
+
43.66 133
|
| 1685 |
+
43.68 107
|
| 1686 |
+
43.7 147
|
| 1687 |
+
43.72 131
|
| 1688 |
+
43.74 137
|
| 1689 |
+
43.76 120
|
| 1690 |
+
43.78 119
|
| 1691 |
+
43.8 138
|
| 1692 |
+
43.82 127
|
| 1693 |
+
43.84 126
|
| 1694 |
+
43.86 135
|
| 1695 |
+
43.88 125
|
| 1696 |
+
43.9 128
|
| 1697 |
+
43.92 130
|
| 1698 |
+
43.94 132
|
| 1699 |
+
43.96 124
|
| 1700 |
+
43.98 142
|
| 1701 |
+
44 134
|
| 1702 |
+
44.02 160
|
| 1703 |
+
44.04 152
|
| 1704 |
+
44.06 159
|
| 1705 |
+
44.08 163
|
| 1706 |
+
44.1 152
|
| 1707 |
+
44.12 157
|
| 1708 |
+
44.14 196
|
| 1709 |
+
44.16 173
|
| 1710 |
+
44.18 165
|
| 1711 |
+
44.2 186
|
| 1712 |
+
44.22 173
|
| 1713 |
+
44.24 187
|
| 1714 |
+
44.26 192
|
| 1715 |
+
44.28 204
|
| 1716 |
+
44.3 210
|
| 1717 |
+
44.32 202
|
| 1718 |
+
44.34 187
|
| 1719 |
+
44.36 190
|
| 1720 |
+
44.38 205
|
| 1721 |
+
44.4 215
|
| 1722 |
+
44.42 184
|
| 1723 |
+
44.44 205
|
| 1724 |
+
44.46 195
|
| 1725 |
+
44.48 194
|
| 1726 |
+
44.5 190
|
| 1727 |
+
44.52 191
|
| 1728 |
+
44.54 173
|
| 1729 |
+
44.56 150
|
| 1730 |
+
44.58 156
|
| 1731 |
+
44.6 187
|
| 1732 |
+
44.62 165
|
| 1733 |
+
44.64 157
|
| 1734 |
+
44.66 167
|
| 1735 |
+
44.68 164
|
| 1736 |
+
44.7 167
|
| 1737 |
+
44.72 166
|
| 1738 |
+
44.74 156
|
| 1739 |
+
44.76 139
|
| 1740 |
+
44.78 165
|
| 1741 |
+
44.8 152
|
| 1742 |
+
44.82 146
|
| 1743 |
+
44.84 143
|
| 1744 |
+
44.86 142
|
| 1745 |
+
44.88 131
|
| 1746 |
+
44.9 127
|
| 1747 |
+
44.92 102
|
| 1748 |
+
44.94 134
|
| 1749 |
+
44.96 144
|
| 1750 |
+
44.98 125
|
| 1751 |
+
45 131
|
| 1752 |
+
45.02 114
|
| 1753 |
+
45.04 113
|
| 1754 |
+
45.06 122
|
| 1755 |
+
45.08 127
|
| 1756 |
+
45.1 124
|
| 1757 |
+
45.12 132
|
| 1758 |
+
45.14 143
|
| 1759 |
+
45.16 135
|
| 1760 |
+
45.18 125
|
| 1761 |
+
45.2 113
|
| 1762 |
+
45.22 113
|
| 1763 |
+
45.24 139
|
| 1764 |
+
45.26 125
|
| 1765 |
+
45.28 101
|
| 1766 |
+
45.3 129
|
| 1767 |
+
45.32 105
|
| 1768 |
+
45.34 108
|
| 1769 |
+
45.36 130
|
| 1770 |
+
45.38 105
|
| 1771 |
+
45.4 116
|
| 1772 |
+
45.42 103
|
| 1773 |
+
45.44 139
|
| 1774 |
+
45.46 127
|
| 1775 |
+
45.48 116
|
| 1776 |
+
45.5 101
|
| 1777 |
+
45.52 100
|
| 1778 |
+
45.54 106
|
| 1779 |
+
45.56 112
|
| 1780 |
+
45.58 125
|
| 1781 |
+
45.6 95
|
| 1782 |
+
45.62 131
|
| 1783 |
+
45.64 122
|
| 1784 |
+
45.66 125
|
| 1785 |
+
45.68 132
|
| 1786 |
+
45.7 123
|
| 1787 |
+
45.72 126
|
| 1788 |
+
45.74 116
|
| 1789 |
+
45.76 133
|
| 1790 |
+
45.78 137
|
| 1791 |
+
45.8 142
|
| 1792 |
+
45.82 138
|
| 1793 |
+
45.84 131
|
| 1794 |
+
45.86 108
|
| 1795 |
+
45.88 106
|
| 1796 |
+
45.9 125
|
| 1797 |
+
45.92 102
|
| 1798 |
+
45.94 121
|
| 1799 |
+
45.96 134
|
| 1800 |
+
45.98 119
|
| 1801 |
+
46 122
|
| 1802 |
+
46.02 103
|
| 1803 |
+
46.04 139
|
| 1804 |
+
46.06 132
|
| 1805 |
+
46.08 124
|
| 1806 |
+
46.1 131
|
| 1807 |
+
46.12 124
|
| 1808 |
+
46.14 125
|
| 1809 |
+
46.16 124
|
| 1810 |
+
46.18 128
|
| 1811 |
+
46.2 117
|
| 1812 |
+
46.22 112
|
| 1813 |
+
46.24 142
|
| 1814 |
+
46.26 134
|
| 1815 |
+
46.28 123
|
| 1816 |
+
46.3 104
|
| 1817 |
+
46.32 149
|
| 1818 |
+
46.34 112
|
| 1819 |
+
46.36 145
|
| 1820 |
+
46.38 156
|
| 1821 |
+
46.4 140
|
| 1822 |
+
46.42 133
|
| 1823 |
+
46.44 148
|
| 1824 |
+
46.46 150
|
| 1825 |
+
46.48 139
|
| 1826 |
+
46.5 134
|
| 1827 |
+
46.52 163
|
| 1828 |
+
46.54 131
|
| 1829 |
+
46.56 147
|
| 1830 |
+
46.58 169
|
| 1831 |
+
46.6 157
|
| 1832 |
+
46.62 162
|
| 1833 |
+
46.64 187
|
| 1834 |
+
46.66 161
|
| 1835 |
+
46.68 180
|
| 1836 |
+
46.7 190
|
| 1837 |
+
46.72 191
|
| 1838 |
+
46.74 179
|
| 1839 |
+
46.76 182
|
| 1840 |
+
46.78 184
|
| 1841 |
+
46.8 193
|
| 1842 |
+
46.82 189
|
| 1843 |
+
46.84 218
|
| 1844 |
+
46.86 229
|
| 1845 |
+
46.88 200
|
| 1846 |
+
46.9 210
|
| 1847 |
+
46.92 205
|
| 1848 |
+
46.94 230
|
| 1849 |
+
46.96 267
|
| 1850 |
+
46.98 252
|
| 1851 |
+
47 248
|
| 1852 |
+
47.02 276
|
| 1853 |
+
47.04 316
|
| 1854 |
+
47.06 306
|
| 1855 |
+
47.08 322
|
| 1856 |
+
47.1 349
|
| 1857 |
+
47.12 395
|
| 1858 |
+
47.14 436
|
| 1859 |
+
47.16 482
|
| 1860 |
+
47.18 511
|
| 1861 |
+
47.2 556
|
| 1862 |
+
47.22 600
|
| 1863 |
+
47.24 762
|
| 1864 |
+
47.26 840
|
| 1865 |
+
47.28 1019
|
| 1866 |
+
47.3 1117
|
| 1867 |
+
47.32 1240
|
| 1868 |
+
47.34 1606
|
| 1869 |
+
47.36 1936
|
| 1870 |
+
47.38 2395
|
| 1871 |
+
47.4 2874
|
| 1872 |
+
47.42 3521
|
| 1873 |
+
47.44 4171
|
| 1874 |
+
47.46 4896
|
| 1875 |
+
47.48 5393
|
| 1876 |
+
47.5 6007
|
| 1877 |
+
47.52 6440
|
| 1878 |
+
47.54 6616
|
| 1879 |
+
47.56 6739
|
| 1880 |
+
47.58 6429
|
| 1881 |
+
47.6 6140
|
| 1882 |
+
47.62 5837
|
| 1883 |
+
47.64 5273
|
| 1884 |
+
47.66 4811
|
| 1885 |
+
47.68 4339
|
| 1886 |
+
47.7 3798
|
| 1887 |
+
47.72 3274
|
| 1888 |
+
47.74 2802
|
| 1889 |
+
47.76 2341
|
| 1890 |
+
47.78 1925
|
| 1891 |
+
47.8 1672
|
| 1892 |
+
47.82 1272
|
| 1893 |
+
47.84 1070
|
| 1894 |
+
47.86 956
|
| 1895 |
+
47.88 808
|
| 1896 |
+
47.9 638
|
| 1897 |
+
47.92 615
|
| 1898 |
+
47.94 575
|
| 1899 |
+
47.96 494
|
| 1900 |
+
47.98 431
|
| 1901 |
+
48 370
|
| 1902 |
+
48.02 327
|
| 1903 |
+
48.04 329
|
| 1904 |
+
48.06 334
|
| 1905 |
+
48.08 271
|
| 1906 |
+
48.1 273
|
| 1907 |
+
48.12 275
|
| 1908 |
+
48.14 257
|
| 1909 |
+
48.16 274
|
| 1910 |
+
48.18 218
|
| 1911 |
+
48.2 231
|
| 1912 |
+
48.22 238
|
| 1913 |
+
48.24 230
|
| 1914 |
+
48.26 234
|
| 1915 |
+
48.28 200
|
| 1916 |
+
48.3 203
|
| 1917 |
+
48.32 219
|
| 1918 |
+
48.34 203
|
| 1919 |
+
48.36 205
|
| 1920 |
+
48.38 189
|
| 1921 |
+
48.4 202
|
| 1922 |
+
48.42 190
|
| 1923 |
+
48.44 189
|
| 1924 |
+
48.46 200
|
| 1925 |
+
48.48 192
|
| 1926 |
+
48.5 216
|
| 1927 |
+
48.52 197
|
| 1928 |
+
48.54 184
|
| 1929 |
+
48.56 199
|
| 1930 |
+
48.58 187
|
| 1931 |
+
48.6 166
|
| 1932 |
+
48.62 191
|
| 1933 |
+
48.64 199
|
| 1934 |
+
48.66 167
|
| 1935 |
+
48.68 199
|
| 1936 |
+
48.7 238
|
| 1937 |
+
48.72 237
|
| 1938 |
+
48.74 231
|
| 1939 |
+
48.76 226
|
| 1940 |
+
48.78 265
|
| 1941 |
+
48.8 257
|
| 1942 |
+
48.82 288
|
| 1943 |
+
48.84 301
|
| 1944 |
+
48.86 291
|
| 1945 |
+
48.88 329
|
| 1946 |
+
48.9 317
|
| 1947 |
+
48.92 317
|
| 1948 |
+
48.94 379
|
| 1949 |
+
48.96 404
|
| 1950 |
+
48.98 462
|
| 1951 |
+
49 455
|
| 1952 |
+
49.02 475
|
| 1953 |
+
49.04 436
|
| 1954 |
+
49.06 496
|
| 1955 |
+
49.08 504
|
| 1956 |
+
49.1 509
|
| 1957 |
+
49.12 535
|
| 1958 |
+
49.14 498
|
| 1959 |
+
49.16 460
|
| 1960 |
+
49.18 447
|
| 1961 |
+
49.2 440
|
| 1962 |
+
49.22 365
|
| 1963 |
+
49.24 362
|
| 1964 |
+
49.26 359
|
| 1965 |
+
49.28 340
|
| 1966 |
+
49.3 294
|
| 1967 |
+
49.32 287
|
| 1968 |
+
49.34 265
|
| 1969 |
+
49.36 270
|
| 1970 |
+
49.38 217
|
| 1971 |
+
49.4 221
|
| 1972 |
+
49.42 187
|
| 1973 |
+
49.44 204
|
| 1974 |
+
49.46 203
|
| 1975 |
+
49.48 181
|
| 1976 |
+
49.5 144
|
| 1977 |
+
49.52 156
|
| 1978 |
+
49.54 160
|
| 1979 |
+
49.56 170
|
| 1980 |
+
49.58 169
|
| 1981 |
+
49.6 140
|
| 1982 |
+
49.62 138
|
| 1983 |
+
49.64 164
|
| 1984 |
+
49.66 112
|
| 1985 |
+
49.68 127
|
| 1986 |
+
49.7 143
|
| 1987 |
+
49.72 128
|
| 1988 |
+
49.74 132
|
| 1989 |
+
49.76 129
|
| 1990 |
+
49.78 123
|
| 1991 |
+
49.8 115
|
| 1992 |
+
49.82 135
|
| 1993 |
+
49.84 122
|
| 1994 |
+
49.86 127
|
| 1995 |
+
49.88 131
|
| 1996 |
+
49.9 113
|
| 1997 |
+
49.92 141
|
| 1998 |
+
49.94 116
|
| 1999 |
+
49.96 128
|
| 2000 |
+
49.98 133
|
| 2001 |
+
50 109
|
| 2002 |
+
50.02 119
|
| 2003 |
+
50.04 114
|
| 2004 |
+
50.06 131
|
| 2005 |
+
50.08 125
|
| 2006 |
+
50.1 117
|
| 2007 |
+
50.12 111
|
| 2008 |
+
50.14 122
|
| 2009 |
+
50.16 107
|
| 2010 |
+
50.18 99
|
| 2011 |
+
50.2 120
|
| 2012 |
+
50.22 134
|
| 2013 |
+
50.24 125
|
| 2014 |
+
50.26 99
|
| 2015 |
+
50.28 109
|
| 2016 |
+
50.3 108
|
| 2017 |
+
50.32 113
|
| 2018 |
+
50.34 118
|
| 2019 |
+
50.36 126
|
| 2020 |
+
50.38 113
|
| 2021 |
+
50.4 114
|
| 2022 |
+
50.42 95
|
| 2023 |
+
50.44 105
|
| 2024 |
+
50.46 94
|
| 2025 |
+
50.48 105
|
| 2026 |
+
50.5 105
|
| 2027 |
+
50.52 97
|
| 2028 |
+
50.54 121
|
| 2029 |
+
50.56 111
|
| 2030 |
+
50.58 130
|
| 2031 |
+
50.6 97
|
| 2032 |
+
50.62 111
|
| 2033 |
+
50.64 125
|
| 2034 |
+
50.66 119
|
| 2035 |
+
50.68 111
|
| 2036 |
+
50.7 116
|
| 2037 |
+
50.72 113
|
| 2038 |
+
50.74 97
|
| 2039 |
+
50.76 91
|
| 2040 |
+
50.78 115
|
| 2041 |
+
50.8 95
|
| 2042 |
+
50.82 110
|
| 2043 |
+
50.84 117
|
| 2044 |
+
50.86 101
|
| 2045 |
+
50.88 103
|
| 2046 |
+
50.9 97
|
| 2047 |
+
50.92 109
|
| 2048 |
+
50.94 125
|
| 2049 |
+
50.96 109
|
| 2050 |
+
50.98 97
|
| 2051 |
+
51 99
|
| 2052 |
+
51.02 111
|
| 2053 |
+
51.04 105
|
| 2054 |
+
51.06 103
|
| 2055 |
+
51.08 101
|
| 2056 |
+
51.1 98
|
| 2057 |
+
51.12 100
|
| 2058 |
+
51.14 108
|
| 2059 |
+
51.16 84
|
| 2060 |
+
51.18 99
|
| 2061 |
+
51.2 110
|
| 2062 |
+
51.22 87
|
| 2063 |
+
51.24 111
|
| 2064 |
+
51.26 103
|
| 2065 |
+
51.28 108
|
| 2066 |
+
51.3 127
|
| 2067 |
+
51.32 133
|
| 2068 |
+
51.34 113
|
| 2069 |
+
51.36 104
|
| 2070 |
+
51.38 127
|
| 2071 |
+
51.4 100
|
| 2072 |
+
51.42 120
|
| 2073 |
+
51.44 122
|
| 2074 |
+
51.46 110
|
| 2075 |
+
51.48 112
|
| 2076 |
+
51.5 112
|
| 2077 |
+
51.52 116
|
| 2078 |
+
51.54 106
|
| 2079 |
+
51.56 100
|
| 2080 |
+
51.58 95
|
| 2081 |
+
51.6 118
|
| 2082 |
+
51.62 94
|
| 2083 |
+
51.64 112
|
| 2084 |
+
51.66 111
|
| 2085 |
+
51.68 104
|
| 2086 |
+
51.7 111
|
| 2087 |
+
51.72 108
|
| 2088 |
+
51.74 114
|
| 2089 |
+
51.76 104
|
| 2090 |
+
51.78 101
|
| 2091 |
+
51.8 107
|
| 2092 |
+
51.82 114
|
| 2093 |
+
51.84 115
|
| 2094 |
+
51.86 113
|
| 2095 |
+
51.88 111
|
| 2096 |
+
51.9 117
|
| 2097 |
+
51.92 114
|
| 2098 |
+
51.94 140
|
| 2099 |
+
51.96 123
|
| 2100 |
+
51.98 108
|
| 2101 |
+
52 121
|
| 2102 |
+
52.02 128
|
| 2103 |
+
52.04 164
|
| 2104 |
+
52.06 155
|
| 2105 |
+
52.08 157
|
| 2106 |
+
52.1 173
|
| 2107 |
+
52.12 170
|
| 2108 |
+
52.14 199
|
| 2109 |
+
52.16 163
|
| 2110 |
+
52.18 180
|
| 2111 |
+
52.2 170
|
| 2112 |
+
52.22 151
|
| 2113 |
+
52.24 158
|
| 2114 |
+
52.26 151
|
| 2115 |
+
52.28 155
|
| 2116 |
+
52.3 154
|
| 2117 |
+
52.32 131
|
| 2118 |
+
52.34 136
|
| 2119 |
+
52.36 131
|
| 2120 |
+
52.38 144
|
| 2121 |
+
52.4 129
|
| 2122 |
+
52.42 103
|
| 2123 |
+
52.44 124
|
| 2124 |
+
52.46 103
|
| 2125 |
+
52.48 110
|
| 2126 |
+
52.5 130
|
| 2127 |
+
52.52 111
|
| 2128 |
+
52.54 117
|
| 2129 |
+
52.56 120
|
| 2130 |
+
52.58 125
|
| 2131 |
+
52.6 121
|
| 2132 |
+
52.62 107
|
| 2133 |
+
52.64 117
|
| 2134 |
+
52.66 114
|
| 2135 |
+
52.68 92
|
| 2136 |
+
52.7 123
|
| 2137 |
+
52.72 117
|
| 2138 |
+
52.74 128
|
| 2139 |
+
52.76 122
|
| 2140 |
+
52.78 89
|
| 2141 |
+
52.8 109
|
| 2142 |
+
52.82 114
|
| 2143 |
+
52.84 132
|
| 2144 |
+
52.86 113
|
| 2145 |
+
52.88 118
|
| 2146 |
+
52.9 115
|
| 2147 |
+
52.92 116
|
| 2148 |
+
52.94 113
|
| 2149 |
+
52.96 95
|
| 2150 |
+
52.98 109
|
| 2151 |
+
53 129
|
| 2152 |
+
53.02 118
|
| 2153 |
+
53.04 126
|
| 2154 |
+
53.06 97
|
| 2155 |
+
53.08 95
|
| 2156 |
+
53.1 120
|
| 2157 |
+
53.12 104
|
| 2158 |
+
53.14 124
|
| 2159 |
+
53.16 139
|
| 2160 |
+
53.18 119
|
| 2161 |
+
53.2 139
|
| 2162 |
+
53.22 134
|
| 2163 |
+
53.24 124
|
| 2164 |
+
53.26 142
|
| 2165 |
+
53.28 149
|
| 2166 |
+
53.3 179
|
| 2167 |
+
53.32 176
|
| 2168 |
+
53.34 176
|
| 2169 |
+
53.36 191
|
| 2170 |
+
53.38 229
|
| 2171 |
+
53.4 274
|
| 2172 |
+
53.42 326
|
| 2173 |
+
53.44 336
|
| 2174 |
+
53.46 410
|
| 2175 |
+
53.48 467
|
| 2176 |
+
53.5 522
|
| 2177 |
+
53.52 669
|
| 2178 |
+
53.54 725
|
| 2179 |
+
53.56 759
|
| 2180 |
+
53.58 782
|
| 2181 |
+
53.6 814
|
| 2182 |
+
53.62 809
|
| 2183 |
+
53.64 765
|
| 2184 |
+
53.66 693
|
| 2185 |
+
53.68 684
|
| 2186 |
+
53.7 630
|
| 2187 |
+
53.72 603
|
| 2188 |
+
53.74 517
|
| 2189 |
+
53.76 475
|
| 2190 |
+
53.78 412
|
| 2191 |
+
53.8 383
|
| 2192 |
+
53.82 311
|
| 2193 |
+
53.84 311
|
| 2194 |
+
53.86 274
|
| 2195 |
+
53.88 242
|
| 2196 |
+
53.9 197
|
| 2197 |
+
53.92 187
|
| 2198 |
+
53.94 193
|
| 2199 |
+
53.96 154
|
| 2200 |
+
53.98 144
|
| 2201 |
+
54 168
|
| 2202 |
+
54.02 132
|
| 2203 |
+
54.04 137
|
| 2204 |
+
54.06 122
|
| 2205 |
+
54.08 158
|
| 2206 |
+
54.1 158
|
| 2207 |
+
54.12 143
|
| 2208 |
+
54.14 142
|
| 2209 |
+
54.16 135
|
| 2210 |
+
54.18 155
|
| 2211 |
+
54.2 122
|
| 2212 |
+
54.22 159
|
| 2213 |
+
54.24 142
|
| 2214 |
+
54.26 139
|
| 2215 |
+
54.28 117
|
| 2216 |
+
54.3 129
|
| 2217 |
+
54.32 130
|
| 2218 |
+
54.34 138
|
| 2219 |
+
54.36 142
|
| 2220 |
+
54.38 147
|
| 2221 |
+
54.4 144
|
| 2222 |
+
54.42 147
|
| 2223 |
+
54.44 174
|
| 2224 |
+
54.46 163
|
| 2225 |
+
54.48 170
|
| 2226 |
+
54.5 182
|
| 2227 |
+
54.52 171
|
| 2228 |
+
54.54 171
|
| 2229 |
+
54.56 187
|
| 2230 |
+
54.58 202
|
| 2231 |
+
54.6 216
|
| 2232 |
+
54.62 211
|
| 2233 |
+
54.64 246
|
| 2234 |
+
54.66 258
|
| 2235 |
+
54.68 264
|
| 2236 |
+
54.7 298
|
| 2237 |
+
54.72 281
|
| 2238 |
+
54.74 339
|
| 2239 |
+
54.76 352
|
| 2240 |
+
54.78 395
|
| 2241 |
+
54.8 456
|
| 2242 |
+
54.82 453
|
| 2243 |
+
54.84 454
|
| 2244 |
+
54.86 534
|
| 2245 |
+
54.88 494
|
| 2246 |
+
54.9 485
|
| 2247 |
+
54.92 496
|
| 2248 |
+
54.94 482
|
| 2249 |
+
54.96 497
|
| 2250 |
+
54.98 525
|
| 2251 |
+
55 452
|
| 2252 |
+
55.02 435
|
| 2253 |
+
55.04 421
|
| 2254 |
+
55.06 413
|
| 2255 |
+
55.08 400
|
| 2256 |
+
55.1 380
|
| 2257 |
+
55.12 315
|
| 2258 |
+
55.14 339
|
| 2259 |
+
55.16 267
|
| 2260 |
+
55.18 290
|
| 2261 |
+
55.2 275
|
| 2262 |
+
55.22 255
|
| 2263 |
+
55.24 239
|
| 2264 |
+
55.26 237
|
| 2265 |
+
55.28 220
|
| 2266 |
+
55.3 174
|
| 2267 |
+
55.32 194
|
| 2268 |
+
55.34 161
|
| 2269 |
+
55.36 184
|
| 2270 |
+
55.38 156
|
| 2271 |
+
55.4 152
|
| 2272 |
+
55.42 154
|
| 2273 |
+
55.44 149
|
| 2274 |
+
55.46 146
|
| 2275 |
+
55.48 145
|
| 2276 |
+
55.5 127
|
| 2277 |
+
55.52 122
|
| 2278 |
+
55.54 124
|
| 2279 |
+
55.56 110
|
| 2280 |
+
55.58 104
|
| 2281 |
+
55.6 114
|
| 2282 |
+
55.62 114
|
| 2283 |
+
55.64 99
|
| 2284 |
+
55.66 102
|
| 2285 |
+
55.68 107
|
| 2286 |
+
55.7 105
|
| 2287 |
+
55.72 129
|
| 2288 |
+
55.74 112
|
| 2289 |
+
55.76 114
|
| 2290 |
+
55.78 118
|
| 2291 |
+
55.8 123
|
| 2292 |
+
55.82 97
|
| 2293 |
+
55.84 100
|
| 2294 |
+
55.86 106
|
| 2295 |
+
55.88 118
|
| 2296 |
+
55.9 113
|
| 2297 |
+
55.92 103
|
| 2298 |
+
55.94 104
|
| 2299 |
+
55.96 96
|
| 2300 |
+
55.98 96
|
| 2301 |
+
56 98
|
| 2302 |
+
56.02 100
|
| 2303 |
+
56.04 98
|
| 2304 |
+
56.06 123
|
| 2305 |
+
56.08 100
|
| 2306 |
+
56.1 104
|
| 2307 |
+
56.12 95
|
| 2308 |
+
56.14 104
|
| 2309 |
+
56.16 105
|
| 2310 |
+
56.18 102
|
| 2311 |
+
56.2 120
|
| 2312 |
+
56.22 112
|
| 2313 |
+
56.24 89
|
| 2314 |
+
56.26 107
|
| 2315 |
+
56.28 96
|
| 2316 |
+
56.3 110
|
| 2317 |
+
56.32 101
|
| 2318 |
+
56.34 106
|
| 2319 |
+
56.36 99
|
| 2320 |
+
56.38 101
|
| 2321 |
+
56.4 92
|
| 2322 |
+
56.42 94
|
| 2323 |
+
56.44 90
|
| 2324 |
+
56.46 84
|
| 2325 |
+
56.48 98
|
| 2326 |
+
56.5 104
|
| 2327 |
+
56.52 110
|
| 2328 |
+
56.54 115
|
| 2329 |
+
56.56 97
|
| 2330 |
+
56.58 112
|
| 2331 |
+
56.6 94
|
| 2332 |
+
56.62 88
|
| 2333 |
+
56.64 117
|
| 2334 |
+
56.66 95
|
| 2335 |
+
56.68 106
|
| 2336 |
+
56.7 94
|
| 2337 |
+
56.72 107
|
| 2338 |
+
56.74 101
|
| 2339 |
+
56.76 105
|
| 2340 |
+
56.78 99
|
| 2341 |
+
56.8 100
|
| 2342 |
+
56.82 113
|
| 2343 |
+
56.84 102
|
| 2344 |
+
56.86 110
|
| 2345 |
+
56.88 111
|
| 2346 |
+
56.9 111
|
| 2347 |
+
56.92 102
|
| 2348 |
+
56.94 82
|
| 2349 |
+
56.96 104
|
| 2350 |
+
56.98 102
|
| 2351 |
+
57 88
|
| 2352 |
+
57.02 110
|
| 2353 |
+
57.04 108
|
| 2354 |
+
57.06 113
|
| 2355 |
+
57.08 125
|
| 2356 |
+
57.1 110
|
| 2357 |
+
57.12 124
|
| 2358 |
+
57.14 80
|
| 2359 |
+
57.16 96
|
| 2360 |
+
57.18 127
|
| 2361 |
+
57.2 112
|
| 2362 |
+
57.22 100
|
| 2363 |
+
57.24 100
|
| 2364 |
+
57.26 116
|
| 2365 |
+
57.28 102
|
| 2366 |
+
57.3 114
|
| 2367 |
+
57.32 107
|
| 2368 |
+
57.34 123
|
| 2369 |
+
57.36 105
|
| 2370 |
+
57.38 121
|
| 2371 |
+
57.4 126
|
| 2372 |
+
57.42 120
|
| 2373 |
+
57.44 123
|
| 2374 |
+
57.46 127
|
| 2375 |
+
57.48 108
|
| 2376 |
+
57.5 130
|
| 2377 |
+
57.52 127
|
| 2378 |
+
57.54 122
|
| 2379 |
+
57.56 116
|
| 2380 |
+
57.58 117
|
| 2381 |
+
57.6 116
|
| 2382 |
+
57.62 136
|
| 2383 |
+
57.64 118
|
| 2384 |
+
57.66 125
|
| 2385 |
+
57.68 100
|
| 2386 |
+
57.7 133
|
| 2387 |
+
57.72 139
|
| 2388 |
+
57.74 138
|
| 2389 |
+
57.76 104
|
| 2390 |
+
57.78 115
|
| 2391 |
+
57.8 121
|
| 2392 |
+
57.82 134
|
| 2393 |
+
57.84 137
|
| 2394 |
+
57.86 131
|
| 2395 |
+
57.88 131
|
| 2396 |
+
57.9 124
|
| 2397 |
+
57.92 145
|
| 2398 |
+
57.94 146
|
| 2399 |
+
57.96 135
|
| 2400 |
+
57.98 133
|
| 2401 |
+
58 155
|
| 2402 |
+
58.02 143
|
| 2403 |
+
58.04 154
|
| 2404 |
+
58.06 156
|
| 2405 |
+
58.08 149
|
| 2406 |
+
58.1 131
|
| 2407 |
+
58.12 131
|
| 2408 |
+
58.14 125
|
| 2409 |
+
58.16 156
|
| 2410 |
+
58.18 170
|
| 2411 |
+
58.2 175
|
| 2412 |
+
58.22 148
|
| 2413 |
+
58.24 163
|
| 2414 |
+
58.26 163
|
| 2415 |
+
58.28 170
|
| 2416 |
+
58.3 194
|
| 2417 |
+
58.32 185
|
| 2418 |
+
58.34 175
|
| 2419 |
+
58.36 168
|
| 2420 |
+
58.38 201
|
| 2421 |
+
58.4 177
|
| 2422 |
+
58.42 193
|
| 2423 |
+
58.44 194
|
| 2424 |
+
58.46 196
|
| 2425 |
+
58.48 196
|
| 2426 |
+
58.5 215
|
| 2427 |
+
58.52 226
|
| 2428 |
+
58.54 227
|
| 2429 |
+
58.56 228
|
| 2430 |
+
58.58 251
|
| 2431 |
+
58.6 235
|
| 2432 |
+
58.62 271
|
| 2433 |
+
58.64 291
|
| 2434 |
+
58.66 337
|
| 2435 |
+
58.68 337
|
| 2436 |
+
58.7 354
|
| 2437 |
+
58.72 441
|
| 2438 |
+
58.74 418
|
| 2439 |
+
58.76 428
|
| 2440 |
+
58.78 542
|
| 2441 |
+
58.8 566
|
| 2442 |
+
58.82 630
|
| 2443 |
+
58.84 660
|
| 2444 |
+
58.86 851
|
| 2445 |
+
58.88 876
|
| 2446 |
+
58.9 1055
|
| 2447 |
+
58.92 1234
|
| 2448 |
+
58.94 1386
|
| 2449 |
+
58.96 1755
|
| 2450 |
+
58.98 2087
|
| 2451 |
+
59 2575
|
| 2452 |
+
59.02 3172
|
| 2453 |
+
59.04 3523
|
| 2454 |
+
59.06 4171
|
| 2455 |
+
59.08 4934
|
| 2456 |
+
59.1 5783
|
| 2457 |
+
59.12 6521
|
| 2458 |
+
59.14 7135
|
| 2459 |
+
59.16 7357
|
| 2460 |
+
59.18 7733
|
| 2461 |
+
59.2 7591
|
| 2462 |
+
59.22 7319
|
| 2463 |
+
59.24 6802
|
| 2464 |
+
59.26 6382
|
| 2465 |
+
59.28 5990
|
| 2466 |
+
59.3 5633
|
| 2467 |
+
59.32 5263
|
| 2468 |
+
59.34 4742
|
| 2469 |
+
59.36 4406
|
| 2470 |
+
59.38 3897
|
| 2471 |
+
59.4 3297
|
| 2472 |
+
59.42 2928
|
| 2473 |
+
59.44 2361
|
| 2474 |
+
59.46 2038
|
| 2475 |
+
59.48 1628
|
| 2476 |
+
59.5 1373
|
| 2477 |
+
59.52 1113
|
| 2478 |
+
59.54 875
|
| 2479 |
+
59.56 751
|
| 2480 |
+
59.58 620
|
| 2481 |
+
59.6 611
|
| 2482 |
+
59.62 532
|
| 2483 |
+
59.64 508
|
| 2484 |
+
59.66 473
|
| 2485 |
+
59.68 404
|
| 2486 |
+
59.7 356
|
| 2487 |
+
59.72 343
|
| 2488 |
+
59.74 316
|
| 2489 |
+
59.76 318
|
| 2490 |
+
59.78 288
|
| 2491 |
+
59.8 260
|
| 2492 |
+
59.82 246
|
| 2493 |
+
59.84 254
|
| 2494 |
+
59.86 263
|
| 2495 |
+
59.88 246
|
| 2496 |
+
59.9 225
|
| 2497 |
+
59.92 196
|
| 2498 |
+
59.94 203
|
| 2499 |
+
59.96 202
|
| 2500 |
+
59.98 206
|
| 2501 |
+
60 180
|
| 2502 |
+
60.02 200
|
| 2503 |
+
60.04 198
|
| 2504 |
+
60.06 195
|
| 2505 |
+
60.08 183
|
| 2506 |
+
60.1 203
|
| 2507 |
+
60.12 190
|
| 2508 |
+
60.14 190
|
| 2509 |
+
60.16 175
|
| 2510 |
+
60.18 165
|
| 2511 |
+
60.2 174
|
| 2512 |
+
60.22 188
|
| 2513 |
+
60.24 183
|
| 2514 |
+
60.26 184
|
| 2515 |
+
60.28 179
|
| 2516 |
+
60.3 179
|
| 2517 |
+
60.32 196
|
| 2518 |
+
60.34 203
|
| 2519 |
+
60.36 178
|
| 2520 |
+
60.38 176
|
| 2521 |
+
60.4 209
|
| 2522 |
+
60.42 196
|
| 2523 |
+
60.44 186
|
| 2524 |
+
60.46 205
|
| 2525 |
+
60.48 207
|
| 2526 |
+
60.5 184
|
| 2527 |
+
60.52 193
|
| 2528 |
+
60.54 183
|
| 2529 |
+
60.56 185
|
| 2530 |
+
60.58 201
|
| 2531 |
+
60.6 198
|
| 2532 |
+
60.62 183
|
| 2533 |
+
60.64 196
|
| 2534 |
+
60.66 206
|
| 2535 |
+
60.68 189
|
| 2536 |
+
60.7 186
|
| 2537 |
+
60.72 165
|
| 2538 |
+
60.74 176
|
| 2539 |
+
60.76 160
|
| 2540 |
+
60.78 144
|
| 2541 |
+
60.8 155
|
| 2542 |
+
60.82 135
|
| 2543 |
+
60.84 146
|
| 2544 |
+
60.86 128
|
| 2545 |
+
60.88 124
|
| 2546 |
+
60.9 143
|
| 2547 |
+
60.92 116
|
| 2548 |
+
60.94 137
|
| 2549 |
+
60.96 127
|
| 2550 |
+
60.98 113
|
| 2551 |
+
61 121
|
| 2552 |
+
61.02 126
|
| 2553 |
+
61.04 105
|
| 2554 |
+
61.06 121
|
| 2555 |
+
61.08 97
|
| 2556 |
+
61.1 122
|
| 2557 |
+
61.12 103
|
| 2558 |
+
61.14 113
|
| 2559 |
+
61.16 93
|
| 2560 |
+
61.18 108
|
| 2561 |
+
61.2 114
|
| 2562 |
+
61.22 111
|
| 2563 |
+
61.24 126
|
| 2564 |
+
61.26 101
|
| 2565 |
+
61.28 92
|
| 2566 |
+
61.3 119
|
| 2567 |
+
61.32 106
|
| 2568 |
+
61.34 102
|
| 2569 |
+
61.36 104
|
| 2570 |
+
61.38 123
|
| 2571 |
+
61.4 99
|
| 2572 |
+
61.42 109
|
| 2573 |
+
61.44 109
|
| 2574 |
+
61.46 119
|
| 2575 |
+
61.48 98
|
| 2576 |
+
61.5 101
|
| 2577 |
+
61.52 103
|
| 2578 |
+
61.54 106
|
| 2579 |
+
61.56 89
|
| 2580 |
+
61.58 114
|
| 2581 |
+
61.6 115
|
| 2582 |
+
61.62 100
|
| 2583 |
+
61.64 106
|
| 2584 |
+
61.66 100
|
| 2585 |
+
61.68 91
|
| 2586 |
+
61.7 115
|
| 2587 |
+
61.72 102
|
| 2588 |
+
61.74 112
|
| 2589 |
+
61.76 124
|
| 2590 |
+
61.78 93
|
| 2591 |
+
61.8 120
|
| 2592 |
+
61.82 107
|
| 2593 |
+
61.84 120
|
| 2594 |
+
61.86 85
|
| 2595 |
+
61.88 112
|
| 2596 |
+
61.9 104
|
| 2597 |
+
61.92 97
|
| 2598 |
+
61.94 133
|
| 2599 |
+
61.96 82
|
| 2600 |
+
61.98 102
|
| 2601 |
+
62 92
|
| 2602 |
+
62.02 109
|
| 2603 |
+
62.04 113
|
| 2604 |
+
62.06 95
|
| 2605 |
+
62.08 90
|
| 2606 |
+
62.1 103
|
| 2607 |
+
62.12 92
|
| 2608 |
+
62.14 105
|
| 2609 |
+
62.16 89
|
| 2610 |
+
62.18 88
|
| 2611 |
+
62.2 111
|
| 2612 |
+
62.22 103
|
| 2613 |
+
62.24 111
|
| 2614 |
+
62.26 96
|
| 2615 |
+
62.28 90
|
| 2616 |
+
62.3 81
|
| 2617 |
+
62.32 92
|
| 2618 |
+
62.34 98
|
| 2619 |
+
62.36 91
|
| 2620 |
+
62.38 90
|
| 2621 |
+
62.4 97
|
| 2622 |
+
62.42 73
|
| 2623 |
+
62.44 90
|
| 2624 |
+
62.46 85
|
| 2625 |
+
62.48 92
|
| 2626 |
+
62.5 73
|
| 2627 |
+
62.52 90
|
| 2628 |
+
62.54 95
|
| 2629 |
+
62.56 85
|
| 2630 |
+
62.58 96
|
| 2631 |
+
62.6 90
|
| 2632 |
+
62.62 96
|
| 2633 |
+
62.64 91
|
| 2634 |
+
62.66 84
|
| 2635 |
+
62.68 95
|
| 2636 |
+
62.7 99
|
| 2637 |
+
62.72 101
|
| 2638 |
+
62.74 73
|
| 2639 |
+
62.76 108
|
| 2640 |
+
62.78 106
|
| 2641 |
+
62.8 71
|
| 2642 |
+
62.82 95
|
| 2643 |
+
62.84 110
|
| 2644 |
+
62.86 84
|
| 2645 |
+
62.88 76
|
| 2646 |
+
62.9 108
|
| 2647 |
+
62.92 83
|
| 2648 |
+
62.94 91
|
| 2649 |
+
62.96 120
|
| 2650 |
+
62.98 100
|
| 2651 |
+
63 105
|
| 2652 |
+
63.02 113
|
| 2653 |
+
63.04 116
|
| 2654 |
+
63.06 112
|
| 2655 |
+
63.08 108
|
| 2656 |
+
63.1 132
|
| 2657 |
+
63.12 113
|
| 2658 |
+
63.14 110
|
| 2659 |
+
63.16 131
|
| 2660 |
+
63.18 119
|
| 2661 |
+
63.2 110
|
| 2662 |
+
63.22 110
|
| 2663 |
+
63.24 113
|
| 2664 |
+
63.26 119
|
| 2665 |
+
63.28 100
|
| 2666 |
+
63.3 119
|
| 2667 |
+
63.32 116
|
| 2668 |
+
63.34 97
|
| 2669 |
+
63.36 116
|
| 2670 |
+
63.38 104
|
| 2671 |
+
63.4 100
|
| 2672 |
+
63.42 105
|
| 2673 |
+
63.44 100
|
| 2674 |
+
63.46 98
|
| 2675 |
+
63.48 105
|
| 2676 |
+
63.5 105
|
| 2677 |
+
63.52 97
|
| 2678 |
+
63.54 103
|
| 2679 |
+
63.56 81
|
| 2680 |
+
63.58 92
|
| 2681 |
+
63.6 101
|
| 2682 |
+
63.62 84
|
| 2683 |
+
63.64 77
|
| 2684 |
+
63.66 96
|
| 2685 |
+
63.68 102
|
| 2686 |
+
63.7 85
|
| 2687 |
+
63.72 106
|
| 2688 |
+
63.74 81
|
| 2689 |
+
63.76 86
|
| 2690 |
+
63.78 93
|
| 2691 |
+
63.8 98
|
| 2692 |
+
63.82 110
|
| 2693 |
+
63.84 88
|
| 2694 |
+
63.86 99
|
| 2695 |
+
63.88 83
|
| 2696 |
+
63.9 99
|
| 2697 |
+
63.92 114
|
| 2698 |
+
63.94 97
|
| 2699 |
+
63.96 78
|
| 2700 |
+
63.98 97
|
| 2701 |
+
64 88
|
| 2702 |
+
64.02 95
|
| 2703 |
+
64.04 98
|
| 2704 |
+
64.06 98
|
| 2705 |
+
64.08 90
|
| 2706 |
+
64.1 97
|
| 2707 |
+
64.12 82
|
| 2708 |
+
64.14 92
|
| 2709 |
+
64.16 93
|
| 2710 |
+
64.18 96
|
| 2711 |
+
64.2 96
|
| 2712 |
+
64.22 85
|
| 2713 |
+
64.24 94
|
| 2714 |
+
64.26 76
|
| 2715 |
+
64.28 87
|
| 2716 |
+
64.3 77
|
| 2717 |
+
64.32 99
|
| 2718 |
+
64.34 90
|
| 2719 |
+
64.36 98
|
| 2720 |
+
64.38 111
|
| 2721 |
+
64.4 95
|
| 2722 |
+
64.42 93
|
| 2723 |
+
64.44 107
|
| 2724 |
+
64.46 114
|
| 2725 |
+
64.48 111
|
| 2726 |
+
64.5 92
|
| 2727 |
+
64.52 103
|
| 2728 |
+
64.54 104
|
| 2729 |
+
64.56 97
|
| 2730 |
+
64.58 102
|
| 2731 |
+
64.6 94
|
| 2732 |
+
64.62 107
|
| 2733 |
+
64.64 102
|
| 2734 |
+
64.66 114
|
| 2735 |
+
64.68 93
|
| 2736 |
+
64.7 96
|
| 2737 |
+
64.72 94
|
| 2738 |
+
64.74 92
|
| 2739 |
+
64.76 107
|
| 2740 |
+
64.78 109
|
| 2741 |
+
64.8 87
|
| 2742 |
+
64.82 86
|
| 2743 |
+
64.84 108
|
| 2744 |
+
64.86 81
|
| 2745 |
+
64.88 89
|
| 2746 |
+
64.9 104
|
| 2747 |
+
64.92 92
|
| 2748 |
+
64.94 98
|
| 2749 |
+
64.96 117
|
| 2750 |
+
64.98 103
|
| 2751 |
+
65 115
|
| 2752 |
+
65.02 108
|
| 2753 |
+
65.04 93
|
| 2754 |
+
65.06 106
|
| 2755 |
+
65.08 110
|
| 2756 |
+
65.1 104
|
| 2757 |
+
65.12 109
|
| 2758 |
+
65.14 100
|
| 2759 |
+
65.16 113
|
| 2760 |
+
65.18 143
|
| 2761 |
+
65.2 137
|
| 2762 |
+
65.22 114
|
| 2763 |
+
65.24 130
|
| 2764 |
+
65.26 119
|
| 2765 |
+
65.28 137
|
| 2766 |
+
65.3 154
|
| 2767 |
+
65.32 126
|
| 2768 |
+
65.34 147
|
| 2769 |
+
65.36 164
|
| 2770 |
+
65.38 163
|
| 2771 |
+
65.4 142
|
| 2772 |
+
65.42 151
|
| 2773 |
+
65.44 203
|
| 2774 |
+
65.46 198
|
| 2775 |
+
65.48 186
|
| 2776 |
+
65.5 195
|
| 2777 |
+
65.52 219
|
| 2778 |
+
65.54 230
|
| 2779 |
+
65.56 216
|
| 2780 |
+
65.58 223
|
| 2781 |
+
65.6 242
|
| 2782 |
+
65.62 245
|
| 2783 |
+
65.64 274
|
| 2784 |
+
65.66 262
|
| 2785 |
+
65.68 239
|
| 2786 |
+
65.7 249
|
| 2787 |
+
65.72 248
|
| 2788 |
+
65.74 277
|
| 2789 |
+
65.76 241
|
| 2790 |
+
65.78 272
|
| 2791 |
+
65.8 241
|
| 2792 |
+
65.82 235
|
| 2793 |
+
65.84 215
|
| 2794 |
+
65.86 228
|
| 2795 |
+
65.88 212
|
| 2796 |
+
65.9 195
|
| 2797 |
+
65.92 180
|
| 2798 |
+
65.94 180
|
| 2799 |
+
65.96 166
|
| 2800 |
+
65.98 174
|
| 2801 |
+
66 163
|
| 2802 |
+
66.02 144
|
| 2803 |
+
66.04 153
|
| 2804 |
+
66.06 156
|
| 2805 |
+
66.08 146
|
| 2806 |
+
66.1 133
|
| 2807 |
+
66.12 124
|
| 2808 |
+
66.14 130
|
| 2809 |
+
66.16 123
|
| 2810 |
+
66.18 106
|
| 2811 |
+
66.2 115
|
| 2812 |
+
66.22 113
|
| 2813 |
+
66.24 107
|
| 2814 |
+
66.26 106
|
| 2815 |
+
66.28 119
|
| 2816 |
+
66.3 87
|
| 2817 |
+
66.32 105
|
| 2818 |
+
66.34 105
|
| 2819 |
+
66.36 108
|
| 2820 |
+
66.38 95
|
| 2821 |
+
66.4 106
|
| 2822 |
+
66.42 96
|
| 2823 |
+
66.44 89
|
| 2824 |
+
66.46 67
|
| 2825 |
+
66.48 98
|
| 2826 |
+
66.5 103
|
| 2827 |
+
66.52 97
|
| 2828 |
+
66.54 89
|
| 2829 |
+
66.56 85
|
| 2830 |
+
66.58 87
|
| 2831 |
+
66.6 106
|
| 2832 |
+
66.62 88
|
| 2833 |
+
66.64 108
|
| 2834 |
+
66.66 87
|
| 2835 |
+
66.68 86
|
| 2836 |
+
66.7 88
|
| 2837 |
+
66.72 88
|
| 2838 |
+
66.74 83
|
| 2839 |
+
66.76 86
|
| 2840 |
+
66.78 88
|
| 2841 |
+
66.8 80
|
| 2842 |
+
66.82 100
|
| 2843 |
+
66.84 85
|
| 2844 |
+
66.86 85
|
| 2845 |
+
66.88 95
|
| 2846 |
+
66.9 86
|
| 2847 |
+
66.92 84
|
| 2848 |
+
66.94 90
|
| 2849 |
+
66.96 102
|
| 2850 |
+
66.98 85
|
| 2851 |
+
67 84
|
| 2852 |
+
67.02 72
|
| 2853 |
+
67.04 75
|
| 2854 |
+
67.06 94
|
| 2855 |
+
67.08 85
|
| 2856 |
+
67.1 110
|
| 2857 |
+
67.12 90
|
| 2858 |
+
67.14 98
|
| 2859 |
+
67.16 81
|
| 2860 |
+
67.18 102
|
| 2861 |
+
67.2 97
|
| 2862 |
+
67.22 92
|
| 2863 |
+
67.24 75
|
| 2864 |
+
67.26 85
|
| 2865 |
+
67.28 76
|
| 2866 |
+
67.3 74
|
| 2867 |
+
67.32 91
|
| 2868 |
+
67.34 81
|
| 2869 |
+
67.36 92
|
| 2870 |
+
67.38 94
|
| 2871 |
+
67.4 95
|
| 2872 |
+
67.42 87
|
| 2873 |
+
67.44 77
|
| 2874 |
+
67.46 100
|
| 2875 |
+
67.48 98
|
| 2876 |
+
67.5 80
|
| 2877 |
+
67.52 106
|
| 2878 |
+
67.54 93
|
| 2879 |
+
67.56 90
|
| 2880 |
+
67.58 82
|
| 2881 |
+
67.6 71
|
| 2882 |
+
67.62 90
|
| 2883 |
+
67.64 105
|
| 2884 |
+
67.66 103
|
| 2885 |
+
67.68 91
|
| 2886 |
+
67.7 85
|
| 2887 |
+
67.72 89
|
| 2888 |
+
67.74 83
|
| 2889 |
+
67.76 95
|
| 2890 |
+
67.78 86
|
| 2891 |
+
67.8 82
|
| 2892 |
+
67.82 102
|
| 2893 |
+
67.84 103
|
| 2894 |
+
67.86 93
|
| 2895 |
+
67.88 116
|
| 2896 |
+
67.9 106
|
| 2897 |
+
67.92 92
|
| 2898 |
+
67.94 97
|
| 2899 |
+
67.96 118
|
| 2900 |
+
67.98 78
|
| 2901 |
+
68 103
|
| 2902 |
+
68.02 92
|
| 2903 |
+
68.04 102
|
| 2904 |
+
68.06 103
|
| 2905 |
+
68.08 95
|
| 2906 |
+
68.1 98
|
| 2907 |
+
68.12 104
|
| 2908 |
+
68.14 104
|
| 2909 |
+
68.16 80
|
| 2910 |
+
68.18 88
|
| 2911 |
+
68.2 97
|
| 2912 |
+
68.22 104
|
| 2913 |
+
68.24 108
|
| 2914 |
+
68.26 126
|
| 2915 |
+
68.28 103
|
| 2916 |
+
68.3 102
|
| 2917 |
+
68.32 102
|
| 2918 |
+
68.34 96
|
| 2919 |
+
68.36 100
|
| 2920 |
+
68.38 88
|
| 2921 |
+
68.4 95
|
| 2922 |
+
68.42 88
|
| 2923 |
+
68.44 119
|
| 2924 |
+
68.46 120
|
| 2925 |
+
68.48 102
|
| 2926 |
+
68.5 100
|
| 2927 |
+
68.52 120
|
| 2928 |
+
68.54 116
|
| 2929 |
+
68.56 110
|
| 2930 |
+
68.58 116
|
| 2931 |
+
68.6 107
|
| 2932 |
+
68.62 106
|
| 2933 |
+
68.64 123
|
| 2934 |
+
68.66 122
|
| 2935 |
+
68.68 108
|
| 2936 |
+
68.7 115
|
| 2937 |
+
68.72 98
|
| 2938 |
+
68.74 117
|
| 2939 |
+
68.76 129
|
| 2940 |
+
68.78 125
|
| 2941 |
+
68.8 117
|
| 2942 |
+
68.82 139
|
| 2943 |
+
68.84 138
|
| 2944 |
+
68.86 135
|
| 2945 |
+
68.88 157
|
| 2946 |
+
68.9 153
|
| 2947 |
+
68.92 170
|
| 2948 |
+
68.94 165
|
| 2949 |
+
68.96 168
|
| 2950 |
+
68.98 188
|
| 2951 |
+
69 187
|
| 2952 |
+
69.02 212
|
| 2953 |
+
69.04 240
|
| 2954 |
+
69.06 217
|
| 2955 |
+
69.08 257
|
| 2956 |
+
69.1 261
|
| 2957 |
+
69.12 315
|
| 2958 |
+
69.14 309
|
| 2959 |
+
69.16 386
|
| 2960 |
+
69.18 370
|
| 2961 |
+
69.2 447
|
| 2962 |
+
69.22 475
|
| 2963 |
+
69.24 539
|
| 2964 |
+
69.26 645
|
| 2965 |
+
69.28 677
|
| 2966 |
+
69.3 767
|
| 2967 |
+
69.32 878
|
| 2968 |
+
69.34 981
|
| 2969 |
+
69.36 1154
|
| 2970 |
+
69.38 1318
|
| 2971 |
+
69.4 1514
|
| 2972 |
+
69.42 1737
|
| 2973 |
+
69.44 2049
|
| 2974 |
+
69.46 2396
|
| 2975 |
+
69.48 2510
|
| 2976 |
+
69.5 2845
|
| 2977 |
+
69.52 2867
|
| 2978 |
+
69.54 2825
|
| 2979 |
+
69.56 2714
|
| 2980 |
+
69.58 2632
|
| 2981 |
+
69.6 2398
|
| 2982 |
+
69.62 2182
|
| 2983 |
+
69.64 2000
|
| 2984 |
+
69.66 2015
|
| 2985 |
+
69.68 1845
|
| 2986 |
+
69.7 1773
|
| 2987 |
+
69.72 1660
|
| 2988 |
+
69.74 1612
|
| 2989 |
+
69.76 1495
|
| 2990 |
+
69.78 1286
|
| 2991 |
+
69.8 1161
|
| 2992 |
+
69.82 987
|
| 2993 |
+
69.84 858
|
| 2994 |
+
69.86 698
|
| 2995 |
+
69.88 602
|
| 2996 |
+
69.9 485
|
| 2997 |
+
69.92 454
|
| 2998 |
+
69.94 351
|
| 2999 |
+
69.96 328
|
| 3000 |
+
69.98 306
|
| 3001 |
+
70 261
|
| 3002 |
+
70.02 224
|
| 3003 |
+
70.04 237
|
| 3004 |
+
70.06 221
|
| 3005 |
+
70.08 214
|
| 3006 |
+
70.1 210
|
| 3007 |
+
70.12 196
|
| 3008 |
+
70.14 174
|
| 3009 |
+
70.16 199
|
| 3010 |
+
70.18 179
|
| 3011 |
+
70.2 180
|
| 3012 |
+
70.22 172
|
| 3013 |
+
70.24 183
|
| 3014 |
+
70.26 187
|
| 3015 |
+
70.28 197
|
| 3016 |
+
70.3 168
|
| 3017 |
+
70.32 172
|
| 3018 |
+
70.34 172
|
| 3019 |
+
70.36 191
|
| 3020 |
+
70.38 187
|
| 3021 |
+
70.4 193
|
| 3022 |
+
70.42 199
|
| 3023 |
+
70.44 204
|
| 3024 |
+
70.46 191
|
| 3025 |
+
70.48 203
|
| 3026 |
+
70.5 204
|
| 3027 |
+
70.52 244
|
| 3028 |
+
70.54 218
|
| 3029 |
+
70.56 204
|
| 3030 |
+
70.58 199
|
| 3031 |
+
70.6 208
|
| 3032 |
+
70.62 207
|
| 3033 |
+
70.64 200
|
| 3034 |
+
70.66 189
|
| 3035 |
+
70.68 190
|
| 3036 |
+
70.7 217
|
| 3037 |
+
70.72 162
|
| 3038 |
+
70.74 191
|
| 3039 |
+
70.76 199
|
| 3040 |
+
70.78 166
|
| 3041 |
+
70.8 170
|
| 3042 |
+
70.82 162
|
| 3043 |
+
70.84 169
|
| 3044 |
+
70.86 164
|
| 3045 |
+
70.88 152
|
| 3046 |
+
70.9 130
|
| 3047 |
+
70.92 146
|
| 3048 |
+
70.94 119
|
| 3049 |
+
70.96 136
|
| 3050 |
+
70.98 148
|
| 3051 |
+
71 123
|
| 3052 |
+
71.02 132
|
| 3053 |
+
71.04 137
|
| 3054 |
+
71.06 121
|
| 3055 |
+
71.08 117
|
| 3056 |
+
71.1 129
|
| 3057 |
+
71.12 108
|
| 3058 |
+
71.14 109
|
| 3059 |
+
71.16 108
|
| 3060 |
+
71.18 110
|
| 3061 |
+
71.2 106
|
| 3062 |
+
71.22 94
|
| 3063 |
+
71.24 107
|
| 3064 |
+
71.26 118
|
| 3065 |
+
71.28 98
|
| 3066 |
+
71.3 101
|
| 3067 |
+
71.32 105
|
| 3068 |
+
71.34 99
|
| 3069 |
+
71.36 98
|
| 3070 |
+
71.38 93
|
| 3071 |
+
71.4 93
|
| 3072 |
+
71.42 80
|
| 3073 |
+
71.44 94
|
| 3074 |
+
71.46 94
|
| 3075 |
+
71.48 102
|
| 3076 |
+
71.5 93
|
| 3077 |
+
71.52 100
|
| 3078 |
+
71.54 89
|
| 3079 |
+
71.56 85
|
| 3080 |
+
71.58 104
|
| 3081 |
+
71.6 88
|
| 3082 |
+
71.62 82
|
| 3083 |
+
71.64 100
|
| 3084 |
+
71.66 104
|
| 3085 |
+
71.68 110
|
| 3086 |
+
71.7 90
|
| 3087 |
+
71.72 88
|
| 3088 |
+
71.74 92
|
| 3089 |
+
71.76 105
|
| 3090 |
+
71.78 102
|
| 3091 |
+
71.8 94
|
| 3092 |
+
71.82 116
|
| 3093 |
+
71.84 91
|
| 3094 |
+
71.86 90
|
| 3095 |
+
71.88 86
|
| 3096 |
+
71.9 107
|
| 3097 |
+
71.92 108
|
| 3098 |
+
71.94 103
|
| 3099 |
+
71.96 98
|
| 3100 |
+
71.98 97
|
| 3101 |
+
72 92
|
| 3102 |
+
72.02 98
|
| 3103 |
+
72.04 101
|
| 3104 |
+
72.06 101
|
| 3105 |
+
72.08 98
|
| 3106 |
+
72.1 84
|
| 3107 |
+
72.12 95
|
| 3108 |
+
72.14 97
|
| 3109 |
+
72.16 72
|
| 3110 |
+
72.18 81
|
| 3111 |
+
72.2 91
|
| 3112 |
+
72.22 79
|
| 3113 |
+
72.24 107
|
| 3114 |
+
72.26 94
|
| 3115 |
+
72.28 81
|
| 3116 |
+
72.3 73
|
| 3117 |
+
72.32 82
|
| 3118 |
+
72.34 94
|
| 3119 |
+
72.36 75
|
| 3120 |
+
72.38 89
|
| 3121 |
+
72.4 102
|
| 3122 |
+
72.42 77
|
| 3123 |
+
72.44 78
|
| 3124 |
+
72.46 72
|
| 3125 |
+
72.48 63
|
| 3126 |
+
72.5 93
|
| 3127 |
+
72.52 74
|
| 3128 |
+
72.54 89
|
| 3129 |
+
72.56 86
|
| 3130 |
+
72.58 85
|
| 3131 |
+
72.6 70
|
| 3132 |
+
72.62 96
|
| 3133 |
+
72.64 102
|
| 3134 |
+
72.66 92
|
| 3135 |
+
72.68 72
|
| 3136 |
+
72.7 72
|
| 3137 |
+
72.72 75
|
| 3138 |
+
72.74 91
|
| 3139 |
+
72.76 73
|
| 3140 |
+
72.78 71
|
| 3141 |
+
72.8 78
|
| 3142 |
+
72.82 85
|
| 3143 |
+
72.84 87
|
| 3144 |
+
72.86 73
|
| 3145 |
+
72.88 96
|
| 3146 |
+
72.9 99
|
| 3147 |
+
72.92 103
|
| 3148 |
+
72.94 92
|
| 3149 |
+
72.96 91
|
| 3150 |
+
72.98 112
|
| 3151 |
+
73 93
|
| 3152 |
+
73.02 97
|
| 3153 |
+
73.04 103
|
| 3154 |
+
73.06 99
|
| 3155 |
+
73.08 117
|
| 3156 |
+
73.1 119
|
| 3157 |
+
73.12 127
|
| 3158 |
+
73.14 125
|
| 3159 |
+
73.16 164
|
| 3160 |
+
73.18 118
|
| 3161 |
+
73.2 144
|
| 3162 |
+
73.22 152
|
| 3163 |
+
73.24 144
|
| 3164 |
+
73.26 157
|
| 3165 |
+
73.28 156
|
| 3166 |
+
73.3 132
|
| 3167 |
+
73.32 129
|
| 3168 |
+
73.34 134
|
| 3169 |
+
73.36 121
|
| 3170 |
+
73.38 129
|
| 3171 |
+
73.4 146
|
| 3172 |
+
73.42 129
|
| 3173 |
+
73.44 115
|
| 3174 |
+
73.46 131
|
| 3175 |
+
73.48 124
|
| 3176 |
+
73.5 117
|
| 3177 |
+
73.52 89
|
| 3178 |
+
73.54 98
|
| 3179 |
+
73.56 101
|
| 3180 |
+
73.58 99
|
| 3181 |
+
73.6 114
|
| 3182 |
+
73.62 100
|
| 3183 |
+
73.64 95
|
| 3184 |
+
73.66 95
|
| 3185 |
+
73.68 109
|
| 3186 |
+
73.7 92
|
| 3187 |
+
73.72 87
|
| 3188 |
+
73.74 96
|
| 3189 |
+
73.76 87
|
| 3190 |
+
73.78 83
|
| 3191 |
+
73.8 89
|
| 3192 |
+
73.82 95
|
| 3193 |
+
73.84 76
|
| 3194 |
+
73.86 108
|
| 3195 |
+
73.88 88
|
| 3196 |
+
73.9 94
|
| 3197 |
+
73.92 82
|
| 3198 |
+
73.94 99
|
| 3199 |
+
73.96 104
|
| 3200 |
+
73.98 91
|
| 3201 |
+
74 84
|
| 3202 |
+
74.02 89
|
| 3203 |
+
74.04 90
|
| 3204 |
+
74.06 104
|
| 3205 |
+
74.08 101
|
| 3206 |
+
74.1 104
|
| 3207 |
+
74.12 129
|
| 3208 |
+
74.14 103
|
| 3209 |
+
74.16 120
|
| 3210 |
+
74.18 142
|
| 3211 |
+
74.2 150
|
| 3212 |
+
74.22 134
|
| 3213 |
+
74.24 165
|
| 3214 |
+
74.26 173
|
| 3215 |
+
74.28 178
|
| 3216 |
+
74.3 203
|
| 3217 |
+
74.32 254
|
| 3218 |
+
74.34 270
|
| 3219 |
+
74.36 289
|
| 3220 |
+
74.38 281
|
| 3221 |
+
74.4 298
|
| 3222 |
+
74.42 303
|
| 3223 |
+
74.44 334
|
| 3224 |
+
74.46 322
|
| 3225 |
+
74.48 265
|
| 3226 |
+
74.5 252
|
| 3227 |
+
74.52 288
|
| 3228 |
+
74.54 290
|
| 3229 |
+
74.56 294
|
| 3230 |
+
74.58 260
|
| 3231 |
+
74.6 277
|
| 3232 |
+
74.62 257
|
| 3233 |
+
74.64 253
|
| 3234 |
+
74.66 234
|
| 3235 |
+
74.68 237
|
| 3236 |
+
74.7 211
|
| 3237 |
+
74.72 221
|
| 3238 |
+
74.74 203
|
| 3239 |
+
74.76 191
|
| 3240 |
+
74.78 168
|
| 3241 |
+
74.8 141
|
| 3242 |
+
74.82 151
|
| 3243 |
+
74.84 136
|
| 3244 |
+
74.86 123
|
| 3245 |
+
74.88 108
|
| 3246 |
+
74.9 114
|
| 3247 |
+
74.92 110
|
| 3248 |
+
74.94 120
|
| 3249 |
+
74.96 103
|
| 3250 |
+
74.98 96
|
| 3251 |
+
75 100
|
| 3252 |
+
75.02 110
|
| 3253 |
+
75.04 119
|
| 3254 |
+
75.06 91
|
| 3255 |
+
75.08 108
|
| 3256 |
+
75.1 102
|
| 3257 |
+
75.12 133
|
| 3258 |
+
75.14 119
|
| 3259 |
+
75.16 102
|
| 3260 |
+
75.18 117
|
| 3261 |
+
75.2 117
|
| 3262 |
+
75.22 115
|
| 3263 |
+
75.24 107
|
| 3264 |
+
75.26 138
|
| 3265 |
+
75.28 115
|
| 3266 |
+
75.3 117
|
| 3267 |
+
75.32 163
|
| 3268 |
+
75.34 149
|
| 3269 |
+
75.36 152
|
| 3270 |
+
75.38 149
|
| 3271 |
+
75.4 136
|
| 3272 |
+
75.42 131
|
| 3273 |
+
75.44 191
|
| 3274 |
+
75.46 138
|
| 3275 |
+
75.48 187
|
| 3276 |
+
75.5 166
|
| 3277 |
+
75.52 178
|
| 3278 |
+
75.54 172
|
| 3279 |
+
75.56 156
|
| 3280 |
+
75.58 124
|
| 3281 |
+
75.6 185
|
| 3282 |
+
75.62 174
|
| 3283 |
+
75.64 171
|
| 3284 |
+
75.66 184
|
| 3285 |
+
75.68 167
|
| 3286 |
+
75.7 174
|
| 3287 |
+
75.72 142
|
| 3288 |
+
75.74 140
|
| 3289 |
+
75.76 172
|
| 3290 |
+
75.78 143
|
| 3291 |
+
75.8 145
|
| 3292 |
+
75.82 124
|
| 3293 |
+
75.84 131
|
| 3294 |
+
75.86 111
|
| 3295 |
+
75.88 119
|
| 3296 |
+
75.9 120
|
| 3297 |
+
75.92 116
|
| 3298 |
+
75.94 131
|
| 3299 |
+
75.96 117
|
| 3300 |
+
75.98 111
|
| 3301 |
+
76 106
|
| 3302 |
+
76.02 99
|
| 3303 |
+
76.04 100
|
| 3304 |
+
76.06 90
|
| 3305 |
+
76.08 93
|
| 3306 |
+
76.1 99
|
| 3307 |
+
76.12 95
|
| 3308 |
+
76.14 102
|
| 3309 |
+
76.16 96
|
| 3310 |
+
76.18 86
|
| 3311 |
+
76.2 96
|
| 3312 |
+
76.22 90
|
| 3313 |
+
76.24 79
|
| 3314 |
+
76.26 83
|
| 3315 |
+
76.28 90
|
| 3316 |
+
76.3 95
|
| 3317 |
+
76.32 77
|
| 3318 |
+
76.34 107
|
| 3319 |
+
76.36 68
|
| 3320 |
+
76.38 92
|
| 3321 |
+
76.4 91
|
| 3322 |
+
76.42 99
|
| 3323 |
+
76.44 80
|
| 3324 |
+
76.46 74
|
| 3325 |
+
76.48 93
|
| 3326 |
+
76.5 82
|
| 3327 |
+
76.52 84
|
| 3328 |
+
76.54 82
|
| 3329 |
+
76.56 90
|
| 3330 |
+
76.58 107
|
| 3331 |
+
76.6 82
|
| 3332 |
+
76.62 80
|
| 3333 |
+
76.64 99
|
| 3334 |
+
76.66 99
|
| 3335 |
+
76.68 109
|
| 3336 |
+
76.7 106
|
| 3337 |
+
76.72 89
|
| 3338 |
+
76.74 94
|
| 3339 |
+
76.76 115
|
| 3340 |
+
76.78 101
|
| 3341 |
+
76.8 90
|
| 3342 |
+
76.82 88
|
| 3343 |
+
76.84 95
|
| 3344 |
+
76.86 85
|
| 3345 |
+
76.88 86
|
| 3346 |
+
76.9 89
|
| 3347 |
+
76.92 90
|
| 3348 |
+
76.94 90
|
| 3349 |
+
76.96 67
|
| 3350 |
+
76.98 98
|
| 3351 |
+
77 105
|
| 3352 |
+
77.02 102
|
| 3353 |
+
77.04 103
|
| 3354 |
+
77.06 101
|
| 3355 |
+
77.08 90
|
| 3356 |
+
77.1 94
|
| 3357 |
+
77.12 87
|
| 3358 |
+
77.14 98
|
| 3359 |
+
77.16 106
|
| 3360 |
+
77.18 106
|
| 3361 |
+
77.2 76
|
| 3362 |
+
77.22 77
|
| 3363 |
+
77.24 108
|
| 3364 |
+
77.26 86
|
| 3365 |
+
77.28 87
|
| 3366 |
+
77.3 82
|
| 3367 |
+
77.32 86
|
| 3368 |
+
77.34 89
|
| 3369 |
+
77.36 96
|
| 3370 |
+
77.38 86
|
| 3371 |
+
77.4 84
|
| 3372 |
+
77.42 87
|
| 3373 |
+
77.44 87
|
| 3374 |
+
77.46 87
|
| 3375 |
+
77.48 81
|
| 3376 |
+
77.5 98
|
| 3377 |
+
77.52 81
|
| 3378 |
+
77.54 84
|
| 3379 |
+
77.56 80
|
| 3380 |
+
77.58 108
|
| 3381 |
+
77.6 90
|
| 3382 |
+
77.62 87
|
| 3383 |
+
77.64 99
|
| 3384 |
+
77.66 102
|
| 3385 |
+
77.68 82
|
| 3386 |
+
77.7 94
|
| 3387 |
+
77.72 108
|
| 3388 |
+
77.74 98
|
| 3389 |
+
77.76 97
|
| 3390 |
+
77.78 93
|
| 3391 |
+
77.8 85
|
| 3392 |
+
77.82 98
|
| 3393 |
+
77.84 106
|
| 3394 |
+
77.86 99
|
| 3395 |
+
77.88 117
|
| 3396 |
+
77.9 106
|
| 3397 |
+
77.92 93
|
| 3398 |
+
77.94 120
|
| 3399 |
+
77.96 111
|
| 3400 |
+
77.98 97
|
| 3401 |
+
78 108
|
| 3402 |
+
78.02 112
|
| 3403 |
+
78.04 110
|
| 3404 |
+
78.06 109
|
| 3405 |
+
78.08 101
|
| 3406 |
+
78.1 83
|
| 3407 |
+
78.12 108
|
| 3408 |
+
78.14 113
|
| 3409 |
+
78.16 113
|
| 3410 |
+
78.18 101
|
| 3411 |
+
78.2 130
|
| 3412 |
+
78.22 110
|
| 3413 |
+
78.24 106
|
| 3414 |
+
78.26 117
|
| 3415 |
+
78.28 124
|
| 3416 |
+
78.3 117
|
| 3417 |
+
78.32 125
|
| 3418 |
+
78.34 114
|
| 3419 |
+
78.36 105
|
| 3420 |
+
78.38 119
|
| 3421 |
+
78.4 126
|
| 3422 |
+
78.42 126
|
| 3423 |
+
78.44 132
|
| 3424 |
+
78.46 105
|
| 3425 |
+
78.48 133
|
| 3426 |
+
78.5 150
|
| 3427 |
+
78.52 138
|
| 3428 |
+
78.54 152
|
| 3429 |
+
78.56 158
|
| 3430 |
+
78.58 195
|
| 3431 |
+
78.6 175
|
| 3432 |
+
78.62 165
|
| 3433 |
+
78.64 149
|
| 3434 |
+
78.66 209
|
| 3435 |
+
78.68 209
|
| 3436 |
+
78.7 227
|
| 3437 |
+
78.72 225
|
| 3438 |
+
78.74 217
|
| 3439 |
+
78.76 258
|
| 3440 |
+
78.78 258
|
| 3441 |
+
78.8 326
|
| 3442 |
+
78.82 328
|
| 3443 |
+
78.84 350
|
| 3444 |
+
78.86 413
|
| 3445 |
+
78.88 474
|
| 3446 |
+
78.9 518
|
| 3447 |
+
78.92 561
|
| 3448 |
+
78.94 648
|
| 3449 |
+
78.96 712
|
| 3450 |
+
78.98 773
|
| 3451 |
+
79 901
|
| 3452 |
+
79.02 993
|
| 3453 |
+
79.04 1127
|
| 3454 |
+
79.06 1249
|
| 3455 |
+
79.08 1388
|
| 3456 |
+
79.1 1448
|
| 3457 |
+
79.12 1557
|
| 3458 |
+
79.14 1540
|
| 3459 |
+
79.16 1663
|
| 3460 |
+
79.18 1693
|
| 3461 |
+
79.2 1725
|
| 3462 |
+
79.22 1728
|
| 3463 |
+
79.24 1715
|
| 3464 |
+
79.26 1738
|
| 3465 |
+
79.28 1665
|
| 3466 |
+
79.3 1594
|
| 3467 |
+
79.32 1594
|
| 3468 |
+
79.34 1519
|
| 3469 |
+
79.36 1426
|
| 3470 |
+
79.38 1400
|
| 3471 |
+
79.4 1259
|
| 3472 |
+
79.42 1265
|
| 3473 |
+
79.44 1217
|
| 3474 |
+
79.46 1132
|
| 3475 |
+
79.48 1031
|
| 3476 |
+
79.5 1016
|
| 3477 |
+
79.52 909
|
| 3478 |
+
79.54 868
|
| 3479 |
+
79.56 753
|
| 3480 |
+
79.58 620
|
| 3481 |
+
79.6 668
|
| 3482 |
+
79.62 536
|
| 3483 |
+
79.64 502
|
| 3484 |
+
79.66 476
|
| 3485 |
+
79.68 447
|
| 3486 |
+
79.7 403
|
| 3487 |
+
79.72 347
|
| 3488 |
+
79.74 337
|
| 3489 |
+
79.76 301
|
| 3490 |
+
79.78 279
|
| 3491 |
+
79.8 269
|
| 3492 |
+
79.82 268
|
| 3493 |
+
79.84 261
|
| 3494 |
+
79.86 239
|
| 3495 |
+
79.88 243
|
| 3496 |
+
79.9 217
|
| 3497 |
+
79.92 239
|
| 3498 |
+
79.94 249
|
| 3499 |
+
79.96 254
|
| 3500 |
+
79.98 210
|
| 3501 |
+
80 271
|
| 3502 |
+
80.02 248
|
| 3503 |
+
80.04 236
|
| 3504 |
+
80.06 279
|
| 3505 |
+
80.08 263
|
| 3506 |
+
80.1 275
|
| 3507 |
+
80.12 262
|
| 3508 |
+
80.14 297
|
| 3509 |
+
80.16 310
|
| 3510 |
+
80.18 286
|
| 3511 |
+
80.2 298
|
| 3512 |
+
80.22 320
|
| 3513 |
+
80.24 325
|
| 3514 |
+
80.26 300
|
| 3515 |
+
80.28 317
|
| 3516 |
+
80.3 289
|
| 3517 |
+
80.32 354
|
| 3518 |
+
80.34 309
|
| 3519 |
+
80.36 274
|
| 3520 |
+
80.38 298
|
| 3521 |
+
80.4 280
|
| 3522 |
+
80.42 288
|
| 3523 |
+
80.44 257
|
| 3524 |
+
80.46 267
|
| 3525 |
+
80.48 271
|
| 3526 |
+
80.5 257
|
| 3527 |
+
80.52 275
|
| 3528 |
+
80.54 242
|
| 3529 |
+
80.56 245
|
| 3530 |
+
80.58 231
|
| 3531 |
+
80.6 207
|
| 3532 |
+
80.62 241
|
| 3533 |
+
80.64 230
|
| 3534 |
+
80.66 178
|
| 3535 |
+
80.68 189
|
| 3536 |
+
80.7 167
|
| 3537 |
+
80.72 174
|
| 3538 |
+
80.74 141
|
| 3539 |
+
80.76 157
|
| 3540 |
+
80.78 187
|
| 3541 |
+
80.8 137
|
| 3542 |
+
80.82 172
|
| 3543 |
+
80.84 148
|
| 3544 |
+
80.86 126
|
| 3545 |
+
80.88 133
|
| 3546 |
+
80.9 128
|
| 3547 |
+
80.92 108
|
| 3548 |
+
80.94 129
|
| 3549 |
+
80.96 127
|
| 3550 |
+
80.98 127
|
| 3551 |
+
81 131
|
| 3552 |
+
81.02 123
|
| 3553 |
+
81.04 120
|
| 3554 |
+
81.06 106
|
| 3555 |
+
81.08 119
|
| 3556 |
+
81.1 108
|
| 3557 |
+
81.12 126
|
| 3558 |
+
81.14 102
|
| 3559 |
+
81.16 118
|
| 3560 |
+
81.18 125
|
| 3561 |
+
81.2 111
|
| 3562 |
+
81.22 95
|
| 3563 |
+
81.24 92
|
| 3564 |
+
81.26 89
|
| 3565 |
+
81.28 106
|
| 3566 |
+
81.3 103
|
| 3567 |
+
81.32 93
|
| 3568 |
+
81.34 120
|
| 3569 |
+
81.36 97
|
| 3570 |
+
81.38 97
|
| 3571 |
+
81.4 108
|
| 3572 |
+
81.42 103
|
| 3573 |
+
81.44 93
|
| 3574 |
+
81.46 101
|
| 3575 |
+
81.48 113
|
| 3576 |
+
81.5 97
|
| 3577 |
+
81.52 100
|
| 3578 |
+
81.54 97
|
| 3579 |
+
81.56 95
|
| 3580 |
+
81.58 105
|
| 3581 |
+
81.6 94
|
| 3582 |
+
81.62 86
|
| 3583 |
+
81.64 94
|
| 3584 |
+
81.66 107
|
| 3585 |
+
81.68 102
|
| 3586 |
+
81.7 108
|
| 3587 |
+
81.72 93
|
| 3588 |
+
81.74 112
|
| 3589 |
+
81.76 106
|
| 3590 |
+
81.78 79
|
| 3591 |
+
81.8 91
|
| 3592 |
+
81.82 83
|
| 3593 |
+
81.84 92
|
| 3594 |
+
81.86 103
|
| 3595 |
+
81.88 99
|
| 3596 |
+
81.9 95
|
| 3597 |
+
81.92 100
|
| 3598 |
+
81.94 86
|
| 3599 |
+
81.96 86
|
| 3600 |
+
81.98 90
|
| 3601 |
+
82 104
|
| 3602 |
+
82.02 92
|
| 3603 |
+
82.04 86
|
| 3604 |
+
82.06 98
|
| 3605 |
+
82.08 84
|
| 3606 |
+
82.1 101
|
| 3607 |
+
82.12 78
|
| 3608 |
+
82.14 85
|
| 3609 |
+
82.16 96
|
| 3610 |
+
82.18 84
|
| 3611 |
+
82.2 109
|
| 3612 |
+
82.22 83
|
| 3613 |
+
82.24 105
|
| 3614 |
+
82.26 87
|
| 3615 |
+
82.28 103
|
| 3616 |
+
82.3 109
|
| 3617 |
+
82.32 98
|
| 3618 |
+
82.34 98
|
| 3619 |
+
82.36 85
|
| 3620 |
+
82.38 102
|
| 3621 |
+
82.4 89
|
| 3622 |
+
82.42 88
|
| 3623 |
+
82.44 109
|
| 3624 |
+
82.46 71
|
| 3625 |
+
82.48 103
|
| 3626 |
+
82.5 85
|
| 3627 |
+
82.52 85
|
| 3628 |
+
82.54 90
|
| 3629 |
+
82.56 109
|
| 3630 |
+
82.58 78
|
| 3631 |
+
82.6 92
|
| 3632 |
+
82.62 85
|
| 3633 |
+
82.64 122
|
| 3634 |
+
82.66 90
|
| 3635 |
+
82.68 87
|
| 3636 |
+
82.7 93
|
| 3637 |
+
82.72 124
|
| 3638 |
+
82.74 101
|
| 3639 |
+
82.76 116
|
| 3640 |
+
82.78 107
|
| 3641 |
+
82.8 114
|
| 3642 |
+
82.82 103
|
| 3643 |
+
82.84 94
|
| 3644 |
+
82.86 112
|
| 3645 |
+
82.88 104
|
| 3646 |
+
82.9 106
|
| 3647 |
+
82.92 95
|
| 3648 |
+
82.94 101
|
| 3649 |
+
82.96 86
|
| 3650 |
+
82.98 100
|
| 3651 |
+
83 107
|
| 3652 |
+
83.02 110
|
| 3653 |
+
83.04 110
|
| 3654 |
+
83.06 104
|
| 3655 |
+
83.08 97
|
| 3656 |
+
83.1 111
|
| 3657 |
+
83.12 96
|
| 3658 |
+
83.14 75
|
| 3659 |
+
83.16 70
|
| 3660 |
+
83.18 99
|
| 3661 |
+
83.2 87
|
| 3662 |
+
83.22 103
|
| 3663 |
+
83.24 95
|
| 3664 |
+
83.26 96
|
| 3665 |
+
83.28 92
|
| 3666 |
+
83.3 72
|
| 3667 |
+
83.32 90
|
| 3668 |
+
83.34 106
|
| 3669 |
+
83.36 102
|
| 3670 |
+
83.38 100
|
| 3671 |
+
83.4 92
|
| 3672 |
+
83.42 102
|
| 3673 |
+
83.44 101
|
| 3674 |
+
83.46 94
|
| 3675 |
+
83.48 105
|
| 3676 |
+
83.5 119
|
| 3677 |
+
83.52 127
|
| 3678 |
+
83.54 101
|
| 3679 |
+
83.56 126
|
| 3680 |
+
83.58 119
|
| 3681 |
+
83.6 128
|
| 3682 |
+
83.62 160
|
| 3683 |
+
83.64 143
|
| 3684 |
+
83.66 147
|
| 3685 |
+
83.68 141
|
| 3686 |
+
83.7 179
|
| 3687 |
+
83.72 188
|
| 3688 |
+
83.74 176
|
| 3689 |
+
83.76 212
|
| 3690 |
+
83.78 205
|
| 3691 |
+
83.8 226
|
| 3692 |
+
83.82 256
|
| 3693 |
+
83.84 268
|
| 3694 |
+
83.86 302
|
| 3695 |
+
83.88 306
|
| 3696 |
+
83.9 330
|
| 3697 |
+
83.92 348
|
| 3698 |
+
83.94 292
|
| 3699 |
+
83.96 315
|
| 3700 |
+
83.98 295
|
| 3701 |
+
84 321
|
| 3702 |
+
84.02 295
|
| 3703 |
+
84.04 293
|
| 3704 |
+
84.06 270
|
| 3705 |
+
84.08 296
|
| 3706 |
+
84.1 247
|
| 3707 |
+
84.12 251
|
| 3708 |
+
84.14 240
|
| 3709 |
+
84.16 238
|
| 3710 |
+
84.18 247
|
| 3711 |
+
84.2 230
|
| 3712 |
+
84.22 206
|
| 3713 |
+
84.24 203
|
| 3714 |
+
84.26 198
|
| 3715 |
+
84.28 188
|
| 3716 |
+
84.3 197
|
| 3717 |
+
84.32 183
|
| 3718 |
+
84.34 183
|
| 3719 |
+
84.36 160
|
| 3720 |
+
84.38 160
|
| 3721 |
+
84.4 147
|
| 3722 |
+
84.42 150
|
| 3723 |
+
84.44 141
|
| 3724 |
+
84.46 148
|
| 3725 |
+
84.48 130
|
| 3726 |
+
84.5 160
|
| 3727 |
+
84.52 130
|
| 3728 |
+
84.54 132
|
| 3729 |
+
84.56 144
|
| 3730 |
+
84.58 150
|
| 3731 |
+
84.6 140
|
| 3732 |
+
84.62 157
|
| 3733 |
+
84.64 154
|
| 3734 |
+
84.66 147
|
| 3735 |
+
84.68 162
|
| 3736 |
+
84.7 146
|
| 3737 |
+
84.72 162
|
| 3738 |
+
84.74 131
|
| 3739 |
+
84.76 176
|
| 3740 |
+
84.78 137
|
| 3741 |
+
84.8 151
|
| 3742 |
+
84.82 189
|
| 3743 |
+
84.84 205
|
| 3744 |
+
84.86 194
|
| 3745 |
+
84.88 178
|
| 3746 |
+
84.9 202
|
| 3747 |
+
84.92 205
|
| 3748 |
+
84.94 191
|
| 3749 |
+
84.96 215
|
| 3750 |
+
84.98 222
|
| 3751 |
+
85 222
|
| 3752 |
+
85.02 230
|
| 3753 |
+
85.04 239
|
| 3754 |
+
85.06 234
|
| 3755 |
+
85.08 229
|
| 3756 |
+
85.1 210
|
| 3757 |
+
85.12 233
|
| 3758 |
+
85.14 237
|
| 3759 |
+
85.16 211
|
| 3760 |
+
85.18 208
|
| 3761 |
+
85.2 212
|
| 3762 |
+
85.22 227
|
| 3763 |
+
85.24 222
|
| 3764 |
+
85.26 218
|
| 3765 |
+
85.28 214
|
| 3766 |
+
85.3 179
|
| 3767 |
+
85.32 190
|
| 3768 |
+
85.34 176
|
| 3769 |
+
85.36 180
|
| 3770 |
+
85.38 193
|
| 3771 |
+
85.4 178
|
| 3772 |
+
85.42 165
|
| 3773 |
+
85.44 148
|
| 3774 |
+
85.46 141
|
| 3775 |
+
85.48 151
|
| 3776 |
+
85.5 147
|
| 3777 |
+
85.52 124
|
| 3778 |
+
85.54 142
|
| 3779 |
+
85.56 117
|
| 3780 |
+
85.58 119
|
| 3781 |
+
85.6 116
|
| 3782 |
+
85.62 122
|
| 3783 |
+
85.64 107
|
| 3784 |
+
85.66 119
|
| 3785 |
+
85.68 116
|
| 3786 |
+
85.7 110
|
| 3787 |
+
85.72 137
|
| 3788 |
+
85.74 101
|
| 3789 |
+
85.76 96
|
| 3790 |
+
85.78 111
|
| 3791 |
+
85.8 111
|
| 3792 |
+
85.82 93
|
| 3793 |
+
85.84 103
|
| 3794 |
+
85.86 111
|
| 3795 |
+
85.88 90
|
| 3796 |
+
85.9 104
|
| 3797 |
+
85.92 93
|
| 3798 |
+
85.94 109
|
| 3799 |
+
85.96 95
|
| 3800 |
+
85.98 100
|
| 3801 |
+
86 100
|
| 3802 |
+
86.02 101
|
| 3803 |
+
86.04 87
|
| 3804 |
+
86.06 91
|
| 3805 |
+
86.08 75
|
| 3806 |
+
86.1 75
|
| 3807 |
+
86.12 97
|
| 3808 |
+
86.14 103
|
| 3809 |
+
86.16 101
|
| 3810 |
+
86.18 104
|
| 3811 |
+
86.2 82
|
| 3812 |
+
86.22 106
|
| 3813 |
+
86.24 90
|
| 3814 |
+
86.26 110
|
| 3815 |
+
86.28 98
|
| 3816 |
+
86.3 109
|
| 3817 |
+
86.32 91
|
| 3818 |
+
86.34 104
|
| 3819 |
+
86.36 98
|
| 3820 |
+
86.38 98
|
| 3821 |
+
86.4 103
|
| 3822 |
+
86.42 101
|
| 3823 |
+
86.44 89
|
| 3824 |
+
86.46 110
|
| 3825 |
+
86.48 104
|
| 3826 |
+
86.5 127
|
| 3827 |
+
86.52 101
|
| 3828 |
+
86.54 94
|
| 3829 |
+
86.56 105
|
| 3830 |
+
86.58 117
|
| 3831 |
+
86.6 109
|
| 3832 |
+
86.62 93
|
| 3833 |
+
86.64 108
|
| 3834 |
+
86.66 93
|
| 3835 |
+
86.68 100
|
| 3836 |
+
86.7 85
|
| 3837 |
+
86.72 97
|
| 3838 |
+
86.74 116
|
| 3839 |
+
86.76 97
|
| 3840 |
+
86.78 106
|
| 3841 |
+
86.8 107
|
| 3842 |
+
86.82 109
|
| 3843 |
+
86.84 101
|
| 3844 |
+
86.86 94
|
| 3845 |
+
86.88 87
|
| 3846 |
+
86.9 98
|
| 3847 |
+
86.92 94
|
| 3848 |
+
86.94 98
|
| 3849 |
+
86.96 81
|
| 3850 |
+
86.98 98
|
| 3851 |
+
87 102
|
| 3852 |
+
87.02 110
|
| 3853 |
+
87.04 94
|
| 3854 |
+
87.06 95
|
| 3855 |
+
87.08 103
|
| 3856 |
+
87.1 91
|
| 3857 |
+
87.12 105
|
| 3858 |
+
87.14 85
|
| 3859 |
+
87.16 102
|
| 3860 |
+
87.18 83
|
| 3861 |
+
87.2 92
|
| 3862 |
+
87.22 95
|
| 3863 |
+
87.24 113
|
| 3864 |
+
87.26 111
|
| 3865 |
+
87.28 92
|
| 3866 |
+
87.3 93
|
| 3867 |
+
87.32 75
|
| 3868 |
+
87.34 126
|
| 3869 |
+
87.36 92
|
| 3870 |
+
87.38 100
|
| 3871 |
+
87.4 91
|
| 3872 |
+
87.42 120
|
| 3873 |
+
87.44 111
|
| 3874 |
+
87.46 107
|
| 3875 |
+
87.48 109
|
| 3876 |
+
87.5 105
|
| 3877 |
+
87.52 96
|
| 3878 |
+
87.54 107
|
| 3879 |
+
87.56 93
|
| 3880 |
+
87.58 110
|
| 3881 |
+
87.6 92
|
| 3882 |
+
87.62 92
|
| 3883 |
+
87.64 108
|
| 3884 |
+
87.66 106
|
| 3885 |
+
87.68 103
|
| 3886 |
+
87.7 95
|
| 3887 |
+
87.72 91
|
| 3888 |
+
87.74 99
|
| 3889 |
+
87.76 114
|
| 3890 |
+
87.78 108
|
| 3891 |
+
87.8 96
|
| 3892 |
+
87.82 109
|
| 3893 |
+
87.84 117
|
| 3894 |
+
87.86 111
|
| 3895 |
+
87.88 98
|
| 3896 |
+
87.9 105
|
| 3897 |
+
87.92 103
|
| 3898 |
+
87.94 111
|
| 3899 |
+
87.96 117
|
| 3900 |
+
87.98 93
|
| 3901 |
+
88 114
|
| 3902 |
+
88.02 123
|
| 3903 |
+
88.04 112
|
| 3904 |
+
88.06 118
|
| 3905 |
+
88.08 112
|
| 3906 |
+
88.1 136
|
| 3907 |
+
88.12 127
|
| 3908 |
+
88.14 140
|
| 3909 |
+
88.16 136
|
| 3910 |
+
88.18 170
|
| 3911 |
+
88.2 180
|
| 3912 |
+
88.22 184
|
| 3913 |
+
88.24 224
|
| 3914 |
+
88.26 220
|
| 3915 |
+
88.28 246
|
| 3916 |
+
88.3 273
|
| 3917 |
+
88.32 308
|
| 3918 |
+
88.34 302
|
| 3919 |
+
88.36 314
|
| 3920 |
+
88.38 354
|
| 3921 |
+
88.4 419
|
| 3922 |
+
88.42 410
|
| 3923 |
+
88.44 434
|
| 3924 |
+
88.46 480
|
| 3925 |
+
88.48 495
|
| 3926 |
+
88.5 483
|
| 3927 |
+
88.52 517
|
| 3928 |
+
88.54 553
|
| 3929 |
+
88.56 605
|
| 3930 |
+
88.58 595
|
| 3931 |
+
88.6 619
|
| 3932 |
+
88.62 634
|
| 3933 |
+
88.64 624
|
| 3934 |
+
88.66 674
|
| 3935 |
+
88.68 576
|
| 3936 |
+
88.7 557
|
| 3937 |
+
88.72 595
|
| 3938 |
+
88.74 522
|
| 3939 |
+
88.76 511
|
| 3940 |
+
88.78 490
|
| 3941 |
+
88.8 443
|
| 3942 |
+
88.82 472
|
| 3943 |
+
88.84 443
|
| 3944 |
+
88.86 423
|
| 3945 |
+
88.88 408
|
| 3946 |
+
88.9 380
|
| 3947 |
+
88.92 390
|
| 3948 |
+
88.94 357
|
| 3949 |
+
88.96 352
|
| 3950 |
+
88.98 320
|
| 3951 |
+
89 287
|
| 3952 |
+
89.02 254
|
| 3953 |
+
89.04 249
|
| 3954 |
+
89.06 223
|
| 3955 |
+
89.08 210
|
| 3956 |
+
89.1 196
|
| 3957 |
+
89.12 183
|
| 3958 |
+
89.14 166
|
| 3959 |
+
89.16 190
|
| 3960 |
+
89.18 196
|
| 3961 |
+
89.2 141
|
| 3962 |
+
89.22 173
|
| 3963 |
+
89.24 142
|
| 3964 |
+
89.26 159
|
| 3965 |
+
89.28 152
|
| 3966 |
+
89.3 150
|
| 3967 |
+
89.32 168
|
| 3968 |
+
89.34 173
|
| 3969 |
+
89.36 166
|
| 3970 |
+
89.38 145
|
| 3971 |
+
89.4 192
|
| 3972 |
+
89.42 191
|
| 3973 |
+
89.44 163
|
| 3974 |
+
89.46 194
|
| 3975 |
+
89.48 191
|
| 3976 |
+
89.5 185
|
| 3977 |
+
89.52 177
|
| 3978 |
+
89.54 179
|
| 3979 |
+
89.56 193
|
| 3980 |
+
89.58 189
|
| 3981 |
+
89.6 200
|
| 3982 |
+
89.62 210
|
| 3983 |
+
89.64 209
|
| 3984 |
+
89.66 210
|
| 3985 |
+
89.68 182
|
| 3986 |
+
89.7 200
|
| 3987 |
+
89.72 170
|
| 3988 |
+
89.74 192
|
| 3989 |
+
89.76 194
|
| 3990 |
+
89.78 179
|
| 3991 |
+
89.8 194
|
| 3992 |
+
89.82 200
|
| 3993 |
+
89.84 185
|
| 3994 |
+
89.86 202
|
| 3995 |
+
89.88 199
|
| 3996 |
+
89.9 196
|
| 3997 |
+
89.92 163
|
| 3998 |
+
89.94 188
|
| 3999 |
+
89.96 158
|
| 4000 |
+
89.98 154
|
| 4001 |
+
90 146
|
| 4002 |
+
90.02 146
|
| 4003 |
+
90.04 140
|
| 4004 |
+
90.06 167
|
| 4005 |
+
90.08 157
|
| 4006 |
+
90.1 142
|
| 4007 |
+
90.12 142
|
| 4008 |
+
90.14 122
|
| 4009 |
+
90.16 119
|
| 4010 |
+
90.18 125
|
| 4011 |
+
90.2 122
|
| 4012 |
+
90.22 117
|
| 4013 |
+
90.24 113
|
| 4014 |
+
90.26 121
|
| 4015 |
+
90.28 122
|
| 4016 |
+
90.3 123
|
| 4017 |
+
90.32 103
|
| 4018 |
+
90.34 110
|
| 4019 |
+
90.36 108
|
| 4020 |
+
90.38 113
|
| 4021 |
+
90.4 112
|
| 4022 |
+
90.42 116
|
| 4023 |
+
90.44 94
|
| 4024 |
+
90.46 103
|
| 4025 |
+
90.48 120
|
| 4026 |
+
90.5 101
|
| 4027 |
+
90.52 118
|
| 4028 |
+
90.54 93
|
| 4029 |
+
90.56 101
|
| 4030 |
+
90.58 87
|
| 4031 |
+
90.6 108
|
| 4032 |
+
90.62 113
|
| 4033 |
+
90.64 108
|
| 4034 |
+
90.66 87
|
| 4035 |
+
90.68 114
|
| 4036 |
+
90.7 104
|
| 4037 |
+
90.72 92
|
| 4038 |
+
90.74 94
|
| 4039 |
+
90.76 106
|
| 4040 |
+
90.78 108
|
| 4041 |
+
90.8 118
|
| 4042 |
+
90.82 118
|
| 4043 |
+
90.84 86
|
| 4044 |
+
90.86 104
|
| 4045 |
+
90.88 97
|
| 4046 |
+
90.9 96
|
| 4047 |
+
90.92 105
|
| 4048 |
+
90.94 94
|
| 4049 |
+
90.96 106
|
| 4050 |
+
90.98 108
|
| 4051 |
+
91 94
|
| 4052 |
+
91.02 87
|
| 4053 |
+
91.04 114
|
| 4054 |
+
91.06 83
|
| 4055 |
+
91.08 100
|
| 4056 |
+
91.1 103
|
| 4057 |
+
91.12 96
|
| 4058 |
+
91.14 96
|
| 4059 |
+
91.16 102
|
| 4060 |
+
91.18 83
|
| 4061 |
+
91.2 107
|
| 4062 |
+
91.22 97
|
| 4063 |
+
91.24 106
|
| 4064 |
+
91.26 77
|
| 4065 |
+
91.28 105
|
| 4066 |
+
91.3 97
|
| 4067 |
+
91.32 86
|
| 4068 |
+
91.34 86
|
| 4069 |
+
91.36 92
|
| 4070 |
+
91.38 97
|
| 4071 |
+
91.4 110
|
| 4072 |
+
91.42 85
|
| 4073 |
+
91.44 93
|
| 4074 |
+
91.46 92
|
| 4075 |
+
91.48 89
|
| 4076 |
+
91.5 91
|
| 4077 |
+
91.52 90
|
| 4078 |
+
91.54 87
|
| 4079 |
+
91.56 76
|
| 4080 |
+
91.58 94
|
| 4081 |
+
91.6 96
|
| 4082 |
+
91.62 98
|
| 4083 |
+
91.64 76
|
| 4084 |
+
91.66 89
|
| 4085 |
+
91.68 91
|
| 4086 |
+
91.7 102
|
| 4087 |
+
91.72 96
|
| 4088 |
+
91.74 92
|
| 4089 |
+
91.76 85
|
| 4090 |
+
91.78 102
|
| 4091 |
+
91.8 101
|
| 4092 |
+
91.82 104
|
| 4093 |
+
91.84 92
|
| 4094 |
+
91.86 89
|
| 4095 |
+
91.88 92
|
| 4096 |
+
91.9 115
|
| 4097 |
+
91.92 99
|
| 4098 |
+
91.94 115
|
| 4099 |
+
91.96 113
|
| 4100 |
+
91.98 105
|
| 4101 |
+
92 103
|
| 4102 |
+
92.02 120
|
| 4103 |
+
92.04 92
|
| 4104 |
+
92.06 106
|
| 4105 |
+
92.08 119
|
| 4106 |
+
92.1 110
|
| 4107 |
+
92.12 115
|
| 4108 |
+
92.14 107
|
| 4109 |
+
92.16 102
|
| 4110 |
+
92.18 121
|
| 4111 |
+
92.2 115
|
| 4112 |
+
92.22 118
|
| 4113 |
+
92.24 101
|
| 4114 |
+
92.26 118
|
| 4115 |
+
92.28 90
|
| 4116 |
+
92.3 105
|
| 4117 |
+
92.32 105
|
| 4118 |
+
92.34 112
|
| 4119 |
+
92.36 130
|
| 4120 |
+
92.38 94
|
| 4121 |
+
92.4 92
|
| 4122 |
+
92.42 82
|
| 4123 |
+
92.44 103
|
| 4124 |
+
92.46 96
|
| 4125 |
+
92.48 119
|
| 4126 |
+
92.5 98
|
| 4127 |
+
92.52 96
|
| 4128 |
+
92.54 94
|
| 4129 |
+
92.56 92
|
| 4130 |
+
92.58 99
|
| 4131 |
+
92.6 101
|
| 4132 |
+
92.62 97
|
| 4133 |
+
92.64 96
|
| 4134 |
+
92.66 110
|
| 4135 |
+
92.68 106
|
| 4136 |
+
92.7 106
|
| 4137 |
+
92.72 115
|
| 4138 |
+
92.74 104
|
| 4139 |
+
92.76 94
|
| 4140 |
+
92.78 99
|
| 4141 |
+
92.8 113
|
| 4142 |
+
92.82 110
|
| 4143 |
+
92.84 86
|
| 4144 |
+
92.86 105
|
| 4145 |
+
92.88 116
|
| 4146 |
+
92.9 104
|
| 4147 |
+
92.92 119
|
| 4148 |
+
92.94 116
|
| 4149 |
+
92.96 102
|
| 4150 |
+
92.98 120
|
| 4151 |
+
93 119
|
| 4152 |
+
93.02 129
|
| 4153 |
+
93.04 120
|
| 4154 |
+
93.06 134
|
| 4155 |
+
93.08 161
|
| 4156 |
+
93.1 119
|
| 4157 |
+
93.12 143
|
| 4158 |
+
93.14 140
|
| 4159 |
+
93.16 188
|
| 4160 |
+
93.18 175
|
| 4161 |
+
93.2 171
|
| 4162 |
+
93.22 175
|
| 4163 |
+
93.24 208
|
| 4164 |
+
93.26 194
|
| 4165 |
+
93.28 193
|
| 4166 |
+
93.3 173
|
| 4167 |
+
93.32 198
|
| 4168 |
+
93.34 162
|
| 4169 |
+
93.36 168
|
| 4170 |
+
93.38 178
|
| 4171 |
+
93.4 183
|
| 4172 |
+
93.42 187
|
| 4173 |
+
93.44 178
|
| 4174 |
+
93.46 186
|
| 4175 |
+
93.48 186
|
| 4176 |
+
93.5 157
|
| 4177 |
+
93.52 147
|
| 4178 |
+
93.54 165
|
| 4179 |
+
93.56 149
|
| 4180 |
+
93.58 164
|
| 4181 |
+
93.6 169
|
| 4182 |
+
93.62 170
|
| 4183 |
+
93.64 165
|
| 4184 |
+
93.66 134
|
| 4185 |
+
93.68 182
|
| 4186 |
+
93.7 166
|
| 4187 |
+
93.72 179
|
| 4188 |
+
93.74 159
|
| 4189 |
+
93.76 166
|
| 4190 |
+
93.78 153
|
| 4191 |
+
93.8 158
|
| 4192 |
+
93.82 166
|
| 4193 |
+
93.84 134
|
| 4194 |
+
93.86 151
|
| 4195 |
+
93.88 167
|
| 4196 |
+
93.9 169
|
| 4197 |
+
93.92 148
|
| 4198 |
+
93.94 167
|
| 4199 |
+
93.96 171
|
| 4200 |
+
93.98 179
|
| 4201 |
+
94 178
|
| 4202 |
+
94.02 160
|
| 4203 |
+
94.04 192
|
| 4204 |
+
94.06 155
|
| 4205 |
+
94.08 153
|
| 4206 |
+
94.1 192
|
| 4207 |
+
94.12 194
|
| 4208 |
+
94.14 194
|
| 4209 |
+
94.16 199
|
| 4210 |
+
94.18 183
|
| 4211 |
+
94.2 180
|
| 4212 |
+
94.22 201
|
| 4213 |
+
94.24 158
|
| 4214 |
+
94.26 166
|
| 4215 |
+
94.28 163
|
| 4216 |
+
94.3 194
|
| 4217 |
+
94.32 191
|
| 4218 |
+
94.34 166
|
| 4219 |
+
94.36 159
|
| 4220 |
+
94.38 188
|
| 4221 |
+
94.4 158
|
| 4222 |
+
94.42 180
|
| 4223 |
+
94.44 150
|
| 4224 |
+
94.46 159
|
| 4225 |
+
94.48 153
|
| 4226 |
+
94.5 158
|
| 4227 |
+
94.52 137
|
| 4228 |
+
94.54 145
|
| 4229 |
+
94.56 124
|
| 4230 |
+
94.58 146
|
| 4231 |
+
94.6 144
|
| 4232 |
+
94.62 135
|
| 4233 |
+
94.64 136
|
| 4234 |
+
94.66 122
|
| 4235 |
+
94.68 127
|
| 4236 |
+
94.7 137
|
| 4237 |
+
94.72 123
|
| 4238 |
+
94.74 125
|
| 4239 |
+
94.76 133
|
| 4240 |
+
94.78 133
|
| 4241 |
+
94.8 107
|
| 4242 |
+
94.82 100
|
| 4243 |
+
94.84 122
|
| 4244 |
+
94.86 117
|
| 4245 |
+
94.88 110
|
| 4246 |
+
94.9 117
|
| 4247 |
+
94.92 124
|
| 4248 |
+
94.94 94
|
| 4249 |
+
94.96 119
|
| 4250 |
+
94.98 107
|
| 4251 |
+
95 107
|
| 4252 |
+
95.02 106
|
| 4253 |
+
95.04 100
|
| 4254 |
+
95.06 100
|
| 4255 |
+
95.08 104
|
| 4256 |
+
95.1 123
|
| 4257 |
+
95.12 114
|
| 4258 |
+
95.14 117
|
| 4259 |
+
95.16 100
|
| 4260 |
+
95.18 123
|
| 4261 |
+
95.2 107
|
| 4262 |
+
95.22 104
|
| 4263 |
+
95.24 95
|
| 4264 |
+
95.26 113
|
| 4265 |
+
95.28 109
|
| 4266 |
+
95.3 113
|
| 4267 |
+
95.32 100
|
| 4268 |
+
95.34 126
|
| 4269 |
+
95.36 133
|
| 4270 |
+
95.38 120
|
| 4271 |
+
95.4 111
|
| 4272 |
+
95.42 127
|
| 4273 |
+
95.44 125
|
| 4274 |
+
95.46 117
|
| 4275 |
+
95.48 117
|
| 4276 |
+
95.5 123
|
| 4277 |
+
95.52 90
|
| 4278 |
+
95.54 95
|
| 4279 |
+
95.56 99
|
| 4280 |
+
95.58 122
|
| 4281 |
+
95.6 99
|
| 4282 |
+
95.62 124
|
| 4283 |
+
95.64 107
|
| 4284 |
+
95.66 121
|
| 4285 |
+
95.68 115
|
| 4286 |
+
95.7 112
|
| 4287 |
+
95.72 92
|
| 4288 |
+
95.74 106
|
| 4289 |
+
95.76 96
|
| 4290 |
+
95.78 109
|
| 4291 |
+
95.8 106
|
| 4292 |
+
95.82 109
|
| 4293 |
+
95.84 113
|
| 4294 |
+
95.86 115
|
| 4295 |
+
95.88 92
|
| 4296 |
+
95.9 107
|
| 4297 |
+
95.92 108
|
| 4298 |
+
95.94 85
|
| 4299 |
+
95.96 118
|
| 4300 |
+
95.98 105
|
| 4301 |
+
96 108
|
| 4302 |
+
96.02 86
|
| 4303 |
+
96.04 119
|
| 4304 |
+
96.06 101
|
| 4305 |
+
96.08 96
|
| 4306 |
+
96.1 132
|
| 4307 |
+
96.12 105
|
| 4308 |
+
96.14 103
|
| 4309 |
+
96.16 102
|
| 4310 |
+
96.18 113
|
| 4311 |
+
96.2 104
|
| 4312 |
+
96.22 99
|
| 4313 |
+
96.24 113
|
| 4314 |
+
96.26 134
|
| 4315 |
+
96.28 86
|
| 4316 |
+
96.3 114
|
| 4317 |
+
96.32 111
|
| 4318 |
+
96.34 118
|
| 4319 |
+
96.36 97
|
| 4320 |
+
96.38 108
|
| 4321 |
+
96.4 118
|
| 4322 |
+
96.42 108
|
| 4323 |
+
96.44 95
|
| 4324 |
+
96.46 89
|
| 4325 |
+
96.48 118
|
| 4326 |
+
96.5 129
|
| 4327 |
+
96.52 119
|
| 4328 |
+
96.54 108
|
| 4329 |
+
96.56 117
|
| 4330 |
+
96.58 122
|
| 4331 |
+
96.6 117
|
| 4332 |
+
96.62 113
|
| 4333 |
+
96.64 94
|
| 4334 |
+
96.66 118
|
| 4335 |
+
96.68 131
|
| 4336 |
+
96.7 116
|
| 4337 |
+
96.72 120
|
| 4338 |
+
96.74 105
|
| 4339 |
+
96.76 99
|
| 4340 |
+
96.78 119
|
| 4341 |
+
96.8 132
|
| 4342 |
+
96.82 132
|
| 4343 |
+
96.84 108
|
| 4344 |
+
96.86 135
|
| 4345 |
+
96.88 141
|
| 4346 |
+
96.9 148
|
| 4347 |
+
96.92 120
|
| 4348 |
+
96.94 147
|
| 4349 |
+
96.96 121
|
| 4350 |
+
96.98 124
|
| 4351 |
+
97 150
|
| 4352 |
+
97.02 125
|
| 4353 |
+
97.04 154
|
| 4354 |
+
97.06 142
|
| 4355 |
+
97.08 140
|
| 4356 |
+
97.1 141
|
| 4357 |
+
97.12 148
|
| 4358 |
+
97.14 162
|
| 4359 |
+
97.16 158
|
| 4360 |
+
97.18 146
|
| 4361 |
+
97.2 174
|
| 4362 |
+
97.22 178
|
| 4363 |
+
97.24 174
|
| 4364 |
+
97.26 184
|
| 4365 |
+
97.28 211
|
| 4366 |
+
97.3 207
|
| 4367 |
+
97.32 204
|
| 4368 |
+
97.34 247
|
| 4369 |
+
97.36 232
|
| 4370 |
+
97.38 278
|
| 4371 |
+
97.4 287
|
| 4372 |
+
97.42 261
|
| 4373 |
+
97.44 299
|
| 4374 |
+
97.46 299
|
| 4375 |
+
97.48 331
|
| 4376 |
+
97.5 373
|
| 4377 |
+
97.52 358
|
| 4378 |
+
97.54 426
|
| 4379 |
+
97.56 464
|
| 4380 |
+
97.58 531
|
| 4381 |
+
97.6 542
|
| 4382 |
+
97.62 608
|
| 4383 |
+
97.64 686
|
| 4384 |
+
97.66 642
|
| 4385 |
+
97.68 755
|
| 4386 |
+
97.7 859
|
| 4387 |
+
97.72 1012
|
| 4388 |
+
97.74 989
|
| 4389 |
+
97.76 1079
|
| 4390 |
+
97.78 1213
|
| 4391 |
+
97.8 1275
|
| 4392 |
+
97.82 1382
|
| 4393 |
+
97.84 1442
|
| 4394 |
+
97.86 1668
|
| 4395 |
+
97.88 1638
|
| 4396 |
+
97.9 1678
|
| 4397 |
+
97.92 1786
|
| 4398 |
+
97.94 1819
|
| 4399 |
+
97.96 1779
|
| 4400 |
+
97.98 1788
|
| 4401 |
+
98 1731
|
| 4402 |
+
98.02 1670
|
| 4403 |
+
98.04 1540
|
| 4404 |
+
98.06 1516
|
| 4405 |
+
98.08 1434
|
| 4406 |
+
98.1 1425
|
| 4407 |
+
98.12 1326
|
| 4408 |
+
98.14 1284
|
| 4409 |
+
98.16 1279
|
| 4410 |
+
98.18 1233
|
| 4411 |
+
98.2 1294
|
| 4412 |
+
98.22 1161
|
| 4413 |
+
98.24 1147
|
| 4414 |
+
98.26 1148
|
| 4415 |
+
98.28 1065
|
| 4416 |
+
98.3 996
|
| 4417 |
+
98.32 958
|
| 4418 |
+
98.34 981
|
| 4419 |
+
98.36 880
|
| 4420 |
+
98.38 762
|
| 4421 |
+
98.4 672
|
| 4422 |
+
98.42 674
|
| 4423 |
+
98.44 647
|
| 4424 |
+
98.46 571
|
| 4425 |
+
98.48 456
|
| 4426 |
+
98.5 472
|
| 4427 |
+
98.52 407
|
| 4428 |
+
98.54 371
|
| 4429 |
+
98.56 345
|
| 4430 |
+
98.58 324
|
| 4431 |
+
98.6 287
|
| 4432 |
+
98.62 268
|
| 4433 |
+
98.64 272
|
| 4434 |
+
98.66 293
|
| 4435 |
+
98.68 249
|
| 4436 |
+
98.7 213
|
| 4437 |
+
98.72 216
|
| 4438 |
+
98.74 195
|
| 4439 |
+
98.76 229
|
| 4440 |
+
98.78 212
|
| 4441 |
+
98.8 223
|
| 4442 |
+
98.82 211
|
| 4443 |
+
98.84 196
|
| 4444 |
+
98.86 199
|
| 4445 |
+
98.88 189
|
| 4446 |
+
98.9 209
|
| 4447 |
+
98.92 209
|
| 4448 |
+
98.94 174
|
| 4449 |
+
98.96 200
|
| 4450 |
+
98.98 174
|
| 4451 |
+
99 194
|
| 4452 |
+
99.02 191
|
| 4453 |
+
99.04 185
|
| 4454 |
+
99.06 186
|
| 4455 |
+
99.08 196
|
| 4456 |
+
99.1 204
|
| 4457 |
+
99.12 187
|
| 4458 |
+
99.14 159
|
| 4459 |
+
99.16 158
|
| 4460 |
+
99.18 182
|
| 4461 |
+
99.2 166
|
| 4462 |
+
99.22 156
|
| 4463 |
+
99.24 161
|
| 4464 |
+
99.26 175
|
| 4465 |
+
99.28 156
|
| 4466 |
+
99.3 175
|
| 4467 |
+
99.32 133
|
| 4468 |
+
99.34 170
|
| 4469 |
+
99.36 151
|
| 4470 |
+
99.38 133
|
| 4471 |
+
99.4 156
|
| 4472 |
+
99.42 158
|
| 4473 |
+
99.44 170
|
| 4474 |
+
99.46 134
|
| 4475 |
+
99.48 140
|
| 4476 |
+
99.5 128
|
| 4477 |
+
99.52 114
|
| 4478 |
+
99.54 125
|
| 4479 |
+
99.56 133
|
| 4480 |
+
99.58 123
|
| 4481 |
+
99.6 107
|
| 4482 |
+
99.62 134
|
| 4483 |
+
99.64 123
|
| 4484 |
+
99.66 113
|
| 4485 |
+
99.68 127
|
| 4486 |
+
99.7 131
|
| 4487 |
+
99.72 124
|
| 4488 |
+
99.74 126
|
| 4489 |
+
99.76 126
|
| 4490 |
+
99.78 113
|
| 4491 |
+
99.8 113
|
| 4492 |
+
99.82 108
|
| 4493 |
+
99.84 112
|
| 4494 |
+
99.86 114
|
| 4495 |
+
99.88 128
|
| 4496 |
+
99.9 110
|
| 4497 |
+
99.92 114
|
| 4498 |
+
99.94 117
|
| 4499 |
+
99.96 112
|
| 4500 |
+
99.98 116
|
| 4501 |
+
100 121
|
| 4502 |
+
100.02 90
|
| 4503 |
+
100.04 121
|
| 4504 |
+
100.06 115
|
| 4505 |
+
100.08 99
|
| 4506 |
+
100.1 113
|
| 4507 |
+
100.12 109
|
| 4508 |
+
100.14 112
|
| 4509 |
+
100.16 107
|
| 4510 |
+
100.18 120
|
| 4511 |
+
100.2 111
|
| 4512 |
+
100.22 102
|
| 4513 |
+
100.24 112
|
| 4514 |
+
100.26 107
|
| 4515 |
+
100.28 118
|
| 4516 |
+
100.3 100
|
| 4517 |
+
100.32 87
|
| 4518 |
+
100.34 112
|
| 4519 |
+
100.36 108
|
| 4520 |
+
100.38 91
|
| 4521 |
+
100.4 109
|
| 4522 |
+
100.42 98
|
| 4523 |
+
100.44 111
|
| 4524 |
+
100.46 106
|
| 4525 |
+
100.48 96
|
| 4526 |
+
100.5 125
|
| 4527 |
+
100.52 101
|
| 4528 |
+
100.54 111
|
| 4529 |
+
100.56 91
|
| 4530 |
+
100.58 102
|
| 4531 |
+
100.6 96
|
| 4532 |
+
100.62 94
|
| 4533 |
+
100.64 91
|
| 4534 |
+
100.66 81
|
| 4535 |
+
100.68 105
|
| 4536 |
+
100.7 111
|
| 4537 |
+
100.72 82
|
| 4538 |
+
100.74 111
|
| 4539 |
+
100.76 103
|
| 4540 |
+
100.78 105
|
| 4541 |
+
100.8 90
|
| 4542 |
+
100.82 119
|
| 4543 |
+
100.84 86
|
| 4544 |
+
100.86 113
|
| 4545 |
+
100.88 99
|
| 4546 |
+
100.9 109
|
| 4547 |
+
100.92 78
|
| 4548 |
+
100.94 91
|
| 4549 |
+
100.96 104
|
| 4550 |
+
100.98 116
|
| 4551 |
+
101 87
|
| 4552 |
+
101.02 104
|
| 4553 |
+
101.04 96
|
| 4554 |
+
101.06 97
|
| 4555 |
+
101.08 86
|
| 4556 |
+
101.1 90
|
| 4557 |
+
101.12 105
|
| 4558 |
+
101.14 87
|
| 4559 |
+
101.16 92
|
| 4560 |
+
101.18 95
|
| 4561 |
+
101.2 87
|
| 4562 |
+
101.22 110
|
| 4563 |
+
101.24 89
|
| 4564 |
+
101.26 101
|
| 4565 |
+
101.28 103
|
| 4566 |
+
101.3 109
|
| 4567 |
+
101.32 105
|
| 4568 |
+
101.34 119
|
| 4569 |
+
101.36 106
|
| 4570 |
+
101.38 100
|
| 4571 |
+
101.4 113
|
| 4572 |
+
101.42 100
|
| 4573 |
+
101.44 122
|
| 4574 |
+
101.46 119
|
| 4575 |
+
101.48 111
|
| 4576 |
+
101.5 110
|
| 4577 |
+
101.52 92
|
| 4578 |
+
101.54 114
|
| 4579 |
+
101.56 94
|
| 4580 |
+
101.58 112
|
| 4581 |
+
101.6 100
|
| 4582 |
+
101.62 110
|
| 4583 |
+
101.64 97
|
| 4584 |
+
101.66 97
|
| 4585 |
+
101.68 110
|
| 4586 |
+
101.7 126
|
| 4587 |
+
101.72 117
|
| 4588 |
+
101.74 124
|
| 4589 |
+
101.76 112
|
| 4590 |
+
101.78 99
|
| 4591 |
+
101.8 105
|
| 4592 |
+
101.82 123
|
| 4593 |
+
101.84 107
|
| 4594 |
+
101.86 126
|
| 4595 |
+
101.88 106
|
| 4596 |
+
101.9 90
|
| 4597 |
+
101.92 104
|
| 4598 |
+
101.94 100
|
| 4599 |
+
101.96 100
|
| 4600 |
+
101.98 109
|
| 4601 |
+
102 98
|
| 4602 |
+
102.02 90
|
| 4603 |
+
102.04 93
|
| 4604 |
+
102.06 118
|
| 4605 |
+
102.08 84
|
| 4606 |
+
102.1 102
|
| 4607 |
+
102.12 91
|
| 4608 |
+
102.14 97
|
| 4609 |
+
102.16 106
|
| 4610 |
+
102.18 104
|
| 4611 |
+
102.2 103
|
| 4612 |
+
102.22 111
|
| 4613 |
+
102.24 96
|
| 4614 |
+
102.26 94
|
| 4615 |
+
102.28 98
|
| 4616 |
+
102.3 109
|
| 4617 |
+
102.32 99
|
| 4618 |
+
102.34 97
|
| 4619 |
+
102.36 102
|
| 4620 |
+
102.38 79
|
| 4621 |
+
102.4 95
|
| 4622 |
+
102.42 104
|
| 4623 |
+
102.44 92
|
| 4624 |
+
102.46 97
|
| 4625 |
+
102.48 102
|
| 4626 |
+
102.5 97
|
| 4627 |
+
102.52 102
|
| 4628 |
+
102.54 102
|
| 4629 |
+
102.56 83
|
| 4630 |
+
102.58 86
|
| 4631 |
+
102.6 85
|
| 4632 |
+
102.62 121
|
| 4633 |
+
102.64 95
|
| 4634 |
+
102.66 91
|
| 4635 |
+
102.68 89
|
| 4636 |
+
102.7 110
|
| 4637 |
+
102.72 112
|
| 4638 |
+
102.74 113
|
| 4639 |
+
102.76 116
|
| 4640 |
+
102.78 105
|
| 4641 |
+
102.8 82
|
| 4642 |
+
102.82 105
|
| 4643 |
+
102.84 101
|
| 4644 |
+
102.86 102
|
| 4645 |
+
102.88 93
|
| 4646 |
+
102.9 104
|
| 4647 |
+
102.92 103
|
| 4648 |
+
102.94 102
|
| 4649 |
+
102.96 97
|
| 4650 |
+
102.98 96
|
| 4651 |
+
103 101
|
| 4652 |
+
103.02 107
|
| 4653 |
+
103.04 105
|
| 4654 |
+
103.06 112
|
| 4655 |
+
103.08 118
|
| 4656 |
+
103.1 116
|
| 4657 |
+
103.12 115
|
| 4658 |
+
103.14 104
|
| 4659 |
+
103.16 127
|
| 4660 |
+
103.18 117
|
| 4661 |
+
103.2 135
|
| 4662 |
+
103.22 118
|
| 4663 |
+
103.24 115
|
| 4664 |
+
103.26 131
|
| 4665 |
+
103.28 139
|
| 4666 |
+
103.3 138
|
| 4667 |
+
103.32 137
|
| 4668 |
+
103.34 141
|
| 4669 |
+
103.36 152
|
| 4670 |
+
103.38 157
|
| 4671 |
+
103.4 165
|
| 4672 |
+
103.42 149
|
| 4673 |
+
103.44 158
|
| 4674 |
+
103.46 160
|
| 4675 |
+
103.48 183
|
| 4676 |
+
103.5 153
|
| 4677 |
+
103.52 150
|
| 4678 |
+
103.54 159
|
| 4679 |
+
103.56 158
|
| 4680 |
+
103.58 183
|
| 4681 |
+
103.6 179
|
| 4682 |
+
103.62 181
|
| 4683 |
+
103.64 178
|
| 4684 |
+
103.66 185
|
| 4685 |
+
103.68 160
|
| 4686 |
+
103.7 170
|
| 4687 |
+
103.72 166
|
| 4688 |
+
103.74 186
|
| 4689 |
+
103.76 181
|
| 4690 |
+
103.78 167
|
| 4691 |
+
103.8 161
|
| 4692 |
+
103.82 152
|
| 4693 |
+
103.84 175
|
| 4694 |
+
103.86 177
|
| 4695 |
+
103.88 170
|
| 4696 |
+
103.9 177
|
| 4697 |
+
103.92 164
|
| 4698 |
+
103.94 160
|
| 4699 |
+
103.96 170
|
| 4700 |
+
103.98 159
|
| 4701 |
+
104 150
|
| 4702 |
+
104.02 169
|
| 4703 |
+
104.04 146
|
| 4704 |
+
104.06 151
|
| 4705 |
+
104.08 148
|
| 4706 |
+
104.1 152
|
| 4707 |
+
104.12 133
|
| 4708 |
+
104.14 150
|
| 4709 |
+
104.16 142
|
| 4710 |
+
104.18 144
|
| 4711 |
+
104.2 133
|
| 4712 |
+
104.22 110
|
| 4713 |
+
104.24 137
|
| 4714 |
+
104.26 133
|
| 4715 |
+
104.28 119
|
| 4716 |
+
104.3 124
|
| 4717 |
+
104.32 112
|
| 4718 |
+
104.34 141
|
| 4719 |
+
104.36 96
|
| 4720 |
+
104.38 129
|
| 4721 |
+
104.4 125
|
| 4722 |
+
104.42 104
|
| 4723 |
+
104.44 119
|
| 4724 |
+
104.46 103
|
| 4725 |
+
104.48 106
|
| 4726 |
+
104.5 90
|
| 4727 |
+
104.52 109
|
| 4728 |
+
104.54 114
|
| 4729 |
+
104.56 98
|
| 4730 |
+
104.58 133
|
| 4731 |
+
104.6 128
|
| 4732 |
+
104.62 99
|
| 4733 |
+
104.64 132
|
| 4734 |
+
104.66 79
|
| 4735 |
+
104.68 105
|
| 4736 |
+
104.7 105
|
| 4737 |
+
104.72 97
|
| 4738 |
+
104.74 94
|
| 4739 |
+
104.76 93
|
| 4740 |
+
104.78 87
|
| 4741 |
+
104.8 96
|
| 4742 |
+
104.82 102
|
| 4743 |
+
104.84 107
|
| 4744 |
+
104.86 101
|
| 4745 |
+
104.88 90
|
| 4746 |
+
104.9 95
|
| 4747 |
+
104.92 106
|
| 4748 |
+
104.94 107
|
| 4749 |
+
104.96 90
|
| 4750 |
+
104.98 85
|
| 4751 |
+
105 111
|
| 4752 |
+
105.02 106
|
| 4753 |
+
105.04 93
|
| 4754 |
+
105.06 115
|
| 4755 |
+
105.08 97
|
| 4756 |
+
105.1 102
|
| 4757 |
+
105.12 114
|
| 4758 |
+
105.14 89
|
| 4759 |
+
105.16 96
|
| 4760 |
+
105.18 112
|
| 4761 |
+
105.2 93
|
| 4762 |
+
105.22 98
|
| 4763 |
+
105.24 99
|
| 4764 |
+
105.26 84
|
| 4765 |
+
105.28 84
|
| 4766 |
+
105.3 96
|
| 4767 |
+
105.32 96
|
| 4768 |
+
105.34 103
|
| 4769 |
+
105.36 96
|
| 4770 |
+
105.38 100
|
| 4771 |
+
105.4 84
|
| 4772 |
+
105.42 76
|
| 4773 |
+
105.44 83
|
| 4774 |
+
105.46 105
|
| 4775 |
+
105.48 99
|
| 4776 |
+
105.5 83
|
| 4777 |
+
105.52 85
|
| 4778 |
+
105.54 95
|
| 4779 |
+
105.56 94
|
| 4780 |
+
105.58 80
|
| 4781 |
+
105.6 78
|
| 4782 |
+
105.62 90
|
| 4783 |
+
105.64 83
|
| 4784 |
+
105.66 98
|
| 4785 |
+
105.68 85
|
| 4786 |
+
105.7 107
|
| 4787 |
+
105.72 96
|
| 4788 |
+
105.74 79
|
| 4789 |
+
105.76 93
|
| 4790 |
+
105.78 90
|
| 4791 |
+
105.8 91
|
| 4792 |
+
105.82 89
|
| 4793 |
+
105.84 72
|
| 4794 |
+
105.86 102
|
| 4795 |
+
105.88 86
|
| 4796 |
+
105.9 84
|
| 4797 |
+
105.92 87
|
| 4798 |
+
105.94 95
|
| 4799 |
+
105.96 87
|
| 4800 |
+
105.98 99
|
| 4801 |
+
106 91
|
| 4802 |
+
106.02 85
|
| 4803 |
+
106.04 99
|
| 4804 |
+
106.06 72
|
| 4805 |
+
106.08 87
|
| 4806 |
+
106.1 85
|
| 4807 |
+
106.12 88
|
| 4808 |
+
106.14 87
|
| 4809 |
+
106.16 95
|
| 4810 |
+
106.18 89
|
| 4811 |
+
106.2 123
|
| 4812 |
+
106.22 101
|
| 4813 |
+
106.24 98
|
| 4814 |
+
106.26 77
|
| 4815 |
+
106.28 91
|
| 4816 |
+
106.3 88
|
| 4817 |
+
106.32 100
|
| 4818 |
+
106.34 101
|
| 4819 |
+
106.36 78
|
| 4820 |
+
106.38 106
|
| 4821 |
+
106.4 110
|
| 4822 |
+
106.42 96
|
| 4823 |
+
106.44 75
|
| 4824 |
+
106.46 111
|
| 4825 |
+
106.48 84
|
| 4826 |
+
106.5 110
|
| 4827 |
+
106.52 103
|
| 4828 |
+
106.54 81
|
| 4829 |
+
106.56 95
|
| 4830 |
+
106.58 103
|
| 4831 |
+
106.6 98
|
| 4832 |
+
106.62 107
|
| 4833 |
+
106.64 100
|
| 4834 |
+
106.66 94
|
| 4835 |
+
106.68 100
|
| 4836 |
+
106.7 103
|
| 4837 |
+
106.72 119
|
| 4838 |
+
106.74 88
|
| 4839 |
+
106.76 105
|
| 4840 |
+
106.78 94
|
| 4841 |
+
106.8 84
|
| 4842 |
+
106.82 114
|
| 4843 |
+
106.84 129
|
| 4844 |
+
106.86 116
|
| 4845 |
+
106.88 122
|
| 4846 |
+
106.9 118
|
| 4847 |
+
106.92 112
|
| 4848 |
+
106.94 133
|
| 4849 |
+
106.96 129
|
| 4850 |
+
106.98 134
|
| 4851 |
+
107 125
|
| 4852 |
+
107.02 139
|
| 4853 |
+
107.04 131
|
| 4854 |
+
107.06 139
|
| 4855 |
+
107.08 136
|
| 4856 |
+
107.1 164
|
| 4857 |
+
107.12 155
|
| 4858 |
+
107.14 146
|
| 4859 |
+
107.16 164
|
| 4860 |
+
107.18 174
|
| 4861 |
+
107.2 188
|
| 4862 |
+
107.22 195
|
| 4863 |
+
107.24 206
|
| 4864 |
+
107.26 210
|
| 4865 |
+
107.28 217
|
| 4866 |
+
107.3 214
|
| 4867 |
+
107.32 230
|
| 4868 |
+
107.34 230
|
| 4869 |
+
107.36 230
|
| 4870 |
+
107.38 219
|
| 4871 |
+
107.4 236
|
| 4872 |
+
107.42 230
|
| 4873 |
+
107.44 228
|
| 4874 |
+
107.46 251
|
| 4875 |
+
107.48 216
|
| 4876 |
+
107.5 232
|
| 4877 |
+
107.52 228
|
| 4878 |
+
107.54 253
|
| 4879 |
+
107.56 248
|
| 4880 |
+
107.58 224
|
| 4881 |
+
107.6 267
|
| 4882 |
+
107.62 268
|
| 4883 |
+
107.64 253
|
| 4884 |
+
107.66 249
|
| 4885 |
+
107.68 262
|
| 4886 |
+
107.7 227
|
| 4887 |
+
107.72 230
|
| 4888 |
+
107.74 224
|
| 4889 |
+
107.76 250
|
| 4890 |
+
107.78 231
|
| 4891 |
+
107.8 247
|
| 4892 |
+
107.82 208
|
| 4893 |
+
107.84 226
|
| 4894 |
+
107.86 202
|
| 4895 |
+
107.88 214
|
| 4896 |
+
107.9 191
|
| 4897 |
+
107.92 180
|
| 4898 |
+
107.94 198
|
| 4899 |
+
107.96 169
|
| 4900 |
+
107.98 191
|
| 4901 |
+
108 214
|
| 4902 |
+
108.02 221
|
| 4903 |
+
108.04 232
|
| 4904 |
+
108.06 228
|
| 4905 |
+
108.08 264
|
| 4906 |
+
108.1 219
|
| 4907 |
+
108.12 224
|
| 4908 |
+
108.14 209
|
| 4909 |
+
108.16 255
|
| 4910 |
+
108.18 242
|
| 4911 |
+
108.2 256
|
| 4912 |
+
108.22 244
|
| 4913 |
+
108.24 251
|
| 4914 |
+
108.26 233
|
| 4915 |
+
108.28 217
|
| 4916 |
+
108.3 241
|
| 4917 |
+
108.32 235
|
| 4918 |
+
108.34 237
|
| 4919 |
+
108.36 230
|
| 4920 |
+
108.38 229
|
| 4921 |
+
108.4 251
|
| 4922 |
+
108.42 239
|
| 4923 |
+
108.44 251
|
| 4924 |
+
108.46 244
|
| 4925 |
+
108.48 213
|
| 4926 |
+
108.5 245
|
| 4927 |
+
108.52 228
|
| 4928 |
+
108.54 231
|
| 4929 |
+
108.56 225
|
| 4930 |
+
108.58 238
|
| 4931 |
+
108.6 251
|
| 4932 |
+
108.62 254
|
| 4933 |
+
108.64 242
|
| 4934 |
+
108.66 228
|
| 4935 |
+
108.68 228
|
| 4936 |
+
108.7 250
|
| 4937 |
+
108.72 213
|
| 4938 |
+
108.74 222
|
| 4939 |
+
108.76 254
|
| 4940 |
+
108.78 226
|
| 4941 |
+
108.8 242
|
| 4942 |
+
108.82 192
|
| 4943 |
+
108.84 252
|
| 4944 |
+
108.86 234
|
| 4945 |
+
108.88 221
|
| 4946 |
+
108.9 240
|
| 4947 |
+
108.92 227
|
| 4948 |
+
108.94 230
|
| 4949 |
+
108.96 219
|
| 4950 |
+
108.98 240
|
| 4951 |
+
109 228
|
| 4952 |
+
109.02 207
|
| 4953 |
+
109.04 228
|
| 4954 |
+
109.06 242
|
| 4955 |
+
109.08 254
|
| 4956 |
+
109.1 228
|
| 4957 |
+
109.12 235
|
| 4958 |
+
109.14 260
|
| 4959 |
+
109.16 216
|
| 4960 |
+
109.18 237
|
| 4961 |
+
109.2 243
|
| 4962 |
+
109.22 235
|
| 4963 |
+
109.24 227
|
| 4964 |
+
109.26 219
|
| 4965 |
+
109.28 220
|
| 4966 |
+
109.3 266
|
| 4967 |
+
109.32 215
|
| 4968 |
+
109.34 200
|
| 4969 |
+
109.36 227
|
| 4970 |
+
109.38 253
|
| 4971 |
+
109.4 247
|
| 4972 |
+
109.42 221
|
| 4973 |
+
109.44 237
|
| 4974 |
+
109.46 254
|
| 4975 |
+
109.48 209
|
| 4976 |
+
109.5 234
|
| 4977 |
+
109.52 228
|
| 4978 |
+
109.54 243
|
| 4979 |
+
109.56 223
|
| 4980 |
+
109.58 234
|
| 4981 |
+
109.6 247
|
| 4982 |
+
109.62 225
|
| 4983 |
+
109.64 224
|
| 4984 |
+
109.66 223
|
| 4985 |
+
109.68 258
|
| 4986 |
+
109.7 223
|
| 4987 |
+
109.72 221
|
| 4988 |
+
109.74 233
|
| 4989 |
+
109.76 224
|
| 4990 |
+
109.78 216
|
| 4991 |
+
109.8 220
|
| 4992 |
+
109.82 215
|
| 4993 |
+
109.84 225
|
| 4994 |
+
109.86 251
|
| 4995 |
+
109.88 205
|
| 4996 |
+
109.9 223
|
| 4997 |
+
109.92 210
|
| 4998 |
+
109.94 239
|
| 4999 |
+
109.96 228
|
| 5000 |
+
109.98 231
|
| 5001 |
+
110 246
|
| 5002 |
+
110.02 241
|
| 5003 |
+
110.04 218
|
| 5004 |
+
110.06 229
|
| 5005 |
+
110.08 214
|
| 5006 |
+
110.1 232
|
| 5007 |
+
110.12 231
|
| 5008 |
+
110.14 233
|
| 5009 |
+
110.16 242
|
| 5010 |
+
110.18 223
|
| 5011 |
+
110.2 222
|
| 5012 |
+
110.22 246
|
| 5013 |
+
110.24 232
|
| 5014 |
+
110.26 214
|
| 5015 |
+
110.28 232
|
| 5016 |
+
110.3 239
|
| 5017 |
+
110.32 220
|
| 5018 |
+
110.34 250
|
| 5019 |
+
110.36 205
|
| 5020 |
+
110.38 220
|
| 5021 |
+
110.4 219
|
| 5022 |
+
110.42 233
|
| 5023 |
+
110.44 221
|
| 5024 |
+
110.46 270
|
| 5025 |
+
110.48 233
|
| 5026 |
+
110.5 233
|
| 5027 |
+
110.52 247
|
| 5028 |
+
110.54 244
|
| 5029 |
+
110.56 227
|
| 5030 |
+
110.58 229
|
| 5031 |
+
110.6 229
|
| 5032 |
+
110.62 216
|
| 5033 |
+
110.64 218
|
| 5034 |
+
110.66 208
|
| 5035 |
+
110.68 243
|
| 5036 |
+
110.7 226
|
| 5037 |
+
110.72 250
|
| 5038 |
+
110.74 235
|
| 5039 |
+
110.76 233
|
| 5040 |
+
110.78 205
|
| 5041 |
+
110.8 236
|
| 5042 |
+
110.82 225
|
| 5043 |
+
110.84 233
|
| 5044 |
+
110.86 209
|
| 5045 |
+
110.88 246
|
| 5046 |
+
110.9 207
|
| 5047 |
+
110.92 221
|
| 5048 |
+
110.94 225
|
| 5049 |
+
110.96 221
|
| 5050 |
+
110.98 213
|
| 5051 |
+
111 260
|
| 5052 |
+
111.02 238
|
| 5053 |
+
111.04 244
|
| 5054 |
+
111.06 210
|
| 5055 |
+
111.08 234
|
| 5056 |
+
111.1 211
|
| 5057 |
+
111.12 215
|
| 5058 |
+
111.14 230
|
| 5059 |
+
111.16 240
|
| 5060 |
+
111.18 216
|
| 5061 |
+
111.2 238
|
| 5062 |
+
111.22 224
|
| 5063 |
+
111.24 205
|
| 5064 |
+
111.26 228
|
| 5065 |
+
111.28 210
|
| 5066 |
+
111.3 211
|
| 5067 |
+
111.32 243
|
| 5068 |
+
111.34 243
|
| 5069 |
+
111.36 222
|
| 5070 |
+
111.38 238
|
| 5071 |
+
111.4 196
|
| 5072 |
+
111.42 220
|
| 5073 |
+
111.44 231
|
| 5074 |
+
111.46 241
|
| 5075 |
+
111.48 222
|
| 5076 |
+
111.5 227
|
| 5077 |
+
111.52 255
|
| 5078 |
+
111.54 219
|
| 5079 |
+
111.56 228
|
| 5080 |
+
111.58 203
|
| 5081 |
+
111.6 245
|
| 5082 |
+
111.62 227
|
| 5083 |
+
111.64 247
|
| 5084 |
+
111.66 230
|
| 5085 |
+
111.68 231
|
| 5086 |
+
111.7 251
|
| 5087 |
+
111.72 212
|
| 5088 |
+
111.74 245
|
| 5089 |
+
111.76 232
|
| 5090 |
+
111.78 236
|
| 5091 |
+
111.8 230
|
| 5092 |
+
111.82 251
|
| 5093 |
+
111.84 231
|
| 5094 |
+
111.86 228
|
| 5095 |
+
111.88 238
|
| 5096 |
+
111.9 198
|
| 5097 |
+
111.92 214
|
| 5098 |
+
111.94 214
|
| 5099 |
+
111.96 214
|
| 5100 |
+
111.98 243
|
| 5101 |
+
112 224
|
| 5102 |
+
112.02 229
|
| 5103 |
+
112.04 223
|
| 5104 |
+
112.06 227
|
| 5105 |
+
112.08 192
|
| 5106 |
+
112.1 223
|
| 5107 |
+
112.12 196
|
| 5108 |
+
112.14 236
|
| 5109 |
+
112.16 223
|
| 5110 |
+
112.18 231
|
| 5111 |
+
112.2 218
|
| 5112 |
+
112.22 238
|
| 5113 |
+
112.24 246
|
| 5114 |
+
112.26 242
|
| 5115 |
+
112.28 214
|
| 5116 |
+
112.3 242
|
| 5117 |
+
112.32 235
|
| 5118 |
+
112.34 239
|
| 5119 |
+
112.36 234
|
| 5120 |
+
112.38 241
|
| 5121 |
+
112.4 236
|
| 5122 |
+
112.42 223
|
| 5123 |
+
112.44 213
|
| 5124 |
+
112.46 225
|
| 5125 |
+
112.48 231
|
| 5126 |
+
112.5 237
|
| 5127 |
+
112.52 207
|
| 5128 |
+
112.54 237
|
| 5129 |
+
112.56 235
|
| 5130 |
+
112.58 238
|
| 5131 |
+
112.6 237
|
| 5132 |
+
112.62 221
|
| 5133 |
+
112.64 263
|
| 5134 |
+
112.66 220
|
| 5135 |
+
112.68 246
|
| 5136 |
+
112.7 226
|
| 5137 |
+
112.72 258
|
| 5138 |
+
112.74 214
|
| 5139 |
+
112.76 220
|
| 5140 |
+
112.78 226
|
| 5141 |
+
112.8 216
|
| 5142 |
+
112.82 225
|
| 5143 |
+
112.84 223
|
| 5144 |
+
112.86 245
|
| 5145 |
+
112.88 235
|
| 5146 |
+
112.9 244
|
| 5147 |
+
112.92 242
|
| 5148 |
+
112.94 246
|
| 5149 |
+
112.96 229
|
| 5150 |
+
112.98 190
|
| 5151 |
+
113 248
|
| 5152 |
+
113.02 240
|
| 5153 |
+
113.04 232
|
| 5154 |
+
113.06 234
|
| 5155 |
+
113.08 230
|
| 5156 |
+
113.1 246
|
| 5157 |
+
113.12 255
|
| 5158 |
+
113.14 241
|
| 5159 |
+
113.16 217
|
| 5160 |
+
113.18 220
|
| 5161 |
+
113.2 229
|
| 5162 |
+
113.22 237
|
| 5163 |
+
113.24 246
|
| 5164 |
+
113.26 235
|
| 5165 |
+
113.28 262
|
| 5166 |
+
113.3 233
|
| 5167 |
+
113.32 234
|
| 5168 |
+
113.34 246
|
| 5169 |
+
113.36 256
|
| 5170 |
+
113.38 225
|
| 5171 |
+
113.4 232
|
| 5172 |
+
113.42 240
|
| 5173 |
+
113.44 199
|
| 5174 |
+
113.46 207
|
| 5175 |
+
113.48 241
|
| 5176 |
+
113.5 237
|
| 5177 |
+
113.52 268
|
| 5178 |
+
113.54 220
|
| 5179 |
+
113.56 198
|
| 5180 |
+
113.58 237
|
| 5181 |
+
113.6 235
|
| 5182 |
+
113.62 199
|
| 5183 |
+
113.64 252
|
| 5184 |
+
113.66 220
|
| 5185 |
+
113.68 247
|
| 5186 |
+
113.7 218
|
| 5187 |
+
113.72 223
|
| 5188 |
+
113.74 240
|
| 5189 |
+
113.76 229
|
| 5190 |
+
113.78 217
|
| 5191 |
+
113.8 249
|
| 5192 |
+
113.82 240
|
| 5193 |
+
113.84 216
|
| 5194 |
+
113.86 244
|
| 5195 |
+
113.88 218
|
| 5196 |
+
113.9 239
|
| 5197 |
+
113.92 224
|
| 5198 |
+
113.94 237
|
| 5199 |
+
113.96 246
|
| 5200 |
+
113.98 263
|
| 5201 |
+
114 242
|
| 5202 |
+
114.02 231
|
| 5203 |
+
114.04 223
|
| 5204 |
+
114.06 227
|
| 5205 |
+
114.08 241
|
| 5206 |
+
114.1 225
|
| 5207 |
+
114.12 260
|
| 5208 |
+
114.14 237
|
| 5209 |
+
114.16 226
|
| 5210 |
+
114.18 215
|
| 5211 |
+
114.2 235
|
| 5212 |
+
114.22 222
|
| 5213 |
+
114.24 227
|
| 5214 |
+
114.26 207
|
| 5215 |
+
114.28 228
|
| 5216 |
+
114.3 257
|
| 5217 |
+
114.32 220
|
| 5218 |
+
114.34 231
|
| 5219 |
+
114.36 228
|
| 5220 |
+
114.38 241
|
| 5221 |
+
114.4 237
|
| 5222 |
+
114.42 198
|
| 5223 |
+
114.44 222
|
| 5224 |
+
114.46 257
|
| 5225 |
+
114.48 238
|
| 5226 |
+
114.5 225
|
| 5227 |
+
114.52 225
|
| 5228 |
+
114.54 221
|
| 5229 |
+
114.56 240
|
| 5230 |
+
114.58 231
|
| 5231 |
+
114.6 229
|
| 5232 |
+
114.62 252
|
| 5233 |
+
114.64 218
|
| 5234 |
+
114.66 213
|
| 5235 |
+
114.68 205
|
| 5236 |
+
114.7 218
|
| 5237 |
+
114.72 231
|
| 5238 |
+
114.74 230
|
| 5239 |
+
114.76 239
|
| 5240 |
+
114.78 214
|
| 5241 |
+
114.8 252
|
| 5242 |
+
114.82 256
|
| 5243 |
+
114.84 229
|
| 5244 |
+
114.86 201
|
| 5245 |
+
114.88 228
|
| 5246 |
+
114.9 240
|
| 5247 |
+
114.92 231
|
| 5248 |
+
114.94 231
|
| 5249 |
+
114.96 203
|
| 5250 |
+
114.98 220
|
| 5251 |
+
115 228
|
| 5252 |
+
115.02 230
|
| 5253 |
+
115.04 216
|
| 5254 |
+
115.06 242
|
| 5255 |
+
115.08 269
|
| 5256 |
+
115.1 231
|
| 5257 |
+
115.12 222
|
| 5258 |
+
115.14 254
|
| 5259 |
+
115.16 215
|
| 5260 |
+
115.18 212
|
| 5261 |
+
115.2 218
|
| 5262 |
+
115.22 217
|
| 5263 |
+
115.24 254
|
| 5264 |
+
115.26 227
|
| 5265 |
+
115.28 212
|
| 5266 |
+
115.3 238
|
| 5267 |
+
115.32 199
|
| 5268 |
+
115.34 244
|
| 5269 |
+
115.36 231
|
| 5270 |
+
115.38 218
|
| 5271 |
+
115.4 231
|
| 5272 |
+
115.42 210
|
| 5273 |
+
115.44 231
|
| 5274 |
+
115.46 237
|
| 5275 |
+
115.48 226
|
| 5276 |
+
115.5 249
|
| 5277 |
+
115.52 257
|
| 5278 |
+
115.54 243
|
| 5279 |
+
115.56 246
|
| 5280 |
+
115.58 202
|
| 5281 |
+
115.6 237
|
| 5282 |
+
115.62 200
|
| 5283 |
+
115.64 238
|
| 5284 |
+
115.66 242
|
| 5285 |
+
115.68 233
|
| 5286 |
+
115.7 227
|
| 5287 |
+
115.72 245
|
| 5288 |
+
115.74 228
|
| 5289 |
+
115.76 233
|
| 5290 |
+
115.78 230
|
| 5291 |
+
115.8 211
|
| 5292 |
+
115.82 216
|
| 5293 |
+
115.84 212
|
| 5294 |
+
115.86 225
|
| 5295 |
+
115.88 204
|
| 5296 |
+
115.9 249
|
| 5297 |
+
115.92 214
|
| 5298 |
+
115.94 220
|
| 5299 |
+
115.96 218
|
| 5300 |
+
115.98 208
|
| 5301 |
+
116 239
|
| 5302 |
+
116.02 232
|
| 5303 |
+
116.04 245
|
| 5304 |
+
116.06 237
|
| 5305 |
+
116.08 242
|
| 5306 |
+
116.1 232
|
| 5307 |
+
116.12 229
|
| 5308 |
+
116.14 217
|
| 5309 |
+
116.16 239
|
| 5310 |
+
116.18 210
|
| 5311 |
+
116.2 233
|
| 5312 |
+
116.22 224
|
| 5313 |
+
116.24 249
|
| 5314 |
+
116.26 197
|
| 5315 |
+
116.28 245
|
| 5316 |
+
116.3 215
|
| 5317 |
+
116.32 234
|
| 5318 |
+
116.34 229
|
| 5319 |
+
116.36 224
|
| 5320 |
+
116.38 242
|
| 5321 |
+
116.4 235
|
| 5322 |
+
116.42 233
|
| 5323 |
+
116.44 225
|
| 5324 |
+
116.46 234
|
| 5325 |
+
116.48 219
|
| 5326 |
+
116.5 212
|
| 5327 |
+
116.52 220
|
| 5328 |
+
116.54 232
|
| 5329 |
+
116.56 227
|
| 5330 |
+
116.58 244
|
| 5331 |
+
116.6 222
|
| 5332 |
+
116.62 219
|
| 5333 |
+
116.64 242
|
| 5334 |
+
116.66 232
|
| 5335 |
+
116.68 201
|
| 5336 |
+
116.7 226
|
| 5337 |
+
116.72 217
|
| 5338 |
+
116.74 256
|
| 5339 |
+
116.76 225
|
| 5340 |
+
116.78 198
|
| 5341 |
+
116.8 211
|
| 5342 |
+
116.82 222
|
| 5343 |
+
116.84 238
|
| 5344 |
+
116.86 209
|
| 5345 |
+
116.88 242
|
| 5346 |
+
116.9 225
|
| 5347 |
+
116.92 232
|
| 5348 |
+
116.94 257
|
| 5349 |
+
116.96 203
|
| 5350 |
+
116.98 254
|
| 5351 |
+
117 247
|
| 5352 |
+
117.02 210
|
| 5353 |
+
117.04 257
|
| 5354 |
+
117.06 230
|
| 5355 |
+
117.08 218
|
| 5356 |
+
117.1 215
|
| 5357 |
+
117.12 242
|
| 5358 |
+
117.14 224
|
| 5359 |
+
117.16 255
|
| 5360 |
+
117.18 242
|
| 5361 |
+
117.2 249
|
| 5362 |
+
117.22 233
|
| 5363 |
+
117.24 221
|
| 5364 |
+
117.26 255
|
| 5365 |
+
117.28 245
|
| 5366 |
+
117.3 242
|
| 5367 |
+
117.32 268
|
| 5368 |
+
117.34 271
|
| 5369 |
+
117.36 247
|
| 5370 |
+
117.38 253
|
| 5371 |
+
117.4 253
|
| 5372 |
+
117.42 261
|
| 5373 |
+
117.44 239
|
| 5374 |
+
117.46 262
|
| 5375 |
+
117.48 250
|
| 5376 |
+
117.5 258
|
| 5377 |
+
117.52 271
|
| 5378 |
+
117.54 252
|
| 5379 |
+
117.56 258
|
| 5380 |
+
117.58 263
|
| 5381 |
+
117.6 278
|
| 5382 |
+
117.62 268
|
| 5383 |
+
117.64 305
|
| 5384 |
+
117.66 241
|
| 5385 |
+
117.68 251
|
| 5386 |
+
117.7 262
|
| 5387 |
+
117.72 258
|
| 5388 |
+
117.74 269
|
| 5389 |
+
117.76 245
|
| 5390 |
+
117.78 252
|
| 5391 |
+
117.8 265
|
| 5392 |
+
117.82 265
|
| 5393 |
+
117.84 259
|
| 5394 |
+
117.86 230
|
| 5395 |
+
117.88 261
|
| 5396 |
+
117.9 261
|
| 5397 |
+
117.92 270
|
| 5398 |
+
117.94 248
|
| 5399 |
+
117.96 250
|
| 5400 |
+
117.98 274
|
| 5401 |
+
118 270
|
| 5402 |
+
118.02 245
|
| 5403 |
+
118.04 238
|
| 5404 |
+
118.06 239
|
| 5405 |
+
118.08 287
|
| 5406 |
+
118.1 229
|
| 5407 |
+
118.12 259
|
| 5408 |
+
118.14 260
|
| 5409 |
+
118.16 244
|
| 5410 |
+
118.18 236
|
| 5411 |
+
118.2 221
|
| 5412 |
+
118.22 225
|
| 5413 |
+
118.24 240
|
| 5414 |
+
118.26 242
|
| 5415 |
+
118.28 238
|
| 5416 |
+
118.3 236
|
| 5417 |
+
118.32 274
|
| 5418 |
+
118.34 266
|
| 5419 |
+
118.36 227
|
| 5420 |
+
118.38 233
|
| 5421 |
+
118.4 235
|
| 5422 |
+
118.42 239
|
| 5423 |
+
118.44 244
|
| 5424 |
+
118.46 207
|
| 5425 |
+
118.48 213
|
| 5426 |
+
118.5 229
|
| 5427 |
+
118.52 236
|
| 5428 |
+
118.54 242
|
| 5429 |
+
118.56 214
|
| 5430 |
+
118.58 223
|
| 5431 |
+
118.6 255
|
| 5432 |
+
118.62 251
|
| 5433 |
+
118.64 234
|
| 5434 |
+
118.66 257
|
| 5435 |
+
118.68 230
|
| 5436 |
+
118.7 223
|
| 5437 |
+
118.72 259
|
| 5438 |
+
118.74 222
|
| 5439 |
+
118.76 242
|
| 5440 |
+
118.78 251
|
| 5441 |
+
118.8 215
|
| 5442 |
+
118.82 253
|
| 5443 |
+
118.84 240
|
| 5444 |
+
118.86 230
|
| 5445 |
+
118.88 229
|
| 5446 |
+
118.9 254
|
| 5447 |
+
118.92 250
|
| 5448 |
+
118.94 252
|
| 5449 |
+
118.96 248
|
| 5450 |
+
118.98 224
|
| 5451 |
+
119 243
|
| 5452 |
+
119.02 237
|
| 5453 |
+
119.04 221
|
| 5454 |
+
119.06 207
|
| 5455 |
+
119.08 219
|
| 5456 |
+
119.1 198
|
| 5457 |
+
119.12 230
|
| 5458 |
+
119.14 221
|
| 5459 |
+
119.16 213
|
| 5460 |
+
119.18 263
|
| 5461 |
+
119.2 232
|
| 5462 |
+
119.22 216
|
| 5463 |
+
119.24 225
|
| 5464 |
+
119.26 233
|
| 5465 |
+
119.28 236
|
| 5466 |
+
119.3 226
|
| 5467 |
+
119.32 207
|
| 5468 |
+
119.34 227
|
| 5469 |
+
119.36 211
|
| 5470 |
+
119.38 199
|
| 5471 |
+
119.4 225
|
| 5472 |
+
119.42 236
|
| 5473 |
+
119.44 234
|
| 5474 |
+
119.46 224
|
| 5475 |
+
119.48 238
|
| 5476 |
+
119.5 228
|
| 5477 |
+
119.52 215
|
| 5478 |
+
119.54 211
|
| 5479 |
+
119.56 242
|
| 5480 |
+
119.58 209
|
| 5481 |
+
119.6 208
|
| 5482 |
+
119.62 196
|
| 5483 |
+
119.64 231
|
| 5484 |
+
119.66 243
|
| 5485 |
+
119.68 223
|
| 5486 |
+
119.7 224
|
| 5487 |
+
119.72 224
|
| 5488 |
+
119.74 217
|
| 5489 |
+
119.76 240
|
| 5490 |
+
119.78 228
|
| 5491 |
+
119.8 199
|
| 5492 |
+
119.82 255
|
| 5493 |
+
119.84 192
|
| 5494 |
+
119.86 217
|
| 5495 |
+
119.88 213
|
| 5496 |
+
119.9 226
|
| 5497 |
+
119.92 242
|
| 5498 |
+
119.94 240
|
| 5499 |
+
119.96 227
|
| 5500 |
+
119.98 223
|
| 5501 |
+
120 232
|
data/data/DSMO/dsmo.gpx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da429eec3c6224ceb04573222911e6a420a8132c4f62c17129f087c6f27171ba
|
| 3 |
+
size 313078
|
data/data/LiCoO2/COD/1533825.cif
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#------------------------------------------------------------------------------
|
| 2 |
+
#$Date: 2016-02-13 21:28:24 +0200 (Sat, 13 Feb 2016) $
|
| 3 |
+
#$Revision: 176429 $
|
| 4 |
+
#$URL: file:///home/coder/svn-repositories/cod/cif/1/53/38/1533825.cif $
|
| 5 |
+
#------------------------------------------------------------------------------
|
| 6 |
+
#
|
| 7 |
+
# This file is available in the Crystallography Open Database (COD),
|
| 8 |
+
# http://www.crystallography.net/
|
| 9 |
+
#
|
| 10 |
+
# All data on this site have been placed in the public domain by the
|
| 11 |
+
# contributors.
|
| 12 |
+
#
|
| 13 |
+
data_1533825
|
| 14 |
+
loop_
|
| 15 |
+
_publ_author_name
|
| 16 |
+
'Hong Jin K'
|
| 17 |
+
'Oh Seung M'
|
| 18 |
+
_publ_section_title
|
| 19 |
+
;
|
| 20 |
+
Crystal structure and electrochemical performance of Li Ni1-x Cox O2 (0
|
| 21 |
+
<= x < 1.0) according to Co substitution
|
| 22 |
+
;
|
| 23 |
+
_journal_name_full
|
| 24 |
+
'Journal of the Korean Electrochemical Society'
|
| 25 |
+
_journal_page_first 1
|
| 26 |
+
_journal_page_last 5
|
| 27 |
+
_journal_volume 6
|
| 28 |
+
_journal_year 2003
|
| 29 |
+
_chemical_formula_sum 'Co Li O2'
|
| 30 |
+
_chemical_name_systematic 'Li (Co O2)'
|
| 31 |
+
_space_group_IT_number 166
|
| 32 |
+
_symmetry_space_group_name_Hall '-R 3 2"'
|
| 33 |
+
_symmetry_space_group_name_H-M 'R -3 m :H'
|
| 34 |
+
_cell_angle_alpha 90
|
| 35 |
+
_cell_angle_beta 90
|
| 36 |
+
_cell_angle_gamma 120
|
| 37 |
+
_cell_formula_units_Z 3
|
| 38 |
+
_cell_length_a 2.814
|
| 39 |
+
_cell_length_b 2.814
|
| 40 |
+
_cell_length_c 14.048
|
| 41 |
+
_cell_volume 96.337
|
| 42 |
+
_citation_journal_id_ASTM JKESFC
|
| 43 |
+
_cod_data_source_file HongJinK_JKESFC_2003_777.cif
|
| 44 |
+
_cod_data_source_block Co1Li1O2
|
| 45 |
+
_cod_original_cell_volume 96.33704
|
| 46 |
+
_cod_original_formula_sum 'Co1 Li1 O2'
|
| 47 |
+
_cod_database_code 1533825
|
| 48 |
+
loop_
|
| 49 |
+
_symmetry_equiv_pos_as_xyz
|
| 50 |
+
x,y,z
|
| 51 |
+
-y,x-y,z
|
| 52 |
+
-x+y,-x,z
|
| 53 |
+
y,x,-z
|
| 54 |
+
-x,-x+y,-z
|
| 55 |
+
x-y,-y,-z
|
| 56 |
+
-x,-y,-z
|
| 57 |
+
y,-x+y,-z
|
| 58 |
+
x-y,x,-z
|
| 59 |
+
-y,-x,z
|
| 60 |
+
x,x-y,z
|
| 61 |
+
-x+y,y,z
|
| 62 |
+
x+2/3,y+1/3,z+1/3
|
| 63 |
+
-y+2/3,x-y+1/3,z+1/3
|
| 64 |
+
-x+y+2/3,-x+1/3,z+1/3
|
| 65 |
+
y+2/3,x+1/3,-z+1/3
|
| 66 |
+
-x+2/3,-x+y+1/3,-z+1/3
|
| 67 |
+
x-y+2/3,-y+1/3,-z+1/3
|
| 68 |
+
-x+2/3,-y+1/3,-z+1/3
|
| 69 |
+
y+2/3,-x+y+1/3,-z+1/3
|
| 70 |
+
x-y+2/3,x+1/3,-z+1/3
|
| 71 |
+
-y+2/3,-x+1/3,z+1/3
|
| 72 |
+
x+2/3,x-y+1/3,z+1/3
|
| 73 |
+
-x+y+2/3,y+1/3,z+1/3
|
| 74 |
+
x+1/3,y+2/3,z+2/3
|
| 75 |
+
-y+1/3,x-y+2/3,z+2/3
|
| 76 |
+
-x+y+1/3,-x+2/3,z+2/3
|
| 77 |
+
y+1/3,x+2/3,-z+2/3
|
| 78 |
+
-x+1/3,-x+y+2/3,-z+2/3
|
| 79 |
+
x-y+1/3,-y+2/3,-z+2/3
|
| 80 |
+
-x+1/3,-y+2/3,-z+2/3
|
| 81 |
+
y+1/3,-x+y+2/3,-z+2/3
|
| 82 |
+
x-y+1/3,x+2/3,-z+2/3
|
| 83 |
+
-y+1/3,-x+2/3,z+2/3
|
| 84 |
+
x+1/3,x-y+2/3,z+2/3
|
| 85 |
+
-x+y+1/3,y+2/3,z+2/3
|
| 86 |
+
loop_
|
| 87 |
+
_atom_site_label
|
| 88 |
+
_atom_site_type_symbol
|
| 89 |
+
_atom_site_fract_x
|
| 90 |
+
_atom_site_fract_y
|
| 91 |
+
_atom_site_fract_z
|
| 92 |
+
_atom_site_occupancy
|
| 93 |
+
_atom_site_U_iso_or_equiv
|
| 94 |
+
O1 O-2 0 0 0.2268 1 0.0
|
| 95 |
+
Co1 Co+3 0 0 0 1 0.0
|
| 96 |
+
Li1 Li+1 0 0 0.5 1 0.0
|
data/data/LiCoO2/COD/1550397.cif
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#------------------------------------------------------------------------------
|
| 2 |
+
#$Date: 2019-01-10 12:36:08 +0200 (Thu, 10 Jan 2019) $
|
| 3 |
+
#$Revision: 212886 $
|
| 4 |
+
#$URL: file:///home/coder/svn-repositories/cod/cif/1/55/03/1550397.cif $
|
| 5 |
+
#------------------------------------------------------------------------------
|
| 6 |
+
#
|
| 7 |
+
# This file is available in the Crystallography Open Database (COD),
|
| 8 |
+
# http://www.crystallography.net/
|
| 9 |
+
#
|
| 10 |
+
# All data on this site have been placed in the public domain by the
|
| 11 |
+
# contributors.
|
| 12 |
+
#
|
| 13 |
+
data_1550397
|
| 14 |
+
loop_
|
| 15 |
+
_publ_author_name
|
| 16 |
+
'Rosolen JM'
|
| 17 |
+
'Ballirano P'
|
| 18 |
+
'Berrettoni M'
|
| 19 |
+
'Decker F'
|
| 20 |
+
'Gregorkiewitz M'
|
| 21 |
+
_publ_contact_author_email gregormigu@gmail.com
|
| 22 |
+
_publ_contact_author_name 'M Gregorkiewitz'
|
| 23 |
+
_publ_section_title
|
| 24 |
+
;
|
| 25 |
+
Structural Assessment of the Electrochemical Performance of LixCoO2
|
| 26 |
+
Membrane Electrodes by X-Ray Diffraction and Absorpion Refinements
|
| 27 |
+
;
|
| 28 |
+
_journal_name_full Ionics
|
| 29 |
+
_journal_page_first 345
|
| 30 |
+
_journal_page_last 354
|
| 31 |
+
_journal_volume 3
|
| 32 |
+
_journal_year 1997
|
| 33 |
+
_chemical_compound_source synthetic
|
| 34 |
+
_chemical_formula_sum 'Co Li O2'
|
| 35 |
+
_chemical_formula_weight 97.87
|
| 36 |
+
_chemical_name_systematic
|
| 37 |
+
;
|
| 38 |
+
Lithium Cobalt Oxide
|
| 39 |
+
;
|
| 40 |
+
_space_group_IT_number 166
|
| 41 |
+
_symmetry_Int_Tables_number 166
|
| 42 |
+
_symmetry_space_group_name_Hall '-R 3 2"'
|
| 43 |
+
_symmetry_space_group_name_H-M 'R -3 m :H'
|
| 44 |
+
_cell_angle_alpha 90
|
| 45 |
+
_cell_angle_beta 90
|
| 46 |
+
_cell_angle_gamma 120
|
| 47 |
+
_cell_formula_units_Z 3
|
| 48 |
+
_cell_length_a 2.8185(1)
|
| 49 |
+
_cell_length_b 2.8185(1)
|
| 50 |
+
_cell_length_c 14.0664(2)
|
| 51 |
+
_cell_volume 96.772(5)
|
| 52 |
+
_diffrn_radiation_monochromator graphite
|
| 53 |
+
_diffrn_radiation_type 'Cu K\a'
|
| 54 |
+
_diffrn_radiation_wavelength 1.5406
|
| 55 |
+
_pd_instr_geometry Bragg-Brentano
|
| 56 |
+
_pd_phase_name 'Lithium Cobalt Oxide LixCoO2, x=1.00'
|
| 57 |
+
_refine_ls_goodness_of_fit_all 1.04
|
| 58 |
+
_refine_ls_R_I_factor 0.039
|
| 59 |
+
_cod_data_source_file gregorkiewitz97Li1.00CoO2LC.txt
|
| 60 |
+
_cod_data_source_block VESTA_phase_1
|
| 61 |
+
_cod_original_cell_volume 96.775(3)
|
| 62 |
+
_cod_original_formula_sum 'Li1.00 Co O2'
|
| 63 |
+
_cod_database_code 1550397
|
| 64 |
+
loop_
|
| 65 |
+
_symmetry_equiv_pos_as_xyz
|
| 66 |
+
x,y,z
|
| 67 |
+
-y,x-y,z
|
| 68 |
+
-x+y,-x,z
|
| 69 |
+
y,x,-z
|
| 70 |
+
-x,-x+y,-z
|
| 71 |
+
x-y,-y,-z
|
| 72 |
+
-x,-y,-z
|
| 73 |
+
y,-x+y,-z
|
| 74 |
+
x-y,x,-z
|
| 75 |
+
-y,-x,z
|
| 76 |
+
x,x-y,z
|
| 77 |
+
-x+y,y,z
|
| 78 |
+
x+2/3,y+1/3,z+1/3
|
| 79 |
+
-y+2/3,x-y+1/3,z+1/3
|
| 80 |
+
-x+y+2/3,-x+1/3,z+1/3
|
| 81 |
+
y+2/3,x+1/3,-z+1/3
|
| 82 |
+
-x+2/3,-x+y+1/3,-z+1/3
|
| 83 |
+
x-y+2/3,-y+1/3,-z+1/3
|
| 84 |
+
-x+2/3,-y+1/3,-z+1/3
|
| 85 |
+
y+2/3,-x+y+1/3,-z+1/3
|
| 86 |
+
x-y+2/3,x+1/3,-z+1/3
|
| 87 |
+
-y+2/3,-x+1/3,z+1/3
|
| 88 |
+
x+2/3,x-y+1/3,z+1/3
|
| 89 |
+
-x+y+2/3,y+1/3,z+1/3
|
| 90 |
+
x+1/3,y+2/3,z+2/3
|
| 91 |
+
-y+1/3,x-y+2/3,z+2/3
|
| 92 |
+
-x+y+1/3,-x+2/3,z+2/3
|
| 93 |
+
y+1/3,x+2/3,-z+2/3
|
| 94 |
+
-x+1/3,-x+y+2/3,-z+2/3
|
| 95 |
+
x-y+1/3,-y+2/3,-z+2/3
|
| 96 |
+
-x+1/3,-y+2/3,-z+2/3
|
| 97 |
+
y+1/3,-x+y+2/3,-z+2/3
|
| 98 |
+
x-y+1/3,x+2/3,-z+2/3
|
| 99 |
+
-y+1/3,-x+2/3,z+2/3
|
| 100 |
+
x+1/3,x-y+2/3,z+2/3
|
| 101 |
+
-x+y+1/3,y+2/3,z+2/3
|
| 102 |
+
loop_
|
| 103 |
+
_atom_site_label
|
| 104 |
+
_atom_site_occupancy
|
| 105 |
+
_atom_site_fract_x
|
| 106 |
+
_atom_site_fract_y
|
| 107 |
+
_atom_site_fract_z
|
| 108 |
+
_atom_site_adp_type
|
| 109 |
+
_atom_site_U_iso_or_equiv
|
| 110 |
+
_atom_site_type_symbol
|
| 111 |
+
Li 1.0 0 0 0.5 Uiso 0.015(2) Li
|
| 112 |
+
Co 1.0 0 0 0 Uiso 0.019(1) Co
|
| 113 |
+
O1 1.0 0 0 0.2592(1) Uiso 0.023(1) O
|
data/data/LiCoO2/COD/4505482.cif
ADDED
|
@@ -0,0 +1,384 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#------------------------------------------------------------------------------
|
| 2 |
+
#$Date: 2016-03-24 02:37:24 +0200 (Thu, 24 Mar 2016) $
|
| 3 |
+
#$Revision: 179589 $
|
| 4 |
+
#$URL: file:///home/coder/svn-repositories/cod/cif/4/50/54/4505482.cif $
|
| 5 |
+
#------------------------------------------------------------------------------
|
| 6 |
+
#
|
| 7 |
+
# This file is available in the Crystallography Open Database (COD),
|
| 8 |
+
# http://www.crystallography.net/
|
| 9 |
+
#
|
| 10 |
+
# All data on this site have been placed in the public domain by the
|
| 11 |
+
# contributors.
|
| 12 |
+
#
|
| 13 |
+
data_4505482
|
| 14 |
+
loop_
|
| 15 |
+
_publ_author_name
|
| 16 |
+
'Lin, Qiyin'
|
| 17 |
+
'Li, Qing'
|
| 18 |
+
'Gray, Kenneth E.'
|
| 19 |
+
'Mitchell, John F.'
|
| 20 |
+
_publ_section_title
|
| 21 |
+
;
|
| 22 |
+
Vapor Growth and Chemical Delithiation of Stoichiometric LiCoO2Crystals
|
| 23 |
+
;
|
| 24 |
+
_journal_issue 3
|
| 25 |
+
_journal_name_full 'Crystal Growth & Design'
|
| 26 |
+
_journal_page_first 1232
|
| 27 |
+
_journal_paper_doi 10.1021/cg201238n
|
| 28 |
+
_journal_volume 12
|
| 29 |
+
_journal_year 2012
|
| 30 |
+
_chemical_formula_sum 'Co Li O2'
|
| 31 |
+
_chemical_formula_weight 97.87
|
| 32 |
+
_chemical_name_systematic
|
| 33 |
+
;
|
| 34 |
+
?
|
| 35 |
+
;
|
| 36 |
+
_space_group_IT_number 166
|
| 37 |
+
_symmetry_cell_setting trigonal
|
| 38 |
+
_symmetry_space_group_name_Hall '-R 3 2"'
|
| 39 |
+
_symmetry_space_group_name_H-M 'R -3 m :H'
|
| 40 |
+
_atom_sites_solution_primary direct
|
| 41 |
+
_atom_sites_solution_secondary difmap
|
| 42 |
+
_audit_creation_method SHELXL-97
|
| 43 |
+
_cell_angle_alpha 90.00
|
| 44 |
+
_cell_angle_beta 90.00
|
| 45 |
+
_cell_angle_gamma 120.00
|
| 46 |
+
_cell_formula_units_Z 3
|
| 47 |
+
_cell_length_a 2.8150(3)
|
| 48 |
+
_cell_length_b 2.8150(3)
|
| 49 |
+
_cell_length_c 14.0516(6)
|
| 50 |
+
_cell_measurement_reflns_used 1478
|
| 51 |
+
_cell_measurement_temperature 298(2)
|
| 52 |
+
_cell_measurement_theta_max 34.34
|
| 53 |
+
_cell_measurement_theta_min 4.35
|
| 54 |
+
_cell_volume 96.430(15)
|
| 55 |
+
_computing_cell_refinement 'STOE X-AREA'
|
| 56 |
+
_computing_data_collection 'STOE X-AREA'
|
| 57 |
+
_computing_data_reduction 'STOE X-RED'
|
| 58 |
+
_computing_structure_refinement 'SHELXL-97 (Sheldrick, 2008)'
|
| 59 |
+
_computing_structure_solution 'SHELXS-97 (Sheldrick, 2008)'
|
| 60 |
+
_diffrn_ambient_temperature 298(2)
|
| 61 |
+
_diffrn_detector_area_resol_mean 6.67
|
| 62 |
+
_diffrn_measured_fraction_theta_full 1.000
|
| 63 |
+
_diffrn_measured_fraction_theta_max 1.000
|
| 64 |
+
_diffrn_measurement_device_type 'STOE IPDS 2T'
|
| 65 |
+
_diffrn_measurement_method 'rotation method'
|
| 66 |
+
_diffrn_radiation_monochromator graphite
|
| 67 |
+
_diffrn_radiation_source 'fine-focus sealed tube'
|
| 68 |
+
_diffrn_radiation_type MoK\a
|
| 69 |
+
_diffrn_radiation_wavelength 0.71073
|
| 70 |
+
_diffrn_reflns_av_R_equivalents 0.0425
|
| 71 |
+
_diffrn_reflns_av_sigmaI/netI 0.0153
|
| 72 |
+
_diffrn_reflns_limit_h_max 4
|
| 73 |
+
_diffrn_reflns_limit_h_min -4
|
| 74 |
+
_diffrn_reflns_limit_k_max 4
|
| 75 |
+
_diffrn_reflns_limit_k_min -3
|
| 76 |
+
_diffrn_reflns_limit_l_max 22
|
| 77 |
+
_diffrn_reflns_limit_l_min -22
|
| 78 |
+
_diffrn_reflns_number 776
|
| 79 |
+
_diffrn_reflns_theta_full 34.28
|
| 80 |
+
_diffrn_reflns_theta_max 34.28
|
| 81 |
+
_diffrn_reflns_theta_min 4.35
|
| 82 |
+
_exptl_absorpt_coefficient_mu 12.685
|
| 83 |
+
_exptl_absorpt_correction_T_max 0.9785
|
| 84 |
+
_exptl_absorpt_correction_T_min 0.4141
|
| 85 |
+
_exptl_absorpt_correction_type integration
|
| 86 |
+
_exptl_absorpt_process_details '(Coppens, 1970)'
|
| 87 |
+
_exptl_crystal_colour black
|
| 88 |
+
_exptl_crystal_density_diffrn 5.056
|
| 89 |
+
_exptl_crystal_density_method 'not measured'
|
| 90 |
+
_exptl_crystal_description plate
|
| 91 |
+
_exptl_crystal_F_000 138
|
| 92 |
+
_exptl_crystal_size_max 0.05
|
| 93 |
+
_exptl_crystal_size_mid 0.02
|
| 94 |
+
_exptl_crystal_size_min 0.01
|
| 95 |
+
_refine_diff_density_max 0.635
|
| 96 |
+
_refine_diff_density_min -1.270
|
| 97 |
+
_refine_diff_density_rms 0.207
|
| 98 |
+
_refine_ls_extinction_coef 0.020(7)
|
| 99 |
+
_refine_ls_extinction_method none
|
| 100 |
+
_refine_ls_goodness_of_fit_ref 1.353
|
| 101 |
+
_refine_ls_matrix_type full
|
| 102 |
+
_refine_ls_number_parameters 8
|
| 103 |
+
_refine_ls_number_reflns 71
|
| 104 |
+
_refine_ls_number_restraints 0
|
| 105 |
+
_refine_ls_restrained_S_all 1.353
|
| 106 |
+
_refine_ls_R_factor_all 0.0190
|
| 107 |
+
_refine_ls_R_factor_gt 0.0190
|
| 108 |
+
_refine_ls_shift/su_max 0.000
|
| 109 |
+
_refine_ls_shift/su_mean 0.000
|
| 110 |
+
_refine_ls_structure_factor_coef Fsqd
|
| 111 |
+
_refine_ls_weighting_details
|
| 112 |
+
'calc w=1/[\s^2^(Fo^2^)+(0.0280P)^2^+0.1931P] where P=(Fo^2^+2Fc^2^)/3'
|
| 113 |
+
_refine_ls_weighting_scheme calc
|
| 114 |
+
_refine_ls_wR_factor_gt 0.0487
|
| 115 |
+
_refine_ls_wR_factor_ref 0.0487
|
| 116 |
+
_reflns_number_gt 71
|
| 117 |
+
_reflns_number_total 71
|
| 118 |
+
_reflns_threshold_expression >2sigma(I)
|
| 119 |
+
_cod_data_source_file cg201238n_si_001.cif
|
| 120 |
+
_cod_data_source_block I
|
| 121 |
+
_cod_original_sg_symbol_H-M 'R -3 m'
|
| 122 |
+
_cod_database_code 4505482
|
| 123 |
+
loop_
|
| 124 |
+
_symmetry_equiv_pos_as_xyz
|
| 125 |
+
'x, y, z'
|
| 126 |
+
'-y, x-y, z'
|
| 127 |
+
'-x+y, -x, z'
|
| 128 |
+
'y, x, -z'
|
| 129 |
+
'x-y, -y, -z'
|
| 130 |
+
'-x, -x+y, -z'
|
| 131 |
+
'x+2/3, y+1/3, z+1/3'
|
| 132 |
+
'-y+2/3, x-y+1/3, z+1/3'
|
| 133 |
+
'-x+y+2/3, -x+1/3, z+1/3'
|
| 134 |
+
'y+2/3, x+1/3, -z+1/3'
|
| 135 |
+
'x-y+2/3, -y+1/3, -z+1/3'
|
| 136 |
+
'-x+2/3, -x+y+1/3, -z+1/3'
|
| 137 |
+
'x+1/3, y+2/3, z+2/3'
|
| 138 |
+
'-y+1/3, x-y+2/3, z+2/3'
|
| 139 |
+
'-x+y+1/3, -x+2/3, z+2/3'
|
| 140 |
+
'y+1/3, x+2/3, -z+2/3'
|
| 141 |
+
'x-y+1/3, -y+2/3, -z+2/3'
|
| 142 |
+
'-x+1/3, -x+y+2/3, -z+2/3'
|
| 143 |
+
'-x, -y, -z'
|
| 144 |
+
'y, -x+y, -z'
|
| 145 |
+
'x-y, x, -z'
|
| 146 |
+
'-y, -x, z'
|
| 147 |
+
'-x+y, y, z'
|
| 148 |
+
'x, x-y, z'
|
| 149 |
+
'-x+2/3, -y+1/3, -z+1/3'
|
| 150 |
+
'y+2/3, -x+y+1/3, -z+1/3'
|
| 151 |
+
'x-y+2/3, x+1/3, -z+1/3'
|
| 152 |
+
'-y+2/3, -x+1/3, z+1/3'
|
| 153 |
+
'-x+y+2/3, y+1/3, z+1/3'
|
| 154 |
+
'x+2/3, x-y+1/3, z+1/3'
|
| 155 |
+
'-x+1/3, -y+2/3, -z+2/3'
|
| 156 |
+
'y+1/3, -x+y+2/3, -z+2/3'
|
| 157 |
+
'x-y+1/3, x+2/3, -z+2/3'
|
| 158 |
+
'-y+1/3, -x+2/3, z+2/3'
|
| 159 |
+
'-x+y+1/3, y+2/3, z+2/3'
|
| 160 |
+
'x+1/3, x-y+2/3, z+2/3'
|
| 161 |
+
loop_
|
| 162 |
+
_atom_site_label
|
| 163 |
+
_atom_site_type_symbol
|
| 164 |
+
_atom_site_fract_x
|
| 165 |
+
_atom_site_fract_y
|
| 166 |
+
_atom_site_fract_z
|
| 167 |
+
_atom_site_U_iso_or_equiv
|
| 168 |
+
_atom_site_adp_type
|
| 169 |
+
_atom_site_occupancy
|
| 170 |
+
_atom_site_symmetry_multiplicity
|
| 171 |
+
_atom_site_calc_flag
|
| 172 |
+
_atom_site_refinement_flags
|
| 173 |
+
Li1 Li 0.0000 0.0000 0.0000 0.014(2) Uani 1 12 d S
|
| 174 |
+
Co1 Co 0.0000 0.0000 0.5000 0.0047(2) Uani 1 12 d S
|
| 175 |
+
O1 O 0.0000 0.0000 0.2397(2) 0.0070(5) Uani 1 6 d S
|
| 176 |
+
loop_
|
| 177 |
+
_atom_site_aniso_label
|
| 178 |
+
_atom_site_aniso_U_11
|
| 179 |
+
_atom_site_aniso_U_22
|
| 180 |
+
_atom_site_aniso_U_33
|
| 181 |
+
_atom_site_aniso_U_23
|
| 182 |
+
_atom_site_aniso_U_13
|
| 183 |
+
_atom_site_aniso_U_12
|
| 184 |
+
Li1 0.015(4) 0.015(4) 0.012(4) 0.000 0.000 0.0076(18)
|
| 185 |
+
Co1 0.0039(3) 0.0039(3) 0.0065(3) 0.000 0.000 0.00193(14)
|
| 186 |
+
O1 0.0058(8) 0.0058(8) 0.0095(10) 0.000 0.000 0.0029(4)
|
| 187 |
+
loop_
|
| 188 |
+
_atom_type_symbol
|
| 189 |
+
_atom_type_description
|
| 190 |
+
_atom_type_scat_dispersion_real
|
| 191 |
+
_atom_type_scat_dispersion_imag
|
| 192 |
+
_atom_type_scat_source
|
| 193 |
+
Li Li -0.0003 0.0001 'International Tables Vol C Tables 4.2.6.8 and 6.1.1.4'
|
| 194 |
+
O O 0.0106 0.0060 'International Tables Vol C Tables 4.2.6.8 and 6.1.1.4'
|
| 195 |
+
Co Co 0.3494 0.9721 'International Tables Vol C Tables 4.2.6.8 and 6.1.1.4'
|
| 196 |
+
loop_
|
| 197 |
+
_geom_angle_atom_site_label_1
|
| 198 |
+
_geom_angle_atom_site_label_2
|
| 199 |
+
_geom_angle_atom_site_label_3
|
| 200 |
+
_geom_angle
|
| 201 |
+
_geom_angle_site_symmetry_1
|
| 202 |
+
_geom_angle_site_symmetry_3
|
| 203 |
+
O1 Li1 O1 180.00(12) 25 13_444
|
| 204 |
+
O1 Li1 O1 84.59(9) 25 25_445
|
| 205 |
+
O1 Li1 O1 95.41(9) 13_444 25_445
|
| 206 |
+
O1 Li1 O1 95.41(9) 25 13_554
|
| 207 |
+
O1 Li1 O1 84.59(9) 13_444 13_554
|
| 208 |
+
O1 Li1 O1 180.00(12) 25_445 13_554
|
| 209 |
+
O1 Li1 O1 84.59(9) 25 25_455
|
| 210 |
+
O1 Li1 O1 95.41(9) 13_444 25_455
|
| 211 |
+
O1 Li1 O1 84.59(9) 25_445 25_455
|
| 212 |
+
O1 Li1 O1 95.41(9) 13_554 25_455
|
| 213 |
+
O1 Li1 O1 95.41(9) 25 13_544
|
| 214 |
+
O1 Li1 O1 84.59(9) 13_444 13_544
|
| 215 |
+
O1 Li1 O1 95.41(9) 25_445 13_544
|
| 216 |
+
O1 Li1 O1 84.59(9) 13_554 13_544
|
| 217 |
+
O1 Li1 O1 180.00(12) 25_455 13_544
|
| 218 |
+
O1 Li1 Li1 132.30(4) 25 1_445
|
| 219 |
+
O1 Li1 Li1 47.70(4) 13_444 1_445
|
| 220 |
+
O1 Li1 Li1 47.70(4) 25_445 1_445
|
| 221 |
+
O1 Li1 Li1 132.30(4) 13_554 1_445
|
| 222 |
+
O1 Li1 Li1 90.0 25_455 1_445
|
| 223 |
+
O1 Li1 Li1 90.0 13_544 1_445
|
| 224 |
+
O1 Li1 Li1 47.70(4) 25 1_665
|
| 225 |
+
O1 Li1 Li1 132.30(4) 13_444 1_665
|
| 226 |
+
O1 Li1 Li1 132.30(4) 25_445 1_665
|
| 227 |
+
O1 Li1 Li1 47.70(4) 13_554 1_665
|
| 228 |
+
O1 Li1 Li1 90.0 25_455 1_665
|
| 229 |
+
O1 Li1 Li1 90.0 13_544 1_665
|
| 230 |
+
Li1 Li1 Li1 180.0 1_445 1_665
|
| 231 |
+
O1 Li1 Li1 90.0 25 1_565
|
| 232 |
+
O1 Li1 Li1 90.0 13_444 1_565
|
| 233 |
+
O1 Li1 Li1 132.30(4) 25_445 1_565
|
| 234 |
+
O1 Li1 Li1 47.70(4) 13_554 1_565
|
| 235 |
+
O1 Li1 Li1 47.70(4) 25_455 1_565
|
| 236 |
+
O1 Li1 Li1 132.30(4) 13_544 1_565
|
| 237 |
+
Li1 Li1 Li1 120.0 1_445 1_565
|
| 238 |
+
Li1 Li1 Li1 60.0 1_665 1_565
|
| 239 |
+
O1 Li1 Li1 132.30(4) 25 1_455
|
| 240 |
+
O1 Li1 Li1 47.70(4) 13_444 1_455
|
| 241 |
+
O1 Li1 Li1 90.0 25_445 1_455
|
| 242 |
+
O1 Li1 Li1 90.0 13_554 1_455
|
| 243 |
+
O1 Li1 Li1 47.70(4) 25_455 1_455
|
| 244 |
+
O1 Li1 Li1 132.30(4) 13_544 1_455
|
| 245 |
+
Li1 Li1 Li1 60.0 1_445 1_455
|
| 246 |
+
Li1 Li1 Li1 120.0 1_665 1_455
|
| 247 |
+
Li1 Li1 Li1 60.0 1_565 1_455
|
| 248 |
+
O1 Li1 Li1 47.70(4) 25 1_655
|
| 249 |
+
O1 Li1 Li1 132.30(4) 13_444 1_655
|
| 250 |
+
O1 Li1 Li1 90.0 25_445 1_655
|
| 251 |
+
O1 Li1 Li1 90.0 13_554 1_655
|
| 252 |
+
O1 Li1 Li1 132.30(4) 25_455 1_655
|
| 253 |
+
O1 Li1 Li1 47.70(4) 13_544 1_655
|
| 254 |
+
Li1 Li1 Li1 120.0 1_445 1_655
|
| 255 |
+
Li1 Li1 Li1 60.0 1_665 1_655
|
| 256 |
+
Li1 Li1 Li1 120.0 1_565 1_655
|
| 257 |
+
Li1 Li1 Li1 180.0 1_455 1_655
|
| 258 |
+
O1 Li1 Li1 90.0 25 1_545
|
| 259 |
+
O1 Li1 Li1 90.0 13_444 1_545
|
| 260 |
+
O1 Li1 Li1 47.70(4) 25_445 1_545
|
| 261 |
+
O1 Li1 Li1 132.30(4) 13_554 1_545
|
| 262 |
+
O1 Li1 Li1 132.30(4) 25_455 1_545
|
| 263 |
+
O1 Li1 Li1 47.70(4) 13_544 1_545
|
| 264 |
+
Li1 Li1 Li1 60.0 1_445 1_545
|
| 265 |
+
Li1 Li1 Li1 120.0 1_665 1_545
|
| 266 |
+
Li1 Li1 Li1 180.0 1_565 1_545
|
| 267 |
+
Li1 Li1 Li1 120.0 1_455 1_545
|
| 268 |
+
Li1 Li1 Li1 60.0 1_655 1_545
|
| 269 |
+
O1 Co1 O1 180.0 31_445 7
|
| 270 |
+
O1 Co1 O1 94.17(10) 31_445 31
|
| 271 |
+
O1 Co1 O1 85.83(10) 7 31
|
| 272 |
+
O1 Co1 O1 85.83(10) 31_445 7_445
|
| 273 |
+
O1 Co1 O1 94.17(10) 7 7_445
|
| 274 |
+
O1 Co1 O1 180.0 31 7_445
|
| 275 |
+
O1 Co1 O1 94.17(10) 31_445 31_545
|
| 276 |
+
O1 Co1 O1 85.83(10) 7 31_545
|
| 277 |
+
O1 Co1 O1 94.17(10) 31 31_545
|
| 278 |
+
O1 Co1 O1 85.83(10) 7_445 31_545
|
| 279 |
+
O1 Co1 O1 85.83(10) 31_445 7_455
|
| 280 |
+
O1 Co1 O1 94.17(10) 7 7_455
|
| 281 |
+
O1 Co1 O1 85.83(10) 31 7_455
|
| 282 |
+
O1 Co1 O1 94.17(10) 7_445 7_455
|
| 283 |
+
O1 Co1 O1 180.00(14) 31_545 7_455
|
| 284 |
+
O1 Co1 Co1 137.09(5) 31_445 1_665
|
| 285 |
+
O1 Co1 Co1 42.91(5) 7 1_665
|
| 286 |
+
O1 Co1 Co1 42.91(5) 31 1_665
|
| 287 |
+
O1 Co1 Co1 137.09(5) 7_445 1_665
|
| 288 |
+
O1 Co1 Co1 90.0 31_545 1_665
|
| 289 |
+
O1 Co1 Co1 90.0 7_455 1_665
|
| 290 |
+
O1 Co1 Co1 42.91(5) 31_445 1_445
|
| 291 |
+
O1 Co1 Co1 137.09(5) 7 1_445
|
| 292 |
+
O1 Co1 Co1 137.09(5) 31 1_445
|
| 293 |
+
O1 Co1 Co1 42.91(5) 7_445 1_445
|
| 294 |
+
O1 Co1 Co1 90.000(1) 31_545 1_445
|
| 295 |
+
O1 Co1 Co1 90.0 7_455 1_445
|
| 296 |
+
Co1 Co1 Co1 180.0 1_665 1_445
|
| 297 |
+
O1 Co1 Co1 90.0 31_445 1_545
|
| 298 |
+
O1 Co1 Co1 90.0 7 1_545
|
| 299 |
+
O1 Co1 Co1 137.09(5) 31 1_545
|
| 300 |
+
O1 Co1 Co1 42.91(5) 7_445 1_545
|
| 301 |
+
O1 Co1 Co1 42.91(5) 31_545 1_545
|
| 302 |
+
O1 Co1 Co1 137.09(5) 7_455 1_545
|
| 303 |
+
Co1 Co1 Co1 120.0 1_665 1_545
|
| 304 |
+
Co1 Co1 Co1 60.0 1_445 1_545
|
| 305 |
+
O1 Co1 Co1 42.91(5) 31_445 1_455
|
| 306 |
+
O1 Co1 Co1 137.09(5) 7 1_455
|
| 307 |
+
O1 Co1 Co1 90.0 31 1_455
|
| 308 |
+
O1 Co1 Co1 90.0 7_445 1_455
|
| 309 |
+
O1 Co1 Co1 137.09(5) 31_545 1_455
|
| 310 |
+
O1 Co1 Co1 42.91(5) 7_455 1_455
|
| 311 |
+
Co1 Co1 Co1 120.0 1_665 1_455
|
| 312 |
+
Co1 Co1 Co1 60.0 1_445 1_455
|
| 313 |
+
Co1 Co1 Co1 120.0 1_545 1_455
|
| 314 |
+
O1 Co1 Co1 137.09(5) 31_445 1_655
|
| 315 |
+
O1 Co1 Co1 42.91(5) 7 1_655
|
| 316 |
+
O1 Co1 Co1 90.0 31 1_655
|
| 317 |
+
O1 Co1 Co1 90.0 7_445 1_655
|
| 318 |
+
O1 Co1 Co1 42.91(5) 31_545 1_655
|
| 319 |
+
O1 Co1 Co1 137.09(5) 7_455 1_655
|
| 320 |
+
Co1 Co1 Co1 60.0 1_665 1_655
|
| 321 |
+
Co1 Co1 Co1 120.0 1_445 1_655
|
| 322 |
+
Co1 Co1 Co1 60.0 1_545 1_655
|
| 323 |
+
Co1 Co1 Co1 180.0 1_455 1_655
|
| 324 |
+
O1 Co1 Co1 90.0 31_445 1_565
|
| 325 |
+
O1 Co1 Co1 90.0 7 1_565
|
| 326 |
+
O1 Co1 Co1 42.91(5) 31 1_565
|
| 327 |
+
O1 Co1 Co1 137.09(5) 7_445 1_565
|
| 328 |
+
O1 Co1 Co1 137.09(5) 31_545 1_565
|
| 329 |
+
O1 Co1 Co1 42.91(5) 7_455 1_565
|
| 330 |
+
Co1 Co1 Co1 60.0 1_665 1_565
|
| 331 |
+
Co1 Co1 Co1 120.0 1_445 1_565
|
| 332 |
+
Co1 Co1 Co1 180.0 1_545 1_565
|
| 333 |
+
Co1 Co1 Co1 60.0 1_455 1_565
|
| 334 |
+
Co1 Co1 Co1 120.0 1_655 1_565
|
| 335 |
+
Co1 O1 Co1 94.17(10) 13_444 13_554
|
| 336 |
+
Co1 O1 Co1 94.17(10) 13_444 13_544
|
| 337 |
+
Co1 O1 Co1 94.17(10) 13_554 13_544
|
| 338 |
+
Co1 O1 Li1 173.25(13) 13_444 7
|
| 339 |
+
Co1 O1 Li1 90.419(13) 13_554 7
|
| 340 |
+
Co1 O1 Li1 90.420(13) 13_544 7
|
| 341 |
+
Co1 O1 Li1 90.419(13) 13_444 7_445
|
| 342 |
+
Co1 O1 Li1 173.25(13) 13_554 7_445
|
| 343 |
+
Co1 O1 Li1 90.420(13) 13_544 7_445
|
| 344 |
+
Li1 O1 Li1 84.60(9) 7 7_445
|
| 345 |
+
Co1 O1 Li1 90.420(13) 13_444 7_455
|
| 346 |
+
Co1 O1 Li1 90.420(13) 13_554 7_455
|
| 347 |
+
Co1 O1 Li1 173.25(13) 13_544 7_455
|
| 348 |
+
Li1 O1 Li1 84.60(9) 7 7_455
|
| 349 |
+
Li1 O1 Li1 84.60(9) 7_445 7_455
|
| 350 |
+
loop_
|
| 351 |
+
_geom_bond_atom_site_label_1
|
| 352 |
+
_geom_bond_atom_site_label_2
|
| 353 |
+
_geom_bond_distance
|
| 354 |
+
_geom_bond_site_symmetry_2
|
| 355 |
+
Li1 O1 2.0915(18) 25
|
| 356 |
+
Li1 O1 2.0915(18) 13_444
|
| 357 |
+
Li1 O1 2.0915(18) 25_445
|
| 358 |
+
Li1 O1 2.0915(18) 13_554
|
| 359 |
+
Li1 O1 2.0915(18) 25_455
|
| 360 |
+
Li1 O1 2.0915(18) 13_544
|
| 361 |
+
Li1 Li1 2.8150(3) 1_445
|
| 362 |
+
Li1 Li1 2.8150(3) 1_665
|
| 363 |
+
Li1 Li1 2.8150(3) 1_565
|
| 364 |
+
Li1 Li1 2.8150(3) 1_455
|
| 365 |
+
Li1 Li1 2.8150(3) 1_655
|
| 366 |
+
Li1 Li1 2.8150(3) 1_545
|
| 367 |
+
Co1 O1 1.9218(15) 31_445
|
| 368 |
+
Co1 O1 1.9218(15) 7
|
| 369 |
+
Co1 O1 1.9218(15) 31
|
| 370 |
+
Co1 O1 1.9218(15) 7_445
|
| 371 |
+
Co1 O1 1.9218(15) 31_545
|
| 372 |
+
Co1 O1 1.9218(15) 7_455
|
| 373 |
+
Co1 Co1 2.8150(3) 1_665
|
| 374 |
+
Co1 Co1 2.8150(3) 1_445
|
| 375 |
+
Co1 Co1 2.8150(3) 1_545
|
| 376 |
+
Co1 Co1 2.8150(3) 1_455
|
| 377 |
+
Co1 Co1 2.8150(3) 1_655
|
| 378 |
+
Co1 Co1 2.8150(3) 1_565
|
| 379 |
+
O1 Co1 1.9218(15) 13_444
|
| 380 |
+
O1 Co1 1.9218(15) 13_554
|
| 381 |
+
O1 Co1 1.9218(15) 13_544
|
| 382 |
+
O1 Li1 2.0914(18) 7
|
| 383 |
+
O1 Li1 2.0914(18) 7_445
|
| 384 |
+
O1 Li1 2.0914(18) 7_455
|
data/data/LiCoO2/LiCoO2_init.gpx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18e08863e891ffdde89f8650b6903d9b86c6c1106033e18a2490e307199d0d3f
|
| 3 |
+
size 229130
|
data/data/LiCoO2/Powder-data-Bruker/LiCoO2.RAW
ADDED
|
Binary file (16.2 kB). View file
|
|
|
data/data/LiCoO2/Powder-data-Bruker/LiCoO2.UXD
ADDED
|
@@ -0,0 +1,520 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
; E:\COD-all\Powbase-to-COD\fullprof\LiCoO2\LiCoO2.RAW - (Diffrac AT V1) File converted by XCH V1.0
|
| 2 |
+
_FILEVERSION=1
|
| 3 |
+
_SAMPLE='LICoO2'
|
| 4 |
+
_WL1=1.540600
|
| 5 |
+
_WL2=1.544430
|
| 6 |
+
_WL3=1.392600
|
| 7 |
+
_WLRATIO=0.514000
|
| 8 |
+
_ANODE='Cu'
|
| 9 |
+
; (Data for Range number 1)
|
| 10 |
+
_DRIVE='COUPLED'
|
| 11 |
+
_STEPTIME=12.500000
|
| 12 |
+
_STEPSIZE=0.030000
|
| 13 |
+
_STEPMODE='C'
|
| 14 |
+
_START=15.985000
|
| 15 |
+
_2THETA=15.985000
|
| 16 |
+
_THETA=0.000000
|
| 17 |
+
_KHI=0.000000
|
| 18 |
+
_PHI=0.000000
|
| 19 |
+
_COUNTS
|
| 20 |
+
649 609 622 618 611 622 638 607
|
| 21 |
+
608 634 648 643 641 652 630 582
|
| 22 |
+
611 613 607 627 617 630 615 633
|
| 23 |
+
636 652 618 593 632 630 631 632
|
| 24 |
+
645 586 566 615 608 665 680 658
|
| 25 |
+
674 640 633 633 619 640 617 609
|
| 26 |
+
634 633 627 612 594 618 580 568
|
| 27 |
+
656 565 594 607 609 654 589 609
|
| 28 |
+
638 639 608 648 675 649 688 751
|
| 29 |
+
731 747 831 901 902 888 847 892
|
| 30 |
+
1010 1056 1196 1327 1496 1614 1958 2109
|
| 31 |
+
2432 2794 3039 3631 4259 4952 5855 6912
|
| 32 |
+
8377 10405 13680 19619 27710 35944 38405 30718
|
| 33 |
+
19088 9359 4261 2518 2086 1814 1718 1429
|
| 34 |
+
1223 1034 861 814 814 676 667 652
|
| 35 |
+
671 638 649 616 649 614 615 594
|
| 36 |
+
621 634 598 628 636 597 649 586
|
| 37 |
+
614 596 627 653 607 596 584 641
|
| 38 |
+
560 630 549 608 575 588 555 572
|
| 39 |
+
578 600 555 565 537 589 554 584
|
| 40 |
+
538 533 539 507 566 550 534 554
|
| 41 |
+
562 519 521 581 530 565 557 548
|
| 42 |
+
561 556 592 566 563 540 585 525
|
| 43 |
+
569 571 548 549 540 551 565 591
|
| 44 |
+
483 505 556 573 530 541 540 515
|
| 45 |
+
526 582 537 548 591 534 516 534
|
| 46 |
+
544 521 576 542 535 548 517 535
|
| 47 |
+
556 502 553 549 518 545 518 573
|
| 48 |
+
541 545 524 571 544 554 543 518
|
| 49 |
+
547 522 511 585 539 525 526 531
|
| 50 |
+
578 522 560 530 545 516 514 556
|
| 51 |
+
546 560 509 523 563 540 528 546
|
| 52 |
+
532 492 504 537 548 544 504 525
|
| 53 |
+
560 508 513 525 475 492 536 518
|
| 54 |
+
512 519 506 506 484 527 547 565
|
| 55 |
+
496 537 460 521 530 538 490 500
|
| 56 |
+
504 465 511 474 479 493 472 450
|
| 57 |
+
515 494 512 492 434 492 496 528
|
| 58 |
+
500 531 506 445 490 484 506 497
|
| 59 |
+
520 549 505 497 516 505 509 484
|
| 60 |
+
535 481 510 494 451 475 530 488
|
| 61 |
+
490 476 494 478 465 515 475 514
|
| 62 |
+
485 431 502 472 477 545 521 463
|
| 63 |
+
460 511 479 484 473 457 426 513
|
| 64 |
+
471 491 488 478 461 482 485 476
|
| 65 |
+
457 463 472 447 470 422 473 433
|
| 66 |
+
495 468 481 473 442 474 439 463
|
| 67 |
+
499 468 480 485 511 457 481 473
|
| 68 |
+
457 474 471 471 468 494 472 492
|
| 69 |
+
444 456 485 489 461 469 485 435
|
| 70 |
+
460 505 437 476 429 438 454 440
|
| 71 |
+
423 485 441 480 445 466 480 512
|
| 72 |
+
415 445 500 425 455 471 414 466
|
| 73 |
+
466 468 431 435 460 455 470 504
|
| 74 |
+
467 482 469 440 472 435 454 444
|
| 75 |
+
445 421 470 520 436 431 438 439
|
| 76 |
+
451 446 439 459 469 459 450 423
|
| 77 |
+
445 451 433 455 450 451 501 472
|
| 78 |
+
466 429 441 466 449 442 471 494
|
| 79 |
+
435 406 432 462 415 436 453 474
|
| 80 |
+
474 459 441 437 403 439 465 474
|
| 81 |
+
448 440 500 456 499 453 465 461
|
| 82 |
+
440 436 475 456 452 422 474 437
|
| 83 |
+
454 421 453 453 423 430 456 444
|
| 84 |
+
413 389 460 446 444 458 439 433
|
| 85 |
+
422 452 455 435 435 440 440 454
|
| 86 |
+
463 469 460 460 488 475 464 473
|
| 87 |
+
465 406 398 441 443 484 426 416
|
| 88 |
+
431 448 452 438 403 446 438 409
|
| 89 |
+
412 432 395 436 410 444 433 452
|
| 90 |
+
437 435 397 425 457 447 430 439
|
| 91 |
+
434 405 446 420 444 431 392 453
|
| 92 |
+
456 433 426 446 417 415 420 422
|
| 93 |
+
439 425 460 460 406 410 425 444
|
| 94 |
+
402 455 484 443 419 405 403 459
|
| 95 |
+
414 437 438 470 416 463 412 432
|
| 96 |
+
484 443 473 449 458 452 482 428
|
| 97 |
+
403 440 389 394 425 397 422 423
|
| 98 |
+
418 417 424 409 441 396 444 462
|
| 99 |
+
434 417 459 455 433 419 402 417
|
| 100 |
+
424 409 438 423 414 422 407 418
|
| 101 |
+
407 407 401 448 412 427 402 447
|
| 102 |
+
406 429 420 405 440 443 445 460
|
| 103 |
+
460 425 416 390 418 451 397 421
|
| 104 |
+
459 456 428 422 465 443 419 443
|
| 105 |
+
442 427 416 452 453 407 406 438
|
| 106 |
+
395 416 420 394 404 406 455 481
|
| 107 |
+
468 439 480 493 469 496 490 563
|
| 108 |
+
562 631 635 647 764 857 912 1102
|
| 109 |
+
1385 1885 2669 3947 6038 7459 7073 5601
|
| 110 |
+
4808 3979 2562 1383 911 754 666 659
|
| 111 |
+
582 545 525 463 502 479 462 476
|
| 112 |
+
504 487 492 515 489 536 540 513
|
| 113 |
+
565 659 706 778 945 1325 1943 2386
|
| 114 |
+
2008 1493 1457 1310 893 649 529 552
|
| 115 |
+
557 546 514 532 532 551 587 703
|
| 116 |
+
722 926 1193 1659 2420 2805 2369 1909
|
| 117 |
+
1776 1578 1012 725 561 558 544 496
|
| 118 |
+
503 491 458 445 419 475 465 445
|
| 119 |
+
417 436 456 450 422 411 430 429
|
| 120 |
+
397 424 441 419 414 419 415 422
|
| 121 |
+
436 447 414 437 388 425 398 467
|
| 122 |
+
361 405 411 460 407 421 393 400
|
| 123 |
+
393 447 449 423 420 415 406 414
|
| 124 |
+
424 413 382 400 389 413 432 441
|
| 125 |
+
416 412 369 385 386 424 381 391
|
| 126 |
+
397 441 440 424 409 426 430 424
|
| 127 |
+
425 372 420 414 385 397 385 403
|
| 128 |
+
369 386 418 408 417 390 414 401
|
| 129 |
+
393 378 415 394 386 450 436 423
|
| 130 |
+
407 407 401 388 425 388 376 391
|
| 131 |
+
401 426 404 404 403 416 432 431
|
| 132 |
+
383 403 373 381 431 424 415 417
|
| 133 |
+
395 409 427 421 453 388 486 455
|
| 134 |
+
475 487 471 399 427 382 406 364
|
| 135 |
+
411 402 430 393 412 434 398 404
|
| 136 |
+
388 373 390 430 377 407 394 384
|
| 137 |
+
411 394 419 370 420 404 393 407
|
| 138 |
+
438 431 398 427 445 411 427 444
|
| 139 |
+
468 440 415 458 443 453 511 513
|
| 140 |
+
515 525 569 559 648 764 763 865
|
| 141 |
+
946 999 1099 1483 1680 2229 3055 4663
|
| 142 |
+
7606 11968 15350 14634 10731 9005 9170 7758
|
| 143 |
+
4920 2538 1573 1162 980 951 770 728
|
| 144 |
+
620 583 542 506 490 530 484 451
|
| 145 |
+
496 475 491 449 436 442 430 447
|
| 146 |
+
438 436 411 436 415 391 432 431
|
| 147 |
+
436 451 427 444 414 400 390 426
|
| 148 |
+
407 380 447 408 429 405 432 386
|
| 149 |
+
422 409 397 401 391 439 404 402
|
| 150 |
+
424 383 411 398 404 406 390 411
|
| 151 |
+
443 422 388 401 417 434 405 408
|
| 152 |
+
398 432 403 412 400 398 377 418
|
| 153 |
+
410 427 425 454 387 394 383 409
|
| 154 |
+
361 402 420 399 410 402 389 388
|
| 155 |
+
394 400 429 413 442 428 416 391
|
| 156 |
+
388 404 396 415 390 434 403 371
|
| 157 |
+
396 428 411 425 436 407 446 426
|
| 158 |
+
426 466 429 436 499 469 495 541
|
| 159 |
+
599 640 677 859 1251 1916 2844 3013
|
| 160 |
+
2600 1791 1660 1890 1650 1139 741 623
|
| 161 |
+
532 497 454 430 486 402 423 411
|
| 162 |
+
418 411 419 431 407 395 405 400
|
| 163 |
+
392 426 359 400 389 430 412 390
|
| 164 |
+
393 386 411 401 407 392 362 394
|
| 165 |
+
409 376 412 388 410 431 390 435
|
| 166 |
+
415 401 396 402 411 385 368 368
|
| 167 |
+
400 414 377 412 372 394 404 433
|
| 168 |
+
388 381 407 382 366 351 370 401
|
| 169 |
+
415 373 444 397 398 387 393 379
|
| 170 |
+
393 391 354 398 384 368 376 388
|
| 171 |
+
381 369 380 402 368 376 391 417
|
| 172 |
+
407 408 403 373 402 328 379 375
|
| 173 |
+
446 377 374 398 384 405 410 371
|
| 174 |
+
386 388 420 393 388 386 429 350
|
| 175 |
+
404 391 407 387 395 393 402 411
|
| 176 |
+
376 375 397 409 432 397 378 385
|
| 177 |
+
398 386 388 407 384 390 399 382
|
| 178 |
+
403 390 380 389 401 384 371 429
|
| 179 |
+
439 406 444 394 396 393 391 378
|
| 180 |
+
383 403 370 373 388 370 389 377
|
| 181 |
+
425 421 379 388 401 379 418 339
|
| 182 |
+
360 364 376 389 386 386 387 389
|
| 183 |
+
412 402 369 384 369 384 406 435
|
| 184 |
+
373 397 403 368 385 369 398 382
|
| 185 |
+
368 393 404 382 392 384 376 401
|
| 186 |
+
397 378 388 377 382 375 364 404
|
| 187 |
+
402 377 385 368 407 369 391 376
|
| 188 |
+
360 385 380 423 397 379 384 398
|
| 189 |
+
409 401 382 433 389 389 386 406
|
| 190 |
+
377 387 423 388 399 426 403 378
|
| 191 |
+
406 421 433 382 413 397 376 339
|
| 192 |
+
356 368 413 379 373 379 407 396
|
| 193 |
+
373 396 368 413 378 390 375 391
|
| 194 |
+
367 395 382 358 407 404 402 364
|
| 195 |
+
392 416 360 401 403 389 374 349
|
| 196 |
+
376 388 371 372 367 388 387 382
|
| 197 |
+
410 424 401 426 399 407 377 403
|
| 198 |
+
416 466 431 408 391 419 419 393
|
| 199 |
+
418 415 419 423 467 470 571 586
|
| 200 |
+
760 949 1005 821 672 667 734 853
|
| 201 |
+
769 660 651 572 647 832 1110 1545
|
| 202 |
+
2383 3210 3318 2368 1695 1590 1874 2076
|
| 203 |
+
1779 1188 765 630 510 528 466 434
|
| 204 |
+
458 439 467 442 460 423 367 444
|
| 205 |
+
370 403 421 372 381 385 413 404
|
| 206 |
+
404 375 387 372 385 385 405 391
|
| 207 |
+
404 409 434 408 369 411 416 388
|
| 208 |
+
378 396 412 409 401 382 393 396
|
| 209 |
+
359 402 415 396 375 378 418 405
|
| 210 |
+
417 417 426 410 399 424 362 420
|
| 211 |
+
384 386 388 368 381 398 452 445
|
| 212 |
+
385 412 378 421 399 395 393 406
|
| 213 |
+
408 395 402 396 391 390 402 424
|
| 214 |
+
396 397 370 384 377 417 387 366
|
| 215 |
+
369 373 374 388 373 361 428 427
|
| 216 |
+
395 393 395 388 350 403 392 399
|
| 217 |
+
403 378 375 399 394 405 378 397
|
| 218 |
+
383 370 370 394 367 413 388 404
|
| 219 |
+
399 385 396 425 422 414 401 387
|
| 220 |
+
394 419 411 380 368 392 384 407
|
| 221 |
+
391 403 394 374 400 392 389 397
|
| 222 |
+
413 403 376 419 386 382 394 420
|
| 223 |
+
403 401 404 383 391 357 423 402
|
| 224 |
+
437 418 459 447 437 460 470 516
|
| 225 |
+
559 539 529 569 553 605 749 880
|
| 226 |
+
1166 1750 2952 4200 4427 3198 2041 1601
|
| 227 |
+
1955 2497 2699 2126 1297 842 687 570
|
| 228 |
+
587 554 533 542 496 516 493 517
|
| 229 |
+
519 571 531 591 618 746 876 1357
|
| 230 |
+
2157 3405 3845 3093 1890 1463 1462 2026
|
| 231 |
+
2375 2186 1372 880 652 585 530 505
|
| 232 |
+
501 473 467 454 424 429 415 402
|
| 233 |
+
425 422 407 412 372 438 416 427
|
| 234 |
+
398 397 415 411 395 404 403 367
|
| 235 |
+
430 410 395 402 409 428 371 386
|
| 236 |
+
390 367 392 422 413 386 392 404
|
| 237 |
+
387 416 402 374 384 410 361 406
|
| 238 |
+
369 378 402 402 395 403 379 382
|
| 239 |
+
379 375 403 423 412 404 364 381
|
| 240 |
+
396 406 374 387 353 409 420 423
|
| 241 |
+
398 361 392 407 427 401 449 368
|
| 242 |
+
387 404 418 439 470 442 455 469
|
| 243 |
+
476 488 508 551 605 738 968 1476
|
| 244 |
+
2262 2918 2458 1705 1099 1000 1253 1685
|
| 245 |
+
1829 1476 917 657 575 519 454 481
|
| 246 |
+
438 424 415 371 425 375 394 403
|
| 247 |
+
378 385 409 384 388 396 335 423
|
| 248 |
+
359 383 409 426 389 413 357 376
|
| 249 |
+
371 357 379 353 380 359 427 362
|
| 250 |
+
355 408 362 361 394 394 387 383
|
| 251 |
+
352 366 413 385 377 387 383 416
|
| 252 |
+
388 383 393 363 403 393 366 370
|
| 253 |
+
384 392 371 388 416 389 387 362
|
| 254 |
+
372 407 374 376 401 389 364 335
|
| 255 |
+
375 388 403 359 367 395 360 389
|
| 256 |
+
383 402 401 383 389 370 417 404
|
| 257 |
+
354 359 350 419 355 359 411 412
|
| 258 |
+
366 384 345 362 383 414 413 386
|
| 259 |
+
383 385 364 373 385 364 369 405
|
| 260 |
+
382 401 396 386 392 400 375 381
|
| 261 |
+
392 409 369 370 421 377 390 379
|
| 262 |
+
412 378 369 385 369 389 345 392
|
| 263 |
+
400 411 372 350 422 400 413 356
|
| 264 |
+
385 376 362 368 392 410 364 408
|
| 265 |
+
403 406 401 383 420 391 386 390
|
| 266 |
+
424 400 379 405 429 362 400 402
|
| 267 |
+
378 376 377 386 402 378 390 377
|
| 268 |
+
400 390 365 391 383 385 380 386
|
| 269 |
+
383 385 388 353 407 379 383 370
|
| 270 |
+
375 382 368 374 411 412 391 394
|
| 271 |
+
389 379 373 392 389 375 364 355
|
| 272 |
+
429 372 375 363 370 385 365 378
|
| 273 |
+
350 382 393 352 361 412 374 359
|
| 274 |
+
403 376 387 375 363 363 399 394
|
| 275 |
+
386 393 385 380 371 388 393 364
|
| 276 |
+
376 380 377 390 371 347 345 387
|
| 277 |
+
373 368 372 363 389 384 384 383
|
| 278 |
+
368 363 372 418 374 405 381 373
|
| 279 |
+
380 393 420 413 423 455 430 391
|
| 280 |
+
422 439 468 522 540 695 865 956
|
| 281 |
+
881 691 616 665 804 1074 1269 1212
|
| 282 |
+
937 736 627 604 632 802 775 677
|
| 283 |
+
632 518 465 441 460 441 479 537
|
| 284 |
+
592 744 1015 1130 1047 885 627 551
|
| 285 |
+
561 652 753 859 821 680 550 598
|
| 286 |
+
741 731 736 580 476 474 442 507
|
| 287 |
+
572 577 587 511 446 417 452 392
|
| 288 |
+
383 398 358 369 396 358 369 379
|
| 289 |
+
374 391 386 381 380 392 395 354
|
| 290 |
+
364 378 364 385 399 369 368 385
|
| 291 |
+
373 349 359 388 370 387 373 396
|
| 292 |
+
357 380 390 340 395 410 401 387
|
| 293 |
+
366 379 403 414 383 385 394 405
|
| 294 |
+
384 411 399 390 408 405 396 383
|
| 295 |
+
420 404 406 368 411 431 439 391
|
| 296 |
+
465 528 603 755 1109 1204 1026 748
|
| 297 |
+
597 498 519 623 726 858 849 665
|
| 298 |
+
474 445 445 391 398 384 413 394
|
| 299 |
+
358 389 401 366 385 372 405 399
|
| 300 |
+
362 398 382 380 405 396 371 359
|
| 301 |
+
373 373 424 366 417 423 440 438
|
| 302 |
+
407 454 466 414 443 450 498 520
|
| 303 |
+
555 724 1142 1754 2194 1917 1394 968
|
| 304 |
+
715 668 706 919 1254 1398 1166 869
|
| 305 |
+
640 514 476 445 451 402 427 398
|
| 306 |
+
397 405 387 373 388 411 415 405
|
| 307 |
+
413 401 358 398 356 383 378 360
|
| 308 |
+
398 381 385 374 383 385 364 426
|
| 309 |
+
386 407 379 416 386 393 414 419
|
| 310 |
+
435 448 443 395 492 487 519 591
|
| 311 |
+
791 993 1385 1374 1122 807 617 548
|
| 312 |
+
566 686 815 939 924 785 598 547
|
| 313 |
+
502 417 434 437 407 461 406 409
|
| 314 |
+
395 444 401 392 427 411 405 437
|
| 315 |
+
396 391 405 401 415 381 421 423
|
| 316 |
+
468 489 556 726 690 614 557 432
|
| 317 |
+
413 408 475 501 500 542 526 483
|
| 318 |
+
423 441 421 367 402 423 383 413
|
| 319 |
+
389 346 406 375 399 372 374 360
|
| 320 |
+
368 409 377 400 368 387 359 395
|
| 321 |
+
388 384 375 401 412 401 363 441
|
| 322 |
+
391 385 376 433 377 354 420 359
|
| 323 |
+
345 358 380 386 385 375 422 406
|
| 324 |
+
366 356 353 394 370 343 370 413
|
| 325 |
+
387 364 383 408 393 376 371 373
|
| 326 |
+
388 369 420 383 366 362 394 380
|
| 327 |
+
356 388 352 398 402 356 344 367
|
| 328 |
+
389 347 396 377 356 371 370 389
|
| 329 |
+
367 351 397 403 349 356 399 356
|
| 330 |
+
363 433 355 375 385 421 402 346
|
| 331 |
+
338 376 377 384 366 358 363 383
|
| 332 |
+
398 386 352 371 414 384 402 350
|
| 333 |
+
374 377 336 358 363 361 382 369
|
| 334 |
+
355 367 349 355 352 382 368 382
|
| 335 |
+
384 394 398 412 418 395 390 376
|
| 336 |
+
379 386 397 331 350 378 336 380
|
| 337 |
+
377 371 364 331 369 348 377 398
|
| 338 |
+
412 359 382 366 380 379 373 377
|
| 339 |
+
378 381 354 372 420 391 409 402
|
| 340 |
+
344 339 388 383 365 415 356 414
|
| 341 |
+
380 393 352 357 391 395 368 417
|
| 342 |
+
371 370 400 362 398 404 344 372
|
| 343 |
+
376 366 326 389 379 368 379 353
|
| 344 |
+
397 363 388 369 360 388 388 364
|
| 345 |
+
383 364 369 368 395 372 366 372
|
| 346 |
+
329 375 395 366 383 360 346 363
|
| 347 |
+
405 362 372 417 392 403 416 399
|
| 348 |
+
394 395 415 418 447 448 458 540
|
| 349 |
+
699 878 923 669 665 538 468 447
|
| 350 |
+
453 504 527 682 732 760 898 962
|
| 351 |
+
949 831 689 541 488 509 469 448
|
| 352 |
+
531 654 666 697 543 478 446 435
|
| 353 |
+
386 386 384 390 387 387 371 361
|
| 354 |
+
366 373 374 391 396 396 387 384
|
| 355 |
+
395 375 355 351 396 348 396 372
|
| 356 |
+
362 362 372 370 374 371 359 364
|
| 357 |
+
382 380 356 387 374 361 352 384
|
| 358 |
+
384 368 386 379 375 361 372 354
|
| 359 |
+
368 367 342 398 337 391 374 352
|
| 360 |
+
399 398 393 398 402 390 393 400
|
| 361 |
+
360 382 369 349 340 369 390 399
|
| 362 |
+
346 363 373 354 389 355 367 377
|
| 363 |
+
360 405 377 355 395 358 342 385
|
| 364 |
+
376 386 390 365 360 374 380 366
|
| 365 |
+
357 378 390 411 378 389 346 372
|
| 366 |
+
379 353 371 376 355 386 360 385
|
| 367 |
+
384 406 384 400 355 368 402 360
|
| 368 |
+
394 389 353 367 358 355 363 362
|
| 369 |
+
373 360 354 365 376 360 392 408
|
| 370 |
+
420 376 386 431 396 392 367 400
|
| 371 |
+
395 360 404 382 389 423 404 424
|
| 372 |
+
446 512 532 752 905 1144 1165 894
|
| 373 |
+
722 598 532 488 498 513 547 599
|
| 374 |
+
788 818 772 672 547 496 477 468
|
| 375 |
+
453 419 374 387 398 376 367 382
|
| 376 |
+
369 370 402 398 433 357 374 375
|
| 377 |
+
384 383 343 370 382 375 393 384
|
| 378 |
+
383 391 358 397 417 376 408 390
|
| 379 |
+
358 386 385 388 377 383 390 419
|
| 380 |
+
371 493 433 463 531 577 549 523
|
| 381 |
+
427 419 408 411 415 411 439 444
|
| 382 |
+
445 492 463 434 358 418 392 358
|
| 383 |
+
410 380 360 379 413 378 381 385
|
| 384 |
+
342 369 367 364 362 356 387 364
|
| 385 |
+
384 383 344 405 369 387 361 386
|
| 386 |
+
377 339 340 369 393 393 393 373
|
| 387 |
+
380 365 359 416 396 365 378 383
|
| 388 |
+
350 408 364 367 356 357 343 409
|
| 389 |
+
379 392 365 375 372 387 411 390
|
| 390 |
+
314 366 381 372 382 369 356 350
|
| 391 |
+
357 379 375 397 376 354 343 328
|
| 392 |
+
409 363 371 350 355 350 360 394
|
| 393 |
+
340 386 365 413 382 352 379 327
|
| 394 |
+
348 383 352 358 355 355 359 356
|
| 395 |
+
361 389 383 391 374 338 409 360
|
| 396 |
+
373 351 373 369 334 383 408 397
|
| 397 |
+
380 407 347 385 383 398 373 393
|
| 398 |
+
358 368 378 375 360 414 382 390
|
| 399 |
+
375 396 357 367 340 348 374 404
|
| 400 |
+
381 408 395 385 400 360 334 341
|
| 401 |
+
352 379 360 385 357 335 361 381
|
| 402 |
+
379 350 338 389 346 396 376 339
|
| 403 |
+
321 408 407 378 390 373 365 393
|
| 404 |
+
369 350 372 332 318 351 360 378
|
| 405 |
+
362 403 365 392 392 352 332 344
|
| 406 |
+
370 382 427 395 350 401 363 370
|
| 407 |
+
341 370 378 372 356 411 374 378
|
| 408 |
+
399 365 347 392 368 340 372 372
|
| 409 |
+
364 403 344 384 380 352 372 390
|
| 410 |
+
393 370 378 385 383 407 366 356
|
| 411 |
+
383 360 393 374 405 367 377 384
|
| 412 |
+
376 354 355 392 385 376 358 398
|
| 413 |
+
379 380 385 385 415 379 416 427
|
| 414 |
+
388 451 410 478 502 577 642 643
|
| 415 |
+
561 454 398 396 405 393 446 424
|
| 416 |
+
445 401 437 543 533 477 459 421
|
| 417 |
+
404 401 403 389 369 347 399 393
|
| 418 |
+
380 400 386 412 380 381 376 368
|
| 419 |
+
394 396 377 342 411 380 388 369
|
| 420 |
+
371 414 393 421 393 408 433 489
|
| 421 |
+
540 603 639 596 542 440 406 413
|
| 422 |
+
384 407 374 389 431 460 453 504
|
| 423 |
+
537 497 467 423 419 430 396 385
|
| 424 |
+
380 412 369 374 386 353 364 423
|
| 425 |
+
365 417 400 393 423 361 385 386
|
| 426 |
+
457 386 413 464 473 566 592 564
|
| 427 |
+
581 543 518 574 693 859 945 866
|
| 428 |
+
721 620 616 598 576 528 544 492
|
| 429 |
+
477 518 520 637 638 690 652 571
|
| 430 |
+
506 484 466 444 405 427 429 399
|
| 431 |
+
372 416 423 399 419 415 439 403
|
| 432 |
+
448 496 568 642 683 626 576 518
|
| 433 |
+
443 460 442 427 395 421 445 436
|
| 434 |
+
443 500 562 599 519 496 434 454
|
| 435 |
+
413 388 400 373 386 373 368 377
|
| 436 |
+
404 373 349 371 399 366 389 372
|
| 437 |
+
374 373 350 340 389 349 377 390
|
| 438 |
+
367 372 387 400 371 358 362 375
|
| 439 |
+
387 386 380 380 367 429 368 393
|
| 440 |
+
404 372 379 339 400 409 381 392
|
| 441 |
+
428 414 440 405 436 425 387 412
|
| 442 |
+
450 438 393 401 411 471 426 449
|
| 443 |
+
495 483 572 651 728 877 1138 1403
|
| 444 |
+
1646 1526 1212 944 780 607 624 562
|
| 445 |
+
515 563 571 559 623 714 858 970
|
| 446 |
+
1072 951 818 690 635 532 471 480
|
| 447 |
+
439 411 445 437 422 427 405 416
|
| 448 |
+
376 378 407 380 403 392 393 382
|
| 449 |
+
424 375 379 419 407 366 389 418
|
| 450 |
+
408 389 429 449 443 484 438 475
|
| 451 |
+
489 534 571 747 1008 1252 1554 1626
|
| 452 |
+
1426 1224 934 704 667 643 572 577
|
| 453 |
+
523 547 542 600 680 790 989 1091
|
| 454 |
+
1000 877 759 651 570 508 507 458
|
| 455 |
+
439 425 395 398 391 376 407 391
|
| 456 |
+
361 380 399 374 381 386 379 395
|
| 457 |
+
382 420 377 364 357 397 355 403
|
| 458 |
+
401 380 390 385 429 439 375 397
|
| 459 |
+
401 388 378 417 423 425 413 432
|
| 460 |
+
447 490 452 505 545 647 750 748
|
| 461 |
+
768 641 574 529 505 431 458 423
|
| 462 |
+
432 437 432 467 484 465 556 588
|
| 463 |
+
605 588 543 517 469 427 427 411
|
| 464 |
+
401 418 423 410 368 412 412 381
|
| 465 |
+
405 403 429 358 394 401 410 442
|
| 466 |
+
399 447 433 482 513 609 701 840
|
| 467 |
+
905 829 700 621 567 497 502 442
|
| 468 |
+
467 421 412 390 447 455 450 505
|
| 469 |
+
567 651 664 578 514 542 466 439
|
| 470 |
+
441 401 380 424 424 419 400 425
|
| 471 |
+
387 374 396 398 390 356 383 376
|
| 472 |
+
371 381 385 398 397 383 387 357
|
| 473 |
+
360 351 360 385 356 383 385 375
|
| 474 |
+
369 370 385 369 369 394 385 409
|
| 475 |
+
377 375 364 345 385 370 374 382
|
| 476 |
+
369 395 350 363 376 352 360 370
|
| 477 |
+
379 338 390 346 382 382 390 352
|
| 478 |
+
382 360 384 366 337 394 362 398
|
| 479 |
+
367 355 402 345 356 365 368 387
|
| 480 |
+
375 371 361 369 349 377 381 369
|
| 481 |
+
363 362 388 355 357 395 372 383
|
| 482 |
+
386 344 392 393 384 369 369 383
|
| 483 |
+
369 406 339 390 357 399 401 361
|
| 484 |
+
360 360 380 356 354 359 339 341
|
| 485 |
+
371 370 360 341 371 395 369 381
|
| 486 |
+
375 396 382 356 405 374 387 398
|
| 487 |
+
348 360 378 361 367 361 384 379
|
| 488 |
+
358 367 375 369 377 361 345 375
|
| 489 |
+
371 351 375 368 394 389 349 389
|
| 490 |
+
377 359 386 368 378 373 368 365
|
| 491 |
+
353 364 379 341 357 406 360 374
|
| 492 |
+
348 412 336 395 377 430 377 351
|
| 493 |
+
372 353 345 385 368 399 381 344
|
| 494 |
+
381 376 389 345 361 343 377 355
|
| 495 |
+
369 420 363 394 371 373 356 362
|
| 496 |
+
374 377 376 365 364 361 367 381
|
| 497 |
+
361 369 363 408 364 391 381 358
|
| 498 |
+
387 378 397 347 366 378 352 343
|
| 499 |
+
381 366 363 414 381 398 356 374
|
| 500 |
+
347 379 410 416 336 391 380 367
|
| 501 |
+
407 378 363 378 371 345 371 374
|
| 502 |
+
410 356 349 401 353 364 417 391
|
| 503 |
+
367 383 348 377 350 390 367 352
|
| 504 |
+
348 366 391 397 379 368 352 382
|
| 505 |
+
390 346 379 358 352 428 392 384
|
| 506 |
+
398 412 360 372 387 350 396 370
|
| 507 |
+
354 383 339 351 383 340 345 366
|
| 508 |
+
398 384 378 399 385 377 401 369
|
| 509 |
+
419 366 436 395 401 434 456 444
|
| 510 |
+
439 484 514 536 597 699 854 926
|
| 511 |
+
978 962 891 734 679 600 553 563
|
| 512 |
+
489 477 439 467 418 440 461 391
|
| 513 |
+
464 493 510 566 614 737 747 734
|
| 514 |
+
679 601 570 567 476 504 438 396
|
| 515 |
+
426 400 394 392 401 374 364 386
|
| 516 |
+
427 380 358 398 382 364 368 350
|
| 517 |
+
387 384 407 339 345 374 367 407
|
| 518 |
+
382 388 391 342 381 330 381 383
|
| 519 |
+
379 395 398 381 335 348 363 346
|
| 520 |
+
401
|
data/data/LiCoO2/Powder-data-Bruker/LiCoO2.dat
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
16.000 0.030 136.000
|
| 2 |
+
649 609 622 618 611 622 638 607
|
| 3 |
+
608 634 648 643 641 652 630 582
|
| 4 |
+
611 613 607 627 617 630 615 633
|
| 5 |
+
636 652 618 593 632 630 631 632
|
| 6 |
+
645 586 566 615 608 665 680 658
|
| 7 |
+
674 640 633 633 619 640 617 609
|
| 8 |
+
634 633 627 612 594 618 580 568
|
| 9 |
+
656 565 594 607 609 654 589 609
|
| 10 |
+
638 639 608 648 675 649 688 751
|
| 11 |
+
731 747 831 901 902 888 847 892
|
| 12 |
+
1010 1056 1196 1327 1496 1614 1958 2109
|
| 13 |
+
2432 2794 3039 3631 4259 4952 5855 6912
|
| 14 |
+
8377 10405 13680 19619 27710 35944 38405 30718
|
| 15 |
+
19088 9359 4261 2518 2086 1814 1718 1429
|
| 16 |
+
1223 1034 861 814 814 676 667 652
|
| 17 |
+
671 638 649 616 649 614 615 594
|
| 18 |
+
621 634 598 628 636 597 649 586
|
| 19 |
+
614 596 627 653 607 596 584 641
|
| 20 |
+
560 630 549 608 575 588 555 572
|
| 21 |
+
578 600 555 565 537 589 554 584
|
| 22 |
+
538 533 539 507 566 550 534 554
|
| 23 |
+
562 519 521 581 530 565 557 548
|
| 24 |
+
561 556 592 566 563 540 585 525
|
| 25 |
+
569 571 548 549 540 551 565 591
|
| 26 |
+
483 505 556 573 530 541 540 515
|
| 27 |
+
526 582 537 548 591 534 516 534
|
| 28 |
+
544 521 576 542 535 548 517 535
|
| 29 |
+
556 502 553 549 518 545 518 573
|
| 30 |
+
541 545 524 571 544 554 543 518
|
| 31 |
+
547 522 511 585 539 525 526 531
|
| 32 |
+
578 522 560 530 545 516 514 556
|
| 33 |
+
546 560 509 523 563 540 528 546
|
| 34 |
+
532 492 504 537 548 544 504 525
|
| 35 |
+
560 508 513 525 475 492 536 518
|
| 36 |
+
512 519 506 506 484 527 547 565
|
| 37 |
+
496 537 460 521 530 538 490 500
|
| 38 |
+
504 465 511 474 479 493 472 450
|
| 39 |
+
515 494 512 492 434 492 496 528
|
| 40 |
+
500 531 506 445 490 484 506 497
|
| 41 |
+
520 549 505 497 516 505 509 484
|
| 42 |
+
535 481 510 494 451 475 530 488
|
| 43 |
+
490 476 494 478 465 515 475 514
|
| 44 |
+
485 431 502 472 477 545 521 463
|
| 45 |
+
460 511 479 484 473 457 426 513
|
| 46 |
+
471 491 488 478 461 482 485 476
|
| 47 |
+
457 463 472 447 470 422 473 433
|
| 48 |
+
495 468 481 473 442 474 439 463
|
| 49 |
+
499 468 480 485 511 457 481 473
|
| 50 |
+
457 474 471 471 468 494 472 492
|
| 51 |
+
444 456 485 489 461 469 485 435
|
| 52 |
+
460 505 437 476 429 438 454 440
|
| 53 |
+
423 485 441 480 445 466 480 512
|
| 54 |
+
415 445 500 425 455 471 414 466
|
| 55 |
+
466 468 431 435 460 455 470 504
|
| 56 |
+
467 482 469 440 472 435 454 444
|
| 57 |
+
445 421 470 520 436 431 438 439
|
| 58 |
+
451 446 439 459 469 459 450 423
|
| 59 |
+
445 451 433 455 450 451 501 472
|
| 60 |
+
466 429 441 466 449 442 471 494
|
| 61 |
+
435 406 432 462 415 436 453 474
|
| 62 |
+
474 459 441 437 403 439 465 474
|
| 63 |
+
448 440 500 456 499 453 465 461
|
| 64 |
+
440 436 475 456 452 422 474 437
|
| 65 |
+
454 421 453 453 423 430 456 444
|
| 66 |
+
413 389 460 446 444 458 439 433
|
| 67 |
+
422 452 455 435 435 440 440 454
|
| 68 |
+
463 469 460 460 488 475 464 473
|
| 69 |
+
465 406 398 441 443 484 426 416
|
| 70 |
+
431 448 452 438 403 446 438 409
|
| 71 |
+
412 432 395 436 410 444 433 452
|
| 72 |
+
437 435 397 425 457 447 430 439
|
| 73 |
+
434 405 446 420 444 431 392 453
|
| 74 |
+
456 433 426 446 417 415 420 422
|
| 75 |
+
439 425 460 460 406 410 425 444
|
| 76 |
+
402 455 484 443 419 405 403 459
|
| 77 |
+
414 437 438 470 416 463 412 432
|
| 78 |
+
484 443 473 449 458 452 482 428
|
| 79 |
+
403 440 389 394 425 397 422 423
|
| 80 |
+
418 417 424 409 441 396 444 462
|
| 81 |
+
434 417 459 455 433 419 402 417
|
| 82 |
+
424 409 438 423 414 422 407 418
|
| 83 |
+
407 407 401 448 412 427 402 447
|
| 84 |
+
406 429 420 405 440 443 445 460
|
| 85 |
+
460 425 416 390 418 451 397 421
|
| 86 |
+
459 456 428 422 465 443 419 443
|
| 87 |
+
442 427 416 452 453 407 406 438
|
| 88 |
+
395 416 420 394 404 406 455 481
|
| 89 |
+
468 439 480 493 469 496 490 563
|
| 90 |
+
562 631 635 647 764 857 912 1102
|
| 91 |
+
1385 1885 2669 3947 6038 7459 7073 5601
|
| 92 |
+
4808 3979 2562 1383 911 754 666 659
|
| 93 |
+
582 545 525 463 502 479 462 476
|
| 94 |
+
504 487 492 515 489 536 540 513
|
| 95 |
+
565 659 706 778 945 1325 1943 2386
|
| 96 |
+
2008 1493 1457 1310 893 649 529 552
|
| 97 |
+
557 546 514 532 532 551 587 703
|
| 98 |
+
722 926 1193 1659 2420 2805 2369 1909
|
| 99 |
+
1776 1578 1012 725 561 558 544 496
|
| 100 |
+
503 491 458 445 419 475 465 445
|
| 101 |
+
417 436 456 450 422 411 430 429
|
| 102 |
+
397 424 441 419 414 419 415 422
|
| 103 |
+
436 447 414 437 388 425 398 467
|
| 104 |
+
361 405 411 460 407 421 393 400
|
| 105 |
+
393 447 449 423 420 415 406 414
|
| 106 |
+
424 413 382 400 389 413 432 441
|
| 107 |
+
416 412 369 385 386 424 381 391
|
| 108 |
+
397 441 440 424 409 426 430 424
|
| 109 |
+
425 372 420 414 385 397 385 403
|
| 110 |
+
369 386 418 408 417 390 414 401
|
| 111 |
+
393 378 415 394 386 450 436 423
|
| 112 |
+
407 407 401 388 425 388 376 391
|
| 113 |
+
401 426 404 404 403 416 432 431
|
| 114 |
+
383 403 373 381 431 424 415 417
|
| 115 |
+
395 409 427 421 453 388 486 455
|
| 116 |
+
475 487 471 399 427 382 406 364
|
| 117 |
+
411 402 430 393 412 434 398 404
|
| 118 |
+
388 373 390 430 377 407 394 384
|
| 119 |
+
411 394 419 370 420 404 393 407
|
| 120 |
+
438 431 398 427 445 411 427 444
|
| 121 |
+
468 440 415 458 443 453 511 513
|
| 122 |
+
515 525 569 559 648 764 763 865
|
| 123 |
+
946 999 1099 1483 1680 2229 3055 4663
|
| 124 |
+
7606 11968 15350 14634 10731 9005 9170 7758
|
| 125 |
+
4920 2538 1573 1162 980 951 770 728
|
| 126 |
+
620 583 542 506 490 530 484 451
|
| 127 |
+
496 475 491 449 436 442 430 447
|
| 128 |
+
438 436 411 436 415 391 432 431
|
| 129 |
+
436 451 427 444 414 400 390 426
|
| 130 |
+
407 380 447 408 429 405 432 386
|
| 131 |
+
422 409 397 401 391 439 404 402
|
| 132 |
+
424 383 411 398 404 406 390 411
|
| 133 |
+
443 422 388 401 417 434 405 408
|
| 134 |
+
398 432 403 412 400 398 377 418
|
| 135 |
+
410 427 425 454 387 394 383 409
|
| 136 |
+
361 402 420 399 410 402 389 388
|
| 137 |
+
394 400 429 413 442 428 416 391
|
| 138 |
+
388 404 396 415 390 434 403 371
|
| 139 |
+
396 428 411 425 436 407 446 426
|
| 140 |
+
426 466 429 436 499 469 495 541
|
| 141 |
+
599 640 677 859 1251 1916 2844 3013
|
| 142 |
+
2600 1791 1660 1890 1650 1139 741 623
|
| 143 |
+
532 497 454 430 486 402 423 411
|
| 144 |
+
418 411 419 431 407 395 405 400
|
| 145 |
+
392 426 359 400 389 430 412 390
|
| 146 |
+
393 386 411 401 407 392 362 394
|
| 147 |
+
409 376 412 388 410 431 390 435
|
| 148 |
+
415 401 396 402 411 385 368 368
|
| 149 |
+
400 414 377 412 372 394 404 433
|
| 150 |
+
388 381 407 382 366 351 370 401
|
| 151 |
+
415 373 444 397 398 387 393 379
|
| 152 |
+
393 391 354 398 384 368 376 388
|
| 153 |
+
381 369 380 402 368 376 391 417
|
| 154 |
+
407 408 403 373 402 328 379 375
|
| 155 |
+
446 377 374 398 384 405 410 371
|
| 156 |
+
386 388 420 393 388 386 429 350
|
| 157 |
+
404 391 407 387 395 393 402 411
|
| 158 |
+
376 375 397 409 432 397 378 385
|
| 159 |
+
398 386 388 407 384 390 399 382
|
| 160 |
+
403 390 380 389 401 384 371 429
|
| 161 |
+
439 406 444 394 396 393 391 378
|
| 162 |
+
383 403 370 373 388 370 389 377
|
| 163 |
+
425 421 379 388 401 379 418 339
|
| 164 |
+
360 364 376 389 386 386 387 389
|
| 165 |
+
412 402 369 384 369 384 406 435
|
| 166 |
+
373 397 403 368 385 369 398 382
|
| 167 |
+
368 393 404 382 392 384 376 401
|
| 168 |
+
397 378 388 377 382 375 364 404
|
| 169 |
+
402 377 385 368 407 369 391 376
|
| 170 |
+
360 385 380 423 397 379 384 398
|
| 171 |
+
409 401 382 433 389 389 386 406
|
| 172 |
+
377 387 423 388 399 426 403 378
|
| 173 |
+
406 421 433 382 413 397 376 339
|
| 174 |
+
356 368 413 379 373 379 407 396
|
| 175 |
+
373 396 368 413 378 390 375 391
|
| 176 |
+
367 395 382 358 407 404 402 364
|
| 177 |
+
392 416 360 401 403 389 374 349
|
| 178 |
+
376 388 371 372 367 388 387 382
|
| 179 |
+
410 424 401 426 399 407 377 403
|
| 180 |
+
416 466 431 408 391 419 419 393
|
| 181 |
+
418 415 419 423 467 470 571 586
|
| 182 |
+
760 949 1005 821 672 667 734 853
|
| 183 |
+
769 660 651 572 647 832 1110 1545
|
| 184 |
+
2383 3210 3318 2368 1695 1590 1874 2076
|
| 185 |
+
1779 1188 765 630 510 528 466 434
|
| 186 |
+
458 439 467 442 460 423 367 444
|
| 187 |
+
370 403 421 372 381 385 413 404
|
| 188 |
+
404 375 387 372 385 385 405 391
|
| 189 |
+
404 409 434 408 369 411 416 388
|
| 190 |
+
378 396 412 409 401 382 393 396
|
| 191 |
+
359 402 415 396 375 378 418 405
|
| 192 |
+
417 417 426 410 399 424 362 420
|
| 193 |
+
384 386 388 368 381 398 452 445
|
| 194 |
+
385 412 378 421 399 395 393 406
|
| 195 |
+
408 395 402 396 391 390 402 424
|
| 196 |
+
396 397 370 384 377 417 387 366
|
| 197 |
+
369 373 374 388 373 361 428 427
|
| 198 |
+
395 393 395 388 350 403 392 399
|
| 199 |
+
403 378 375 399 394 405 378 397
|
| 200 |
+
383 370 370 394 367 413 388 404
|
| 201 |
+
399 385 396 425 422 414 401 387
|
| 202 |
+
394 419 411 380 368 392 384 407
|
| 203 |
+
391 403 394 374 400 392 389 397
|
| 204 |
+
413 403 376 419 386 382 394 420
|
| 205 |
+
403 401 404 383 391 357 423 402
|
| 206 |
+
437 418 459 447 437 460 470 516
|
| 207 |
+
559 539 529 569 553 605 749 880
|
| 208 |
+
1166 1750 2952 4200 4427 3198 2041 1601
|
| 209 |
+
1955 2497 2699 2126 1297 842 687 570
|
| 210 |
+
587 554 533 542 496 516 493 517
|
| 211 |
+
519 571 531 591 618 746 876 1357
|
| 212 |
+
2157 3405 3845 3093 1890 1463 1462 2026
|
| 213 |
+
2375 2186 1372 880 652 585 530 505
|
| 214 |
+
501 473 467 454 424 429 415 402
|
| 215 |
+
425 422 407 412 372 438 416 427
|
| 216 |
+
398 397 415 411 395 404 403 367
|
| 217 |
+
430 410 395 402 409 428 371 386
|
| 218 |
+
390 367 392 422 413 386 392 404
|
| 219 |
+
387 416 402 374 384 410 361 406
|
| 220 |
+
369 378 402 402 395 403 379 382
|
| 221 |
+
379 375 403 423 412 404 364 381
|
| 222 |
+
396 406 374 387 353 409 420 423
|
| 223 |
+
398 361 392 407 427 401 449 368
|
| 224 |
+
387 404 418 439 470 442 455 469
|
| 225 |
+
476 488 508 551 605 738 968 1476
|
| 226 |
+
2262 2918 2458 1705 1099 1000 1253 1685
|
| 227 |
+
1829 1476 917 657 575 519 454 481
|
| 228 |
+
438 424 415 371 425 375 394 403
|
| 229 |
+
378 385 409 384 388 396 335 423
|
| 230 |
+
359 383 409 426 389 413 357 376
|
| 231 |
+
371 357 379 353 380 359 427 362
|
| 232 |
+
355 408 362 361 394 394 387 383
|
| 233 |
+
352 366 413 385 377 387 383 416
|
| 234 |
+
388 383 393 363 403 393 366 370
|
| 235 |
+
384 392 371 388 416 389 387 362
|
| 236 |
+
372 407 374 376 401 389 364 335
|
| 237 |
+
375 388 403 359 367 395 360 389
|
| 238 |
+
383 402 401 383 389 370 417 404
|
| 239 |
+
354 359 350 419 355 359 411 412
|
| 240 |
+
366 384 345 362 383 414 413 386
|
| 241 |
+
383 385 364 373 385 364 369 405
|
| 242 |
+
382 401 396 386 392 400 375 381
|
| 243 |
+
392 409 369 370 421 377 390 379
|
| 244 |
+
412 378 369 385 369 389 345 392
|
| 245 |
+
400 411 372 350 422 400 413 356
|
| 246 |
+
385 376 362 368 392 410 364 408
|
| 247 |
+
403 406 401 383 420 391 386 390
|
| 248 |
+
424 400 379 405 429 362 400 402
|
| 249 |
+
378 376 377 386 402 378 390 377
|
| 250 |
+
400 390 365 391 383 385 380 386
|
| 251 |
+
383 385 388 353 407 379 383 370
|
| 252 |
+
375 382 368 374 411 412 391 394
|
| 253 |
+
389 379 373 392 389 375 364 355
|
| 254 |
+
429 372 375 363 370 385 365 378
|
| 255 |
+
350 382 393 352 361 412 374 359
|
| 256 |
+
403 376 387 375 363 363 399 394
|
| 257 |
+
386 393 385 380 371 388 393 364
|
| 258 |
+
376 380 377 390 371 347 345 387
|
| 259 |
+
373 368 372 363 389 384 384 383
|
| 260 |
+
368 363 372 418 374 405 381 373
|
| 261 |
+
380 393 420 413 423 455 430 391
|
| 262 |
+
422 439 468 522 540 695 865 956
|
| 263 |
+
881 691 616 665 804 1074 1269 1212
|
| 264 |
+
937 736 627 604 632 802 775 677
|
| 265 |
+
632 518 465 441 460 441 479 537
|
| 266 |
+
592 744 1015 1130 1047 885 627 551
|
| 267 |
+
561 652 753 859 821 680 550 598
|
| 268 |
+
741 731 736 580 476 474 442 507
|
| 269 |
+
572 577 587 511 446 417 452 392
|
| 270 |
+
383 398 358 369 396 358 369 379
|
| 271 |
+
374 391 386 381 380 392 395 354
|
| 272 |
+
364 378 364 385 399 369 368 385
|
| 273 |
+
373 349 359 388 370 387 373 396
|
| 274 |
+
357 380 390 340 395 410 401 387
|
| 275 |
+
366 379 403 414 383 385 394 405
|
| 276 |
+
384 411 399 390 408 405 396 383
|
| 277 |
+
420 404 406 368 411 431 439 391
|
| 278 |
+
465 528 603 755 1109 1204 1026 748
|
| 279 |
+
597 498 519 623 726 858 849 665
|
| 280 |
+
474 445 445 391 398 384 413 394
|
| 281 |
+
358 389 401 366 385 372 405 399
|
| 282 |
+
362 398 382 380 405 396 371 359
|
| 283 |
+
373 373 424 366 417 423 440 438
|
| 284 |
+
407 454 466 414 443 450 498 520
|
| 285 |
+
555 724 1142 1754 2194 1917 1394 968
|
| 286 |
+
715 668 706 919 1254 1398 1166 869
|
| 287 |
+
640 514 476 445 451 402 427 398
|
| 288 |
+
397 405 387 373 388 411 415 405
|
| 289 |
+
413 401 358 398 356 383 378 360
|
| 290 |
+
398 381 385 374 383 385 364 426
|
| 291 |
+
386 407 379 416 386 393 414 419
|
| 292 |
+
435 448 443 395 492 487 519 591
|
| 293 |
+
791 993 1385 1374 1122 807 617 548
|
| 294 |
+
566 686 815 939 924 785 598 547
|
| 295 |
+
502 417 434 437 407 461 406 409
|
| 296 |
+
395 444 401 392 427 411 405 437
|
| 297 |
+
396 391 405 401 415 381 421 423
|
| 298 |
+
468 489 556 726 690 614 557 432
|
| 299 |
+
413 408 475 501 500 542 526 483
|
| 300 |
+
423 441 421 367 402 423 383 413
|
| 301 |
+
389 346 406 375 399 372 374 360
|
| 302 |
+
368 409 377 400 368 387 359 395
|
| 303 |
+
388 384 375 401 412 401 363 441
|
| 304 |
+
391 385 376 433 377 354 420 359
|
| 305 |
+
345 358 380 386 385 375 422 406
|
| 306 |
+
366 356 353 394 370 343 370 413
|
| 307 |
+
387 364 383 408 393 376 371 373
|
| 308 |
+
388 369 420 383 366 362 394 380
|
| 309 |
+
356 388 352 398 402 356 344 367
|
| 310 |
+
389 347 396 377 356 371 370 389
|
| 311 |
+
367 351 397 403 349 356 399 356
|
| 312 |
+
363 433 355 375 385 421 402 346
|
| 313 |
+
338 376 377 384 366 358 363 383
|
| 314 |
+
398 386 352 371 414 384 402 350
|
| 315 |
+
374 377 336 358 363 361 382 369
|
| 316 |
+
355 367 349 355 352 382 368 382
|
| 317 |
+
384 394 398 412 418 395 390 376
|
| 318 |
+
379 386 397 331 350 378 336 380
|
| 319 |
+
377 371 364 331 369 348 377 398
|
| 320 |
+
412 359 382 366 380 379 373 377
|
| 321 |
+
378 381 354 372 420 391 409 402
|
| 322 |
+
344 339 388 383 365 415 356 414
|
| 323 |
+
380 393 352 357 391 395 368 417
|
| 324 |
+
371 370 400 362 398 404 344 372
|
| 325 |
+
376 366 326 389 379 368 379 353
|
| 326 |
+
397 363 388 369 360 388 388 364
|
| 327 |
+
383 364 369 368 395 372 366 372
|
| 328 |
+
329 375 395 366 383 360 346 363
|
| 329 |
+
405 362 372 417 392 403 416 399
|
| 330 |
+
394 395 415 418 447 448 458 540
|
| 331 |
+
699 878 923 669 665 538 468 447
|
| 332 |
+
453 504 527 682 732 760 898 962
|
| 333 |
+
949 831 689 541 488 509 469 448
|
| 334 |
+
531 654 666 697 543 478 446 435
|
| 335 |
+
386 386 384 390 387 387 371 361
|
| 336 |
+
366 373 374 391 396 396 387 384
|
| 337 |
+
395 375 355 351 396 348 396 372
|
| 338 |
+
362 362 372 370 374 371 359 364
|
| 339 |
+
382 380 356 387 374 361 352 384
|
| 340 |
+
384 368 386 379 375 361 372 354
|
| 341 |
+
368 367 342 398 337 391 374 352
|
| 342 |
+
399 398 393 398 402 390 393 400
|
| 343 |
+
360 382 369 349 340 369 390 399
|
| 344 |
+
346 363 373 354 389 355 367 377
|
| 345 |
+
360 405 377 355 395 358 342 385
|
| 346 |
+
376 386 390 365 360 374 380 366
|
| 347 |
+
357 378 390 411 378 389 346 372
|
| 348 |
+
379 353 371 376 355 386 360 385
|
| 349 |
+
384 406 384 400 355 368 402 360
|
| 350 |
+
394 389 353 367 358 355 363 362
|
| 351 |
+
373 360 354 365 376 360 392 408
|
| 352 |
+
420 376 386 431 396 392 367 400
|
| 353 |
+
395 360 404 382 389 423 404 424
|
| 354 |
+
446 512 532 752 905 1144 1165 894
|
| 355 |
+
722 598 532 488 498 513 547 599
|
| 356 |
+
788 818 772 672 547 496 477 468
|
| 357 |
+
453 419 374 387 398 376 367 382
|
| 358 |
+
369 370 402 398 433 357 374 375
|
| 359 |
+
384 383 343 370 382 375 393 384
|
| 360 |
+
383 391 358 397 417 376 408 390
|
| 361 |
+
358 386 385 388 377 383 390 419
|
| 362 |
+
371 493 433 463 531 577 549 523
|
| 363 |
+
427 419 408 411 415 411 439 444
|
| 364 |
+
445 492 463 434 358 418 392 358
|
| 365 |
+
410 380 360 379 413 378 381 385
|
| 366 |
+
342 369 367 364 362 356 387 364
|
| 367 |
+
384 383 344 405 369 387 361 386
|
| 368 |
+
377 339 340 369 393 393 393 373
|
| 369 |
+
380 365 359 416 396 365 378 383
|
| 370 |
+
350 408 364 367 356 357 343 409
|
| 371 |
+
379 392 365 375 372 387 411 390
|
| 372 |
+
314 366 381 372 382 369 356 350
|
| 373 |
+
357 379 375 397 376 354 343 328
|
| 374 |
+
409 363 371 350 355 350 360 394
|
| 375 |
+
340 386 365 413 382 352 379 327
|
| 376 |
+
348 383 352 358 355 355 359 356
|
| 377 |
+
361 389 383 391 374 338 409 360
|
| 378 |
+
373 351 373 369 334 383 408 397
|
| 379 |
+
380 407 347 385 383 398 373 393
|
| 380 |
+
358 368 378 375 360 414 382 390
|
| 381 |
+
375 396 357 367 340 348 374 404
|
| 382 |
+
381 408 395 385 400 360 334 341
|
| 383 |
+
352 379 360 385 357 335 361 381
|
| 384 |
+
379 350 338 389 346 396 376 339
|
| 385 |
+
321 408 407 378 390 373 365 393
|
| 386 |
+
369 350 372 332 318 351 360 378
|
| 387 |
+
362 403 365 392 392 352 332 344
|
| 388 |
+
370 382 427 395 350 401 363 370
|
| 389 |
+
341 370 378 372 356 411 374 378
|
| 390 |
+
399 365 347 392 368 340 372 372
|
| 391 |
+
364 403 344 384 380 352 372 390
|
| 392 |
+
393 370 378 385 383 407 366 356
|
| 393 |
+
383 360 393 374 405 367 377 384
|
| 394 |
+
376 354 355 392 385 376 358 398
|
| 395 |
+
379 380 385 385 415 379 416 427
|
| 396 |
+
388 451 410 478 502 577 642 643
|
| 397 |
+
561 454 398 396 405 393 446 424
|
| 398 |
+
445 401 437 543 533 477 459 421
|
| 399 |
+
404 401 403 389 369 347 399 393
|
| 400 |
+
380 400 386 412 380 381 376 368
|
| 401 |
+
394 396 377 342 411 380 388 369
|
| 402 |
+
371 414 393 421 393 408 433 489
|
| 403 |
+
540 603 639 596 542 440 406 413
|
| 404 |
+
384 407 374 389 431 460 453 504
|
| 405 |
+
537 497 467 423 419 430 396 385
|
| 406 |
+
380 412 369 374 386 353 364 423
|
| 407 |
+
365 417 400 393 423 361 385 386
|
| 408 |
+
457 386 413 464 473 566 592 564
|
| 409 |
+
581 543 518 574 693 859 945 866
|
| 410 |
+
721 620 616 598 576 528 544 492
|
| 411 |
+
477 518 520 637 638 690 652 571
|
| 412 |
+
506 484 466 444 405 427 429 399
|
| 413 |
+
372 416 423 399 419 415 439 403
|
| 414 |
+
448 496 568 642 683 626 576 518
|
| 415 |
+
443 460 442 427 395 421 445 436
|
| 416 |
+
443 500 562 599 519 496 434 454
|
| 417 |
+
413 388 400 373 386 373 368 377
|
| 418 |
+
404 373 349 371 399 366 389 372
|
| 419 |
+
374 373 350 340 389 349 377 390
|
| 420 |
+
367 372 387 400 371 358 362 375
|
| 421 |
+
387 386 380 380 367 429 368 393
|
| 422 |
+
404 372 379 339 400 409 381 392
|
| 423 |
+
428 414 440 405 436 425 387 412
|
| 424 |
+
450 438 393 401 411 471 426 449
|
| 425 |
+
495 483 572 651 728 877 1138 1403
|
| 426 |
+
1646 1526 1212 944 780 607 624 562
|
| 427 |
+
515 563 571 559 623 714 858 970
|
| 428 |
+
1072 951 818 690 635 532 471 480
|
| 429 |
+
439 411 445 437 422 427 405 416
|
| 430 |
+
376 378 407 380 403 392 393 382
|
| 431 |
+
424 375 379 419 407 366 389 418
|
| 432 |
+
408 389 429 449 443 484 438 475
|
| 433 |
+
489 534 571 747 1008 1252 1554 1626
|
| 434 |
+
1426 1224 934 704 667 643 572 577
|
| 435 |
+
523 547 542 600 680 790 989 1091
|
| 436 |
+
1000 877 759 651 570 508 507 458
|
| 437 |
+
439 425 395 398 391 376 407 391
|
| 438 |
+
361 380 399 374 381 386 379 395
|
| 439 |
+
382 420 377 364 357 397 355 403
|
| 440 |
+
401 380 390 385 429 439 375 397
|
| 441 |
+
401 388 378 417 423 425 413 432
|
| 442 |
+
447 490 452 505 545 647 750 748
|
| 443 |
+
768 641 574 529 505 431 458 423
|
| 444 |
+
432 437 432 467 484 465 556 588
|
| 445 |
+
605 588 543 517 469 427 427 411
|
| 446 |
+
401 418 423 410 368 412 412 381
|
| 447 |
+
405 403 429 358 394 401 410 442
|
| 448 |
+
399 447 433 482 513 609 701 840
|
| 449 |
+
905 829 700 621 567 497 502 442
|
| 450 |
+
467 421 412 390 447 455 450 505
|
| 451 |
+
567 651 664 578 514 542 466 439
|
| 452 |
+
441 401 380 424 424 419 400 425
|
| 453 |
+
387 374 396 398 390 356 383 376
|
| 454 |
+
371 381 385 398 397 383 387 357
|
| 455 |
+
360 351 360 385 356 383 385 375
|
| 456 |
+
369 370 385 369 369 394 385 409
|
| 457 |
+
377 375 364 345 385 370 374 382
|
| 458 |
+
369 395 350 363 376 352 360 370
|
| 459 |
+
379 338 390 346 382 382 390 352
|
| 460 |
+
382 360 384 366 337 394 362 398
|
| 461 |
+
367 355 402 345 356 365 368 387
|
| 462 |
+
375 371 361 369 349 377 381 369
|
| 463 |
+
363 362 388 355 357 395 372 383
|
| 464 |
+
386 344 392 393 384 369 369 383
|
| 465 |
+
369 406 339 390 357 399 401 361
|
| 466 |
+
360 360 380 356 354 359 339 341
|
| 467 |
+
371 370 360 341 371 395 369 381
|
| 468 |
+
375 396 382 356 405 374 387 398
|
| 469 |
+
348 360 378 361 367 361 384 379
|
| 470 |
+
358 367 375 369 377 361 345 375
|
| 471 |
+
371 351 375 368 394 389 349 389
|
| 472 |
+
377 359 386 368 378 373 368 365
|
| 473 |
+
353 364 379 341 357 406 360 374
|
| 474 |
+
348 412 336 395 377 430 377 351
|
| 475 |
+
372 353 345 385 368 399 381 344
|
| 476 |
+
381 376 389 345 361 343 377 355
|
| 477 |
+
369 420 363 394 371 373 356 362
|
| 478 |
+
374 377 376 365 364 361 367 381
|
| 479 |
+
361 369 363 408 364 391 381 358
|
| 480 |
+
387 378 397 347 366 378 352 343
|
| 481 |
+
381 366 363 414 381 398 356 374
|
| 482 |
+
347 379 410 416 336 391 380 367
|
| 483 |
+
407 378 363 378 371 345 371 374
|
| 484 |
+
410 356 349 401 353 364 417 391
|
| 485 |
+
367 383 348 377 350 390 367 352
|
| 486 |
+
348 366 391 397 379 368 352 382
|
| 487 |
+
390 346 379 358 352 428 392 384
|
| 488 |
+
398 412 360 372 387 350 396 370
|
| 489 |
+
354 383 339 351 383 340 345 366
|
| 490 |
+
398 384 378 399 385 377 401 369
|
| 491 |
+
419 366 436 395 401 434 456 444
|
| 492 |
+
439 484 514 536 597 699 854 926
|
| 493 |
+
978 962 891 734 679 600 553 563
|
| 494 |
+
489 477 439 467 418 440 461 391
|
| 495 |
+
464 493 510 566 614 737 747 734
|
| 496 |
+
679 601 570 567 476 504 438 396
|
| 497 |
+
426 400 394 392 401 374 364 386
|
| 498 |
+
427 380 358 398 382 364 368 350
|
| 499 |
+
387 384 407 339 345 374 367 407
|
| 500 |
+
382 388 391 342 381 330 381 383
|
| 501 |
+
379 395 398 381 335 348 363 346
|
| 502 |
+
401
|
data/data/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset
|
| 2 |
+
We provide the diffraction and crystallography dataset for Y<sub>2</sub>O<sub>3</sub>, Dy<sub>0.5</sub>Sr<sub>0.5</sub>MnO<sub>3</sub> (DSMO), and LiCoO<sub>2</sub>.
|
| 3 |
+
|
| 4 |
+
These are distributed according to its original licence.
|
| 5 |
+
|
| 6 |
+
## Y2O3 and DSMO
|
| 7 |
+
- Data source
|
| 8 |
+
- AutoFP repository
|
| 9 |
+
- https://github.com/xpclove/autofp/tree/master/example
|
| 10 |
+
- Licence
|
| 11 |
+
- GPL v3
|
| 12 |
+
- Citation
|
| 13 |
+
- Cui, X. et al. AutoFP: a GUI for highly automated Rietveld refinement using an expert system algorithm based on FullProf. J Appl Crystallogr <b>48</b>, 1581–1586 (2015).
|
| 14 |
+
|
| 15 |
+
## LiCoO2
|
| 16 |
+
- Data source
|
| 17 |
+
- PowBase
|
| 18 |
+
- http://www.cristal.org/powbase/index.html
|
| 19 |
+
- Licence
|
| 20 |
+
- Copyleft
|
data/data/Y2O3/INST_XRY.PRM
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
123456789012345678901234567890123456789012345678901234567890
|
| 2 |
+
INS BANK 1
|
| 3 |
+
INS HTYPE PXCR
|
| 4 |
+
INS 1 IRAD 3
|
| 5 |
+
INS 1 ICONS 1.540500 1.544300 0.0 0 0.7 0 0.5
|
| 6 |
+
INS 1I HEAD DUMMY INCIDENT SPECTRUM FOR X-RAY DIFFRACTOMETER
|
| 7 |
+
INS 1I ITYP 0 0.0000 180.0000 1
|
| 8 |
+
INS 1PRCF1 3 8 0.01
|
| 9 |
+
INS 1PRCF11 2.000000E+00 -2.000000E+00 5.000000E+00 0.100000E+00
|
| 10 |
+
INS 1PRCF12 0.000000E+00 0.000000E+00 0.100000E-01 0.100000E-01
|
data/data/Y2O3/Y2O3.cif
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
###############################################################################
|
| 2 |
+
# Santos, C.;Strecker, K.;Suzuki, P.A.;Kycia, S.;Silva, O.M.M.;Silva, C\
|
| 3 |
+
#.R.M. (2005)
|
| 4 |
+
# Materials Research Bulletin 40, 1094-1103
|
| 5 |
+
# Stabilization of alpha-SIALONs using a rare-earth mixed oxide (RE2 O3\
|
| 6 |
+
#) as sintering additive
|
| 7 |
+
#
|
| 8 |
+
# CIF by ICSD-for-WWW, Copyright 2003 FIZ-Karlsruhe & A.W.Hewat (hewat@ill.fr)
|
| 9 |
+
# NOT TO BE PUBLISHED IN ANY FORM. See http://icsd.ill.fr/icsd/conditions.html
|
| 10 |
+
###############################################################################
|
| 11 |
+
|
| 12 |
+
data_153500-ICSD
|
| 13 |
+
_database_code_ICSD 153500
|
| 14 |
+
_audit_creation_date 2006-10-01
|
| 15 |
+
_chemical_name_systematic
|
| 16 |
+
'Yttrium oxide'
|
| 17 |
+
_chemical_formula_structural
|
| 18 |
+
'Y2 O3'
|
| 19 |
+
_chemical_formula_sum
|
| 20 |
+
'O3 Y2'
|
| 21 |
+
_publ_section_title
|
| 22 |
+
'O3 Y2'
|
| 23 |
+
loop_
|
| 24 |
+
_citation_id
|
| 25 |
+
_citation_journal_abbrev
|
| 26 |
+
_citation_year
|
| 27 |
+
_citation_journal_volume
|
| 28 |
+
_citation_page_first
|
| 29 |
+
_citation_page_last
|
| 30 |
+
_citation_journal_id_ASTM
|
| 31 |
+
primary 'Materials Research Bulletin' 2005 40 1094 1103 MRBUAC
|
| 32 |
+
|
| 33 |
+
loop_
|
| 34 |
+
_publ_author_name
|
| 35 |
+
Santos, C.;Strecker, K.;Suzuki, P.A.;Kycia, S.;Silva, O.M.M.;Silva, C\
|
| 36 |
+
.R.M.
|
| 37 |
+
_cell_length_a 10.60796(3)
|
| 38 |
+
_cell_length_b 10.60796(3)
|
| 39 |
+
_cell_length_c 10.60796(3)
|
| 40 |
+
_cell_angle_alpha 90.
|
| 41 |
+
_cell_angle_beta 90.
|
| 42 |
+
_cell_angle_gamma 90.
|
| 43 |
+
_cell_volume 1193.71
|
| 44 |
+
_cell_formula_units_Z 16
|
| 45 |
+
_symmetry_space_group_name_H-M 'I a -3'
|
| 46 |
+
_symmetry_Int_Tables_number 206
|
| 47 |
+
_refine_ls_R_factor_all 0.092300
|
| 48 |
+
loop_
|
| 49 |
+
|
| 50 |
+
_symmetry_equiv_pos_site_id
|
| 51 |
+
_symmetry_equiv_pos_as_xyz
|
| 52 |
+
1 '-z, x, y+1/2'
|
| 53 |
+
2 'z, x+1/2, -y'
|
| 54 |
+
3 'z+1/2, -x, y'
|
| 55 |
+
4 '-z, -x, -y'
|
| 56 |
+
5 'y+1/2, -z, x'
|
| 57 |
+
6 '-y, z, x+1/2'
|
| 58 |
+
7 'y, z+1/2, -x'
|
| 59 |
+
8 '-y, -z, -x'
|
| 60 |
+
9 'x, y+1/2, -z'
|
| 61 |
+
10 'x+1/2, -y, z'
|
| 62 |
+
11 '-x, y, z+1/2'
|
| 63 |
+
12 '-x, -y, -z'
|
| 64 |
+
13 'z, -x, -y+1/2'
|
| 65 |
+
14 '-z, -x+1/2, y'
|
| 66 |
+
15 '-z+1/2, x, -y'
|
| 67 |
+
16 'z, x, y'
|
| 68 |
+
17 '-y+1/2, z, -x'
|
| 69 |
+
18 'y, -z, -x+1/2'
|
| 70 |
+
19 '-y, -z+1/2, x'
|
| 71 |
+
20 'y, z, x'
|
| 72 |
+
21 '-x, -y+1/2, z'
|
| 73 |
+
22 '-x+1/2, y, -z'
|
| 74 |
+
23 'x, -y, -z+1/2'
|
| 75 |
+
24 'x, y, z'
|
| 76 |
+
25 '-z+1/2, x+1/2, y'
|
| 77 |
+
26 'z+1/2, x, -y+1/2'
|
| 78 |
+
27 'z, -x+1/2, y+1/2'
|
| 79 |
+
28 '-z+1/2, -x+1/2, -y+1/2'
|
| 80 |
+
29 'y, -z+1/2, x+1/2'
|
| 81 |
+
30 '-y+1/2, z+1/2, x'
|
| 82 |
+
31 'y+1/2, z, -x+1/2'
|
| 83 |
+
32 '-y+1/2, -z+1/2, -x+1/2'
|
| 84 |
+
33 'x+1/2, y, -z+1/2'
|
| 85 |
+
34 'x, -y+1/2, z+1/2'
|
| 86 |
+
35 '-x+1/2, y+1/2, z'
|
| 87 |
+
36 '-x+1/2, -y+1/2, -z+1/2'
|
| 88 |
+
37 'z+1/2, -x+1/2, -y'
|
| 89 |
+
38 '-z+1/2, -x, y+1/2'
|
| 90 |
+
39 '-z, x+1/2, -y+1/2'
|
| 91 |
+
40 'z+1/2, x+1/2, y+1/2'
|
| 92 |
+
41 '-y, z+1/2, -x+1/2'
|
| 93 |
+
42 'y+1/2, -z+1/2, -x'
|
| 94 |
+
43 '-y+1/2, -z, x+1/2'
|
| 95 |
+
44 'y+1/2, z+1/2, x+1/2'
|
| 96 |
+
45 '-x+1/2, -y, z+1/2'
|
| 97 |
+
46 '-x, y+1/2, -z+1/2'
|
| 98 |
+
47 'x+1/2, -y+1/2, -z'
|
| 99 |
+
48 'x+1/2, y+1/2, z+1/2'
|
| 100 |
+
loop_
|
| 101 |
+
_atom_type_symbol
|
| 102 |
+
_atom_type_oxidation_number
|
| 103 |
+
Y3+ 3.
|
| 104 |
+
O2- -2.
|
| 105 |
+
loop_
|
| 106 |
+
_atom_site_label
|
| 107 |
+
_atom_site_type_symbol
|
| 108 |
+
_atom_site_symmetry_multiplicity
|
| 109 |
+
_atom_site_Wyckoff_symbol
|
| 110 |
+
_atom_site_fract_x
|
| 111 |
+
_atom_site_fract_y
|
| 112 |
+
_atom_site_fract_z
|
| 113 |
+
_atom_site_B_iso_or_equiv
|
| 114 |
+
_atom_site_occupancy
|
| 115 |
+
Y1 Y3+ 8 b 0.250 0.250 0.250 0.0 1.
|
| 116 |
+
Y2 Y3+ 24 d 0.9673(1) 0. 0.250 0.0 1.
|
| 117 |
+
O1 O2- 48 e 0.3915(8) 0.1538(8) 0.3800(8) 0.0 1.
|
| 118 |
+
loop_
|
| 119 |
+
_atom_site_aniso_label
|
| 120 |
+
_atom_site_aniso_type_symbol
|
| 121 |
+
_atom_site_aniso_U_11
|
| 122 |
+
_atom_site_aniso_U_22
|
| 123 |
+
_atom_site_aniso_U_33
|
| 124 |
+
_atom_site_aniso_U_12
|
| 125 |
+
_atom_site_aniso_U_13
|
| 126 |
+
_atom_site_aniso_U_23
|
| 127 |
+
Y1 Y3+ 0. 0. 0. 0 0 0
|
| 128 |
+
Y2 Y3+ 0. 0. 0. 0 0 0
|
| 129 |
+
O1 O2- 0. 0. 0. 0 0 0
|
| 130 |
+
#End of data_153500-ICSD
|
| 131 |
+
|
data/data/Y2O3/Y2O3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/data/Y2O3/Y2O3.gpx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8d83f89d46f63f5fbb77a02efab3dd76e3a42842592bb0da9c7dbec0edc981f
|
| 3 |
+
size 592390
|
data/data/Y2O3/Y2O3_init.gpx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8d83f89d46f63f5fbb77a02efab3dd76e3a42842592bb0da9c7dbec0edc981f
|
| 3 |
+
size 592390
|
data/docker/Dockerfile
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM continuumio/miniconda3:23.10.0-1
|
| 2 |
+
|
| 3 |
+
RUN apt update && apt install curl libgtk2.0-dev libgtk-3-dev libjpeg-dev libtiff-dev libsdl1.2-dev libgstreamer-plugins-base1.0-dev libnotify-dev freeglut3 freeglut3-dev libsm-dev tk-dev libgfortran5 -y
|
| 4 |
+
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libffi.so.7
|
| 5 |
+
|
| 6 |
+
RUN conda install python=3.10 -y
|
| 7 |
+
RUN pip install optuna jupyterlab ipython matplotlib pandas numpy scikit-learn pymatgen PyOpenGL requests
|
| 8 |
+
RUN pip install -U \
|
| 9 |
+
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/debian-11/ \
|
| 10 |
+
wxPython
|
| 11 |
+
|
| 12 |
+
RUN curl https://subversion.xray.aps.anl.gov/admin_pyGSAS/downloads/gsas2full-Latest-Linux-x86_64.sh > /tmp/gsas2full-Latest-Linux-x86_64.sh
|
| 13 |
+
RUN echo -e "\n" | bash /tmp/gsas2full-Latest-Linux-x86_64.sh -b -p ~/g2full
|
| 14 |
+
RUN echo -e "\n" | python ~/g2full/GSASII/bootstrap.py
|
| 15 |
+
|
| 16 |
+
ENV PATH="/root/g2full/GSASII/:$PATH"
|
| 17 |
+
|
| 18 |
+
RUN jupyter lab --generate-config \
|
| 19 |
+
&& sed -i -e "s/#c.NotebookApp.ip = 'localhost'/c.NotebookApp.ip = '0.0.0.0'/g" ~/.jupyter/jupyter_lab_config.py \
|
| 20 |
+
&& sed -i -e "s/#c.NotebookApp.port = 8888/c.NotebookApp.port = 8888/g" ~/.jupyter/jupyter_lab_config.py
|
data/run.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
|
| 3 |
+
SCRIPT_DIR=$(cd $(dirname $0); pwd)
|
| 4 |
+
docker run --rm -v ${SCRIPT_DIR}/:/workspace -p 8888:8888 -it resnant/bbo-rietveld:v1.1 jupyter lab --allow-root --ip 0.0.0.0
|